wpexpertssupportteam
Forum Replies Created
-
Hi @captainslater,
Please make sure that you have checked the “Shortcode checkbox” of the snippet.
If the checkbox is not checked: https://ibb.co/L1BTKyQ
Snippet won’t work. It will look like this: https://ibb.co/ZdJ3kTb
To make a snippet work, you should have to check the shortcode checkbox and it is required: https://ibb.co/b7Tyy2m
The output will be: https://ibb.co/JvVCyJS
Thanks
Hi @kevinjay,
If you are using the pro version please create a support ticket through Envato as we are not allowed to provide support for the PRO plugin on this platform.
Thanks!
Hi @captainslater,
Thanks for using the plugin,
We are checking the issue and we will keep you updated on this.
Thanks
Forum: Plugins
In reply to: [New User Approve] Edit Text + Confirm emailHi @jannetto96,
Sure, here is an example code for modifying messages on WP-admin page.
add_filter('new_user_approve_welcome_message_default', function($message) { $new_message = ""; $new_message .= "Hi Customer"; $new_message .= "\n\n"; $new_message .= "Your message"; $new_message .= "\n\n"; $new_message .= "Thanks"; return $new_message; }, 10, 1);
You can modify the $new_message variable according to your message.
Here $new_message .= “\n\n”; is for 2 lines space.
Here is the code for modifying the approval email.
add_filter('new_user_approve_approve_user_message_default', function($message) { $new_message = ""; $new_message .= "Hi Customer"; $new_message .= "\n\n"; $new_message .= "Your message"; $new_message .= "\n\n"; $new_message .= "Thanks"; return $new_message; }, 10, 1);
Also, the options for modifying the messages or emails are available in the premium version of the plugin.
Thanks
- This reply was modified 3 years, 7 months ago by wpexpertssupportteam.
Forum: Plugins
In reply to: [WPExperts Square For GiveWP] Cannot use object of type stdClass as arrayHi @diddle,
Kindly open a support ticket by clicking on the link as displayed in the screenshot: Screenshot
So, our technical team will assist you accordingly.
Thanks
Hi @mikgerdan1991,
We have replied to you over your support ticket please follow up there.
Forum: Plugins
In reply to: [New User Approve] I am using pmpro for membershipHi @koshtiarun,
Can you please explain the issue a bit more. If you don’t want the approval process then you can deactivate the new user approve plugin.
Thanks
Forum: Plugins
In reply to: [WPExperts Square For GiveWP] Cannot use object of type stdClass as arrayHi @diddle,
Can you please check the console of your site for any possible errors on the payment page?
Thanks
Forum: Plugins
In reply to: [New User Approve] I am using pmpro for membershipHi @koshtiarun,
Thanks for reporting the issue,
We are checking this and we will keep you updated on the reported issue.
Thanks
Forum: Plugins
In reply to: [New User Approve] Edit Text + Confirm emailHi @jannetto96,
Thanks for using the plugin,
You can modify the message using the filter hook.
apply_filters( 'new_user_approve_welcome_message_default', $welcome );
Also, our plugin sends an automatic email to the users once they approved.
Thanks
Forum: Plugins
In reply to: [WPExperts Square For GiveWP] Cannot use object of type stdClass as arrayHi @diddle,
Thanks for using the plugin,
We have shared the link to the updated plugin. Kindly download and install the plugin on your site and let us know.
Download: Give WP Square
Also, please make sure to delete the previous version first.
Once you approve this then we will release an update of the plugin with the fix.
Thanks
Hi @fitwd,
Thanks for sharing your requirement,
This feature will be a part of the upcoming release of the Premium version.
Thanks
Hi @mandro,
can you please share with us a screencast video regarding the issue you are reporting or some helpful screenshots so we can replicate it on our end?
Forum: Plugins
In reply to: [New User Approve] Restricting approval/denial to admin userHi @nickstaw,
Due to a lack of activity, we are going to mark this thread as resolved. If you have any other issues, please feel free to open a new thread.
Thanks
Forum: Plugins
In reply to: [New User Approve] Automatically handle spam subscribtionsHi @usdy,
Due to a lack of activity, we are going to mark this thread as resolved. If you have any other issues, please feel free to open a new thread.
Thanks