Thank you for writing back!
Upgrading to the visual donation form builder helped. However, now I’m having some other issues with donor walls.
Code:
[cws-row cols=312 id=”cols312″][col span=4][cws-widget type=text title=””]
<span class=”screen-reader-text”> </span>[give_donor_wall id=”9606″ show_avatar=”false” donors_per_page=”7″ display=”grid” columns=”1″]
[/cws-widget][/col][col span=8][cws-widget type=text title=””]
[give_form id=”9606″]
[/cws-widget][/col][/cws-row]
I’m trying to do a donor wall for everyone who participated in a specific campaign. I thought it was [give_donor_wall id=”campaign #”] but looking at https://givewp.com/documentation/core/shortcodes/give_donor_wall/ it is meant for the id of one specific donation. And since 9606 isn’t a valid donation id but a campaign, it’s showing every single donation ever received. How can I make it show the donor wall for one campaign only? Is there an easier way than manually putting in every donation id separated by commas?