Home › Forums › Front End PM PRO › New message problem.
- This topic has 8 replies, 2 voices, and was last updated 6 years, 4 months ago by Shamim Hasan.
- AuthorPosts
- August 9, 2019 at 4:26 pm #27907c-alleParticipant
Hi, I have a big problem. If I click on new message as administrator, the page opens and I see the text area to write the message. If I logged as a non-administrator, the text area is not enabled and I cannot write messages.
Help me, please.
August 9, 2019 at 4:38 pm #27910c-alleParticipantIf I enter in settings as text type Text Area you can see the area, if I insert wp-editor or teeny you can’t see !!
August 9, 2019 at 8:28 pm #27919c-alleParticipantProbably it conflicts with this plugin: https://suiteplugins.com/downloads/stories-for-ultimate-member/ because if in the plugin stories I use in the settings as “Form Editor: Textarea”, front end pm works both with set as “text area field” or “wp-editor” or “tynimce”. If instead in the plugin stories I use in the settings as “Form Editor: tynimce or wp-editor”, front end pm plugin works only with set as t “text area field”. Is there any solution to solve?
Sorry for my english.
I hope you understood.
Thanks.
August 10, 2019 at 12:03 pm #27970Shamim HasanKeymasterI do not have that plugin. If you can send me that plugin i can investigate and try to resolve if there any conflict.
August 10, 2019 at 2:07 pm #27980c-alleParticipantYes sure. Where can I send you the plugin?
Thanks.
August 10, 2019 at 2:14 pm #27985c-alleParticipantThis reply has been marked as private.August 10, 2019 at 4:28 pm #27992Shamim HasanKeymasterPlease add following code in your theme’s (child theme’s if you are using) functions.php
add_action( 'init', function(){ if ( ! empty( $_GET['fepaction'] ) && function_exists( 'um_stories' ) ) { remove_action( 'wp_enqueue_scripts', array( um_stories(), 'add_scripts' ) ); } });Also if you want you can ask them to load their script only pages where that plugin’s form is loaded. That plugin is loading their script in all pages.
August 10, 2019 at 5:14 pm #27994c-alleParticipantThis reply has been marked as private.August 11, 2019 at 1:59 pm #28014Shamim HasanKeymasterFor any hiring request please use https://sp-test1.arogga.co/hire/
- AuthorPosts
You need to purchase ‘Front End PM PRO’ to create topic in this support forum.
If you already purchased ‘Front End PM PRO’ please LOGIN.