Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Norman C Hoffmann

    (@norman-c-hoffmann)

    Also the twitter follow button is not appearing properly

    Plugin Author Miguelo2008

    (@miguelo2008)

    Hi Norman,

    On the one hand, this plugin is not developed for working in the main page, it is only enabled when your page shows the content. But you can modify the code to do that.

    I think if you change this line in your page the X-button of this plugin will run properly:
    replace this line:

    javascript:hidelightbox();

    To this:
    document.getElementById(‘over’).style.display=’none’;

    If you want to hide an additional layer more, you can repeat this line with the name of the layer.

    document.getElementById(‘NAME_LAYER’).style.display=’none’;

    On the other hand, I don’t have any problem with the twitter’s button, if you write your twitter account in the plugin, the plugin must be correct.

    You can see the pluging running properly here
    https://www.viajerossinrumbo.com/croacia-tercera-parte

    See you!

    Thread Starter Norman C Hoffmann

    (@norman-c-hoffmann)

    I made the recommended change but I got this error:

    This plugin has been deactivated because your changes resulted in a fatal error.

    Parse error: syntax error, unexpected T_STRING in /home/adshope3/public_html/wp-content/plugins/popup-to-share/mplugin.php on line 184

    Thread Starter Norman C Hoffmann

    (@norman-c-hoffmann)

    You are correct. The Twitter button problem is with Twitter not serving the button.

    Thread Starter Norman C Hoffmann

    (@norman-c-hoffmann)

    I don’t understand how to use these:

    document.getElementById(‘NAME_LAYER’).style.display=’none’;

    Plugin Author Miguelo2008

    (@miguelo2008)

    Hi Norman,

    I think the problem with your theme is that you use a layer to show ads. This layer is over the layer of my plugin, and that is probably why the mistake occurs. I’m not sure.

    When I replace in your page (with Firebug) the line that I mentioned before, I have seen that the plugin running properly. I can’t understand why them don’t running properly.

    Finally, I will put online a new version. You could try with the new version.

    Best regards,
    Miguel

    Thread Starter Norman C Hoffmann

    (@norman-c-hoffmann)

    I’m using the plugin called “Mini Popup” now. It works on all my pages. Here’s the link to it’s homepage:
    https://www.blogandocomfacilidade.com/plataformas/wordpress/plugin-mini-popup-para-wordpress/

    Thanks for all your help!

    Thank you for using and sharing our plugin Norman ??

    Plugin Author Miguelo2008

    (@miguelo2008)

    Thanks for you….

    ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Popup to Share] Not working properly on homepage. Multisite’ is closed to new replies.