• Resolved meembat

    (@meembat)


    I am using the short code for the Donor wall with the following parameters:
    [give_donor_wall form_id = “xxxx, yyyy” show_name=”true” show_avatar=”false” show_form = “false” show_total=”false” show_company_name = “false” orderby=”post_date” show_comments=”false” columns=”4″]
    However, the wall still displays the Form Title in the wall.
    How can I prevent that from happening?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Matheus Martins

    (@matheusfd)

    Hi there!

    Glad you reached out.

    Do you mean that “Doddridge Centre Virtual Brick Wall” title? Because if it is, this is the page’s title, and not something related to GiveWP.

    Feel free to reach out to us if you have any further inquiries or require additional assistance. We’re always happy to help!

    Thread Starter meembat

    (@meembat)

    No, I meant the Donation form Title.
    I understood using show_form = “false” should have led to hiding the form. However, it is still showing up on the wall.
    Note: I had used CSS ( .give-donor-details__form_title {display: none;} to hide it, which is why you did not see it earlier. I have removed the CSS now

    Plugin Support Matheus Martins

    (@matheusfd)

    Hi there.

    If the shortcode you are using is exactly the same you shared here, there is a space between then = signal and the false text:

    show_form = “false”

    Instead, it should be:

    show_form=“false”

    Can you test it and let me know if it works? Looking forward to helping you get to the bottom of this!

    Thread Starter meembat

    (@meembat)

    I have updated the short code to the followng:
    [give_donor_wall form_id=”1093″ show_name=”true” show_avatar=”false” show_form=”false” show_total=”false” show_company_name=”false” orderby=”post_date” show_comments=”false” columns=”4″]

    But it still shows the form title

    Plugin Support Matheus Martins

    (@matheusfd)

    Hi, @meembat.

    I’ve tested it and it looks like some shortcode attributes are not performing as they should. However, I tested the donor wall block and it worked as expected.

    Putting myself in your shoes, I would use the block and not the shortcode for now. Here is the documentation covering how to use it: https://givewp.com/documentation/core/blocks/donor-wall-block/.

    While we work on a fix, feel free to message us if you have further questions or need any additional assistance!

    Thread Starter meembat

    (@meembat)

    I had tried block initially. It does not seem to have the same options as presented in the article. Also, the multiple forms does not seem to work in the block too.
    Attached is the screenshot when using the Block

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Donation form name cannot be hidden’ is closed to new replies.