CodeByZach / pace

Automatically add a progress bar to your site.
https://codebyzach.github.io/pace/
MIT License
15.68k stars 1.9k forks source link

Progress bar not appearing #391

Open cloudbluedigital opened 7 years ago

cloudbluedigital commented 7 years ago

Hello, I am trying to use pace in my laravel project. Therefore I have added a link to pace.js and css minimal.

However when I refresh the page it never appears but when I inspect elements I can see it does add class to body "pace-progress" "pace-done" but it is never visible.

I want the progress bar to show process of loading the page (files) how can that be done?

nyancodeid commented 7 years ago

just remove or comment right 100% css, it work fine for me :+1: :smiley:

.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 0;
  /*right: 100%;*/
  width: 100%;
  height: 2px; }
MrUltimate commented 6 years ago

Thanks @nyancodeid

Fixed it for me!

eqMFqfFd commented 6 years ago

@nyancodeid Works great, I'm sure there are many people having the same issue. This should be pinned or something like that.