• Hi there,
    I’m using the plugin on my web and it’s working fine, except the first product of the list. It still shows the button to buy the product.

    My site is arteconfort .com

    I have used your plugin on other webs and it worked fine.

    Regards.

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    have you tested on a basic wordpress theme, the problem is probably from your theme. You could hide the add to cart on the first element using a custom css code

    ul.products.w-grid-space.clear.columns-4 li:first-child .image-wrapper > a.button {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Plugin not working on first elements’ is closed to new replies.