Hi there, great plugin so many thanks for your work.
Can I ask if Safari is supported as I’m currently seeing some issues on Safari 15.
Pls see screenshot (link below) of what’s happening. It’s perfectly fine in Chrome and Edge.
Thanks!
]]>Hi I was trying to clone my production website into staging and got the below error.
Failed to reset cache for the instance #8: Parse error: syntax error, unexpected ‘const’ (T_CONST), expecting variable (T_VARIABLE) in wp-content/plugins/wp-countup-js/includes/class-wp-cujs-options.php on line 30
Error: There has been a critical error on this website.Learn more about troubleshooting WordPress. There has been a critical error on this website.
My production is up and running.
How to fix this?
]]>Hello! Great plugin, thank you! Question – is there a way to delay the initial count until the section comes into viewport for the first time? Here is the page in development: https://rotary-sydney.revelcreative.com.au/ – you can see if you scroll down to the yellow/orange banner, on first view it’s already done counting, but if you rescroll, then the reset kicks in and it counts up again. I’d like to delay the initial count on first load, is this possible? Thanks in advance…
]]>Hi,
I have a notice appearing in the widgets section when the plugin is activated, the notice disappear after plugin deactivation. The message is:
Notice: wp_enqueue_script() was called incorrectly. "wp-editor" script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /home/fuafjkwc/public_html/wp-includes/functions.php on line 5663
I use WordPress 5.8.2.
The plugin version is 4.2.3.
Could you please fix the issue?
Thanks!
Hi,
First of all, thank you for this great plugin !
I use this plugin (v4.2.3) successfully with integer numbers.
I activated 2 options, “Use number inside shortcode” and “Use Grouping?”.
The decimal symbol configured is “,”
I have many figures on the same page, 2 integers and 1 float value. For the float value, nothing appears or “NaN”.
This is what I used :
[countup start=”0″ duration=”1″ decimals=”2″]6.15[/countup]
Is there a mistake in my shortcode ?
Thank you,
]]>Sadly, this plug uses the “target-densitydpi” key which is no longer supported on chrome so it generates errors and simply stops running.
]]>Hi there, I just realised that your plugin stops my forms sending when using Caldera Forms. There must be some conflicting JavaScript.
Unfortunately I have had to deactivate WP CountUP JS for now.
]]>After last update, section with counter simply displays 0. Nothing else. I am using Toolset Layouts.
]]>Hi! I just upgraded to versoin 4.2.3 which triggers the following error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘const’ (T_CONST), expecting variable (T_VARIABLE) in /chroot/home/newwptec/tectonics.com/html/wp-content/plugins/wp-countup-js/includes/class-wp-cujs-options.php on line 30
Can you help please?
]]>It seems like I can’t use decimal numbers (only whole integers) in the block. I can choose number of decimals and the decimal sign, but not add decimal numbers as start or end point.
]]>Hi,
The counters have worked fine so far. But after the new update there is no visible text anymore. I have tried also main examples.
[countup start=”0″ end=”55″ decimals=”2″ duration=”5″ prefix=”my_prefix” scroll=”false”]
When I add a shortcode trough the shortcode block it doesn’t work. The quotes in the shortcode are transformed so
[countup start="100000" decimals="0" duration="3"]72000000[/countup]
shows as:
[countup start=?100000″ decimals=?0″ duration=?3″]72000000[/countup]
and doesn’t work.
The same thing happens if I write the shortcode directly in a paragraph block (less surprisingly).
The shortcode still works on pages made with Classic editor and other shortcodes work with the shortcode block even if they have quotes in the parameters.
]]>An option for a block to add a counter would be nice. Is that going to happen?
]]>Hello,
I want the counter to wait n milliseconds before it starts. Something like this would be nice:
[countup start="0" end="29000" delay="1500"]
This would wait 1.5 seconds and start the animation.
Why?
I want to use the counter in a slide of Revolution Slider. The Shortcode is working out of the box very fine. But the text (shortcode) get faded in and in this case the counter is already over 50% of its animation.
How can I add this?
I already looked in your code, but don’t want to cahnge anything because of future updates from you.
Hello,
Thank you for this plugin!!
When I use the following shortcode it works: [countup start=”0″ decimals=”0″ duration=”3″ suffix=””]55[/countup]
But if I tried to use another shorcode, as the following example, for the end value : [countup start=”0″ decimals=”0″ duration=”3″ suffix=””][bbp-nb-topic-stats][/countup]
the value displayed is :[bbp-nb-topic-stats]
Option “Use the end number inside the shortcode?” is checked.
Isn’t possible to use a shorcode for the end value?
Thank you for your help
Hello,
If you go to this page all the counters are working.
Now, click on one photo and you go to another page. Then click on “Retour” button to come back to the first page, and the counters are not working, unitil you hit the reload button.
There is any way to force them to execute the count again without the reload ?
I’m using the latest version of this plugin and WP 4.9
Thanks,
Bruno.
]]>Hi Good day,
Using WPML for language translation on my site, is your plugin compatible with WPML?
]]>hi there,
what is the setting, or shortcode to display 1,000,000 rather than 1000000?
Great plugin by the way!!!
]]>Firstly, thanks for a nice and easy to use plugin.
Just one thing I would like to know if it’s possible. I have an accordion on my page and I would like to have the numbers start to count up on click (and opening) of the respective accordion section. Is this possible and if so how can I achieve this?
]]>After the recent update, this plugin is being blocked by a popular ad blocker, uBlock origin. This seems like a bug.
Note: There should be a more graceful fallback if the JS does not work, now it displays no content. This should default to the end value
]]>First, this plugin conflicts with the Slide Anything plugin. When I activate it, my slider text disappears.
Second, the plugin is not functioning on my site in any case. I have experience the same issue as a previous commenter and yes, I have deactivated all other plugins AND I have fixed the quotes in the short code. All I see are two dashes in the first (of four) columns of counters.
I’m using the AccessPress Parallax theme.
Thanks in advance.
]]>Hi. I’m using below code for the trigger
[countup start=”0.0″ end=”1.5″ decimals=”1″ duration=”2″ suffix=”%” scroll=”true”]
but when i scroll to the section, the animation already finish.
How to set it only start when scrolling to the section?
thanks
]]>Hi, I’m trying to make your plugin work with a value I get from Advanced Custom Field and implement it all in a template. But the plugin just refuses to work, rendering ‘–‘ instead. Here is my code. What do you think I should do?
Thank you
<?php
$myvalue = get_field( "number_1" );
$countstart = 0;
$countduration = 3;
echo do_shortcode('[countup start='.$countstart.' duration='.$countduration.']' .$myvalue. '[/countup]');
?>
]]>
Hi! I agree, it should be easy to get working but, unfortunately, not working on my site, therefore, any assistance would be much appreciated. I have inserted the following Shortcode to test;
[countup start=”0” end=”368” decimals=”0” duration=”5”]
In settings, Use the End number.. is unticked. Reset Counter, Use Easing and Use Group are all ticked. WP V4.8
In the front-end, all I get is 2 dashes.
]]>Nothing wrong with your plugin, I love it.
However it conflicts with another script that plays videos on mouse over.
When your plugin is active, videos don’t start playing on mouse over.
Would you be able tell what is causing this conflict?
And how to make both scripts work?
Here is our script.
window.onload = function() {
const vids = document.getElementsByTagName("video")
for (let i = 0; i < vids.length; i++) {
vids[i].addEventListener( "mouseover", function(e) {
vids[i].play()
})
vids[i].addEventListener( "mouseout", function(e) {
vids[i].pause()
})
}
}
]]>
I have a problem with changing the font size for this plugin. After inserting shortcode’a declare for him in the style of (<p> <div> <span>, etc …) font size (font-size), but they would not specify the size, always displays the same. Other attributes (color, bold, etc) can change without a problem. I am using the theme ResponsiveBoat (1.1.4).
I do this example:
<div style = “font-size: 80px”> [countup start = “0” end = “755”] </ div>
In what may lie the problem?
sorry for my English ??
best regards
Wojtek
I have used the shortcode as referenced on my site. All that shows up is — on the page.
]]>Hi there!
This works great but I can think of MANY situations where having the end integer inside the shortcode is problematic. One such example would be when using a custom field value from a page or post. While it can be done it’s more of a pain in the neck than it needs to be.
It might be better/easier if the shortcode optionally worked something like this:
[countup start=”0″ decimals=”0″ duration=”5″]500[/countup]
So users could continue to use it as they do now, but gain the ability to have the end value sourced dynamically from any number of content sources.
Does that make sense?
Everything else about this is perfect as it is. ??
I’m attempting to put multiple counters at different levels in a single page. They both display correctly but the first counter won’t start until after reaching the second counter. This causes an issue as the first counter displays 0 for whole duration of it being on screen.
First counter: [countup start=”0″ end=”38346″ decimals=”0″ duration=”2″ suffix=” LBS” scroll=”true”]
Second counter: [countup start=”0″ end=”106000″ decimals=”0″ duration=”2″ suffix=” TN” scroll=”true”]
Is there anyway to have the counters start separately as they are reached in the scrolling of the page? In this case, the first counter begins to count up as it comes on screen and the second doesn’t start until it comes on screen.
]]>I use the plugin to add countup animation on my frontage,it works fine at the beginning, but When I click one of my page then go backwards to my frontpage, then the counter starts from minus infinity, though my setting is start from 1.
I’m not quite a web developer, so maybe I did something wrong?
Here is the test website address:
https://www.oasis-design.cn
Pls help me with it, thank you very much!
]]>