Okay
  Public Ticket #1341392
Display Issues
Closed

Comments

  • Nathan started the conversation

    Hey, 

    Problem 1: 

    When using the Rich Text Editor, the drop down menu for Paragraph, H1, H2 etc menu is missing. Sometimes when I zoom out on the page it can be seen way off to the screen but it's impossible to access. 

    Problem 2:  

    I'm using Optimise Press plugin with Salient, which uses a Live Editor when creating pages. 

    Salient displays this Live Editor page very strangely and requires me to zoom significantly to fit the whole page. I've spoken to Optimise Press support and this is a issue with the theme not the plugin. 

    Please could you let me know how to resolve these issues. 

    Many Thanks,

  •  8,342
    Tahir replied

    Hey Nathan,
    1: This bug was fixed in  Salient 8.1.0 .

    Please update to Salient Theme Version 8.1.0 and Salient VC 5.2.1. 

    If you are not seeing the Plugin Update Notification you need to uncheck the " Disable Theme Reccomended Plugin Notifications " Field in "Salient Theme Options Panel"  -> General Settings -> "Toggle Theme Features" Section .

    To get a list of Bug Fixes and new Feature addons in the Latest Theme update,  the changelog can be viewed here : http://themenectar.com/changelogs/salient.html .

    Update the theme by following this guide: http://themenectar.com/docs/salient/updating-salient/ .

    2:  Could you provide the page url and the login details so i can see whats conflicting .

    Be.st 


    ThemeNectar Support Team 

  •   Nathan replied privately
  •  8,342
    Tahir replied

    Hey Again,

    See screenshot: http://prntscr.com/gzs614 .  Try adding the below css to the admin area and it should work perfect :

    #op-le-settings-toolbar .container, #op-le-toolbar .container {
        padding: 0 !important;
    }

    You can use Third party plugin such as https://wordpress.org/plugins/code-snippets/ to add it or similar . 

    B.es t


    ThemeNectar Support Team 

  • Nathan replied

    Awesome, this has fixed the sidebar issue. 


    Can you look into the issue with the text style dropdown menu in rich editor when using the Optimise Press live editor. This is a big pain in the backside for me. 

  •  8,342
    Tahir replied

    Hey Again,

    Add this code to the admin area as well . See screenshot of Live Browser: http://prntscr.com/h0306a .

    .mce-panel.mce-menu {
        left: 0 !important;
    }

    Be.st 


    ThemeNectar Support Team 

  • Nathan replied

    Great thank you for this! Problem solved.