-
Anders
It looks like the standard WooCommerce mini-cart somehow is duplicated in the page template. The “lower” mini-cart in the site’s code is the one which is loaded last, so it works correctly, as it likely “takes over” the first one.
See loom for the issue…
-
Alvind
Hi there,
Does the issue still occur if you deactivate all plugins except GP Premium, WooCommerce, and GenerateBlocks? This will help identify if it’s caused by a plugin conflict. I suspect caching might be the culprit, but let’s confirm.
-
Anders
All plugins deactivated, included cache.
Same issue…
Woocommerce, generateress, generateblocks active
-
Hi there,
try disabling the GP Woocommerce module in Appearance > GeneratePress as that adds integrations with Woo which may be conflicting.
-
Anders
GP Woocommerce module in Appearance > GeneratePress disabled.
Same issue..
-
Does the issue appear when switching to a twenty twenty theme?
-
Anders
No, on twenty twenty theme it is working
-
Hum….I did some testing, it looks like it only happens when the hook is set to
menu_bar_item
.Can you try using
after_navigation
hook instead? -
Anders
Then it is working
-
This is a weird issue, I’ll ask the dev team to take a look.
For now, just use other hooks as a workaround.
-
Anders
Also NOT working in “after primary menu”
-
It works for me with
after_primary_menu
hook, I think it’s because you are using mobile header, so bothafter_primary_menu
andmenu_bar_item
hooks are added twice, once in the header, and once in the mobile header.
- You must be logged in to reply to this topic.