• Resolved jdowns1

    (@jdowns1)


    I set up a new campaign with a 2 column layout and have some questions.

    1. My campaign will have the donation form on the left column and the donor wall on the right. In the global settings I have the display options set to “show on a separate page”. When I view the campaign, only the donation form is displayed – the wall is not. However, if I remove the ‘donate’ path from the URL, I can see both. What am I doing wrong

      https://wordpress-1077984-4063990.cloudwaysapps.com/campaigns/john-doe/donate/

      https://wordpress-1077984-4063990.cloudwaysapps.com/campaigns/john-doe/
    2. On the donor wall settings, when I turn ‘Show Avatar’ off, save, and refresh, the setting is still enabled, and confirmed the avatar still shows on the front end. The ‘Show Avatar’ setting is not being saved.
    3. I eventually will be creating multiple campaigns via PHP using charitable_create_campaign (see my post https://ww.wp.xz.cn/support/topic/create-campaigns-via-code/). I already have this script working, but how do I modify it to account for the 2 column layout and assign the donation form on the left and the donation wall on the right like #1 above?
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPCharitable

    (@wpcharitable)

    1: These are two different page types. “/donate” is strictly a page for donations (normally by default what you see on “show on a separate page”, which means what happens when you typically click a donate button on a campaign page). The other page is a campaign page. Donation Wall isn’t meant to appear on a donate (form) page. That is probably why you are seeing it as you are.

    2: We noticed that you used the visual builder on the column page (at least at the time we looked at this), so our team DID confirm an issue with donor wall and we already have a fix in testing. This might be included in the next release of Charitable (1.8.1.6) but in any case we would be more than happy to update you when does go out.

    In the meantime, you could either add a shortcode, similar to this:

    [charitable_donors campaign=38 show_avatar=0]

    Replace the campaign ID of course. Visual campaign builder should support adding a shortcode. If all else fails you can hide the avatar photos in the wall via CSS ( so .donor-list .donor img { display: none; } or something similar).

    3: There isn’t a way to dynamically create layouts built with the campaign builder like you are suggesting. The charitable_create_campaign only creates “legacy” campaigns. We plan on offering dynamic ways to duplicate visually built campaigns in the future but it’s not on the immediate roadmap.

    I hope this helps!

    Plugin Author WPCharitable

    (@wpcharitable)

    We are going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

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

The topic ‘Using layouts with donation wall’ is closed to new replies.