Lazy Gallery – Once Active Breaks WP
-
Ok, I’ve installed the latest revised copy of LG and when I activate it it breaks the WP code. Basically I get code and variables that take up large amounts of screen space at the top of every WP page. Sample of the first bit of the code displayed is:
2147483647) $top = $top – 4294967296; //this makes the number signed instead of unsigned if($bottom!=0) $data=$top/$bottom; else if($top==0) $data = 0; else $data=$top.”/”.$bottom; if(($tag==”011a” || $tag==”011b”) && $bottom==1) { //XResolution YResolution $data=$top.” dots per ResolutionUnit”; } else if($tag==”829a”) { //Exposure Time if($top/10 == 1) $data=”1/”.round($bottom/10, 0).” sec”; else $data=$top.”/”.$bottom.” sec”; } else if($tag==”829d”) { //FNumber $data=”f “.$data; } else if($tag==”9204″) { //ExposureBiasValue $data=$data.” EV”; } else if($tag==”9205″ || $tag==”9202″) { //ApertureValue and MaxApertureValue //ApertureValue is given in the APEX Mode. Many thanks to Matthieu Froment for this code //
I haven’t heard of this problem before and considering how new I am with WP I’m not sure the problem.
- The topic ‘Lazy Gallery – Once Active Breaks WP’ is closed to new replies.