Viewing 12 replies - 1 through 12 (of 12 total)
  • Moderator James Huff

    (@macmanx)

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue.

    Thread Starter zartattack

    (@zartattack)

    Hi,
    I have double check this, with a site that was not upgraded. Then I updated it and the issue appeared.

    For me it’s an issue of 4.1.

    The two sites had only woocommerce in common!

    I guess I need to downgrade until the resolution of that.

    Moderator James Huff

    (@macmanx)

    Well, we can’t find a resolution unless we try a few things. Downgrading won’t help anyone. I don’t have any pagination issues on any of my sites under 4.1, so I doubt it’s a WordPress issue, but we won’t know unless you help us.

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter zartattack

    (@zartattack)

    Thanks James,

    Are your sites baed on woocommerce?

    Moderator James Huff

    (@macmanx)

    None of them are, but if you’re convinced this is a WooCommerce issue, I recommend asking at https://www.ads-software.com/support/plugin/woocommerce so the plugin’s developers and support community can help you with this.

    it could be an issue with the theme. can you switch to the basic free theme offered by woocommerce and see if that issue persists?
    to me it looks like some kind of an issue with the javascript used in your theme.

    Thread Starter zartattack

    (@zartattack)

    Hi,

    This is what I got from the Theme developer:

    “You have issue with WordPress 4.1 on your site (or server permalinks config
    uration), not theme. We installed theme on WP 4.1 for test and its worked w
    ithout any problem. You need to contact wordpress support.

    Our theme does not manage permalinks structure, pages links structure and p
    aramethers in url. All of this manages by WordPress core (or WooCommerce) o
    nly. If you see this issue on WooCommerce pagination, but does not see it o
    n WordPress pagination (in Blog listing pages) this mean this is WooCommerc
    e issue, otherwise – WordPress issue.”

    I am afraid that the whole process of installing the WP site was not as clear as it should be.

    Moderator James Huff

    (@macmanx)

    Ok, so back to one of the earlier replies. ??

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue.

    This is how we find out if it’s a WordPress issue, plugin issue, or theme issue.

    Thread Starter zartattack

    (@zartattack)

    Hi,

    Deactivate all plugins (excepy woocommerce of course) and nothing has changed

    Switch to Twenty Fifteen (The theme is not compatible with woocommerce) then to Twenty Fourteen, in all cases the situation remained the same.

    Swtich to a Wootheme, the issue is resolved.

    So, based on what I have tested, it seems that the case is quite peculiar and I truly need a help here. All those are issues generated with WP 4.1

    Why the two separate themes (and the WP themes) are not working in my case and the Wootheme is working?

    I am sorry that the same issue is appeared in two posts, but I still do not know if that is a case of WordPress or Woocommerce.

    I am afraid for that issue the developer is not directly responsible… How come, he managed to test it though?

    OMG I am going to ger crazy with that!

    HELP ??

    Moderator James Huff

    (@macmanx)

    I’d still suspect the theme, but either way it’s definitely not a straight WordPress problem at least.

    I recommend asking at https://www.ads-software.com/support/plugin/woocommerce so the plugin’s developers and support community can help you with this. Maybe someone over there has run into this before.

    add to functions.php

    function pagination_ampersand_bug_workaround( $link ) {
    return str_replace( ‘#038;’, ‘&’, $link );
    }
    add_filter( ‘paginate_links’, ‘pagination_ampersand_bug_workaround’ );

    Thanks @hataskrayu, that did the trick!! ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Product Categories paged’ is closed to new replies.