this is my code
<p style="text-align: justify;"><strong>clicca sul pulsante G+1</strong> qui sotto.</p>
<div align="center">
<div class="g-plusone" data-size="tall" data-href="http://www.giuseppefava.com">
</div>
</div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
AUTO SOLVED 🙂
changed this
<div align=”center”>
with this
<div align=”center” style=”z-index:2147483647!important;”>
🙂
Please go itro-popup/templates/itro-popup-template.php line 4
and change from:
<div id="itro_popup" style="visibility:hidden;">
to
<div id="itro_popup" style="visibility:hidden; display: none;">
Adding “display: none” in the style fix the issue.
In the nex days we’ll release the new version with some other fixes.
Thank you!