• Resolved jbkeefer

    (@jbkeefer)


    I saw another thread with error realated to pagination, but i do not think the cause was identified.

    I am able to replicate the pagination error.

    When shop loads, the initial pagination is a non ajaxified version. When you click in one of the page index numbers, like 2, it loads a new pagination but id does not remove the “Default sorting,” so there ends up being two “default sorting” pull down boxes.

    you can see here: tie-a-dye.com

    click on a page index and you should see two sorting boxes.

    There seems to be a style change as well, the size of the pages and page count are smaller.

    Turning off ajax in your plugin makes the problem go away. I suspect the filter for the ajax replacement is not removing default sort element.

    Let me know if you need any more details and if you are able to replicate the error.

    Jamie

    https://wordpress.org/plugins/woocommerce-products-filter/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jbkeefer

    (@jbkeefer)

    solution: Pagination is correct when using full shortcode on shop page:

    [woof_products per_page=24 columns=2 is_ajax=1]

    Thread Starter jbkeefer

    (@jbkeefer)

    I must say the ajaxify is causing some issues none the less. It’s a shame beacause it is a nice feature just need a little polish.

    Plugin Author RealMag777

    (@realmag777)

    Hello

    Here is an article about pagination in AJAX mode: http://www.woocommerce-filter.com/pagination-troubles-in-ajax-mode/

    Turning off ajax in your plugin makes the problem go away – yes, AJAX is not compatible for 100% of themes, all depends of quality of code of the wp theme and how developers of it comply woocommerce API

    Thank you for investigation …

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Pagination error’ is closed to new replies.