gray screen after sending a message


Home Forums Front End PM PRO gray screen after sending a message

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

    This happens every time I send a message or reply to a message. I get the green “Message successfully sent.” message, but only after the screen goes gray.

    Can anything be done to fix this? It’s been going on for years…

    #45919
    Shamim Hasan
    Keymaster

    Can you give me a sort screen record of this?

    #45926
    SteveMTNO
    Participant

    Not sure what you’re asking…

    #45927
    Shamim Hasan
    Keymaster

    After sending message it should make an api call to get messages and load messages. So it should not be in grey stage for long time.
    Can you record your screen when sending message so that i can see in which stage the issue is?

    #45928
    SteveMTNO
    Participant

    It’s not gray for very long, but it’s annoying that it does it at all. It occurs after the green “Message successfully sent.” message is displayed (not before, as I stated earlier)

    I tried getting a screen grab, but it wouldn’t work for some reason.

    Is there another way to troubleshoot this?

    #45929
    SteveMTNO
    Participant

    Here the list of events, in order:

    – click reply (or send)
    – “Processing” message appears
    – “Message Successfully Sent” message appears
    – Gray screen appears

    There are maybe 2-3 seconds between each step…

    #45930
    Shamim Hasan
    Keymaster

    There should be showing a loading screen.
    As you can see after showing “Message Successfully Sent” message, your reply does not automatically append to all other replies. That time an api call is made to reload all replies so that your recent reply also got included.

    This is expected behavior.

    #45931
    SteveMTNO
    Participant

    Is there a way to suppress the gray screen?

    #45933
    Shamim Hasan
    Keymaster

    You can try a transparent loader. Add following code in Dashboard > Front End PM PRO > Settings > Appearance > Custom CSS

    .fep-loader {
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    	filter: alpha(opacity=0);
    	opacity: 0;
    }
    

    Please note loader will be transparent from all places for this in this plugin.

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.