Home Forums WoodMart support forum Woodmart Theme Bugs

Woodmart Theme Bugs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267344

    OmRom
    Participant

    Hi!

    I really like your themes Basel and Woodmart, but I noticed such bugs on the theme Woodmart.
    1. When I turn off quick view and wishlist, empty tags remain in html (capture1.png)
    2. How can this class be changed? In my case, it should look like “align-items: stretch;” (capture2.png)
    3. When I turn on lazy loading of images, my icons grow and I have to rewrite them through the custom css (capture3.png)

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #267392

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. This code is necessary there, please add this CSS to remove the borders:

    body .woodmart-hover-base[class*=add-small] .wd-bottom-actions>div:not(:last-child) {
    	border: none;
    }

    2. There is no option to replace the class, please add this code:

    .products.align-items-start {
        align-items: stretch !important;
    }

    3. In order to fix the lazy loading, please add this code:

    .elementor-image .woodmart-lazy-load {
    	width: auto;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #267418

    OmRom
    Participant

    I know that. I thought this could be solved with hooks.
    Will this be fixed in future releases? Is this a bug?

    #267543

    Hello,

    This is not a bug. This is the way lazy loading works. And now our dev team is working on its improvement. We shall try to implement improvement in the nearest update.

    If you have any questions please feel free to contact us.

    Best Regards

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