Home Forums WoodMart support forum Woocommerce load more button troble

Woocommerce load more button troble

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #218779

    bbdesign
    Participant

    Good day. We have a problem with the “load more” button on the product catalog page.
    When you click on the button, it goes to the last 3 downloaded products and need to scroll up.
    And it should stay in place and show the first 3 downloaded products.

    How can this be fixed?

    #218797

    Hello,

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

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area.

    Best Regards

    #218808

    bbdesign
    Participant

    I don’t think this is a problem in plugins, because this problem is also present in your demo.
    You have “Load more” works like this https://woodmart.xtemos.com/shop/?opt=load_more

    And we need like here https://nerf.com.ua/product-category/

    Here is a link to a video showing what we mean https://youtu.be/jt8TKz4jK5c
    Products must open and scroll to down!

    #218921

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .products-footer {
      position: relative;
      min-height: 46px;
    }
    .woodmart-products-load-more.loading {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    Best Regards

    #218931

    bbdesign
    Participant

    Thanks very much)

    #218948

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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