New message problem.


Home Forums Front End PM PRO New message problem.

This topic is: Not Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #27907
    c-alle
    Participant

    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.

    #27910
    c-alle
    Participant

    If 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 !!

    #27919
    c-alle
    Participant

    Probably 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.

    #27970
    Shamim Hasan
    Keymaster

    I do not have that plugin. If you can send me that plugin i can investigate and try to resolve if there any conflict.

    #27980
    c-alle
    Participant

    Yes sure. Where can I send you the plugin?

    Thanks.

    #27985
    c-alle
    Participant
    This reply has been marked as private.
    #27992
    Shamim Hasan
    Keymaster

    Please 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.

    #27994
    c-alle
    Participant
    This reply has been marked as private.
    #28014
    Shamim Hasan
    Keymaster

    For any hiring request please use https://www.shamimsplugins.com/hire/

Viewing 9 posts - 1 through 9 (of 9 total)

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.