pace icon indicating copy to clipboard operation
pace copied to clipboard

Progress bar not appearing

Open cloudbluedigital opened this issue 7 years ago • 3 comments

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?

cloudbluedigital avatar Feb 02 '17 14:02 cloudbluedigital

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; }

nyancodeid avatar Jul 01 '17 01:07 nyancodeid

Thanks @nyancodeid

Fixed it for me!

MrUltimate avatar Jun 22 '18 23:06 MrUltimate

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

eqMFqfFd avatar Sep 30 '18 01:09 eqMFqfFd