347 comments found.
Styling for date?
In all the demos it looks like the DAY is given focus and priority as the size of text and its position in the box makes it bigger and bolder.
Is it possible to choose what part or parts of the date are shown in this large font at left?
For example project timelines. You may want to highlight a key event date:
JAN 2004 <—also note use of month name not number
02 JAN
... etc
I also want to choose display order of date parts in this position.
YYYY MMM
DDD MMM YYYY
MMM YYYY
etc
I know the full date appears in the box, but the ‘headline’ style needs more options
Hi,
Sorry it is impossible now, but we will consider about this feature in the future.
Best regards, ExThemes.
ohh, ok.
Look forward to seeing more flexibility with date display in future releases.
I’m interested in this timeline plug-in… But I have a question; instead of the photos listed on the timeline can-it be videos? don’t see any examples with videos? If it can do videos how would it look / work?
Hi,
Yes, it is possible, you could check it: http://exthemes.net/wp-timeline/modern-flat-style/ and http://exthemes.net/wp-timeline/silder-post-blogs/
Best regards, ExThemes.
Welcome, I use this plugin but style is not de same like in DEMO, I don’t see line animation and arrows are below line not on the same height, I need the same CSS code like in DEMO: http://image.prntscr.com/image/e336a6be60b84b99bca9a6a28b2e2f6f.jpeg
Hi,
We just reply to your support message, you could check and feedback for us
Best regards, ExThemes
Hi, I purchased your plugin, but I’ve got some problems. When I want to publish a new timeline, the wordpress text areas and buttons in the backend like the title and description text area or the publish button are not clickable. The text areas and buttons of the timeline plugin and all other plugins are clickable. Can you help me with that?
Best regards Dominik
I think I know where the problem is. There is something over the page. This makes the text fields and buttons not clickable. However, the overlay doesn’t cover the entire page, so the lower part isn’t affected.
I’m sorry, but the error had nothing to do with your plugin. It is probably a bug in a new update of another plugin. But could you tell me how I remove the “continue reading” button. In addition, the title shouldn’t be shown as a link but only as text? Thank you.
Hi,
You just add this custom css code:
.timeline-media > a,
time.wpex-timeline-time > a,
.wpex-leftdate + a,
.wpex-timeline-icon > a,
.timeline-details a.img-left { pointer-events: none;}
.wptl-readmore-center, .wptl-readmore { display: none !important;}
To Timeline Settings page > Custom Css
Best regards, ExThemes.
Thank you very much. That works great. How can I change the color of the grey center line and borders of the icon and boxes? And also the font color of the heading and text in the box?
Best regards Dominik
Hi,
Could you give us more details (some screenshots) via support tab ? so our supporter will check and help you.
Best regards, ExThemes.
Hi, I have sent you a message via the support tab.
Best regards Dominik
Hi,
We’ve replied your support message. You could follow it.
Best regards, ExThemes
Is it possible to add css to to the header of each instance along a timeline?
Hi,
Sorry we do not get your point clearly, could you give us more detais via support tab ? our supporter will check and help you.
Best regards, ExThemes.
I sent you a message via the support tab last week; can you reply when you get a chance please!
Sorry, just saw your reply now…. thanks!
You are welcome 
Hi,
Do you have any plans to add swipe support to the horizontal timeline, so that a user on a mobile device can simply navigate by swiping left and right, i.e. without having to press left and right arrows?
rt.
Hi,
It is impossible now, but we will find solution for it soon.
Best regards, ExThemes.
That would be great. Thanks.
We will reply for you when it done 
Best regards, ExThemes.
Hi,
We have added swipe support to the horizontal timeline, You could check it
Best regards, ExThemes.
Checked on a BlackBerry Q10. Works nicely. Well done. I will try other devices too.
I just bought the item – great work. I have 2 requests. I want the timeline messages to not be clickable (because there are no posts behind then), and I’d also like to get rid of the “continue reading” link at the bottom of timeline messages.
Also…you need better documentation..Order can be DESC or ASCE?
Hi,
Thank for using our plugin.
1,2 You just add this custom css code:
.timeline-media > a, time.wpex-timeline-time > a, .wpex-leftdate + a, a.img-left { pointer-events: none;}
.wptl-readmore-center, .wptl-readmore { display: none !important;}
To Timeline Settings page > Custom Css
3.To order Timeline by manually order option in single timeline page, you just change parameter like this:
order=”ASC” orderby=”meta_value_num” meta_key=”wpex_order”
(we will update document soon)
Best regards, ExThemes.
Thank you. Those fixes work.
But The title of each timeline message is still clickable. How do I get rid of that hyperlink for a specific timeline. Also, links inside the timeline message do not work. Is this by design?
and shortcodes from other plugins don’t work inside the timeline messages – is that by design?
Hi,
1. You could try add this code :
.wpex-timeline > li .wpex-timeline-label h2 a{ pointer-events: none;}
2. You should update the latest version (Last Update 5 October 16), if it still doen’t work, pls give us more details via support tab, we will check it for you.
Best regards, ExThemes.
Thank you again. The link css code worked, but there’s also a link on the icon on the straight line on the timeline. How can I remove that link as well? Also, I just updated the plugin and just to let you know no html inside the timeline messages works, so that means hyperlinks, images or videos. That means I can’t use this plugin for what I need! 
Hi,
1. You could try add this code :
.wpex-timeline-icon > a { pointer-events: none;}
2. If you want to show html, image and videos in excerpt, you just use this plugin (default wordpress does not support html tag in excerpt): https://wordpress.org/plugins/advanced-excerpt/
With the latest version you can use content instead of exceprt by select show full content = show.
Please contact via support tab, our supporter will help you resolve all problem.
Best regards, ExThemes.
or a small video showing how to build one timeline form start to finish…
http://i.imgur.com/6dNLZ3m.png
http://i.imgur.com/JiJy3MX.png
http://i.imgur.com/Mq4pYSK.png
You could find Font awesome here: http://fontawesome.io/icons/
Best regards, ExThemes.
Hello, I have sent you a support request.. thanks
Hi, We’ve replied your support message. You could follow it.
Best regards, ExThemes Team.
Nice plugin. I’d like to use it to display a set of custom posts that represent write-ups on events that my society has held in the last 10+ years. I see that the plugin supports custom post types and each timeline can order items based on a custom field, e.g. an id of some sort. So just to be clear, all I would have to do to get this to work is to set posttype to my custom post type and then set orderby (and meta_key) to the custom field on my post type that I want to be used to order the items. Is this correct? Thanks, rt.
Hi,
Yes, you can show custom posttype and you can order timeline by add id of meta key with our timeline plugin.
With date meta field of your an event, you will need to customise some code to show it, but we can help you.
Best regards, ExThemes.
Great. Thanks for the confirmation and offer of help.
Hello, your plugin is looking good. Some questions : 1) is it possible to create several timeline on samesite. 2) can users can post timelines frontedn susin TyneMCE ? 3) Is it posible to write simple text in a date node instead of calling a post ? Thanks, HM
Hi,
1. Yes, you can create unlimited timeline on same site
2. Sorry we do not sure about this question, could you give us more details?
3. We can help show full content of timeline and we will update to full show full content of timeline soon.
Best regards, ExThemes.
Thanks a lot for your response.Promising
In 2) I meant can members call timeline from front line and build them in a post od a cpt… ?
Best rgs,
HM
or a cpt…
another question. how light is your plugin in terms of server ressources ?
Hi,
- It is impossible to create timeline from frontend and our plugin have support to show custom posttype.
- we do not sure about this question. Sorry 
You should check document of our plugin here: http://exthemes.net/wp-timeline/doc/
Best regards, ExThemes.
Hello, I have bought plugin. I cannot create a timeline. I have no idea how to build it and the new forms are for… ? I have your doc but I see only 4 red arrows . that is it… There is no explations about how to add a new date icon… why there is 2 new icons in the interface ? and what they are doing ? So could you please send me a note with how to build because right now, we have nothing to guess…sorry.
http://i.imgur.com/6dNLZ3m.png
http://i.imgur.com/JiJy3MX.png
http://i.imgur.com/Mq4pYSK.png
You could find Font awesome here: http://fontawesome.io/icons/
Best regards, ExThemes.
Hello, thanks. But I am still aking myself how tp create several items in the same timeline… ? I can create one nut …
Hello, thanks. But I am still aking myself how tp create several items in the same timeline… ? I can create one nut …
Hi,
You just follow this guide to show timeline : http://exthemes.net/wp-timeline/doc/#!/usage and also check parameter of shortcode here: http://exthemes.net/wp-timeline/doc/#!/shortcode
Best regards, ExThemes.
Sorry, I am not a developper. I don’t know what to code. can you please tell me how I can create date nodes and how I can put it inside? sorry but this is not clear. do you have a small video demo on how to build from scractch ? or very detailed step by step… thanks in advance
Hi,
It is very easy and not required know code, you should import sample data and re-config it
Or You just give us admin login info via support tab, we will config demo for you.
You should give us more details ( some screenshot), which do you want so we can easy to help you.
We will consider to add video guide config soon possible.
Best regards, ExThemes.
Hi, I received an update from Codecanyon, what’s the best way to update the plugin? And, anyway, the bug show in this screenshot (http://i68.tinypic.com/34s2r29.png) has been resolved in the new version? Thanks!
Hi,
1. You just delete old version and upload new version via Wordpress admin.
2. Could you give us your url via support tab ? we will check and fixed it for you
Best regards, ExThemes.
Hi, I need to delete the link related to the featured image, because all the information are already in the timeline. Could you help me? thanks
Hi, You just add this custom css code:
.timeline-media > a, time.wpex-timeline-time > a, .wpex-leftdate + a, a.img-left { pointer-events: none;}
To Timeline Settings page > Custom css
Best regards, ExThemes.
Great! Thanks again, you’re super fast!
If our product helps your work. Please don’t forget give us 5 star 
Best regards, ExThemes.
Hi! This plugin is post-based, or I can create a totally customzed timeline with text, images and decide the date formatting? Thanks
Hi,
You could check how to create timeline here: http://exthemes.net/wp-timeline/doc/#!/create-timeline , you can customise everything.
Best regards, ExThemes.
Ok thanks! One last question: in the screenshots there are always “Continue reading” buttons/links. My timeline will be self-explanatory (just a few sentences and maybe a link, can be avoided a “read more/continue reading” button?
Hi,
It is easy to remove “read more/continue reading” button.
We can help you remove it
Best regards, ExThemes.
Hi! As you see I purchased the plugin. Reading the documentation, at http://exthemes.net/wp-timeline/doc/#!/config, I read “Go to WooEvents Settings page, click on “WooEvents” menu item.”
I don’t see that. I need to install another plugin in order to style the timeline?
thanks Paolo
Hi,
Sorry our mistake.
It is Timeline Settings page: http://i.imgur.com/21yVzJu.png
We are working to fix document now.
Best regards, ExThemes.
Thanks a lot!
Awesome support!
I gived 5 stars for your support and great plugins: WooEvents & WP Timeline.
I can’t wait for the next update 
Take your time. Thank you!
That’s great, thank you 
Great work! 
Thanks 
Still in love with you masterpiece
can you please tell me just 1 last thing. When we click “continue reading”, I am trying to lower the article because the featured image is too high on screen and it’s under the website top menu header or else everything is perfect!!! that’s why I voted 5 stars for your masterpiece <3 Thank you 
Hi,
To Change height of feature image, you could use this custom css code:
.wpex-single-timeline .tl-thumbnail{text-align: center;}
.wpex-single-timeline .tl-thumbnail img{width:auto;display:inline-block;max-height: 500px;}
You can change value 500 and you can add it into Timeline Settings page > Custom css
Best regards, ExThemes.
Hi,
Thank for create an awesome & great plugin, i realy like it. 
Could you please make timeline filter by category ? I think it will perfect if you add this feature
Thanks.
Hi,
We will check and add it in the next update 
Best regards, ExThemes.
I really like your plugin. Would I be able to load my own icons or possibly my own icon font? I am able to disable or modify the animation effect?
Hi,
1. Sorry it is impossible now, but we will consider to add option use image .png icon instead of Font Awesome soon ( maybe on next week).
2. Yes, you can disable or select other effect, you can see list effect here: http://exthemes.net/wp-timeline/doc/#!/shortcode and you can check timeline with no effect here: http://exthemes.net/wp-timeline/timeline-with-no-animations/
Best regards, ExThemes.
Hi,
We have updated plugin support add custom image icon instead of Font Awesome, you could check it
Best regards, ExThemes.