Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please see https://www.shamimsplugins.com/docs/front-end-pm/getting-started/privacy-settings/
Let me know if still unclear.
Shamim HasanKeymasteruse shortcode
[front-end-pm fepaction="newmessage"]
Shamim HasanKeymasterAs you sent me some code, i thought you can write code. Sorry for that.
Theme can override this plugin css so it may also override Appearance settings.You can use following code
.fep-button{ background-color: #ffffff !important; color: #5033679c !important; } .fep-button:hover,.fep-button-active{ background-color: #5033679c !important; color: #ffffff !important; }
Then clear your cache (browser and website) and test.
Please let me know.Shamim HasanKeymasterThank you very much and sorry for late reply. It went unanswered.
Front End is where your theme style file is loaded but in back end theme style file is not loaded. It is just for administrative purpose, style is not important here. In front end where users see their message and interact.This plugin include basic style, most of the style come from theme to match with other parts of the website.
For multi-line, wordpress uses wpautop function which reduce line breaks and add p tags.
Shamim HasanKeymasterDid you tried using Front End PM PRO > Settings > Appearance?
For any css change better using browser developer tools. You can google or see https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools
Shamim HasanKeymasterPlease go to Settings > General > Timezone and adjust your timezone there. Also check if UTC and local time showing correctly there.
Shamim HasanKeymasterMessage and Announcement works in different way and they are queried also in different way. So currently it is not possible to combine them.
Shamim HasanKeymasterOk i will try. If i can i will let you know.
Shamim HasanKeymasterIs only HTML5 browser support is ok? or you need to support older browser also?
Shamim HasanKeymastercurrently it uses native form upload. So it is not possible.
May be in future.Shamim HasanKeymasterYou can go to Dashboard > Front End PM PRO > All Announcement and check which announcement you want to keep in bin. Then from Bulk Actions select “Status change to pending”.
It will not show in front end and you can later delete that.
Shamim HasanKeymasterMessage and Announcement works in different way and they are queried also in different way.
So you will have to change so many filters to works it properly. Also some information for messages and announcement is different in database.
It will not be small amount code which i can provide you.Shamim HasanKeymasterPlease do not change plugin code as this will be lost when you update.
You will need to use those 3 filter hooks to execute. To know more about hooks please see https://developer.wordpress.org/plugins/hooks/filters/If you need custom code help you can contact via https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterUse following filter hooks and unset
$args['mgs_type']
and add$args['mgs_type_in'] = [ 'message', 'announcement' ]
fep_message_count_query_args fep_message_query_args fep_filter_get_message_with_replies
(Untested)
-
AuthorPosts