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.
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
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.
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
Nice — thanks again, Ismael!
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Nope, close ‘er up! Thanks.
Hi sky19er,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria