• Hello!

    So far this plugin is very cool compared to others free ones I tried. I just have a problem with the order of the dates, it displays in disorder. My page is not public so i can’t show you. I have a screenshot but apparently we cannot add any file in this support.
    Basically, for example the year 2018, the posts “inside” this year come in this order :
    -june 27
    -august 28
    -may 3
    -june8

    And of course it should come in that order:
    -august 28
    -june 27
    – june 8
    – may 3

    Can you help me out ?
    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there

    Thank you for writing in,

    Could you please provide us with your site URL so that we can check your issue and provide you with the proper solution for this.

    Thank You!!

    Hi,

    it seems, that the plugin sorts the entries with CSS. I had the same problem, that my entries (using template 1) were also sorted false. Every two entries were swapped in the double sided view. In a small window with a single sided timeline everything was ok.

    It is possible to tweak the sorting of the left and right elements a little bit by CSS. You must try to vary the numbers (for me it works most time, but not under all circumstances):

    .et-ver-timeline-template-1 .et-timeline-item {
    float: left;
    margin-top: -10px;
    }
    .et-ver-timeline-template-1 .et-timeline-item:nth-of-type(2n) {
    float: right;
    margin-top: 10px;
    }

    Thread Starter cgrignon

    (@cgrignon)

    Hi snookers65, thanks for your solution, I’ll try it!
    Benjamin, the problem appears on your demo too…
    For example on this page https://demo.accesspressthemes.com/wordpress-plugins/everest-timeline-lite/vertical-timeline-template-1/
    The last two posts are in a wrong order, the february one should be after the march one.
    Cheers

    Hi there,

    Thank you for writing in,

    We will update the demo, many thanks for informing us.

    Regards!!

    Thread Starter cgrignon

    (@cgrignon)

    @snooker65 I finally got the chance to try out your code and it worked perfectly, problem solved, thank you so much!

    @amritshrestha Hope you’ll be able to fix the bug soon ?? This plugin is great!

    Cheers !

    • This reply was modified 6 years, 3 months ago by cgrignon.

    Hello there,

    Thank you for writing in,

    We are planning to update the plugin soon, if you have anything else then please let us know, we will assist you best we can.

    Best Regards!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Dates order’ is closed to new replies.