Home Forums Themes Support Forum Pagination Not Showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6099
    Graeme Stickells
    Participant

    Hi,

    I’m running WP with WooCommerce and XSop Pro theme on http://www.uniorbiketools.co.za.

    The pagination on my product category pages is not showing.

    I’ve tried setting it under Appearance > Customize > WooCommerce > General Settings but nothing is showing.

    I’m not aware of any pagination plugins that may be running

    Is there something I’m missing? Help would be appreciated.

    #6100
    Theme space
    Keymaster

    Thank you for your question,
    I’ve seen your website pagination. This is not our theme issue. Your infinite scroll plugin feature display: none Xshop pagination.
    Please see these screenshots
    https://prnt.sc/263m0tc
    https://prnt.sc/263lu2g

    Please use the custom CSS code in your website customize additional CSS section
    /*css code start*/
    .infinite-scroll .woocommerce-pagination {
    display: block !important;
    margin-top: 30px !important;
    }
    /*css code end*/
    or you may need to disable infinite-scroll
    Thanks again

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.