Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1403535

    Hello,

    since I updated enfold to 5.5 the menue-structure in the backend of WordPress doesn´t work. The menue-structure is displayed with errors.

    I have already deactivated all Plugins but it doesn´t help.

    Thanks for your help!

    #1403567

    Hey christian489,

    Thank you for the inquiry.

    We may need to access the site in order to check the issue properly. Please provide the login details in the private field and post a screenshot using imgur or dropbox. Have you tried disabling the Enfold > Performance > File Compression settings temporarily?

    Best regards,
    Ismael

    #1403623

    Hello Ismael,

    now I tried to disable the file compression settings, but it neither works.

    Here you can see how it locks like: https://www.dropbox.com/s/vcn6kklbfe77gi8/WP%20Menue.JPG?dl=0

    #1403902

    Hi,
    Thanks for the screenshot and the link to your site, but unfortunately the login you provided doesn’t work with the htaccess login, please also provide a login for this.
    I checked my install and the up & down arrows work for me, you can also drag the menu items if you are having trouble clicking them:
    Enfold_Support_1695.jpeg
    If you would like to make them larger for easier use try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function make_admin_menu_items_larger(){
      ?> <style> .nav-menus-php .menu-item-bar .menu-item-handle,
    .nav-menus-php .menu-item-settings {
        min-height: 40px;
        max-width: 482px;
    }
    .nav-menus-php .menu-item-bar .item-edit {
        width: 60px;
        right: -60px;
    }
    .nav-menus-php .menu-item-bar .menu-item-handle .item-controls {
    	right: 60px;
    }
    .nav-menus-php .item-edit:before {
        margin-left: 14px;
    } </style>
        <?php
      }
    add_action('admin_head', 'make_admin_menu_items_larger', 1);

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    this is the expected results:
    Enfold_Support_1697.jpeg

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.