Great!
-
Works great for me! Many thanks!
One thing, however. I noticed that it only works when I’m logged in. If I was logged out, the progress bar didn’t appear at all!
For anyone else having the problem, I worked out a fix for this:
1) Go to the plugin folder on your server and open: “wp-pace/methods/pace-sidewide.php”
2)
Find (On line 23):
if ( is_user_logged_in() ) { $loggedin = ‘.pace .pace-progress {margin-top: 32px}’; }else{ $loggedin = ”; }
Replace:
if ( is_user_logged_in() ) { $loggedin = ‘.pace .pace-progress {margin-top: 32px}’; }else if ( !is_user_logged_in() ){ $loggedin = ‘.pace .pace-progress {margin-top: 32px}’; }
I hope this helps ??
Once again, thanks for this great plugin!
– Trickz100
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Great!’ is closed to new replies.