Pagination incorrectly links for page 1, 2+ fine. WooCommerce + Ethos

Hi,
Any idea why the page navigation on my WooCommerce Shop using Ethos, links page 1 to the last product above it and also adds a blank square (links to the same) between 1 & 2.

2+ links are all fine and when on Page 2, the links all seems fine.
Happens on the main page, category & tag pages.

I’ve test on 2 sites we run and both have the same issue.

It’s not a huge problem, more annoyance everytime I see it :slight_smile:

Hello @blackicetrading,

Thanks for writing in!

This could just be some caching issue. Please clear all caches since you have installed WP SuperCache that the code from the latest release is always in use. This will help you to avoid any potential errors.

And please clear your browser cache too. You may use private browsing mode in testing your site to make sure that you are viewing the latest codes from the updates and not the cached version in your browser.

And if clearing the cache is not helping, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

a:empty {
    display: none;
}

Clear the cache again and then test your site. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.