• Resolved Bessia

    (@bessia)


    Hi,

    WordPress: 3.6
    Woocomerce: 2.0.14
    Theme: RT-Theme 17

    I’m using the ‘Product Sort and Display LITE’ plugin on my woocommerce site.

    At the bottom of the store page I have pagination (that I did not put there or want) that leads to a blank page. The strange thing is that when I click ‘next’ on the pagination the title for my store front says “page 2 of 16”.

    I only have one store front page but I do have 16 products in total. How can I remove the pagination? Here’s my site

    Many thanks for any help

    https://www.ads-software.com/plugins/woocommerce-product-sort-and-display/

Viewing 1 replies (of 1 total)
  • I am having the same issue, although, I actually need the pagination, but on my product archive pages, the original woocommerce pagination is duplicating, so I have 2 paginations on the archive page. I just hid wocommerce’s pagination and left WooCommerce Product Sort and Display pagination intact.

    If you want to hide the pagination, you could probably just put the following in your style.css file of your theme.

    .woocommerce .woocommerce-pagination{
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Pagination that leads to a blank page’ is closed to new replies.