Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello

    I had the same problem, I solved it doing this :

    In wp-issuu.php, in “return()” of the issuu_reader_2() function, look for <object> and <embed>. In those, you must edit the style, adding “position:relative;” like this :
    <object classid=”” style=”position:relative;width:’ . $width . $unit . ‘;height:’ . $height . $unit. ‘” ‘ . […]
    and
    <embed src=”‘ . $readerUrl . ‘” type=”application/x-shockwave-flash” style=”position:relative;width:’ . $width . $unit . ‘;height:’ . $height . $unit […]

    Careful, when you will update the extension, these modifications will disappear.

    Hope it will works for you

    Thank you Magtm! That worked perfectly for my site as well! I had been looking for a fix for this for a while!

    ??
    Glad this was useful for someone !

    Thank you Magtm! I had a similar issue – my footer widgets were covering up the bottom half of my Issuu album. Changing the php file with your edits made it look much, much better! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Issuu] Overlapping’ is closed to new replies.