tuteplays
Forum Replies Created
-
Hi @yuriinalivaiko, thanks for your assistance.
The conflict happens with the theme “MyListing” Version 2.15 https://themeforest.net/item/mylisting-directory-listing-wordpress-theme/20593226
The related rows in the theme are:
//File includes/assets.php
/**
* Select2 - first use wp_deregister_script to unset select2 loaded
* by other plugins, then register it again to use the latest version.
*/
wp_deregister_script( 'select2' );
wp_register_script( 'mylisting-select2', c27()->template_uri( 'assets/vendor/select2/select2.js' ), ['jquery'], '4.0.13', true );
wp_register_style( 'mylisting-select2', c27()->template_uri( 'assets/vendor/select2/select2.css' ), [], '4.0.13' );If I remove these rows, the e-mail-editor in UM works fine. But the site frontend is no longer loading. Is this a fix you should implement or should I contact the theme creator?
Many thanks and kind regards
LeonForum: Themes and Templates
In reply to: [Sydney] Menu Not Working After Upgrade to 1.75Hi, I have the same problem with dropdown menus in firefox since updating to Sydney 1.76 on our page: https://www.feuerwehr-nagold.de/
As I can see, the site from @cpcusteve https://cpcu.co.uk/ is not working on my pc with firefox too. I can’t hover over the menu on his page.
I tried to add the custom css part and also changing the style.css as mentioned above, but both didn’t work.
Some of our visitors wrote us that our menu is broken and they can’t access some pages through the menu.
Is there anything else I can do to hotfix this without rollback the update with a backup?
Many thanks!