Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
If you are in local server then no need to use license. remove license and save changes. it will work.
I have checked your license, it is about to expire, renew it.I have given you a license free for 3 months, it is not possible to reissue free, or provide PRO version support.
Shamim HasanKeymasterPlease keep your “Piping Email” as same domain email. piping script must me accessible from email. So if it is not hosted in same server, it can not work properly.
You can use Gmail or any other email service provider for sending email, but “Front End PM PRO > Settings > Emails > Piping Email” must be in same server.
Shamim HasanKeymasterPlease make sure your website can communicate with other website. License is checked using wp HTTP request, so if it can not communicate with other website, it can not check license. Also i do not see any request for license check from your website.
Please give me screenshot of license page in settings. Also let me know your domain.
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > License and remove license then save, again input your license and save again.
Shamim HasanKeymasterThis extension is now in wordpress repository. Please use https://wordpress.org/plugins/front-end-pm-ultimate-member-integration/ so that you will get update in future.
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_filter('fep_menu_buttons', function( $menu ){ $menu['message_box']['title'] = sprintf(__('Inbox%s', 'front-end-pm'), fep_get_new_message_button() ); return $menu; });
Shamim HasanKeymasterBy default it added default text. May be for any reason, it did not added default text.
For encode, i see the issue. It will be fixed next in release.
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_filter('fep_menu_buttons', function( $menu ){ unset( $menu['announcements'], $menu['settings'] ); return $menu; }, 99);
Shamim HasanKeymasteryou can do this overriding header.php template. Instruction in https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/change-templates/
Shamim HasanKeymasterPlease fill up Subject and Content of all emails ( New message, reply message and announcement email) in Front End PM PRO > Settings > Emails Then try.
Let me know.
Shamim HasanKeymasterIs normal email sent from your website? eg register, lost password email?
Please go to Dashboard > Front End PM PRO > Settings > Emails and see if From Email is same domain email or not. Also please give me screenshot of Front End PM PRO > Settings > Emails page.Shamim HasanKeymasterYou can use https://www.shamimsplugins.com/contact-us/
Shamim HasanKeymasterif it is stagging site can i have access? please full backup your website before giving me access.
Shamim HasanKeymasterI have updated to 2.0.1 and it is working.
Please remove this extension what you already installed and install it without modifying zip. Let see if working.Shamim HasanKeymasterI see ultimate member current version 1.3.88
is not it the plugin we are working with https://wordpress.org/plugins/ultimate-member/ ? -
AuthorPosts