Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Damian

    (@timersys)

    Share more information like the site you are trying, the display rules you are using. IF you have javascript errors in the page is most probably that won’t work

    Thread Starter 1134a

    (@1134a)

    Using wordpress 4.1

    bit.ly/1bs92Px

    No javascript errors. I tried many different display rules, but for example:

    “page type is equal to front page”

    I was trying to add a FB like button (tried iframe and html codes with no luck)

    thanks

    Plugin Author Damian

    (@timersys)

    Hi! I do see an error because of jquery

    We are adding a variable when jquery is loaded (wordpress does it by default) but it’s getting trouble with themes and plugins removing wordpress jquery.

    We are going to fix that in the next version.

    If the meantime if you feel confortable editing php try editing in popups/public/class-social-popup.php around line 458

    Where it says :
    wp_localize_script( 'jquery', 'spuvar_social', $spuvar_social);
    should say instead
    wp_localize_script( 'spu-public', 'spuvar_social', $spuvar_social);

    Try that and let me know

    Thread Starter 1134a

    (@1134a)

    it worked, thank you!

    Plugin Author Damian

    (@timersys)

    If you like the plugin please support us by leaving a nice review

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin Not Working’ is closed to new replies.