• Resolved manoj06

    (@manoj06)


    Hi,pagination is not displayed though I had activated in the table options. I’m getting the below error in the console tab

    Syntax error, unrecognized expression: a.it-scroll-down[href*=#]:not([href=#]) intext:”Plugin: TablePress”

    Could you please help me.

    • This topic was modified 5 years, 8 months ago by manoj06.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter manoj06

    (@manoj06)

    Thanks for the reply, Actually I’m new to WordPress, do you think the above error is stopping tablepress to display pagination?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter manoj06

    (@manoj06)

    Hi TobiasBg, I had changed the file as per your earlier suggestions, and it’s working perfectly. Thank you

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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!

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

The topic ‘Pagination not displaying’ is closed to new replies.