This topic has 9 replies, 8 voices, and was last updated 10 years, 7 months ago ago by mododj
I recently updated my site to WordPress 3.9 and the update seemed to break IDStore. I now get errors and warnings on not only my dashboard, but the site as well.
Warning: strpos() expects parameter 1 to be string, array given in …/shortcodes.php on line 193
Warning: strpos() expects parameter 1 to be string, array given in …/shortcodes.php on line 193
class=”home page page-id-183 page-template page-template-frontpage-php logged-in admin-bar no-customize-support no-svg wide banner-mask-enable fixNav-enabled “>
Warning: strpos() expects parameter 1 to be string, array given in …/shortcodes.php on line 193
I have disabled all plugins to see if any were the problem, but that wasn’t it. I disabled IDStore and the errors went away. What do I need to do to IDStore, or when can we expect an update for 3.9 compatibility?
Any help is appreciated.
Same here. Help please!
Same here as well. I updated to legenda 2.0 and now only get one error line:
Warning: strpos() expects parameter 1 to be string, array given in …/shortcodes.php on line 193
But can’t get rid of it!
Please help!!!
Same on my website http://granodecafe.cz
I am facing similar problems with my ID store website when updated to wordpress 3.9,none of my product zoom options are working (dock,slipper,window) also revolution slider has just vanished
same here ! things are not as expected after updating wp3.9 .
Dear customers,
We bring our apologies for this terrible inconvenience! We are planning to release 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
thanks!! its works for me!
Thanks worked also on my site
Tagged: idstore, problems, solutions, templates, woocommerce, wordpress, wordpress 3.9
The issue related to '‘IDStore Problems With WordPress 3.9’' has been successfully resolved, and the topic is now closed for further responses