This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
The pagination issue was corrected in the latest version, however for whatever reason it continued on my version, this is a quick and simple fix:
Open file: wp-content > themes > royal > woocommerce > loop > pagination.php
Change
'base' => esc_url( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', get_pagenum_link( 999999999, false ) ) ) ),
To
'base' => esc_url_raw( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', get_pagenum_link( 999999999, false ) ) ) ),
This fixes the issue.
Hope this helps anyone getting frustrated by this
Hello,
Thank you for sharing the solution.
We appreciate it very much.
Have a nice day!
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up