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;
}
Hi snookers65, thanks for your solution, I’ll try it!
Benjamin, the problem appears on your demo too…
For example on this page http://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!!
@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 7 years, 5 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!!