This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi Guys,
Just wondering if you know of any know problems with the 1,2,3 or next page buttons not working?
I’m working on localhost so any advice you can offer will be great.
Thanks,
Gareth
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hi Robert,
As i stated above i’m working on localhost so these details cannot be provided.
Thanks,
Gareth
In royal/woocommerce/loop/pagination.php file find on line 20 replace following string
'base' => esc_url( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', htmlspecialchars_decode( get_pagenum_link( 999999999 ) ) ) ) ),
to
'base' => esc_url_raw( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', get_pagenum_link( 999999999, false ) ) ) ),
Regards,
Robert Hall.
Thanks Robert. It worked!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Next page not working within products’' has been successfully resolved, and the topic is now closed for further responses