Home › Forums › WoodMart support forum › Hotspot Mobile
Hotspot Mobile
- This topic has 11 replies, 2 voices, and was last updated 2 months, 2 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 25, 2024 at 8:57 am #599862
shwetaParticipantHello Team,
When someone clicks on any hotspot dot on a mobile device, it opens the popup. But when they click on another dot, the first product popup doesn’t close and overlaps with the new one on top of it. for a better understanding please find the screenshot attached.
Please check this issue on only the mobile version of “Our Favourite Section” on the home page
Best
Attachments:
You must be logged in to view attached files.September 25, 2024 at 2:00 pm #600028
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and share the WP admin login details of your site so I will check and give you a possible solution.
Best Regards
September 25, 2024 at 2:02 pm #600033
shwetaParticipantI have already deactivated all 3 party plugins. also kindly find the wp-login details below:
September 25, 2024 at 4:12 pm #600103
Aizaz Imtiaz AwanKeymasterHello,
Please keep all the plugins that are not related to our theme temporarily turned off.
Best Regards
October 4, 2024 at 7:25 am #602373
shwetaParticipantHello,
The same issue persists. Can you please check this? I’m using the WoodMart element on my website, and while it works fine on the desktop version, it overlaps with the product on the mobile version.
Best regards,
Attachments:
You must be logged in to view attached files.October 4, 2024 at 10:06 am #602427
Aizaz Imtiaz AwanKeymasterHello,
Try to recreate these hotspots from scratch and check if it helps.
If you have any questions feel free to contact us.
Best Regards.
October 4, 2024 at 3:32 pm #602569
shwetaParticipantHello,
I have recreated this section on my website still same issue on only mobile version.
Best
October 5, 2024 at 9:50 am #602672
Aizaz Imtiaz AwanKeymasterHello,
I have created the hotspot section on your site in the bottom of the home page. It is working fine on mobile. Please check back your site and check the issue.
Best Regards
October 5, 2024 at 10:18 am #602681
shwetaParticipantHello, thank you for your reply.
Yes, I have checked this section, and it works fine on the mobile version. I am using multiple images and multiple hotspots on this page. When someone clicks on a hotspot and then clicks on another hotspot dot, the previous product tab does not close. However, when I click outside the image, the hotspot product closes. Could you please check this issue? I would like the previous product to close automatically when a new hotspot dot is clicked.
Best regards,
October 5, 2024 at 2:18 pm #602749
Aizaz Imtiaz AwanKeymasterHello,
Please try to recreate these hotspots from scratch and check if it helps. You have added multiple hotspot elements to one another. Please try to create a new one.
Best Regards
October 16, 2024 at 10:51 am #605370
shwetaParticipantYes, I have added but still the same issue.
October 17, 2024 at 2:24 pm #605787
Aizaz Imtiaz AwanKeymasterHello,
Our hotspot element was not designed to add a single point to be used as a caption for an image. It was created to include multiple points on one image that describe different objects or parts of an object. If two or more hotspot elements are used simultaneously, their interaction is not connected in any way, and clicking on one hotspot point in one element does not close the hotspot point in another.
If you still want to use hotspots as “images with captions,” you can add the following custom JS code into the appropriate field in the theme settings.
(function($) { $(document).on('click touchstart', '.wd-image-hotspot .hotspot-btn', function(e) { var $clickedHotspot = $(this).closest('.wd-image-hotspot'); $('.wd-image-hotspot.hotspot-opened').not($clickedHotspot).removeClass('hotspot-opened'); }); })(jQuery);
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register