Viewing 15 replies - 1 through 15 (of 16 total)
  • Anonymous User

    (@anonymized-9643630)

    If you want to have the form in a custom position you can hack this file front_form.php

    – Remove the hook in the beginning of the file:
    add_action( ‘get_footer’, ‘front_end_form’ );

    – Place the content of the function “front_end_form” where you want.

    – Hack the /css/style.css as you want.

    Thread Starter fnadde42

    (@fnadde42)

    Thanks bro!

    Can you clarify “Place the content of the function “front_end_form” where you want” means? I see the line “function front_end_form()” but do not know what portion of the code to use on another page?

    Anonymous User

    (@anonymized-9643630)

    Hallo jeffpim the content of the function print the function on the page.

    It’s an hack, after the placement on your page you must adapt the CSS and maybe also other things, it’s not a standard feature.

    Maybe in the next version i will add the possibility to place the form anywhere but now there is no an easy and fast way to do that.

    Hi.

    I’m wondering if you could be more specific? I tried to use the content of the function in a page-template, but got an empty site. Do I have to specify the placement in the plugin, or am I just doing this plain wrong?

    Btw, the plugin is awesome !

    Anonymous User

    (@anonymized-9643630)

    Try to remove the first IF:

    if(!isset($_COOKIE['maillistcookie'])){

    }

    Thanks.

    I already tried that, but the page still ends up being an empty page, with just the body and head tags. I’ve also tried with removing the WordPress content-loop from the template, witch also didn’t work.

    Anonymous User

    (@anonymized-9643630)

    Hallo, you can also place that code in a single page/post if you remove the php part.

    Could you post exactly what code to post and were, to get this to work in a page?

    Never mind, just got it to work. All i had to do was to remove everything before and after the echoes.

    Thanks for your help.

    would somebody mind helping out a noob like me with this? I would love to be able to put this plugin on a sidebar, or even a header, but do not have the necessary knowledge to figure it out on my own. Could somebody please help me out by posting how they got it to work.
    Thanks!

    whiteatom

    (@whiteatom)

    Yes.. the docs for this plugin are very poor…

    How do we make the form appear? not a widget, not a short code? Could anyone point me in the right direction? Plugin activated and the back end is working.. but the form is nowhere to be seen. Is there a way to add email addresses to the list through a function?? I would like to add from another plugin.

    Looks good, but not of any use without this form…

    Anonymous User

    (@anonymized-9643630)

    The form is automatically displayed in the bottom part of the screen, link you website with the plugin activated.

    whiteatom

    (@whiteatom)

    Not in my theme – and it does include wp_footer. Any other ideas?

    I don’t think many people want it on the footer of every page – why the choice to put it there? A widget would make way more sense wouldn’t it?

    Anonymous User

    (@anonymized-9643630)

    A widget might be an idea for a future update.
    A big form on the bottom of the page is useful to have an high conversion rate ( subscriptions / impressions ), the form then disappears when a visitor completes the subscription.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[Plugin: Mail List] Form placement and customization?’ is closed to new replies.