Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pantherius

    (@pantherius)

    Hello,

    Just check your blog section link, as I see you already applied the shortcode there and it’s works well.

    Thread Starter khadis

    (@khadis)

    Hi,

    Thank your for assisting me.

    Ups, I think I need to be more specific when asking ??

    Firstly, I didn’t realize that it worked in my blog section. But, can I setting up the plugin so that it only appears when user visit the blog section and see no form when they land on my main page?

    And also, the form always appear whenever I click posts’ link (to read other posts). I am sure, it will be quite disturbing for readers. I just want the form appears once, when the readers land on my blog section in the first time and see no further form when they navigate to other posts. Is it possible?

    Many thanks.

    Plugin Author pantherius

    (@pantherius)

    Hello,

    You’re welcome!

    However, you can display the form on posts and pages only, it is not possible to display it on the blog page without customization.
    It’s just a minor modification in the simple_signup_form.php on line 108, just remove the following line:

    if (!is_single()&&!is_page()) return(”);

    In this case, if you are able to place a shortcode to your blog page or a text widget with the shortcode, the signup form will appear on the blog page only.

    Simply use the Once per User or the Once per Filled Out checkboxes on the signup form edit screen to display the form once.

    Best regards,
    Pantherius

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form in blog section’ is closed to new replies.