• Resolved Presson

    (@pressonforlife)


    I created this Page — https://charity.cordialtec.com.ng/donation/

    But I have 2 issues I will like to get solved, based on this Page

    1.) You can see that I placed 2 Forms on the Page, using their Shortcodes.

    QUESTION 1:
    How can I create a “Forms Archive Page“– where I can enter just one shortcode, and it will list out all the Donation Forms I have on my website in a loop Array, without me needing to come and enter them one by one on a Page ?

    2.) DONATION HEADER SIZE ON MOBILE
    On Mobile Phone, the size of the Header is too large, and I will like to reduce it to 18 pixels.

    Upon using the Browser’s Inspect tool, I saw the CSS rules, and tried to adapt it to Mobile, as seen below:

    @media screen and (max-width: 600px) {
    .givewp-layouts-headerTitle h2 {
    /* Apply some styles */
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;

    }
    }

    Unfortunately, the code did not work!

    QUESTION 2
    Can you Please help me with the CSS Code that can help me reduce the Header Font size on Mobile to 18 pixels ?

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Robin Joshua Del Mundo

    (@robindelmundo)

    Hi @pressonforlife ,

    Glad you reached out! Happy to help.

    QUESTION 1: Display All Forms in a Loop

    We don’t have a shortcode or block that will be able to do this. The closest one is the Form Grid Shortcode or Block.

    In theory, all the forms will display in the form archive: yourdomain.com/donations/. This will vary from theme to theme but you can create a custom template for archive-give_forms.php.

    QUESTION 2: CSS code Issues

    For this one, I tested this and it looks to be working correctly. Can you clarify where you inserted this?

    It is important to note that you have to insert CSS code like this in the custom styles field of the Design Tab — https://share.zight.com/z8uWz1RZ.

    Looking forward to helping you get to the bottom of this!

    Plugin Support Robin Joshua Del Mundo

    (@robindelmundo)

    Hi @pressonforlife ,

    It’s been a while since we’ve heard back, and I know troubleshooting needs a little extra time. I’m marking this as resolved for now, but if you still have questions, you can send them along right here, and I’ll be happy to hop back in.

    Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Forms Loop and Header size on Mobile’ is closed to new replies.