Eric Daams
Forum Replies Created
-
The “Dashboard” banner shows up on all pages that are included in the User Dashboard menu. If you go to Appearance > Menus, choose to edit the menu you have selected for the User Dashboard location (you should see it listed in the dropdown list). Edit that menu and make sure it only includes the pages that you want to be part of your user dashboard.
If you take a look at http://demo.wpcharitable.com/reach/your-profile/ (you’ll need to log in), you will see we have the Dashboard banner above a collection of pages that are all part of a user management area, where they can edit their profile, add campaigns, etc.
Cheers,
EricI’m pushing up 1.3.1 right now, which should fix all of the issues you encountered with saving campaigns & making donations.
If you would still like to downgrade, you can get version 1.2.4 from GitHub: https://github.com/Charitable/Charitable/archive/1.2.4.zip
Cheers,
EricAh, gotcha. We disabled the post type archive for campaigns by default since this looks bad in most themes. However, in Reach the campaign archive looks great, so it should certainly have been enabled in there.
I just pushed an update to Reach which fixes this. Click here to download it.
After installing it, you will need to flush the permalinks again, following the same steps I gave you earlier (Settings > Permalinks). Once that’s been done, your campaign archives should appear again.
Cheers,
EricWith the campaigns option missing, do you mean it’s missing from the WordPress admin, or from the frontend of the site?
Eric
I’m so sorry about this. I’m working on a fix right now that will fix the issue with campaigns not updating.
With the campaigns page disappearing, could you try going to Settings > Permalinks and clicking the update button? You don’t need to change anything; it just needs to be re-saved to trigger a clearing of the permalinks settings.
Cheers,
EricSo sorry about this wpler. I’m working on fixes to both of these issues right now, and we’ll get an update out as soon as possible.
Cheers,
EricI just pushed up Charitable 1.3. Could you try against that version and see if the problem persists?
Cheers,
EricHi Barret,
Were you able to resolve this issue?
Cheers,
EricYes, though this is an issue with Reach, not Charitable. I have it recorded at https://github.com/Charitable/Reach/issues/1
Cheers,
EricHi Beth,
I adapted the snippet at https://github.com/Charitable/library/blob/master/campaigns/remove-stats-summary-block.php, with an extra line of code you can use to add the donate button back in at the top of the campaign. You have to “uncomment” that line, which just means to remove the two backslashes at the start of the line.
Cheers,
EricHi Beth,
They should be ordered by priority, from lowest to highest, so you can change their order by changing their priority setting. For example:
$fields[ 'national_id_number' ] = array( 'label' => __( 'National ID Number', 'your-namespace' ), 'type' => 'text', 'priority' => 24, 'value' => $form->get_user_value( 'donor_national_id_number' ), 'required' => true, 'data_type' => 'user' );The priority of that field is 24. If you want it to come sooner, change it to a lower number. It’ll depend on the priority of your other fields.
Cheers,
EricNice work Beth! Sorry I wasn’t able to get back to you earlier, but really nice to hear you were able to adapt the other examples on GitHub for your purposes.
Cheers,
EricLet me know how things come along!
Cheers,
EricNo, there isn’t really a way to achieve that at the moment.
Cheers,
EricThanks for the kind review!