I must of missed something what am i supposed to change the line of code too
To fix this open widget_logic.php go to line 132
and change
if ($number==-1) {$number=”%i%”; $value=””;}
for this
? what I am i supposed to change for this
Found this on another thread and it worked for me:
WP3.5 uses jQuery 1.8… and in this version of jQuery it seems that %i% throws an error.
To fix this open widget_logic.php go to line 132
and change
if ($number==-1) {$number=”%i%”; $value=””;}
for this
…. And finally open
wp-content/plugins/widget-logic-visual/js/jquery.nyromodal.js
and search and replace this:
$.curCSS(elm,name,true));
for this:
$.css(elm,name,true));