• Resolved ts743

    (@ts743)


    This is a great plugin, but a few queries.

    The ‘First Name’ and ‘Last Name’ fields are not aligning properly, whichever display method I choose. You can see on site at https://www.nationalfloodforum.org.uk

    I would very much like the donation button on the homepage to cue a popup / modal window in the first instance, rather than direct to a rather sparce page that I can not implement a menu on (at least without styling issues). Is this at all possible?

    Many thanks!

    https://www.ads-software.com/plugins/give/

Viewing 1 replies (of 1 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    Your theme has applied a “clear” to ALL p elements. You can override that with some custom CSS:

    p[id*=give] {
        clear: none;
    }

    If you need assistance implementing custom CSS we have a guide on that:
    https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/

    Regarding the popup, you can implement our shortcode anywhere on the site you like, but we don’t have a way to trigger the popup manually currently.

    But there is a lot you can do with that single page. You can add Content and whatever you like to the Give sidebar including menus.

    Also, just my personal opinion, you’d be better off putting the Donate link directly into your main menu rather than the button on the side — it took a while for me to find it even though it’s orange.

Viewing 1 replies (of 1 total)
  • The topic ‘Styling Issues’ is closed to new replies.