This topic has 4 replies, 2 voices, and was last updated 9 months, 3 weeks ago ago by Rose Tyler
Displays on Chrome and Safari, but get a 404 on Firefox browser. Can you offer a quick fix?
Hello, Cindyloo,
Thank you for contacting us and for using XStore.
Please follow this topic – https://www.8theme.com/topic/slow-loading-for-compare-wishlist-and-grid-variations-of-pages/ (create a static page for Wishlist and add a code into the child theme).
Best Regards,
8Themes Team
Please watch this video – https://youtu.be/ZyjZ-vCx0pE
You need to change the Dynamic wishlist page to a static one using our shortcode.
Also, add the next code in child-theme/functions.php
add_filter(‘xstore_wishlist_mini_content_ajax’, ‘__return_false’);
I did these things and now wishlist displays on Firefox. All good, but now the sku#s are re-appearing on the wishlist page. You gave me a CSS tweak earlier, but it doesn’t work now to hide sku#s.
Hello, Cindyloo,
Thank you for getting in touch with us.
Kindly update the following code snippet: https://prnt.sc/INg-uSDbsJ6W to the code provided below:
.xstore-wishlist-page .sku_wrapper {
display: none;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Themes Team
You must be logged in to reply to this topic.Log in/Sign up