Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Here Manish, Zia, Kyan is member for both groups. So For them both groups will show to select when send message. Please check if shown for them.
Other users are only in 1 group. So for them groups will be hidden and all message for group will send to Everyone group. Please check if groups are hidden for them and if they send to group, that message is send to Everyone group directly.
If not working right, please let me know what is not working.
Shamim HasanKeymasterUsers have to be member of that group to send message. So only shows those groups which he is member.
Also if only one group is there ( logged in user is member to only 1 group) then groups will be hidden and message will go directly to that group.Shamim HasanKeymasterWhich tooltip? Can you please give me screenshot?
Shamim HasanKeymasterIt send message via cron job and wordpress cron run by user visit. when i user visit your website that time it send message.
There is a settings how many message it will send per run. Go to Front End PM PRO > Settings > Email > Emails send per intervalShamim HasanKeymasterLicense is ok, but somehow your website can not make license check request to this website.
Shamim HasanKeymasterFrom your screenshot it seems that page is modified. Do you use any code or plugin to modify admin pages?
sidebar is missing, also save button is not in place, may be same code removed Group option also.I have used “Group” plugin along with Front End PM and it has no conflict in that page.
Shamim HasanKeymasterIf 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/
-
AuthorPosts