Version of WordPress: 2.8.4
DM Albums doesn’t work for me. Instead of an album filled with pictures the code is printed on the screen:
“> 16) & 0xFF; $green = ($rgb >> 8) & 0xFF; $blue = $rgb & 0xFF; $gray = round(.299*$red + .587*$green + .114*$blue); // shift gray level to the left $gray_r = $gray << 16; $gray_g = $gray << 8; $gray_b = $gray; // OR operation to compute gray value $gray = $gray_r | $gray_g | $gray_b; imagesetpixel($grayscale, $x, $y, $gray); } } imagedestroy($source); $source = “”; return $grayscale; } function imageresize($source, $width, $height, $quality, $filename, $degrees) { $src_x = imagesx($source); $src_y = imagesy($source); …”
and so on…
Under the iframe I have the options “slideshow” and “fullscreen”, but they don’t work.
My Firebug console displays 4 errors:
– invalid XML markup
– FullScreenMode is not defined
– parent.SetSelectedThumnailVisible is not a function
– CheckScrollWidth is not defined.
I have used Google and searched forums, but I haven’t read about this problem. How can I resolve it?