Hi sonalsinha21
I recently updated the SKT Skill Bar Plugin, but I noticed that it still causes an issue where I cannot access the WordPress Customizer. When trying to visit /wp-admin/customize.php?return=%2Fwp-admin%2F, it does not load properly.
I have temporarily fixed the issue by applying the following solution:
function sbar_register_scripts() {
if ( !is_admin() ) {
wp_enqueue_script('jquery');
wp_register_script('bar_script', plugins_url('skill_bar/bar/jquery.appear.js', __FILE__),'',SB_VER,false);
wp_enqueue_script('bar_script');
wp_register_script('circle_script', plugins_url('skill_bar/circle/jquery.easy-pie-chart.js', __FILE__),'',SB_VER,false);
wp_enqueue_script('circle_script');
wp_register_script('circle_custom_script', plugins_url('skill_bar/circle/custom.js', __FILE__),'',SB_VER,false);
wp_enqueue_script('circle_custom_script');
wp_register_script('gage_script', plugins_url('skill_bar/gage/justgage.js', __FILE__),'',SB_VER,false);
wp_enqueue_script('gage_script');
wp_register_script('gage_raphael_script', plugins_url('skill_bar/gage/raphael-2.1.4.min.js', __FILE__),'',SB_VER,false);
wp_enqueue_script('gage_raphael_script');
}
if ( ! is_customize_preview() ) {
wp_register_script('chart-js-script', plugins_url('skill_bar/js/Chart.js', __FILE__),'',SB_VER,false);
wp_enqueue_script('chart-js-script');
wp_register_script( 'chart.min.js-script', SKT_sbar_URI . '/skill_bar/js/chart.min.js', array( 'jquery' ),SB_VER,false);
wp_enqueue_script('chart.min.js-script');
}
}
I hope you can review this and include the fix in the next update. Let me know if you need any additional details.
Best regards,
Duy
]]>After updating to version 1.9 of this plugin. When I try to edit me a page
it just shows a blank editor. All the content in the editor just disappears but I can see all content live on my website on the front side.
I rolled back to version 1.4 and now its fixed. Please fix this issue so that I can update to the latest version again.
Website Details
Theme: Avada
Page Builder Plugin: WPBakery Page Builder
Website: https://www.visionbrokers.co.za/
waiting for update!
]]>I have installed this plugin in website, Also created skills in the backend but Skillbar and % is not showing. please help he how can i fix the issue.
moz-extension://5c56615f-a743-4f4e-8faf-218f1199f8be/edit-react.html
]]>if you load the page linked to this ticket you should see an error in the JS console about “Syntax error, unrecognized expression: unsupported pseudo: appeared” that appears to be coming from the sbar function in this plugin, any idea? the same code runs fine on our staging server but not in production
]]>Hi,
SKT Skill Bar shows up great on my website when view via desktop and tablet. But for some reason, on mobile device, when I change the percent, it only shows the percent changed in number but the color on the bar doesn’t move according to the change in percent. Is there anyway to fix this?
Thank you
]]>Installed this plugin and using any of the provided shortcodes either gets me a blank area or a completely messed up progress bar area where the percentage is way outside of the circle and spanning off the page. This plugin does not work…
]]>I installed the plugin. I pasted the short code on the page. And it’s blank in the preview. I’ve been trying to see what I’m doing wrong, but have no idea. Help!?!
]]>Hi there,
first I want to tell you that this is a great plugin that works like charm in desktop version!
Unfortunately in mobile version the website jumps back to the bottom of the bars after you srolled by.
I found that it should already be fixed but it’s not working in WP 4.9.5.
Thank you for your support!
]]>Really good plugin overall, but would be even better if it were possible to change track width.
]]>I think it will be a good idea to have an option of showing the web icons (i.e. css3 icon, html5 icon…) instead of the row text skills at the beginning of the skill bars.
I would look up myself on how to do that.
Any suggestion is welcome!
]]>Hi – I have this plugin on my site and it was working just fine until recently. I made no changes to anything, it just stopped working. The “Circle” graphics are not appearing, and all the text I have to accompany them is also not there. Looking at it in Firebug, it somehow has a class set to “hideme” in the jquery which has an opacity of 0. You can see what I mean here:
https://g2capitaladvisors.com/services/sell-side/
The area in the orange box is supposed to be where all my content is.
]]>Hello!
I would like to know how change the circles width and font size of percentege.
Best
Luigi
Hi,
I want to change the color of the percent number in the circle. I can’t change any color as track_color or chart_color. I have the current version of SKT Skillwrapper.
Thanks for your answer.
Sandra
Is this plugin maintained? Nu updates for 8 months now…
]]>Hi,
I would like to know if there is a possibility to put a font awesome icon instead of a percentage, AND have a progress animation with a selected percentage.
First time using and fairly disappointed with the plugin. I’ll use the easypiechart framework directly instead.
1) Shortcode support for piechart thickness should be included by default. Had to edit the core to accommodate for the desired width and thickness of our piechart bar. If you are going to use easyPieChart, then why not include shortcode hooks for all of their features?
2) piechart would not load on page load. Digging into the core I found that the plugin author applied a stackoverflow answer without any testing. We had to set the following in order for it to work as the author guessed it should.
setTimeout(function () {
$(window).scroll();
},500)
Please maintain your plugin correctly.
]]>First, thanks you for this plugin!
I want to know how I can change the speed of the animation.
I put a circle banner on the bottom of my site.
The problem is that the visitor can’t see the wonderful animation.
Is there any possibility to let the banner have animation if you are on the bottom of the site?
Thanks
Hey, what to do if we need more signs in title?
Two rows? OK, but <br /> not working…
I have 3-4 gauges on my page.
Would it be possible to make the bar charts and pie charts work so you can set a value from 0-10 instead of a %? so it showed the same value aka 6/10 would be 60% but the label on the far right would then say 6/10 or just 6 rather than 60%?
Maybe a placeholder called “value-label” and if that is added and populated it over-rides the % from displaying? but the % can still be used to calculate? Maybe easier. I really need that feature though as I want to use bar charts for rating out of 10 not % complete.
]]>Progress bar animation not working on:
– WordPress 4.5.2
– Firefox
– Chrome
Hi there, what I would like to be able to do is to use multiple skillwrappers using gage on the same page.
This is the code I wanted to use, but unfortunately the plugin doesn’t render them properly when using multiple skillwrappers…
I've currently got three projects on the go
[skillwrapper type="gage" align="left"]
[skill percent="40" title="Theatre of Death" bar_foreground="#22a711" bar_background="#eee"]
[skill percent="10" title="Instant Reality Book 1" bar_foreground="#A11068" bar_background="#eee"]
[skill percent="25" title="Instant Reality Prequel" bar_foreground="#0D7D75" bar_background="#eee"]
[/skillwrapper]
The Theatre of Death
This is short dystopian piece exploring the future of humanity.
[skillwrapper type="gage" align="left"]
[skill percent="100" title="First draft" bar_foreground="#22a711" bar_background="#eee"]
[skill percent="100" title="Self edits" bar_foreground="#CC6415" bar_background="#eee"]
[skill percent="100" title="Developmental edit" bar_foreground="#A11068" bar_background="#eee"]
[skill percent="0" title="Final draft" bar_foreground="#0D7D75" bar_background="#eee"]
[skill percent="0" title="Beta feedback" bar_foreground="#C8141D" bar_background="#eee"]
[/skillwrapper]
Instant Reality Book 1
This is the first major foray into my series that started with the short story Collateral.
[skillwrapper type="gage" align="left"]
[skill percent="50" title="First draft" bar_foreground="#22a711" bar_background="#eee"]
[skill percent="0" title="Self edits" bar_foreground="#CC6415" bar_background="#eee"]
[skill percent="0" title="Developmental edit" bar_foreground="#A11068" bar_background="#eee"]
[skill percent="0" title="Final draft" bar_foreground="#0D7D75" bar_background="#eee"]
[skill percent="0" title="Beta feedback" bar_foreground="#C8141D" bar_background="#eee"]
[/skillwrapper]
Instant Reality Prequel Novella
This novella sits in between Collateral and book 1 of Instant Reality.
[skillwrapper type="gage" align="left"]
[skill percent="100" title="First draft" bar_foreground="#22a711" bar_background="#eee"]
[skill percent="0" title="Self edits" bar_foreground="#CC6415" bar_background="#eee"]
[skill percent="0" title="Developmental edit" bar_foreground="#A11068" bar_background="#eee"]
[skill percent="0" title="Final draft" bar_foreground="#0D7D75" bar_background="#eee"]
[skill percent="0" title="Beta feedback" bar_foreground="#C8141D" bar_background="#eee"]
[/skillwrapper]
]]>
I loaded the plugin correctly, but only the “gage” is working correctly. If I try bar it just loads as a generic grey bar with no animation or wording/numbers. When I try circle, it looks the same as the bar.
The URL is prospectinghealth.com
I have setup the gage in “What We Do” and circle under “Our Team”.
Not sure why this is happening, but if I can only get one to work correctly I would prefer it be circle.
]]>I installed the plugin on two of my sites, and only one works.
1- Test Site – https://rodolfonogueira.esy.es/CBM2/project/edificiovilletrois/ the plugin works perfectly;
2 True Site – https://www.construtorabrunomileo.com.br/project/em-construcao/ – the plugin does not work on it.
I wish it were remedied is doubt regarding this matter.
]]>I highly appreciate your effort for creating the plugin.
If you may, I want to make a request.
I used this code:<?php echo do_shortcode(“[skill percent=”75″ title=”Wordpress” bar_foreground=”#f00″ bar_background=”#eee”]”); ?> in my index.php template. But, nothing happened except my theme getting crashed every time I inserted the code in my index.php template.
So, please tell me how can I run the shortcode in my index.php template.
Thanks in advance.
]]>Hi, thank you for the wonderful plugin, really appreciate it.
I’m new to wordpress, so sorry if i ask silly questions.
I would like to know how I can trigger animation on scroll, because
the animation starts when the page uploads, but I would like it to appears as i scroll down.Is it possible through shortcode or adding some js, I am not
reaaly good at coding.
Thank you in advance
]]>Hi,
The progress bars work when I preview from the page I created for them, however they don’t work when I bring up my site live and click on the page they are on. I tried with Chrome, IE, and my mobile phone. I can’t find what is causing the issue. I’ve checked and re-checked all my settings.
I look forward to and appreciate your help.
Thank you.
]]>Hello there!
Thanks for the awesome plugin!
My issue is that in Android Chrome, in mobile version, the view jumps to the top of the page after the animation. Any suggestions?
WP 4.2.2. Twenty Fifteen child theme
Cheers, Bob
]]>I am not able to change the color of the progress bar
Picture
All of them shows the same color, I simply copy and paste the code from SKT Skill Bar without modifying it.
[skillwrapper type="bar"]
[skill title_background="#f7a53b" bar_foreground="#f7a53b" bar_background="#eeeeee" percent="90" title="CSS3"]
[skill title_background="#6adcfa" bar_foreground="#6adcfa" bar_background="#eeeeee" percent="55" title="WordPress"]
[skill title_background="#fa6e6e" bar_foreground="#fa6e6e" bar_background="#eeeeee" percent="85" title="PHP"]
[skill title_background="#336699" bar_foreground="#336699" bar_background="#eeeeee" percent="100" title="jQuery"]
[/skillwrapper]
However, if I use the half circle progress bar, the color changed correctly.
I am using SKT White paid theme, if that matters.
Thanks
]]>Hey there,
thank you very much for this great plugin.
I would like to have the circles responsive. They should always be in the center. For me it switch always to the left. How can I change this?
Thanks in advance
]]>