Home › Forums › WoodMart support forum › Glitch on Category page
Glitch on Category page
- This topic has 13 replies, 2 voices, and was last updated 3 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
August 20, 2021 at 11:20 pm #313706
CLDParticipantHi,
I am using hotspots on image on the category page. For this I created a html and attcahed it to the category.
If I navigate to this category page from the home page or menu, the hotspots work fine but If I navigate to this category page from another category page then the hotspots do not work.
Same with the parallax effect. For one of the category I am using parallax effect but when I navigate to this category page from another category page then the parallax effect does not work. If you refresh the page then the page works fine.
There seems to be a glitch or a bug on category page.
August 23, 2021 at 6:24 am #314007
Artem TemosKeymasterHello,
Try to add the following code snippet to the Custom JS area on document ready in Theme Settings to fix this issue. Also, enable the following script in Theme Settings -> Performance -> JS https://prnt.sc/1qek6fd
jQuery(document).on('pjax:complete', function() { woodmartThemeModule.imageHotspot(); });
Kind Regards
August 23, 2021 at 5:26 pm #314148
CLDParticipantHi Artem,
Thanks for the reply. I have added the JS code but it seems this has made page loading of product page slow. And second thing is I am not able to find the link you showed in the image on the performance screen. Please find attached the screenshot of performace screen I have. Request you to share the detailed path.
Attachments:
You must be logged in to view attached files.August 24, 2021 at 2:38 am #314202
Artem TemosKeymasterYou need to enable “Advanced scripts control” in Theme Settings -> Performance -> JS. Then you will see this option.
As for the page loading speed, please, check the time with code and without the code. This simple snippet doesn’t influence the loading time.August 24, 2021 at 5:24 am #314213
CLDParticipantHi Artem,
Thanks for the path. I have enabled the Advanced scripts control for Hotspot element but still the issue persist. Now the hotspot does not appear at all. Rather, the products linked to the hotspot spread and visbile all over the page below the main image. Although on mobile, the hotspots are working properly.
August 25, 2021 at 12:38 pm #314575
Artem TemosKeymasterPlease, send us your admin access so we can check what is wrong there.
August 25, 2021 at 2:40 pm #314605
CLDParticipantHi Artem,
I guess you can check this on your testing servers as well. Please find admin access in private content. Also check product page “click to enlarge” functionality. After I implemented the code given by you, it seems the code adversely impacted the click to enlarge. On product page, first time “click to enlarge” works fine but when you select any other product from the tab Available colors, system acts in a weird way.
August 25, 2021 at 2:52 pm #314610
CLDParticipantHi artem,
Additional information to help encounter the issue on my website. Details are in private content.
August 25, 2021 at 6:22 pm #314642
Artem TemosKeymasterHello,
Please, disable all optimization plugins temporarily and test how it works. As we can see, it lacks CSS styling sometimes.
Kind Regards
August 25, 2021 at 8:09 pm #314652
CLDParticipantHi Artem, Thanks for your reply.
If I understand the essence of your reply, it says, you have tested the hotspot and parallax effects on category pages on your testing website and it worked properly. But its the optmization plugin which is causing the issue on my website. Let me check by deactivating the optimization plugin and will update you.
August 27, 2021 at 3:55 am #314849
CLDParticipantHi Artem,
I have deactivated the optimization plugin and checked but the result is same and the issue persist.
August 27, 2021 at 11:30 am #314911
Artem TemosKeymasterWe have replaced the code with the following one and it works well now. Please, check from your side.
jQuery(document).on('wdShopPageInit', function() { woodmartThemeModule.imageHotspot(); });
August 28, 2021 at 7:28 pm #315108
CLDParticipantHi Artem,
Thanks for your help but the issue seems to be 50% resolved, I guess.
Below are the issues:
1) Hotspot loads gradually. I mean it takes some some time and does not appear instantly.
2) In some cases, still glitch is there. I dont know exactly but sometimes I need to refresh. It may be caching issue but I am not sure.
3) Now the “click to enlarge” functionality on product page is not working. Request you to fix the issue on priority.
August 30, 2021 at 6:06 am #315278
Artem TemosKeymasterHello,
As we can see, you have enabled some of the plugins and now some of our JS files are missed. Please, disable them temporarily so we can check both issues.
Kind Regards
-
AuthorPosts
Tagged: category page
- You must be logged in to create new topics. Login / Register