Home › Forums › WoodMart support forum › Image Hotspot Elementor Issue
Image Hotspot Elementor Issue
- This topic has 17 replies, 3 voices, and was last updated 3 years, 7 months ago by Artem Temos.
-
AuthorPosts
-
April 13, 2021 at 6:13 pm #282471
iRomeKParticipantHey Guys,
I tried to built a kind of look book with the hot-spot images widget. Well the hotspot image widget shows a wrong rating and doesn’t get all informations. One Widget also gets a wrong style. (bottom right) With Bakery this worked perfectly. I changed it on the site of an other client to share with you. I am really confused.
For declaration: the left image hot spot looks right from styling and rating.
Best Regards,
iRomeKApril 13, 2021 at 6:18 pm #282472
iRomeKParticipantWell I think it does not show the number of starts/ aggregate rating – but the numbers of ratings itself. So if there is “one 5 – Star Rating”, it shows just 1 star in summery at the widget and not the aggregated rating.
April 14, 2021 at 11:39 am #282774
Aizaz Imtiaz AwanKeymasterHello,
Please update the theme and woodmart core plugin to the latest versions then check back after clearing cache.
Best Regards
April 14, 2021 at 3:58 pm #282892
iRomeKParticipantHello,
Woodmart Core is 1.0.28 and Theme is 6.0.3 ad no caching plugin activated. Still not working. Any ideas?
Best Regards
April 15, 2021 at 5:55 am #283040
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate all the third-party plugins activate the parent theme then clear cache and check back.
If the problem continues then leave all the third-party plugins and provide with the admin panel login details of the website then we will troubleshoot with the theme plugins.
Best Regards.
April 15, 2021 at 6:23 am #283043
iRomeKParticipantHey guys,
well the site is live, so its not that easy to deactivate everything.
I duplicated the shop to a subdomain and deactivated everything as provided. Well nothing changed. Still the same problem.Login is in the PC.
Best regards and thank you,
iRomeKApril 15, 2021 at 11:19 am #283177
Aizaz Imtiaz AwanKeymasterHello,
I have tried to login to your website but was unable to login.
Please provide me with the correct admin panel login details to check it myself and help you out accordingly.
Regards.
Xtemos StudiosApril 15, 2021 at 11:21 am #283178
iRomeKParticipantsorry, security was on. now you can.
April 16, 2021 at 6:05 am #283429
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and all the third-party plugins are still activated. Please deactivate all the third-party plugins and tell me then we will troubleshoot with the theme plugins.
If you cannot deactivate all the third-party plugins on the main site then provide with the admin panel login details of the subdomain.
Best Regards.
April 16, 2021 at 6:09 am #283430
iRomeKParticipantHey,
the test domain I provided in the last PC. There all plugins were deactivated and the problem still is present. So I skipped this step and gave you access to the main site.
Well the test you can find in PC.
Thank you.
April 16, 2021 at 8:19 am #283482
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your test site and the Image hotspot is created using the Wp-Bakery page builder and I am unable to find the issue with Wp-Bakery page builder.
Screenshot for Clarification: https://ibb.co/2nGP1Vc
Please create a section that is causing issues using the Elementor plugin which you mentioned is having issues to check it myself and help you out accordingly.
Regards.
Xtemos StudiosApril 16, 2021 at 8:24 am #283486
iRomeKParticipantWell I build a site for you: 1WOODMART LOOKBOOK TEST
There I use elementor and the image hot spot widget. U will find a 4 star rated product. When you click on the product you will see, that is is ratet 5 stars. (but 4 times).
Best Regards and thank you
April 16, 2021 at 12:49 pm #283585
Artem TemosKeymasterPlease, provide us with your FTP access so we can check what is wrong.
April 16, 2021 at 1:51 pm #283603
iRomeKParticipantHere are the ftp for the test-environment.
April 18, 2021 at 7:54 am #284012
iRomeKParticipantAny news? I really need this Page to work.
April 18, 2021 at 11:13 am #284048
Artem TemosKeymasterHello,
We have fixed the bug on your website. Try to clear the cache and test how it works.
Kind Regards
April 19, 2021 at 4:29 pm #284381
iRomeKParticipantThank you in the test environment it works. :)))
So now how can I fix it at the live page?
Best regards,
iRomeKApril 20, 2021 at 6:31 am #284499
Artem TemosKeymasterYou need to edit the file
woodmart/inc/integrations/elementor/elements/class-image-hotspot.php
and replace the following line<?php echo wc_get_rating_html( $product->get_rating_count(), $product->get_average_rating() ); ?>
with this one
<?php echo wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() ); ?>
-
AuthorPosts
- You must be logged in to create new topics. Login / Register