Notification as Pop-UP


Home Forums Front End PM PRO Notification as Pop-UP

This topic is: Resolved

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41605
    Jan Sørensen
    Participant

    Dear fantastic developer
    You have helped me before and now I need your brain again.
    My site is used by elder people and we use the msg system (both privat and announcement) regulary.
    BUT, I notice that not everyone see the board at the very top. I know that I can control the colour of it, but what I hope you may help with is to make this as a POP-UP istead.
    Then they may see it more clear and at once go into that important Announcement.
    Please help !!
    JanB

    #41611
    Shamim Hasan
    Keymaster

    Please add following code in Front End PM PRO > Settings > Appearance > Custom CSS

    #fep-notification-bar {
    	font-size: 24px;
    	position: fixed;
    	height: 100%;
    }
    

    Let me know if it helps.

    #41613
    Jan Sørensen
    Participant

    haha… the notification filled the screen all over and even if I clicked the link on the message, it would not close. I had to close it by the X
    I do not know if my clients like that 🙂

    I hoped to ge a pop-up (let us say 10×10 cm in the middle of the screen.

    JanB

    #41615
    Jan Sørensen
    Participant

    You made me work on that idea. Here is what I came up with:

    #fep-notification-bar {
    font-size: 24px;
    position: absolute;
    top: 300px;
    left: 400px;
    width: 500px;
    height: 200px;
    }

    But is it possible to do this:

    1.) Get rid of the X (so that the user are not able to close it)
    2.) When pressing the link of the message then close the #fep-notification-bar

    #41618
    Shamim Hasan
    Keymaster

    You can use following code to hide X

    #fep-notification-bar .fep-notice-dismiss {
    	display: none;
    }
    

    To show pop-up or close that bar you need some js code. It is not too small code which i can give you here. If you need it you can contact me using https://www.shamimsplugins.com/hire/

Viewing 5 posts - 1 through 5 (of 5 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.