• I have the notification bar toggle set to on, but it doesn’t show up. If I inspect the element on my website it is being hidden with CSS code. Somehow both the inline and amp-user-notification.css are using “hidden.”

    The notice bar used to show up, but why doesn’t it now?

    <amp-user-notification layout="nodisplay" id="amp-user-notification1" class="i-amphtml-element i-amphtml-layout-nodisplay i-amphtml-display" style="display: none;" role="alert">
    
    amp-user-notification {
        position: fixed!important;
        bottom: 0;
        left: 0;
        overflow: hidden!important;
        visibility: hidden;
        background: hsla(0,0%,100%,0.7);
        z-index: 1000;
        width: 100%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    Hi @shockman

    May I know which design are you using?

    The Notification bar is hidden after you turn it off one time. Try to open in a new browser, it should work.

    Also, if you could share the URL then I can check and help you.

    I am having the same issue. I’ve opened in a new browser and still doesn’t show.

    Plugin Contributor ampforwp

    (@ampforwp)

    Hello @pshields,@shockman

    Can you please share the URL where you are facing the issue so I can solve your issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Notification Bar Not Showing’ is closed to new replies.