-
AuthorPosts
-
May 1, 2014 at 4:32 pm #39495
This is getting kind of frustrating. Skill bars are on the page (please don’t ask if it’s done correctly, I followed the video exactly. I’m also on the latest version of the theme, with the latest shortcodes, and visual composer)
The div class=”bar” has a computed width which is set to 0%. This means that the JS probably isn’t finding a selector correctly.
All my skill bars are outputting the following HTML:
<div class=”x-skill-bar” data-percentage=”98″>
<div class=”bar” style=””>
<div class=”percent”>98%</div>
</div>
</div>
So it appears to be something with the javascript. And before you ask, My javascript is not turned off :). Need help ASAP on this oneMay 2, 2014 at 3:29 am #39704Hi Shane,
I understand your frustration.
The selector bar should have an output style equal to the data-percentage but it’s not pulling through. May I ask if you have any plugins installed that might cause a conflict? If you have, can you try disabling the plugins one by one and see if one of them is the culprit.
Another thing to check is if do you have overwritten some files to your child theme that pertains to the skill bar feature, if so, you might want to compare it with the latest version and update.
Let me know if that helps you out.
May 23, 2014 at 2:16 pm #47845I’m having the same problem. Could the recent wordpress update have something to do with this?
May 24, 2014 at 7:15 pm #48124Hey Carl,
Can you give us the URL of your website so we could see your setup? But before that, please ensure you have updated X and the plugins to their current versions.
Current Versions:
X – 1.8.5
X Shortcodes – 2.2.2
Visual Composer – 4.1.3
Revolution Slider – 4.3.6Thanks.
-
AuthorPosts