Message Text Area Issue

Home Forums Legacy Support Support queries How-to & Troubleshooting Message Text Area Issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #384501
    theccmuk
    Participant
    https://themeforest.net/comments/28231507 This is the link of my comment under Wplms theme where you wanted me to post my issue here to get the solution. I explained you that I don’t want any formatting tools and boxes which you can see in the this screenshot https://www.awesomescreenshot.com/image/26513120?key=61e71c508ae0bc231a78a1af1855873d. I simply need a blank message box with NO editing options but it should send message the way it was typed not come as plain text with no spaces and breaks. you can see here in this attached screenshot that the message box is the way I want it which we are having in the bulk message section. https://www.awesomescreenshot.com/image/26807884?key=5ced427d480c783581483bbbeaa8b7f0 Thanks
    #384533
    MrVibe
    Keymaster
    The provision has been added, the fix will be avai;able in today's update. You have to add following code.
    add_action('footer',function(){
      ?><script>window.native_message = true;
    </script><?php
    });
    result : https://prnt.sc/2FROO6LWgglJ
    #384546
    theccmuk
    Participant
    Kindly let me know where I need to put this code and when will the plugin update available? If I update the plugin later do I still need to add this code somewhere or it is already coded in your coming plugin update? I added this code in my functions.php file of child theme but nothing happened, it is still same. https://tinyurl.com/y64rtru3 FYI i am not able to see your screenshot kindly send again.
    #384592
    theccmuk
    Participant
    I have put the code and updated the plugin and I got the message area with the icons removed but it is not the message area I requested. I still can use this but when I am sending message it is not coming in the right format. You can see in the attached screenshot that it is all messed up when you receive message in your inbox .kindly check and let me know if message can come with the spaces or in the sent format.' Thank you
    #384627
    Anshuman Sahu
    Keymaster
    correct code would be :
    add_action('wp_footer',function(){
      ?><script>window.native_message = true;
    </script><?php
    });
    also yes this code has to added in functions.php file in child theme and updates wont affect it .
    #384630
    theccmuk
    Participant
    I have put the code and updated the plugin and I got the message area with the icons removed but it is not the message area I requested. I still can use this but when I am sending message it is not coming in the right format. You can see in the attached screenshot that it is all messed up when you receive message in your inbox. kindly check and let me know if message can come with the spaces or in the sent format. screenshot: https://www.awesomescreenshot.com/image/26981147?key=f50b8fc7bf5dce4a50ebe2ac00e1ba9c Thank you
    #384682
    Anshuman Sahu
    Keymaster
    Well there we are using buddypress functions to add message and get message. this could be tough to resolve , we need to dug deep into buddypress code this in order to resolve the new line issue
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Message Text Area Issue’ is closed to new replies.