developer2210
Forum Replies Created
-
Hi,
Thanks for looking into this.Here is my code snippet:
function denBuddypressTabForDeleteAccounts()
{
add_action( ‘bp_template_content’, ‘returnDeleteAccountHtml’ );
bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/settings/delete-account’ ) );
}
function returnDeleteAccountHtml(){echo do_shortcode(‘[wp_frontend_delete_account]’);
}It shows my form to delete acount but when I enter the password to confirm account deletion then it is doing nothing.
Screenshot: https://prnt.sc/1hiz8wvI have no idea what plugin version it was exactly. But it may be Version 1.5.4.1 Not sure for this. I have used both.
Please check for this and help me to fix it.
- This reply was modified 3 years, 7 months ago by developer2210.
Forum: Plugins
In reply to: [Front End PM] Translation not showing on frontEndI am using version 11.2.3 (Front End PM)
https://prnt.sc/u2s017version 2.4.2 (Loco Translate)
https://prnt.sc/u2s0ldHow can I identify that the translation is conflicting?
Please let me know what the information I can provide to you so that you can help me to fix this issue. As I have tried to fix it with every possible solution.Forum: Plugins
In reply to: [Front End PM] Translation not showing on frontEndYes, other plugins translations are working fine. Also I have followed each step clearly.
At the backend I see all the translations are compeleted in french.
Here is screenshot: https://prnt.sc/u0ro69
But I am not getting any changes at front End.- This reply was modified 4 years, 7 months ago by developer2210.
Ok thanks.