Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1237137

    FYI, looks to me like there’s a conflict between Wishlist Member and a latest release of Enfold. I think the update to 4.7.6.1 revealed it. After that update, the ALE (Advanced Layout Editor) elements became inactive — I couldn’t click or drag any elements into the page editing area. Deactivating WLM makes them click/drag-able again. Just letting you know in case there’s something you can do.

    #1238386

    Hey sky19er,

    Thank you for the inquiry.

    Do you still have the test page or site where this issue occurred? Please post the login details for that site in the private field so that we can check the issue.

    Did you try disabling the Performance > File Compression settings after updating the theme?

    Best regards,
    Ismael

    #1238686

    Sure thing — site and credentials are in the private field, and the compression settings were already disabled; still are. Of course WLM is currently disabled, so I can work on the site — so you’ll have to enable that plugin, to see the issue. Thanks and lmk if you have other questions.

    #1239021

    Hi,

    Thank you for the update.

    Looks like the plugin modifies the default containers in the post editor and one of these containers covers the advance layout builder and prevents dragging of any builder elements. To fix the issue temporarily, we added this snippet in the functions.php file.

    add_action('admin_head', 'ava_admin_custom_css');
    function ava_admin_custom_css() {
      echo '<style>
        #advanced-sortables {
    	z-index: 1;
        }
    
        #normal-sortables {
    	z-index: 2;
        }
      </style>';
    }

    Best regards,
    Ismael

    #1239700

    Nice — thanks again, Ismael!

    #1239871

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1239901

    Nope, close ‘er up! Thanks.

    #1240089

    Hi sky19er,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Wishlist Member / WLM conflict with recent Enfold update / release’ is closed to new replies.