Title: What Javascript is causing problems?
Last modified: August 20, 2016

---

# What Javascript is causing problems?

 *  Resolved [dotweekly](https://wordpress.org/support/users/dotweekly/)
 * (@dotweekly)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/what-javascript-is-causing-problems/)
 * 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/](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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/what-javascript-is-causing-problems/#post-2246337)
 * 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](http://www.dotweekly.com/wp-content/themes/techblog/js/techblog.js),
   which belongs to your theme.
 * Regards,
    Tobias
 *  Thread Starter [dotweekly](https://wordpress.org/support/users/dotweekly/)
 * (@dotweekly)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/what-javascript-is-causing-problems/#post-2246483)
 * 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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/what-javascript-is-causing-problems/#post-2246525)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/what-javascript-is-causing-problems/#post-2246525)
 * Status: resolved