Many people have posted about the Dynamic Conditions conflict. This is about action priority. We just wrote a quick fix on our side. In dynamic-countdown-with-acf-elementor.php
add a slightly higher priority like this:
add_action( 'init', function(){
add_action( 'elementor/frontend/widget/before_render', function ( \Elementor\Element_Base $element ) {
if ( "countdown" != $element->get_name() ) {
return;
}
echo "<script>console.log('".$element->get_name()."')</script>";
//Get the field specified on options page
$countdown_date = get_field(get_option('dcae_kiiraklis94_acf_field'));
echo "<script>console.log('".$countdown_date."')</script>";
//Do the thing
$element->set_settings( 'due_date', date('Y-m-d H:i',strtotime($countdown_date))) ;
}, 5, 1);
});
Note the , 5, 1);
at the end of the the add_action
function parmeters
Please include this fix in an update soon so I do not need to worry about this conflict coming back in future plugin updates. Thank you!
]]>It’s not working when the DynamicConditions plugin is installed!
If you are planning to keep this plugin maintain then I will use this or will not for sure!
Please let me know.
I have read the previous “Not Working” topics . . .
I was using the Dynamic Content plugin, but it was conflicting with the “Anywhere Elementor” plugin I am using for various repeater templates – so it is not currently enabled … which is why I was hoping THIS plugin would do the trick.
I quadruple checked all of the fields and settings – all correct per instructions.
I AM using various addon packs – including Elements Pack Pro, Unlimited Elements and Happy Addons. However, each of these plugins have spcific unique elements I need for the site I am developing.
Is there any other kind of tweak or fix you can suggest to get the plugin to work as it should?
(Keeping Fingers Crossed)
]]>Hi Iraklis,
Thanks for attempting this – Elementor needs this function!
We are having similar issues to others.
We have a date picker field group for our post type, and followed the plugin instructions.
We tried setting a date in the past for the countdown timer, that didn’t work. it shows 00:00:00
We are using 2 conditional logic plugins:
https://www.ads-software.com/plugins/dynamicconditions/
and
https://en-gb.www.ads-software.com/plugins/visibility-logic-elementor/
However we disabled both of those and the issue persists.
backend login details available on request.
Thank you
]]>Good morning, plugin does’nt work. Here what I’ve tried to do
I created a date time picker field as described, for my post type.
Then I used name field in DCEA Setting. The post, of course, has the date field filled with a furture date (2022).
In elementor editor, I tried by leaving the field empty, by selecting a past date, by selecting a future date… No success
https://prnt.sc/zucipw
https://prnt.sc/zuept8
not working for me also … maybie missing some step from the tutorial
]]>Hello. I have followed the instructions, however it doesn’t work as expected. Just shows 00:00:00:00 values?
]]>Does this plugin support JetENGINE custo fields
]]>Hi how are you? Your plugin was just what I was looking for, I installed it in the latest version of wordpress and with updated elementor, following all your instructions, but the countdown appears at zero. I disabled all the plugins and left only what was necessary, but it still didn’t work for me.
]]>