Suggestion to move error/message success box to top of screen


Home Forums Front End PM PRO Suggestion to move error/message success box to top of screen

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15475
    David
    Participant

    There is a problem particularly on mobile devices when you have a long message thread and someone sends a message. You have to scroll down a long way to see the success message. It would be better to have it at the top of the screen.

    #15484
    Shamim Hasan
    Keymaster

    You can add following code in your theme’s (child theme’s if any) functions.php

    add_action( 'fep_display_before_content', function(){
    	if( 'viewmessage' == $_GET['fepaction'] ){
    		echo fep_info_output();
    	}
    });
    

    It will show error/success message top of the messages also.

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.