This topic has 3 replies, 3 voices, and was last updated 10 years, 7 months ago ago by Olga Barlow
I updated to WordPress 3.9 a few minutes ago, and now the Revolution Slider does not appear. I didn’t change anything.
What should I do?
Exactly the same just happened to me on idstore theme. Issue seems to be in script.js “undefined is not a function”. example: http://pinehouse.toolboxmarketing.com/
Dear customers,
We bring our apologies for this terrible inconvenience! We are planning to relese our update within next week and you can be sure it will fix your problem. But we understand that it can be urgent for you, so you may fix this issue now, manually.
Edit file idstore/code/options.php , find if($doshortcode){
(line 5) and replace by if($doshortcode && is_string(ot_get_option( $key,$setting ))){
Edit file idstore/code/functions.php , find wp_enqueue_script('masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
(line 84) and replace by
wp_enqueue_script('et_masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
Regards,
Olga Barlow
Tagged: issue, revolution slider, solutions, templates, woocommerce, wordpress
The issue related to '‘wordpress 3.9 with Revolution Slider issue’' has been successfully resolved, and the topic is now closed for further responses