Scrolling issue after sending “message” (when long messages opened in feed)


Home Forums Front End PM PRO Scrolling issue after sending “message” (when long messages opened in feed)

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41431
    jonas.hagen
    Participant

    After i send a “reply” on a longer feed, it changes the “message toggle”, on the “sending new message event”. There should be no “toggle change” in my view on this event. Otherwise i have scrolling issue after sending message. I scrolls down, under the chat feed into the footer, as messages get closed.

    The Toggle Message button is quite strange anyway. A load “older messages” button above the last (always opened-toggle) 10 messages would be much better. Or to open all Messages, or close all messages. But switching the sate (toggle) messages does not have good UX in my opinion.

    Thank you 🙂

    #41434
    Shamim Hasan
    Keymaster

    To remove toggle feature entirely you can add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_filter_message_toggle_feature', '__return_false' );
    
Viewing 2 posts - 1 through 2 (of 2 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.