• Resolved cd_BE

    (@cd_be)


    Hi all

    I’m currently busy with setting up a newsletters subscribe form. And it’s a big one, it has 26 custom fields. Yeah, I know I overdid it a bit. But that’s all the info we need from subscribers. I even added a participants database to manage it all.

    So far so good.

    The problem I have is the page where I placed

    [newsletters_subscribe form=1]

    it shows the form with 2 columns instead of all the custom fields under each other. I want to remove the columns layout for the newsletters subscribe form, I tried via page attributes to create a custom template to fix that, but the subscribe form always shows in 2 columns. I can’t seem to find a solution to this problem.

    Can somebody point me in the right direction?

    I have the NaturelleVersion: 1.0.5 By ThemeIsle theme. It’s a child theme of Llorix One Lite. This theme is not maintained anymore.

    • This topic was modified 6 years, 4 months ago by cd_BE.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tribulant Software

    (@contrid)

    @cd_be

    Yes, by default the Newsletter plugin will automatically display a subscribe form inside a post, page, custom post, etc. as 2 columns to fill up the space.

    It uses CSS to do this with the CSS selector .newsletters .col-md-6 . So you can add custom CSS to your WordPress theme’s stylesheet or anywhere really and just override that: .newsletters .col-md-6 { width: 100% !important; }

    I’ll add this to our development list so that we can add a setting per subscribe form or globally to turn this 2 column feature inside posts/pages on or off.

    Thread Starter cd_BE

    (@cd_be)

    Nice, that did the trick!
    Yeah, would be great to add this option to the development list! I made some other suggestions too to add to that list ??

    Now some new lay-out troubles, but I think I can fix that.

    Plugin Author Tribulant Software

    (@contrid)

    @cd_be

    Great, I’m glad to hear that helped.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘subscribe form’ is closed to new replies.