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/
The theme is the Organic_Block Theme from Organicthemes: 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
-
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_footerCould you check your theme’s footer.php file, and make sure it includes
<?php wp_footer(); ?>right before the closing</body>tag?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
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
Thanks a lot for your help.
Greetz, Hannes
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.phpOMG!!! 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
The topic ‘Javascript – Slideshowproblem & Statistic-Problem’ is closed to new replies.