Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
This 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/ ?Shamim HasanKeymasterShamim HasanKeymasterThank you for contacting.
I will try to build a custom extension and release to everyone.Shamim HasanKeymasterYou can add
#fep-wrapper{width: 100% !important;}in Front End PM PRO > Settings > General > Custom CSSThat theme is not well responsive. If this not works you can ask that theme developer, they might have better solution.
Shamim HasanKeymasterPlease change theme to default theme then try.
Let me know. -
AuthorPosts