Hi, how can I make the countdown show from left to right so that the weeks will be on the left and goes to the seconds on the right – http://screencast.com/t/tXbBMgTWVTv?
Thanks.
Hey DROR!
Thank you for using Enfold.
I think the countdown timer is showing correctly. You can edit config-templatebuilder > avia-shortcodes > countdown.php. Find this code on line 220:
foreach(array_reverse($this->time_array) as $key => $number)
Replace it with:
foreach($this->time_array as $key => $number)
Best regards,
Ismael
Great. thanks.