expresstechsoftware
Forum Replies Created
-
@scottstokely
Please connect with me in discord, we may have to debug on hosting.Hi @scottstokely ,
I did a test with my test account and found this case worked for me.
Make sure you are using the latest version of Both PMPRO and This Discord ADDON.
Let me more specific details of your setup so I can perform tests.- This reply was modified 3 years, 8 months ago by expresstechsoftware.
Hi @drewbllc ,
It is suggested to keep the custom version with a different version. always hire a WordPress experienced developer.Happy to hear about your issues are resolved. It is a learning for us.
once you are done with the plugin setup and testing, kindly leave a review of your experience.Hi @branniganjoe6 , okay we will do a test with WordFence install.
Hi @branniganjoe6 ,
1) Make sure the Bot role having high priority than the roles it has to manage.
2) inside advanced settings there is a setting named :”do not kick upon disconnect” make sure this setting is checked.- This reply was modified 3 years, 8 months ago by expresstechsoftware.
Hey, @jerry89086 Make sure you have installed and setup the main plugin PMPro.
https://ww.wp.xz.cn/plugins/paid-memberships-pro/@sheplayspro Inside 1.2.4 latest version, we have added feature to hide the button using a simple filter.
add_filter('ets_pmpro_show_connect_button_on_profile', '__return_false' );
Adding the above code line in functions.php of theme or using code snippet plugin.Hi @iggy097
Our plugin is not officially supported with multisite.
I suggested connecting with some developers to help you with this technical problem.Hi @fox-didl ,
The latest version of the plugin now provides the following hooks to customize the answers related mail title and content:
For the mail which is sent when a question is answered:
wc_qa_new_answer_mail_subject
wc_qa_new_answer_mail_messageFor the mail which is sent when an answer is updated:
wc_qa_answer_updated_mail_subject
wc_qa_answer_updated_mail_messageHello @fox-didl ,
The latest version of the plugin now has filter to change the login URL, please update to latest version and add this code, inside your child theme’s functions.php or add it as PHP snippet using the plugin Code Snippets:
add_filter( 'wc_add_qa_login_url', function($url){ return get_permalink( get_option('woocommerce_myaccount_page_id') ); } );Thanks!
Hi @sheplayspro If I understand your request correctly you are looking for a way to restrict the connect button to certain membership types.
If so, currently this is not possible.Hi @doulos12 ,
The redirect URL could be any page, but it is recommended it should be the user profile page of PMPRO.– Make sure the pmpro pages settings are complete.
– Follow, Memberships -> Settings -> Pages.
– Setup all the pages.
– Deactivate the discord addon and re-activate it.
– Go inside discord settings, and the re-direct URL will appear automatically.Hi @drewbllc sorry to hear about your experience.
It is suggested to keep the customize version separate, or keep the auto update feature of plugin update Turn OFF.