Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #392551

    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.

    #392978

    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

    #393014

    Great. thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to show the countdown from left to right?’ is closed to new replies.