Hello,
I am having problems with the progress bar displaying as 100% full on computers with larger screens. I am not sure how to fix this problem so that it is not displaying any grey on projects that are 100% funded.
I am specifically looking at the third progress bar on the page.
]]>How can I increase the width of the progress bar?
]]>Any idea why the shortcode no longer works in my sidebar? https://pennybros.com/
Happened after last WP update + theme update.
It still works fine on pages, just not on the sidebar.
]]>Hi,
Is there a simple way to center the text within the progress bar so it stays centered as the progress element changes?
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>Hey all,
So, I need to progress bar which can be dynamically populated. I have an API call which returns the values that I want in the form of a short code such as:
[campaign_one key="name"]
[campaign_one key="total_raised]
[campaign_one key="goal"]
Can I use these values in this plugin?
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>Hi, this progress bar is great!
Is it also possible to let the bar start in the middle instead of the start?
I want to use the bar progressively on different pages, that in each page it increases in value, without each time starting at 0.
I hope I made myself understood. Thanks in advance!
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>Hello,
I have found your implementation of progress bars to be very useful in showing a speed comparison side-by-side.
We investigated other options, but even with backend JS code changes using dequeue there was no way to easily show different progress bars filling at different speeds since the shortcodes shared the same JS.
In our case we have two bars, one showing a download that takes 5 seconds (delay=5000) vs another that takes 10 minutes (delay=600000).
Since the comparison is really over after 5 seconds, sometimes it has drawn before people realize what they are seeing. We’d like to have a ‘refresh’ button, without having to refresh the entire page.
Is there any way to do this, or can the code be extended to support this option?
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>Hi,
The shortcode is like [rprogress value=80]
In the place of value (80) I want to pass on a php variable.
How to do that?
Thanks,
https://www.ads-software.com/plugins/responsive-progress-bar/
Found the solution :-
<?php echo do_shortcode('[rprogress value="'.$likes.'" color="#cc0001" border_radius="7px"]'); ?>
Is it possible to have rounded corners (half radius of the total height) for the progress bar grey area and the colored progress bar section?
Now they are sharp.
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>Hey there!
You progress bar looks perfect!
Im using it and I have one question.
I want that the value will be dynamic. I already have a plugin
that with it I can “select” the value I want from the DB.
So if im at post I can use [plugin1] and I will see on the post 1 (for example.. the value is changing dynamically)
The thing is that I’m trying to use your short code and inside provide the value from my short code and it doesn’t work…
[rprogress value=[plugin1] text=”my progress”]
Do you know how can I make it? I would really like to use your plugin!
Thanks!!
Ran
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>Hi there,
your plugin is very nice and it’s exactly what I was searching for.
Just a little bug I’ve noticed: when the bar is very small in size, for example when displayed on a smartphone, the text in it “slides” under the empty part on the right, becomin partially or totally unreadable.
Can you fix this?
See example here:
https://www.tommygun.it/static/Immagine.png
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>Since the 3.8 update this plugin does not work on my site thisisxbox.com under the reviews.
What seems to happen is the JQuery does not work, it keeps the background color at 100% width. So that my review scores are now visible, in the plugin folder responsive-progress-bar.php I set the bgcolor option to ‘none’ so that the bgcolor overlay is not showing or hiding the text and score underneath it.
If I choose to have a background color, the whole progress bar stays that color and does not show any score or text.
https://www.ads-software.com/plugins/responsive-progress-bar/
]]>