Hello, I’m a happy user of this plugin. But it has a small problem on some heavy themes: the progress line does not show properly.
I solved it by adding this rule to .pace .pace-progress, .pace .pace-activity:
z-index:999999;
That will ensure you are able to always see the line, no matter what.
Not to mention that if you implement it on a WooCommerce site, where uses with rcustomer role cannot see the admin bar in the frontend, it may look weirdo if your theme does not have a secondary menu with the same exact height than the admin bar. Anyway, this may be fixed by adding a rule to the if and don’t augment the margin-top if the user is logged-in BUT his role is “customer”. Don’t know if there is some hook to detect whereas the user has access to the admin bar or not, but if so, could help in other scenarios, like Groups, subscribers, learning sites, etc.
Best regards!
]]>Pace is displaying with a 32 pixel offset even if the Admin Bar is disabled site-wide. To fix it you need to replace this line:
if ( is_user_logged_in() ) { $loggedin = '.pace .pace-progress {margin-top: 32px;}'; }else{ $loggedin = ''; }
with this:
if ( is_admin_bar_showing() ) { $loggedin = '.pace .pace-progress {margin-top: 32px;}'; }else{ $loggedin = ''; }
woocomerce pages to be specific?
]]>Hey,
Forgive me if this seems like an ignorant question, but currently the bar only displays once the new page is visible (while loading content). Would it be possible to display the loading bar when leaving the previous page?
When doing something like uploading a file from the front end (not that this plugin is intended for this use), it can take a minute or so of ‘Document: xx%’ loading of the confirmation page during the upload process, and currently using this plugin you only catch the last few seconds of that once the confirmation page is displayed.
I hope I’ve worded that well!
Thanks
]]>I know this is for the WP plugin and it can’t do this, but I’m trying to get the .js version to trigger only on Submit….and can’t get it working. jQuery isn’t my strong suit (obviously). How would I do this?
THANKS
]]>hi nice plugin.
I want to start the progress bar from the moment i click any link and let it run as usual till the clicked link page opens and load.
Example : https://www.dropbox.com/guide
Onclik of any link, first the progressbar loads.. (without any loading favicon i browser widow title .) and it ends close the the moment new page loads almost completely.
any pointers?
Thanks
Hi there
Nice plugin, but I can’t get the short codes for the themes working. I tried multiple, but it always shows the minimal bar.
I did un-tick the side wide box, as I only need it on a view pages.
This is what I entered as code:
[pace color=”#8c343a” theme=”center circle”]
I also tried removing the space and using – and _ in between, but all I get is the minimal progress bar.
Thanks
kind regards
Regine
]]>Hi!
I have a long scrolling page that I’m using the pace shortcode on, with Bigcounter for theme – rusinskyjazyk.sk.
Is there a way for me to set the position of the counter so that it displays in top right corner of sections I link to? I use anchors at top of the section that I link to. Maybe by editing bigcounter.css?
E.g., I’d like to see the counter even when I type in and load rusinskyjazyk.sk/#podpora. But now I can’t, because the counter shows at the top of the page, not the section.
Help with this would be highly highly highly appreciated.
Thanks for a great plugin,
Branko
couldn’t delete this post – so I’m changing it (the title) ?? – originally I was saying it didn’t work on 2 of my sites on 3.9.1 – but so far it works okay on a third site using sitewide & the corner theme …. I need to take a closer look at how to place/use the short codes and testing the other pace themes to see if they work
]]>Hey there,
Love the plugin and would like to get it working for this website I’m working on. I’m actually running this site by editing my hosts file as the website that’s currently up has to stay up until we are ready to change the name servers.
I’m currently running this in MINIMUM theme with the Fade transition option checked. When I click on a page, the page of the URL loads in the URL bar and the plugin shows the progress bar. But it doesn’t actually transition to the page I’m clicking on. I know it’s a plugin/theme issue but would like to get it working.
I can relay you the theme files to see if you can find the problem.
Once you load the theme, just create two pages. Create a menu and add those two pages to the menu and add it to Home. Then go to the Qode theme button at the bottom, at Page Transition select Fade and press Save. Then you can test the plugin with the theme with the same settings as I. It’s actually a very nice premium theme.
Let me know if you’re able to help out.
Thanks a bunch.
]]>Is that normal? That the sidewide setting overides all shortcode settings on posts/pages?
]]>No page is finished loading with this plugin activated.
]]>Hey
I really love the idea of this plugin. (in fact, someone stole it and is selling it on CodeCanyon (unless that’s you! if not, I can send you an email with the info)
I just installed your plugin and checked it on my site. It’s only working on Firefox. Chrome and IE do not display the progress bar anywhere. Maybe it’s because they are loading it behind an image. not sure.
I haven’t tested it on Safari.
If you’re available to trouble shoot this with me, can you give me an email address to send my site info to?
Thanks! Have a great day!
]]>Hey,
really like your plugin, especially the other themes at https://github.hubspot.com/pace/docs/welcome/
I really need it for loading-indication of my photo-gallery.
There’s just this problem that in IE7 the animation is not disappearing after the page finished loading (no problem with the others). I hate this browser, but still – can one do anything about that?
Thanks for your help!
Regards,
Christian
Hey,
I love your plugin (so do my clients) and was wondering if maybe there was a way to offset the loading bar. Its rather discrete at the top so I would like to put it at the bottom or part way into a page. Is this possible? Please advise! ??
Thanks
]]>Doesn’t seem to have a demo.
]]>Well it’s true… and it’s a pretty neat plugin anyways so why not.
]]>