dareadel
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] I need some help on this codeAnyone interested can find my solution here at Stackoverflow
Thanks for,the prompt and detailed reply.
I like the plugin and my client has agreed to buying the premium version but it’s already concerning. The tables are created and the shortcodes are placed in the blocks but the tables are not showing on the frontend. They showed for a few days but totally disappearedForum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorForum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorThank you @mrdaro,
Unfortunately I didn’t see the same thing you’re seeing. It appears you have a different plugin. My Give post type name is “Donations” but yours is “Contributions.” Even when I go to the list of donors and I viewed it doesn’t show “receipt.”
The question is do you need the pro version of the plugin for the code to work, and show “Contributions” instead of “Donations?”
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorI gave a reply @mrdaro over 4 days now. So what’s next?
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorThank you @mrdaro,
Here is the code. I hope I can get this resolved quite soon. The event is in July, just a week away.
//Extra field for donations add_action( 'give_fields_after_donation_amount', function( $group ) { $group->append( give_field( 'text', 'guestName' ) ->showInReceipt() ->minLength(2) ->label( __( 'Donation on behalf of...' )) ->maxLength(30) ->placeholder('Name of alumnus') ->required() // Could instead be marked as readOnly() (optional) ->helpText( __( 'This is a field used to add the alumnus name on behalf whom you you are donating' ) ) //how this is displayed is up to the template, but if the template has help text displayed, this is how to set it. ); });
I believe by restoring the website I have no need for another plugin. Plus, it took less time to restore from backup than having to install and activate another plugin
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorJust a followup, I have no space in {guestName}
Hello @gpbarone87,
I simply restored my website from a backup 5 days prior to the update, then I updated each plugin one a time. I decided not to update Give before I tested the site again and it turned out to be the culprit.
I am not sure how to manually revert to a prior update but I used the quick and safest option for me.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorHi @matheusfd,
Unfortunately, the field is not displayed in confirmation emails.
Here’s the email setup:
Donor: {fullname} Donation: {donation} Donation on behalf of...:?{guest Name} Donation Date: {date} Amount: {amount} Payment Method: {payment_method} Payment ID: {payment_id} {receipt_link} Sincerely, {sitename}
The field output for “Donation on behalf of…” is not showing in the confirmation email messages.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorNever mind. I found the tag in the settings
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorCertainly. I can write a review.
However, I have one more question. How do you get the field to appear on a donor’s confirmation messages?
We did a test but the field did not appear in a confirmation message or the receipt.
Thank you
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Text Field Code ErrorIt works! Thank you so much
- This reply was modified 2 years, 9 months ago by dareadel.
Forum: Fixing WordPress
In reply to: Error with core patternsI found the error. Instead of
core/pattern
I wrotecore/patterns
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Donation ProblemsInstructions worked! Thank you.