Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Arevico

    (@arevico)

    I looked at your website and didn’t see the approprioate code being outputted to the frontend. Can you check if your theme contains a call to wp_head()? Open header.php in your theme’s directory and if there is no call to wp_head() insert

    <?php wp_head(); ?>

    Before the closing head tag (</head>)

    Thread Starter SecretBustUp

    (@secretbustup)

    I already open the header.php in my wordpress…

    do you mean this… (i print screen)
    http://batrisyia.com/wp/wp-content/uploads/2013/11/Untitled-1.jpg

    hi Arevico,
    thanks a lot for this lovely plugin…me too facing the same problem but i solved it by understanding the codes..
    but there is a problem .. most of the users were unable to like at likebox button.
    by clicking on likebox button it will again ask you to like this page. I tried it from different operating system .. some of the times it works perfectly but sometimes it creates an error by asking me again to like .
    just have a look at this Guneet.in

    Plugin Author Arevico

    (@arevico)

    @secretbustup , yes thats looks good. Do you have the plugin disabled currently, because it doesn’t look like anything is outputted, so I can’t debug it from the front-end.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin not working.’ is closed to new replies.