This topic has 7 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
with this plugin installed Everything works but one thing (so far): xstore menu submenu disappears on mouse move.
can’t figure out why.
https://codecanyon.net/item/woocommerce-button-and-image-variations/12280879
see provided link for an example and let me know (please) when you have reviewed and seen the issue so i can turn off the plugin (so my users do not experience it)
Hello,
Probably you have disabled plugin because I don’t see problem with menu. Could you provide temporary admin panel access and we’ll check if we could add compatibility of our theme with this plugin.
Regards
your chat support was very helpful with this question and provided support needed. thank you.
You are welcome!
Regards
i have to reopen this request, because after i interacted with the plugin developer, and he addressed the issue with his plugin and using xstore, I asked him if i should pass on anything to your devs, and he said this:
the theme is basically making mandatory to add a WooCommerce js file, which needs to be overriden by plugins like Button Variations.
The line in question is framework\theme-init.php line 17-19:
if(class_exists(‘WooCommerce’)) {
$script_depends = array(‘wc-add-to-cart-variation’);
}
Their javascript should not make WC’s js a dependency. And I don’t think they will suffer if they remove the lines.
Hello,
You can delete this code, it is out of date. We’ll also fix it in our next update.
Regards
You must be logged in to reply to this topic.Log in/Sign up