Title: jQueryproblem in Theme Venom
Last modified: August 22, 2016

---

# jQueryproblem in Theme Venom

 *  Resolved [oidrom](https://wordpress.org/support/users/oidrom/)
 * (@oidrom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/jqueryproblem-in-theme-venom/)
 * Hi Guys,
 * I have a simple Table on my Site [geschicktgendern.de/genderwoerterbuch](http://geschicktgendern.de/genderwoerterbuch)
   Password is 12345 because the Site is not finished til now.
 * The Problem is, that no JQuery is working here. There Konsole says:
    `TypeError:
   jQuery(...).cycle is not a funktion` `jQuery( '.cycle-slideshow' ) .cycle();`
   all in [http://geschicktgendern.de/wp-content/themes/venom/js/general.js?ver=4.1](http://geschicktgendern.de/wp-content/themes/venom/js/general.js?ver=4.1)
 * In other Themes the JavaScript-Functions of TablePress are working fine. The 
   Hint of you in the FAQ with deleting one line of code in the header.php is not
   working, because there is only this line:
 * `<script src="<?php echo get_template_directory_uri(); ?>/js/html5shiv.js"></
   script>`
 * My debugging Information:
    · Website: [http://geschicktgendern.de](http://geschicktgendern.de)·
   TablePress: 1.5.1 · TablePress (DB): 29 · TablePress table scheme: 3 · Plugin
   installed: 2015/01/26 20:18:33 · WordPress: 4.1 · Multisite: no · PHP: 5.3.28-
   nmm1 · mysqli Extension: false · mySQL (Server): 5.6.21-nmm1-log · mySQL (Client):
   5.5.40 · ZIP support: yes · UTF-8 conversion: yes · WP Memory Limit: 40M · Server
   Memory Limit: 256M · Magic Quotes: on · WP_DEBUG: false · WP_POST_REVISIONS: 
   true
 * Sorry, my Skills are not the best, but do I have a Version-Problem of Javascript
   or is it something else? Thank you very much for your support!
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/jqueryproblem-in-theme-venom/#post-5718111)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This a different problem than what’s described in the FAQ. Basically, what’s 
   happening is that this JavaScript error is stopping the execution of the JS code
   on the page (including the JS code for TablePress).
 * The JS error is (from what I can see) is caused by a missing function or file.
   In detail, the file general.js that you mentioned is trying to call the `cycle()`
   function, which however does not exist. I think it comes from a jQuery plugin
   and thus must be loaded via an extra JavaScript file. That’s not happening however,
   and this looks like an oversight by the theme. I can therefore only suggest that
   you contact the theme developers about this error message. They’ll have to make
   sure that the relevant JS file with that `cycle()` function is loaded.
 * The alternative would be to remove the lines
 *     ```
       jQuery(document).ready(function(){
         jQuery.noConflict();
         jQuery( '.cycle-slideshow' ).cycle();
       });
       ```
   
 * from that general.js file.
 * Regards,
    Tobias
 *  Thread Starter [oidrom](https://wordpress.org/support/users/oidrom/)
 * (@oidrom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/jqueryproblem-in-theme-venom/#post-5718119)
 * Hi Tobias,
 * thank you very much for this super fast answer. I will try both, contact the 
   Theme Developer and remove your mentioned lines!
 * Best wishes!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/jqueryproblem-in-theme-venom/#post-5718125)
 * Hi,
 * no problem, you are very welcome! 🙂 Always glad when I can help!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘jQueryproblem in Theme Venom’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [cycle](https://wordpress.org/support/topic-tag/cycle/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/jqueryproblem-in-theme-venom/#post-5718125)
 * Status: resolved