BuddyDev

Search

[Resolved] Make z-index Live Notification

  • Participant
    Level: Initiated
    Posts: 4
    Mohamed Amine ABLA on #39701

    Hello

    First of all, thank you for the free BuddyPress Live Notification plugin.

    How can I make the z-index of the notification bigger than the existing? because it doesn’t appear in some places.

    Best regards

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #39707

    Hi,
    Thank you for the suggestion.

    You can add the css for it. There are themes which use unreasonable z-index like 99999 and above, so it is not feasible for us to have a guess.

    Please do suggest if you have a sensible default suggestions for the z-index which will work with most of the theme.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 4
    Mohamed Amine ABLA on #40371

    Hello

    Thanks for your answer.

    What is the ID or Class of notification? To make it z-index bigger.

    Thank you

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #40381

    Thank you.

    The id of the element is ‘achtung-overlay’ You can use something like this

    
    #achtung-overlay{ z-index: 5000;} 
    
    

    The default value is 50. You can keep updating it to see what suits your theme.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 4
    Mohamed Amine ABLA on #40382

    Thank you Brajesh.

    Best regards

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #40388

    You are welcome.

    Regards
    Brajesh

The topic ‘ [Resolved] Make z-index Live Notification’ is closed to new replies.

This topic is: resolved