[help] Revolution Slider date problem

Posted in: Newsmag
Post count: 9

here is the problem : http://www.screencast.com/t/gG6gDeKJJdt5
the time that show in slider is different with the real post time, i think the slider is using UTC time.
how to set the slider using local time?

this is my slider setting : http://www.screencast.com/t/3wNMS5oSmrdn
and this is my wordpress time setting : http://www.screencast.com/t/jM9g6hF4G5

thankyou 🙂

Post count: 6535

Hi

I’ve tested the time format with Revolution Slider on my side and works fine: http://screencast.com/t/ldpciOKuVthttp://screencast.com/t/e0AMlMir Try to deactivate all plugins except Visual Composer and Revolution Slider, clear the cache and test again.

Let me know how it goes!

Thanks!

Post count: 9

hello Andrei..
i’m sorry, i mean the problem is in the Time, not the date http://www.screencast.com/t/gG6gDeKJJdt5
i’ve try to deactive all plugin except Visual Composer and Revolution Slider, clean browser cache, and test again. still have a trouble 🙁

Post count: 6535

Hi

By default Revolution Slider get the UTC time zone even if you set a different time zone in WordPress settings: http://screencast.com/t/BZ6Wqc8d To change that you need to edit revslider_slide.class.php file from /your-site-name/wp-content/plugins/revslider and add this line like here: http://screencast.com/t/JWlf8J5Z8DGr

$postDate = get_the_time(get_option('date_format'), $postID);

The result should be like here: http://screencast.com/t/Wh9VowbPepLM

Thanks!

Post count: 9

thankyou sooo much Andrei, it’s working 😉

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.