Is there any way to stop this plugin from loading javascript files when in the backend of wordpress? I only need it to function as a bar using the shortcode in the plugin – nothing else.
Thanks a lot.
]]>Hi, I need atleast 8 colors with separate text. Right Now It can only show three colors with text, can It be expanded to 8 colors with text.
Regards
Indra
the link to the docs is no more? https://design.hellothirteen.com/custom-progress-bar/
]]>I need more height, how to fix this?
]]>Currently, when using the progress bar on a secure form, the plugin attempts to load the components via http instead of https. The function “plugins_url()” should be used instead of the constant WP_PLUGIN_URL.
Please replace in progressbar.php:
/*Seting Up*/
define('CUSTOM_PROGRESS_PLUGIN_PATH', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
with
/*Setting Up*/
define('CUSTOM_PROGRESS_PLUGIN_PATH', plugins_url() . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
]]>
Hi there, I love this plugin. I would like to ask you, how can I change the text labe like ‘10% is reaming’ in code?
Trouble is when the graph is too low I can’t see the text label.
Thank you very much
]]>I need help to configurate the Custom Progress Bar Plugin (Circle Progress Bar).
This is the code:
<div class =”circled_progressbar_area”>
[progressbar_circle percent=70]
</div>
<div class =”circled_progressbar_area”>
[progressbar_circle percent=70]
</div>
<div class =”circled_progressbar_area”>
[progressbar_circle percent=70]
</div>
The circles appear vertically, i need to put the circles horizontally, like the next pic:
<img src=”https://i.imgur.com/EbCjfAU.jpg” title=”source: imgur.com” />
]]>Where I can download version 1.0?
]]>I am trying to center the progress bar and the traditional center selection doesnt show the intended outcome.
]]>