Some issue after last update - by webtec

This topic has 12 replies, 3 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: webtec
    webtec
    Participant
    February 7, 2018 at 14:53

    Hi, after the last update there are some problems:

    1) pagination does not work (https://www.vinosano.it/negozio/) if you click on the other pages 2 – 3 … etc. it remains the same;

    2) It does not work even if I change the pagination from ajax to load more button

    3) Show products toolbar on the shop page is now also visible on the category list page, but I only want it on the product list pages

    11 Answers
    Avatar: webtec
    webtec
    Participant
    February 7, 2018 at 15:06

    I’ve solved disabled WooCommerce Infinite Scroll and Ajax Pagination

    Avatar: webtec
    webtec
    Participant
    February 7, 2018 at 15:55

    Hi,

    how can i to make sure that Show products toolbar on the shop page is not visibile in the category list page, but I only want it on the product list pages ?

    https://www.vinosano.it/categoria-prodotto/vini-naturali/

    thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 08:21

    Hello,

    Thanks for the topic.

    how can i to make sure that Show products toolbar on the shop page is not visibile in the category list page, but I only want it on the product list pages ?

    – please describe the desired result in details and provide some screenshots to help me understand more.

    Regards

    Avatar: webtec
    webtec
    Participant
    February 8, 2018 at 11:02

    Hi,
    http://prntscr.com/ibs961
    http://prntscr.com/ibs9qq

    moreover the load more product (mostra altri prodotti on my site) button does not go:
    http://prntscr.com/ibshzp

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 14:17

    Hello,

    1. Please add this code in Theme Options > Styling > Custom css:

    .tax-product_cat .filter-wrap .products-per-page {
        display:none;
    }

    2. Follow theme documentation and make sure that you used correct settings and classes http://xstore.helpscoutdocs.com/article/65-woocommerce-infinite-scroll-and-ajax-pagination-settings

    Regards

    Avatar: webtec
    webtec
    Participant
    February 8, 2018 at 16:04

    hi

    1 I added the css code, but it is not completely hidden http://prntscr.com/ibwxbm

    2 I follow the tutorial but it works loading other products above those already visible http://prntscr.com/ibx2f6

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 8, 2018 at 18:05

    Hello,

    1) I have checked and see that category and subcategory pages do not have any special classes, that’s why it’s not possible to hide toolbar for the category page and show for the subcategory.

    2) Go to Theme Options > E-Commerce > Product Page Layout > Disable Masonry option for the products if you want to use lazy loading.

    Regards

    Avatar: webtec
    webtec
    Participant
    February 8, 2018 at 18:22

    Hi,

    1) but if don’t remeber wrong, before the last update it was possibile!?

    2) perfect! Its’ possibile to hide this http://prntscr.com/ibz8ry by default? It’s hidden only when a click on load more button

    thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 8, 2018 at 18:58

    Hello,

    1) No, I don’t think. We thought that you want to hide that toolbar for the product categories/subcategories but to show on the show page – it’s possible, that’s why we gave you that code. But if you want to show for subcategory – it won’t work.

    2) Yes, use

    .woocommerce-pagination.pagination-cubic {
        display: none;
    } 

    Regards

    Avatar: webtec
    webtec
    Participant
    February 9, 2018 at 11:15

    ok, thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 9, 2018 at 11:18

    You’re welcome!

    Regards

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.