• Resolved cassihl

    (@cassihl)


    I’m using Divi theme for my site. On my homepage, I used the registration form shortcode. It is adding extra < p > tags inbetween each divi block element and breaking the whole layout. When logged in, you get a message that you are logged in, instead of the form, and the layout is fine – no issues when logged in. Any ideas?

    https://wordpress.org/plugins/wp-members/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    It is adding extra < p > tags inbetween each divi block element and breaking the whole layout.

    To be clear, the plugin doesn’t add p tags – That’s WP’s wpautop function.

    The plugin actually seeks to mitigate the impact of wpauotp on its content by attempting to turn off wpautop and wptexturize, but a lot can depend on where/how it’s used. The form is really intended to be used in the main content area of a post or page. When it’s outside of that, your mileage may vary.

    You could try to change how this is applied by using the texturize parameter for the shortcode:
    [wpmem_form register texturize=”false”] or [wpmem_form register texturize=true]

    Thread Starter cassihl

    (@cassihl)

    Ok, thanks!

    This worked:
    [wpmem_form register texturize=”false”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Divi layout breaking with registration form shortcode’ is closed to new replies.