🙂
Glad this was useful for someone !
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