• Resolved studiopuntgaaf

    (@studiopuntgaaf)


    Hi all, my notification bar is only shown when I am logged in as an administrator? Can someone help me with this problem? Theme is Goodhood.

    Any custom css or something?

    Website is https://www.puntposters.nl

    Thanks!!!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you share how this was resolved?

    We’re currently experiencing the same issue.

    me too.
    I clicked on ‘display on scroll’, saved and reloaded. it worked, but it hides at the top of my screen (which is where i want it). I disabled ‘display on scroll’ now I like it permanently on the top.

    Hi
    Can someone has resolved the problem ?

    Hi!

    The notification Bar appears fine when we are logged-in as “WordPress admin”. But it doesn’t appear when we access the website as a normal user.

    Plugin setting for the user role is:-
    Display for user roles — All Users

    Here’s the HTML-Code, we found by doing inspect element:-

    <div id="wpfront-notification-bar-spacer" style="display: none;">
       <div id="wpfront-notification-bar-open-button" class="top wpfront-bottom-shadow"></div>
       <div id="wpfront-notification-bar" class="wpfront-fixed ">
          <table border="0" cellspacing="0" cellpadding="0">
             <tbody>
                <tr>
                   <td>
                      <div class="wpfront-message"> Test Message</div>
                      <div></div>
                   </td>
                </tr>
             </tbody>
          </table>
       </div>
    </div>
    
    • This reply was modified 4 years, 7 months ago by hassanalics7.

    Can you share how this problem can be solved? Thank you

    Love to know how this problem was solved.

    probably is a conflict in configuration on plugins like autoptimize (cache), desactive to test

    pro-tip; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.

    if the problem is not there at that point, some autoptimize (re-)configuration might be needed to fix this. there are troubleshooting tips and info on how to exclude in the AO FAQ.

    hope this helps debugging,
    frank (ao dev)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Notification bar not showing up?’ is closed to new replies.