Title: Javascript &#8211; Slideshowproblem &amp; Statistic-Problem
Last modified: August 21, 2016

---

# Javascript – Slideshowproblem & Statistic-Problem

 *  Resolved [lifechange](https://wordpress.org/support/users/lifechange/)
 * (@lifechange)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-slideshowproblem-statistic-problem/)
 * Hi,
 * I again got the issue that I get the “requires activated javascript” – message,
   when implementing the “slideshow” gallery. I got this issue several times before
   and it could always be solved by updating jquery.
 * But in this special case it is not working out although I already gave it a try
   and implemented jquery via googleapis.
 * URL: [http://www.wohndesigners.at/alape-kleinstwaschplaetze/](http://www.wohndesigners.at/alape-kleinstwaschplaetze/)
 * The theme is the Organic_Block Theme from Organicthemes: [http://www.organicthemes.com/theme/block-theme/](http://www.organicthemes.com/theme/block-theme/)
 * Also I got the strange experience that the jetpack site statistics was working
   until 12.07.13 and since then it doesn’t collect any statistic-data.
 * In order to search the error I deactivated all plugins step by step but still
   no success. Maybe you got a useful hint for me.
 * Thanks a lot in advance.
 * Greetz, Hannes
 * [http://wordpress.org/plugins/jetpack/](http://wordpress.org/plugins/jetpack/)

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-slideshowproblem-statistic-problem/#post-3952320)
 * >  I again got the issue that I get the “requires activated javascript” – message
   > Also I got the strange experience that the jetpack site statistics was working
   > until 12.07.13 and since then it doesn’t collect any statistic-data.
 * Your theme seems to be missing the `wp_footer()` function that is used by Jetpack
   and other plugins to inject content into your site’s footer:
    [http://codex.wordpress.org/Function_Reference/wp_footer](http://codex.wordpress.org/Function_Reference/wp_footer)
 * Could you check your theme’s footer.php file, and make sure it includes `<?php
   wp_footer(); ?>` right before the closing `</body>` tag?
 *  Thread Starter [lifechange](https://wordpress.org/support/users/lifechange/)
 * (@lifechange)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-slideshowproblem-statistic-problem/#post-3952400)
 * Hi Jeremy,
 * thanks for your reply. Yep, I know about the importance of the wp_footer(); inclusion
   right before the </body>-Tag and I did not forget to update my theme with it.
 * See: [http://www.wohndesigners.at/wp-content/uploads/2013/07/wp_footer_screenshot.jpg](http://www.wohndesigners.at/wp-content/uploads/2013/07/wp_footer_screenshot.jpg)
 * And this is the funny thing: although I’ve updated the jquery to a recent version
   and I did put the wp_footer();, it is still not working.
 * Can you have a look at my installed-plugins please. Maybe you know about a plugin,
   which might interfere or cause this respectively.
 * Plugin-List: [http://www.wohndesigners.at/wp-content/uploads/2013/07/installed-plugins.jpg](http://www.wohndesigners.at/wp-content/uploads/2013/07/installed-plugins.jpg)
 * Thanks a lot for your help.
 * Greetz, Hannes
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-slideshowproblem-statistic-problem/#post-3952401)
 * Try to remove this line from your footer.php file:
 * `<!-- <?php do_action( 'wp_footer' ); ?> -->`
 * If you want to comment out PHP code, it’s best to use `//` or `/* */`, as explained
   here:
    [http://php.net/manual/en/language.basic-syntax.comments.php](http://php.net/manual/en/language.basic-syntax.comments.php)
 *  Thread Starter [lifechange](https://wordpress.org/support/users/lifechange/)
 * (@lifechange)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-slideshowproblem-statistic-problem/#post-3952402)
 * OMG!!! I’m such an inattentive idiot. After 2 years of working with php and wordpress
   I should have seen that. But with 3 projects running at the same time it seems
   that I’ve missed the forest for the trees.
 * Thanks a lot for rebooting my brain, Jeremy. 😉
 * All the best, Hannes

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

The topic ‘Javascript – Slideshowproblem & Statistic-Problem’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [lifechange](https://wordpress.org/support/users/lifechange/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-slideshowproblem-statistic-problem/#post-3952402)
 * Status: resolved