Liz
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Select Options and broken menusThe menu is being altered even when using the 2020 theme and no other plugins enabled (except WooCommerce, obviously).
All plugins and WP core are fully updated.
You can see a screenshot here: https://pasteboard.co/JyYhdSd.jpgForum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Select Options and broken menusI’m having this same issue. I have emailed screenshots to [email protected].
The problem persists with the default theme enabled. Another plugin conflict has also been eliminated as a potential problem. There is something in the catalog mode that is breaking the menu.Forum: Plugins
In reply to: [Max Mega Menu] Menu Toggle javascript functionI figured it out. For anyone looking, I triggered the default toggle with
jQuery('.mega-menu-toggle').trigger("click");
and hid it with css.Forum: Plugins
In reply to: [Firelight Lightbox] Assets loading in headerThat was helpful, thank you. For anyone else looking I also had to remove wp_print_scripts, wp_print_head_scripts, & wp_enqueue_scripts from wp_head and add to wp_footer to get it all loading in the right order in the footer.
I still can’t get the fancybox css to load in the footer with my other scripts and styles, but not having jquery up there was the most important thing.
Keeping all the domains marked primary is the only way I have been able to get the plugin to work. When I change this setting, all of the urls revert to the primary one when the site loads.
Ah ha! I had not set it as primary. That works perfectly!
Follow up question: I have multiple domains that will map to the same site. Do I need to set them all as primary?