-
AuthorPosts
-
August 12, 2020 at 7:01 pm #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.
August 17, 2020 at 7:20 am #1238386Hey 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,
IsmaelAugust 18, 2020 at 2:55 am #1238686Sure 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.
August 19, 2020 at 6:45 am #1239021Hi,
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,
IsmaelAugust 21, 2020 at 3:27 am #1239700Nice — thanks again, Ismael!
August 21, 2020 at 9:42 pm #1239871Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonAugust 22, 2020 at 12:51 am #1239901Nope, close ‘er up! Thanks.
August 23, 2020 at 3:21 pm #1240089Hi sky19er,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria -
AuthorPosts
- The topic ‘Wishlist Member / WLM conflict with recent Enfold update / release’ is closed to new replies.
