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

    (@karevn)

    Most probably, that is because in your theme wp_footer function is not called before </body> which is a good practice. Move wp_footer call and everything should work fine.

    Thread Starter tom_m

    (@tom_m)

    From what I can see in my editor, wp_footer IS called before the closing </body> tag.

    Plugin Author karevn

    (@karevn)

    I mean it should be called right above </body>. It seems you have some other tags between do_action('wp_footer') and </body>. Anyway, updating to 0.4 should help you as it uses slightly different button embedding technique.

    Thread Starter tom_m

    (@tom_m)

    Thanks a bunch for the assistance. The update fixed everything anyway like you said. Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Usernoise modal feedback / contact form] Feedback button is not linked’ is closed to new replies.