Cdata code next to add to cart button
-
Hi,
As the title says when a user rolls over the cart icon on the product grid section a Cdata code appears next to the Add to Cart text.
I have zeroed in on what seems to be causing the issue.
It’s the Pixelyoursite plugin, when switched off the text does not appear.
Can you please advise how to make the theme work with this plugin please?
Best,
Gabor
Hello,
This kind of hover effect on the product has a “Bootstrap tooltip” that takes all the code inside the button. And your plugin put its scripts right there so the Bootstrap tooltip script takes it as a text. There are a few ways to resolve this: ask plugin’s developers to move the code outside of the button, disable tooltips, use some other hover effect without tooltip on the add to cart button.
Best Regards.