• I just downloaded Give and just love it! But on the sidebar, it’s not displaying correctly. Modal is wrapping funny and looks bad. I’d love to use button format, but that didn’t work at all.
    Here’s my URL – https://promiseofpeace.us/

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

    (@dlocc)

    Hi @kimmarla – thanks for the kind words! It looks like what’s going on here is your theme is filtering out form’s content. Try this: Log into your WP-Admin and head over to Donations > Settings > Advanced. Then disable the option “the_content filter” and check your form again on the frontend.

    Let me know if this works for you!

    Thread Starter kimmarla

    (@kimmarla)

    Thanks, Devin. But it’s still looking weird.

    Plugin Author Devin Walker

    (@dlocc)

    I agree, looks weird. We’ll fix it up @kimmarla. Would you mind submitting a contact form request over here: https://givewp.com/contact-us/ select the “You ask me to contact” option and reference this ticket. We can work closer to figure out the issue here. I’m guessing it’s something related to the theme that shouldn’t be too difficult to troubleshoot.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi @kimmarla we haven’t heard from you yet in our Contact form, but here’s a somewhat hacky way to resolve this. Add this custom CSS to “Appearance > Customizer > Custom CSS”

    .give-donation-amount br {
        display: none;
    }

    It may not work perfectly in all browsers, but most modern ones it will work fine.

    We can help better if you contact us though. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘form is not displaying correctly on sidebar widgets’ is closed to new replies.