• Resolved maineyak

    (@maineyak)


    It works with the default wordpress twentyten theme, but not heatmap theme. Any chance of a solution to this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author buchin

    (@buchin)

    Sure, please make sure <?php wp_footer() ?> is called on your footer.php theme, many plugins need this to place code on footer, like google analytics, adfly wordpress plugin, etc.

    If the <?php wp_footer();?> is not in footer.php, just paste it right before closing body tag.

    i.e:
    <?php wp_footer();?>
    </body>

    Thread Starter maineyak

    (@maineyak)

    That fixed it, thanks!

    Plugin Author buchin

    (@buchin)

    Great! Glad this solution worked. Would you rate this plugin?

    buchin it’s an awesome plugin, kudos <3

    By the way is that avy nobita ? Thats the first manga i ever read :}

    Just found out that there is a paid version which in addition has cloaking of the url.

    === WordPress adf.ly Cloaking Plugin ===

    Contributors: devinfo007

    Requires at least: 2.0

    Tested up to: 3.1.2

    Stable tag: 0.1

    I still think buchin’s plugin is good since it’s free. But if you need the adfly urls to be cloaked, then you can get the paid cloaked version.

    Sadly people have a habit of not wanting to give you anything even if it cost you nothing. Hence the reason for the cloak.

    Buchin do you have an email i can contact you with ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Works, but doesn't work’ is closed to new replies.