• Resolved dotweekly

    (@dotweekly)


    Wp-table-reloaded version 1.9.1

    I have all settings using Default, so pagination, sorting etc should work but is not. This is likely to do with a clash in my themes javascript and the plugin javascript.

    Example of table: http://www.dotweekly.com/godaddy-goodies-83-expired-domain-name-auction-list/

    The first column is “pulling centered”
    No pagination is showing
    Can not sort columns
    No search is showing

    Is there a way to tell what Javascript in my theme is causing the problems with the wp-table-reloaded plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you are correct, this problem is caused by a JavaScript conflict.

    Using the Chrome Developer Tools, I found out, that one of your scripts is calling a “prettyPhoto” method, which however does not exist.
    That call is in the file http://www.dotweekly.com/wp-content/themes/techblog/js/techblog.js, which belongs to your theme.

    Regards,
    Tobias

    Thread Starter dotweekly

    (@dotweekly)

    Thank you Tobias!

    I opened that file and removed:

    $(‘#pagewrapper a[rel^=”prettyPhoto”]’).prettyPhoto({ “theme”: ‘dark_square’, “slideshow”: 5000, “overlay_gallery”: false });

    And it works perfect now!

    Thanks so much!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, that should be the responsible line. Great that the issue is resolved by removing it! 🙂

    Best wishes,
    Tobias

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

The topic ‘What Javascript is causing problems?’ is closed to new replies.