Home › Forums › WoodMart support forum › Overlapping bug
Overlapping bug
- This topic has 11 replies, 2 voices, and was last updated 1 year, 8 months ago by
Luke Nielsen.
-
AuthorPosts
-
October 29, 2023 at 9:11 pm #508298
waldemarParticipantHi, please test to open the URL page and choose any color of the 1st product ‘Ordnungskorb groß’. You see correctly the right product image. But if leave that image area, the image in the 2nd row is overlapping this color fields. Please check. I think this will only happen when there are overhanging color swatches. (+)
Attachments:
You must be logged in to view attached files.October 30, 2023 at 12:50 pm #508460
Luke NielsenKeymasterHello,
Please, disable all plugins that are not related to our theme temporarily. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
WoodMart core
WooCommerce
Elementor/WPBakery page builderThank you in advance
Kind Regards
November 22, 2023 at 1:00 am #514340
waldemarParticipantHi, I did disable all, but the overlapping still exists.
November 22, 2023 at 11:31 am #514457
Luke NielsenKeymasterHello,
Please, confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back, however, You would better make the full backup of your site.
Also, please send me access to the admin dashboard.
Kind Regards
November 22, 2023 at 4:53 pm #514618
waldemarParticipantHi, we are finishing last works before online, I cannot allow you to tinker around. Maybe I will clone the page.
But you should see it already online, and on mobile it’s even worse.Waldemar
November 22, 2023 at 6:45 pm #514695
Luke NielsenKeymasterHello,
After I looked into the situation and dug deeper, I found that you use the Masonry grid feature which dynamically calculates the grid based on an item’s height.
So you have 2 ways to sort this out:
1. Disable the Masonry grid feature.
2. Or disable the “Limit swatches on grid” option here: https://take.ms/pXyU5
Then the issue will disappear.
We recently came across your valuable feedback regarding your experience with our theme on ThemeForest, and we want to express our sincere apologies for any inconvenience you may have encountered.
Your feedback is incredibly important to us, and we take it to heart. We understand that your experience fell short of expectations, and for that, we are truly sorry. Your satisfaction is our priority, and we are eager to ensure that your experience with our theme aligns with the high standards we strive for.
Understanding the impact of reviews, we kindly ask if you would consider updating your review on ThemeForest to reflect any positive changes you may have experienced or acknowledge our efforts in addressing your concerns. Your updated feedback will not only help us but also guide potential users in making informed decisions.
Once again, we apologize for any inconvenience you’ve faced and appreciate your understanding and patience. Thank you for considering our request, and we look forward to the opportunity to make amends.
Kind Regards
November 22, 2023 at 7:55 pm #514719
waldemarParticipantHi Luke,
thank you for the info. I cannot remove masonry due to different image heights, I will have a lot of ugly white spaces.
When I limit swatches on grid you are right that the overlapping use gets resolved. This could be ok if I have only 5-6 colors, but with 13-15 colors the archive page gets too heavy, you see more color swatches than the product.
Why is this not resoveble? When leaving hover effect the space just needs to get recalculated. It’s ok if you resolve this in the next update.
The next days I will get a new licence of your theme.November 24, 2023 at 11:01 am #515174
Luke NielsenKeymasterHello,
Please add the below code in Theme Settings -> Custom JS -> On document ready. Then recheck the issue.
(function($) { $(document).on('wood-images-loaded', function (){ if ( $('.products.grid-masonry').length && typeof ($.fn.isotope) !== 'undefined' ) { $('.products.grid-masonry').isotope('layout'); } }) })(jQuery);
Thank you for your time.
Kind Regards
November 24, 2023 at 2:46 pm #515281
waldemarParticipantHi Luke,
I was already testing an alternative solution/dirty hack with white border in beween, but of course your solution is better. Perfect! it works. Will this be included in the next update (so I will need to remove) or is this only for me?
Fine that support is making a positive evolution.
November 27, 2023 at 10:24 am #515763
Luke NielsenKeymasterHello,
That code is only for you.
You can also reach out to us if you have any questions.
Kind Regards
December 4, 2023 at 11:15 am #518150
waldemarParticipantThank you very much, you can close ticket
December 4, 2023 at 1:34 pm #518215
Luke NielsenKeymasterHello,
You are welcome!
If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘Overlapping bug’ is closed to new replies.
- You must be logged in to create new topics. Login / Register