• Resolved mattmatthewdeweycom

    (@mattmatthewdeweycom)


    Hi All!

    I am having some trouble with a table. I am using a custom template for the page with my table as I require more width than my theme allows. However, when I implement the table on this page the functions such as “enable sorting of table data by the visitor” doesn’t seem to be working.

    I am assuming that I have mucked up the coding of my new page template and it’s now conflicting with the table coding.

    Any help would be GREATLY appreciated! I am a relative newbie to coding.

    The page can be found here:
    http://www.matthewdewey.com/catalogue/

    Best,
    Matt

    http://wordpress.org/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Matt,

    thanks for your question.

    From what I can see on your page, the theme or page template that you are using does not include a call to wp_footer(); in the page body, right before the closing HTML </body> tag. Can you check that?

    Regards,
    Tobias

    Thread Starter mattmatthewdeweycom

    (@mattmatthewdeweycom)

    Thank you Tobias!

    You offer such a great service! I had followed some of your advice to others, but misunderstood that the wp_footer(); call needed to be included on the page template itself. I thought it was meant for the footer template.

    In any case, you have set me straight and it’s all looking a lot better now!!

    Thanks again,
    M

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome!

    The actual place depends on the theme structure. If the page template uses/includes the footer template, then the call goes there. If it does not use the footer template, but has its own </body>/</html> tag, it needs its own wp_footer(); of course.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] "enable sorting of table data by the visitor" Not Working’ is closed to new replies.