Hello,
the plugin is not working at all ??
It’s a newly created page.
The generated HTML for the timeline is :
<p class=”cgb-shortcode undefined”> </p>
The gutenberg bloc is :
[timeline_wp id=”1631″ ]
Here plugins used :
Ma configuration WP actuelle :
– Version de WordPress : 5.6.2
– Version de PHP/MySQL : 7.3.23 / 5.5.5
– Thème utilisé : Hestia Pro Child
– Thème URI : https://www.themeisle.com/
– Extensions en place : Cookies and Content Security Policy (1.79), Disable Comments (2.1.0), Folders (2.6.8), Forum_wordpress_fr (4.2), Gutenberg (10.0.2), HTTP Headers (1.18.1), Jetpack by WordPress.com (9.4), ManageWP – Worker (4.9.8), Orbit Fox Companion (2.10.3), Pods – Custom Content Types and Fields (2.7.26), The Official Facebook Chat Plugin (2.0), Timeline Event History (1.5), UpdraftPlus – Backup/Restore (2.16.47.25), Webcraftic Robin image optimizer (1.5.0), Wonder Gallery Pro (13.8C), WP Fastest Cache (0.9.1.5)
Any idea ?
Thanks,
Vincent
I just installed this plugin and have added 6 events for different timelines, but on the website it only shows 3 events. How can I make them all show?
]]>I had problems editing a page containing the History Timeline shortcode with Elementor, the message appeared
“The Content Area Was Not Found in Your Page”. Also, some widgets didn’t appear in a sidebar.
I solved it by modifying the plugin code, adding “wp_reset_postdata ();” at the end of the timeline-history / include / content.php file (needed, after a loop on the posts).
Hi Sehgal Sunny,
I tried the plugin added categories and tried to display categories separately.
It always shows all the list it doesn’t matter if I put there category name…
How can I show timeline of a category I want?
This is my shortcode:
[timeline-history category=”en”]
I want to show English timeline on English langue and German category on German language.
Can you help me achieve this?
]]>Hi,
Thank you for this a job.
The timeline bar position as top.
Is it possible to change the timeline bar position to bottom?
I have also been reading the other support requests regarding timeline spacing between dates. But no option worked for me. Is there any other alternative?
Hi.
I’m using your plugin and it’s working fine.
But I’d like to change the year also when clicking on the arrows (as the content moves as well).
Thanks,
Andre
Any updated on being able to add multiple timelines?
]]>I also have a problem with the width of the timeline. the width is fixed at the moment with div class=”events” style=”width: 17220px;”> I already have the workaround in the css with width: 100%! important; but that seems to be ignored. I also have the problem that I can press after the last entry even further to the right and the bar is not properly colored. Is there a solution for this? my used code befor </body>: `<script>jQuery(document).ready(function($){
var total_event = $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li’).length;
for(var i=1; i<= total_event; i++){
$(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li:nth-child(‘+i+’) a’).css(‘left’,+i*160+’px’);
}
});</script>`
I have inserted the timelin on this page, but the bar does not occupy the full width of the page, and the years 2012 and 2016 should be much closer to the end of the bar on the right.
What can I do?
Hi, I have tried all of the other posts codes but I can’t get the dates all on one page close together. The timeline goes from the 90s to now and it’s 4 pages to the present day. Any way this can be fixed?
The timeline is at the bottom of the homepage.
]]>Hi,
I’ve created a timeline with some dates and one is 1987 and the other is 2007 some the space between is too long so i added your code in history.js but nothing change.
var total_event = $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li’).length;
for(var i=1; i<= total_event; i++){
$(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li:nth-child(‘+i+’) a’).css(‘left’,”+i*100+’px’);
}
Thank you for your help
]]>Hi, may I have one more question?
How can I increase the space between timelines on the scale? I have a year title label like 1, 100, 200 etc. And when I add the era letters (ex. CE, BC, AD) after year – it overlays the next label but not fitting the content. Is there a way to add text to numeric title label?
Thank you.
]]>Hi, thank you for such a good job. Nice plugin!
I want to use it on the history website with interactive maps in every year. I use mapplic plugin for this purpose. Maps are displayed through the shortcode which I insert to the timeline content, but it doesn’t recognize it. Is shows shortcode text. Could you please help me with that?
Thank you in advance.
]]>Hello,
I really like this plugin, very easy to use and clean.
I’m having trouble with some of the text cutting off in my sections on the mobile site. Desktop is fine, just mobile. Please can you help?
Thanks,
Megan
Hello I get this message in the history top title and date
Any help would be appreciated
Thanks
WordPress database error: [Table ‘wordpress_d.wp_postmeta’ doesn’t exist]
SELECT meta_value FROM wp_postmeta WHERE meta_key = ‘history-date’ AND (meta_value != ‘NULL’ OR meta_value != ”)
Just installed and from just a few minutes of use, I’ve gotten several repeating notices in my debug log. First is an undefined index.
[06-Aug-2018 18:51:35 UTC] PHP Notice: Undefined index: _inline_edit in SITE_PATH\wp-content\plugins\timeline-history\metabox.php on line 66
As well as this one, which may just have to do with our set up. We’re currently using MySQL 5.7
[06-Aug-2018 18:50:14 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND meta_key = 'history-date' AND meta_value = ''' at line 1 for query SELECT post_id as history_dt_num FROM wp_postmeta WHERE post_id <> AND meta_key = 'history-date' AND meta_value = '' made by get_default_post_to_edit, wp_insert_post, do_action('save_post'), WP_Hook->do_action, WP_Hook->apply_filters, save_kt_custom_meta_box_top_History
Please advise for a fix.
]]>Hi again! ?? I would like to make a request, if it’s ok.
Would it be possible somehow with the plugin to select which event to show selected when the page loads? I mean, let’s say there are this events to be shown in a timeline:
1) Event 1 – Title 1 – 1990
2) Event 2 – Title 2 – 1995
3) Event 3 – Title 3 – 2000
4) Event 4 – Title 4 – 2005
5) Event 5 – Title 5 – 2010
Would there be a way to select, let’s say, Event number 3 dated year 2000, as the default event that gets to be shown and selected when the page loads?
]]>Hello !
Thank you for your work on this plugin, it seems to be just what I was looking for.
But I have a problem : I added 4 different posts (with different dates, titles and contents of course), I added the shortcode on a page, my timeline looks nice (with the different dates) but everytime I click on another year, the first post stays and I can only see this one (the first I created).
Am I missing something? Thank you in advance for your answer.
David
]]>Hello, I am trying to get a few things changed with your timeline so it shows our companies colours. I have changed the arrows to orange however I would like to change the light blue timeline bar and also the text heading. Could you please advise if this is listed somewhere in the code and I just can’t find it (I am just a beginner).
I have also been reading the other support requests regarding timeline spacing between dates. I have seen that there is code I can put in to fix this, and you said to put it in footer.php, however I have looked for this and can not find it. Are you able to please explain this a little better as I am stuck!
Thank you for your help!
]]>Hello I have 2 questions
1) I have 3 timeline objects and would like to show them in one view with content, at this moment I can only show 1 item and then click to see the next. But I would really like to have like 3 items displayed at once.
2) Is there a possibility to get a fixed width between items ?
]]>Hi is it possible to edit the styles of the timeline to make it look similar to this: https://mx.depositphotos.com/158199456/stock-illustration-milestones-timeline-template.html would be kind of cool… I will try to nevertheless edit the css of the code…
Well I initially found this https://mx.depositphotos.com/186497014/stock-illustration-vector-infographic-company-milestones-timeline.html but that’s I guess too complex.
Regards
]]>HI,
How do i get this to work on my site to bring my dates closer togethr without actually using different dates.
<script type=”application/javascript”>
jQuery(document).ready(function($){
var total_event = $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li’).length;
for(var i=1; i<= total_event; i++){
$(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li:nth-child(‘+i+’) a’).css(‘left’,”+i*100+’px’);
}
});
</script>
Hi,
Whenever i create more than 16 history post, all my post dissappear except for the first one. Please help
]]>Hi,
is it possible to edit the link to the history entry…
Example: https://XXXX.de/history/2018
I would like to change the “/history/” to any other word. So it is more flexible.
Next is…
Color picker to change colors of the time line.
This plugin was closed on April 11, 2018 and is no longer available for download.
Any reason why, and any alternatives?
]]>I simply love this plugin
It was exactly what i was looking for.
Now just a minor thing . Is it possible to change the color of the timeline. Im new to web design so not sure if you can do this through additional CSS.
Any help would be greatly appreciated.
Keep up the amazing development work.
]]>Is there a way of placing many separate timelines on the same site?
regards, Bartek
]]>Hello,
I can’t get the plug-in to work. My layout puts all the dates really far apart. I’m using Visual Composer to set-up my pages.
You can see the problem on the bottom of the page. The next date is 241200px away.
]]>/wp-content/plugins/timeline-history/metabox.php on line 37
Notice: Undefined variable: meta_box_history_date_final_val in /wp-content/plugins/timeline-history/metabox.php on line 69
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND meta_key = ‘history-date’ AND meta_value = ”’ at line 1]
SELECT post_id as history_dt_num FROM wp_postmeta WHERE post_id <> AND meta_key = ‘history-date’ AND meta_value = ”
Notice: Undefined variable: meta_box_history_date_final_val in /home/danPortis/whiteonrace.org/wp-content/plugins/timeline-history/metabox.php on line 71
Skip to main contentSkip to toolbar
Dashboard
Home
Updates
Posts
All Posts
Add New
Categories
Tags
Re-Order
Taxonomy Order
Timeline Slider
Timeline Slider
Add Slide
Timeline Category
How It Works
Re-Order
Taxonomy Order
Media
Library
Add New
Re-Order
Pages
All Pages
Add New
Comments 2
History Timeline
History Timeline
Add New
Re-Order
Ninja Forms
Dashboard
Add New
Submissions
Import / Export
Settings
Get Help
Add-Ons
Appearance
Themes
Customize
Widgets
Menus
Header
Editor
Plugins
Installed Plugins
Add New
Editor
Users
All Users
Add New
Your Profile
Tools
Available Tools
Import
Export
Settings
General
Writing
Reading
Discussion
Media
Permalinks
AddToAny
Duplicate Page
Smooth Scroll Up
Google Fonts
WP Mail SMTP
Post Types Order
Taxonomy Terms Order
Custom Fields
Custom Fields
Export
Add-ons
AGP Icons
Shortcodes
Sliders
Settings
Duplicator
Packages
Tools
Settings
Go Pro!
Excerpt
Settings
About ECAE
Collapse menu
About WordPress
White On Race
22 comments awaiting moderation
New
Howdy, Daniel P-C
Log Out
Screen Options
When writing in the editor adding things like bold, links, images and so on, it does not show in front-end. Just the code. Is the featured Image usable? Thanks great and simple time line!
]]>