• JK

    (@worldwidej)


    Hello,

    I had a problem with a plugin that would not display properly (no sorting possible). The plugin author found the problem and here it is:

    In footer.php the line
    <?php wp_footer(); ?>
    is in the wrong place. It is supposed to be last the line right before
    </body>.
    I′ve changed it and now the plugin works correctly.

    I don′t know about this – but the correction makes the plugin work now.

    Other than that: love your theme and have it installed on several websites.

Viewing 1 replies (of 1 total)
  • Hi,

    yes, this is a rather nasty bug, as the line is only evaluated conditionally, as it seems.
    It should really be moved, just as worldwidej mentions.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Problem w/ TablePress plugin (and solution’ is closed to new replies.