This topic has 6 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Rose Tyler
Can you please see my website all product pages showing the Stick Add to cart at below with the content overlapped
plz tell how to fix it
Hello, Webpat,
Thank you for contacting us and for using XStore.
Do you mean the problem on mobile view?
This problem is caused by cache plugin. Try to add the next code in child-theme/functions.php
add_filter('etheme_sticky_add_to_cart_buy_now_hide_mobile', function($value) {
return wp_is_mobile() ? true : $value;
});
We hope this answer is helpful.
Kind Regards,
8theme team
I have no active cache plugin installed…. how this problem came
Hello, Webpat,
Thank you for your response.
Please try the mentioned code.
If this doesn’t help, provide us with temporary wp-admin and FTP access.
Kind Regards,
8theme team
The problem is in desktop view also
Hello, Webpat,
Thank you for your response.
In this case, please provide a video and screenshots of the problem.
Kind Regards,
8theme team
Tagged: add to cart, overlapping, seo friendly, sticky, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up