By John on Saturday, 07 April 2018
Posted in Technical Issues
Likes 0
Views 0.9K
Votes 0
Hey guys, I have enabled the reading progress bar in the back end general configuration for easyblog but it doesn't appear to be showing on the screen. I can get the word count & reading time but not the progress bar, have aI missed something? can't see anything in the documentation section.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like your current template css override the default reading progress bar styling, i already applied this following custom css into Easyblog custom.css file.


#region3.xtc-wrapper.anistyle {
-webkit-animation-name: inherit !important;
animation-name: inherit !important;
}


Can you check and see whether this will not affect with your current template styling?
·
Sunday, 08 April 2018 10:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex, looks like it's working great.
·
Sunday, 08 April 2018 15:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, glad that your issue is resolved now.
·
Sunday, 08 April 2018 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post