• Resolved bluefairyxxx

    (@bluefairyxxx)


    Hi,

    I am using wp new version. all function are working except the data table javascript. I have enable Sorting, but the sort icon doesn’t come up in the table

    I have wpzonbuilder and Another WordPress Classifieds Plugin (AWPCP). and using Flexibility3 1.0 theme.

    please help me to solve this problem

    Thanks in advance

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter bluefairyxxx

    (@bluefairyxxx)

    Wp version 3.0.5

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    can you please provide a link to the page with the table?

    Thanks,
    Tobias

    Thread Starter bluefairyxxx

    (@bluefairyxxx)

    Hi Tobias,

    Thanks for your quick response. sure why not? here it is:
    https://microwavestore.info/compare/

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for link. I had a look at your site and noticed that the necessary script calls were not added to the page source.
    Almost certainly, this is because your theme is missing a call to WordPress’s PHP function wp_footer(); right before the closing </body> HTML tag in its footer.php. This is oowever mandatory for the JavaScript to be included.

    Can you check that? As a quick test, please switch to the WordPress Default Theme (TwentyTen) temporarily, and check if the sorting works there.

    Regards,
    Tobias

    Thread Starter bluefairyxxx

    (@bluefairyxxx)

    Ok. Thanks Tobias.

    I will check on that and keep you update

    Thread Starter bluefairyxxx

    (@bluefairyxxx)

    Hi Tobias,

    I’ve done all your suggestion but it didn’t work.

    first, I change to default theme – it didn’t work,
    second, I upload again flexibility theme through ftp – it still didn’t work.

    and when I check out my footer editor (footer.php) here are the last code before </body>

    <?php wp_footer(); ?>
    <!– bgwrapper close –>
    <?php if (get_option(‘flex_footer_script’)) { echo stripslashes(get_option(‘flex_footer_script’)); }?>
    </body></html>

    I still have 1 php before closing body tag. so wp_footer() isn’t the last one. is this the problem?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    currently, you seem to have the default theme TwentyTen enabled, and everything works fine there for me.

    Can you switch to your original theme again? The additional PHP code after wp_footer(); doesn’t matter, it is more important that the call is actually there.

    Regards,
    Tobias

    Thread Starter bluefairyxxx

    (@bluefairyxxx)

    Have change to original theme but still can’t find the sort icon??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    it is working for me. I can sort perfectly, also with the new theme.

    Regards,
    Tobias

    Thread Starter bluefairyxxx

    (@bluefairyxxx)

    Hi Tobias,

    yes, I can see now it fine.

    Thanks for all your help

    Have a great day.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the confirmation!

    And of course, you are very welcome!

    Best wishes,
    Tobias

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: WP-Table Reloaded] can't sort’ is closed to new replies.