Home Forums WoodMart support forum Overlapping bug

Overlapping bug

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #508298

    waldemar
    Participant

    Hi, 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.
    #508460

    Luke Nielsen
    Keymaster

    Hello,

    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 builder

    Thank you in advance

    Kind Regards

    #514340

    waldemar
    Participant

    Hi, I did disable all, but the overlapping still exists.

    #514457

    Luke Nielsen
    Keymaster

    Hello,

    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

    #514618

    waldemar
    Participant

    Hi, 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

    #514695

    Luke Nielsen
    Keymaster

    Hello,

    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

    #514719

    waldemar
    Participant

    Hi 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.

    #515174

    Luke Nielsen
    Keymaster

    Hello,

    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

    #515281

    waldemar
    Participant

    Hi 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.

    #515763

    Luke Nielsen
    Keymaster

    Hello,

    That code is only for you.

    You can also reach out to us if you have any questions.

    Kind Regards

    #518150

    waldemar
    Participant

    Thank you very much, you can close ticket

    #518215

    Luke Nielsen
    Keymaster

    Hello,

    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

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Overlapping bug’ is closed to new replies.