This topic has 6 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Rose Tyler
Dear Support Team,
I see a delay in loading YITH WooCommerce Wishlist icon on my website specially on mobile view, can you please check why ?
Maybe if possible to disable the Wishlist on product category pages ?
Thank You
Hello,
Add the next code in Theme Options > Theme custom CSS:
.product-view-default .et-wishlist-holder {
display: none;
}
Regards
Hello Rose,
I don’t want to hide it but I want the reduce the admin-ajax.php post wishlist request on the category pages.
Thank You
Hello,
First, please update the theme and plugins to latest versions – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Clear cache after updates and check then.
Regards
Hi Rose,
We have upgrade the theme and the plugins.
Thank You
Hello,
Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear the cache of the browser, and check then. Maybe one of the additional plugins is a reason for the problem.
There is no the mentioned problem, on our demos or test sites, so it seems there is something on your site that caused the delay in loading.
If it is not caused by plugins, check additional customization in files.
Regards
You must be logged in to reply to this topic.Log in/Sign up