Hi,
thanks for your post, and sorry for the trouble.
This JS error indicates a problem in your theme. That expression will have to be fixed in the JS code of the theme.
Regards,
Tobias
Thanks for the reply, Actually I’m new to WordPress, do you think the above error is stopping tablepress to display pagination?
Hi,
yes, that JavaScript error in the theme is causing the browser to stop executing all JavaScript code on the page, including the pagination, etc. from TablePress.
The only way to get everything to work is to fix this error. You could try contacting the theme support team, or try fixing this yourself. Essentially, you’ll have to replace
a.it-scroll-down[href*=#]:not([href=#])
with
a.it-scroll-down[href*="#"]:not([href="#"])
in the file where this happens.
Regards,
Tobias
Hi TobiasBg, I had changed the file as per your earlier suggestions, and it’s working perfectly. Thank you
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!