Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sagormax

    (@sagortouch)

    @mai – Sorry for late replay . Basically when you are logged in your WP dashboard you can’t see this loading.. bar . Because the WordPress admin bar default css rule goes #wpadminbar{z-index: 9999;} . That’s why the loading bar not appear on top of the adminbar .

    But it(loading bar) can appear when you browse as like a user . For example after install and set login color then logged out and check and again browse your site .

    Note: If you want to view this loading bar when you are logged in WP dashboard it is possible .

    write a css on your theme file :

    #wpadminbar{z-index: 1111;opacity:0.8;}
    #nprogress, #nprogress .bar, #nprogress .peg, #nprogress .spinner, #nprogress .spinner-icon {z-index:9999!important;}

    Thread Starter Mai

    (@maivutan)

    When using another browser, I’m not logged in.

    Do you see the bar? It’s activated since this thread is created.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nothing show up despite using another browser (unlogged in)’ is closed to new replies.