Hello,
I created a timeline on this page for testing purpose iPad – Gymnasium Wesermünde
and copied the complete div including the timeline to the main page on this site (main site):
Gymnasium Wesermünde – Das nieders?chsische Gymnasium in Bremerhaven
The timline on the main site is missing the line and doesnt look like the one in the previous link.
We are using twenty twenty four as the wordpress theme. Whats the problem here, how can we fix this? It seems, that the plugin is not active on the main site. When I deactivate the plugin, it looks like on the main site on every site. When I compare the code, the :before elements are not created on the main site.
PS: It would also be nice to add a list in the content box and not only writing a text. creating a list in the p-environment is not good.
Best regards
Andy
We have been using the free version of Timeline on our about page for the past year – https://buckheadrestaurants.com/about – the text on each post/item on the timeline is now displaying vertically and I could not figure out what changed to affect that. I decided to try the Free Divi module but the module settings are not showing the option for a horizontal layout. Any guidance to either issue would be greatly appreciated.
Thanks!
]]>Hello!
I’m using this plugin on a bilingual site translated using WPML. When translating the page, the WPML interface does allow me to translate the dates, but on the front-end, the dates don’t appear as translated. See: https://imgur.com/a/d4UqumW
Is there any reason why the plugin wouldn’t display the translated dates?
i find this version of your plugin perfect to remain inside the block editor without having to create many custom posts, but i wonder what stopped you from offering the “compact” design as option?
would it be possible to have the option in a future release?
]]>Hi support
My timeline is getting bigger, and taking an increasingly long time to save the page. It’s a simple site on shared hosting, using a popular Gutenberg theme, but I have no issues with other plugins or sites. Is there anything I can do to speed things up?
Also, please add the option to add a new date to either end of the timeline. Currently, when adding a new element (at the bottom), I then need to drag it all the way to the top, which is very clunky and glitchy.
Thanks, and keep up the good work. ??
]]>Hi,
just got this error, probably after update to php8:
/home/users/p10647/www/wp-content/plugins/timeline-block-block/inc/block.php:67
Fix or solution would be great.
Many thanks
dr770
Hello I have update for the latest version of timeblock 1.5.1 but the time line desapear only stays the text and the bullets.
Can You help me?
]]>Hi, it works great!
It will be better if you add a shape animation setting with scrow down the page.
]]>Hello!
The plugin really needs the following functions:
1) You need the ability to register alt and title for images. Now only an empty alt is output.
2) We need the ability to set margins. For example, before and after the image. Before and after the title.
3) We need different tags for the title of the story. For example, h2-h6 and the p tag. By default, it costs h3. But sometimes you need to change to another tag. For example, the tag p or H4.
4) You need the ability to insert several paragraphs into the content of the story. This is useful when there is a large description of an event in the story. Now I’m doing a line wrap with <br> tags. But this is wrong.
5) We need the ability to insert code for our custom svg icon. Currently, only limited icons from Font Awesome can be displayed. It will be good if you make an additional field for inserting the code of a custom svg icon. Also, if possible, output several different custom svg icons for different events in one timeline. Thanks!
]]>In this page I have a timeline block, but now I made the update and I only see de timeline block in the back office, what can I do to fix?
]]>If you do not fill in the date field, then the points move out (photo). Temporary solution: insert a non-breaking space character.
However, the area for the text will occupy a certain place on the page.
]]>Thanks for the plugin!
A wish. You shouldn’t use “important” in inline styles, it prevents me from redefining the value using classes. And you do not need to output an inline style if the default value is set in the settings.
.cool-timeline-block-f9e19541-575e-4be0-ac0e-c5ec19fa136e .cool-vertical-timeline-body .timeline-content .timeline-block-icon {
background: #D91B3E !important;
}
]]>
Feature request, please.
As our timelines grow, it would be very useful to be able to add a new block to the TOP of the timeline. Currently, I click on ‘+’ and then need to drag the new block all the way up. The dragging and positioning is rather clumsy (that’s a Gutenberg issue).
Thanks, and keep up the great work. ??
]]>Hi
Is there a possibility to extend the plugin that it’s possible to add more than one image to a timeline element?
That would be awesome.
And a lightbox would be nice also.
Thanks a lot
Stefan
This is an addendum to a previous resolved post about removing the unnecessary script(s) from loading. I’ve tried everything I can think of, but can’t get the slider.js, swiper.js, and swiper.css files to not load. I don’t believe I need any of those, as not doing any sort of slider display.
This is the jist of what I’ve tried adding:
function timelineblock_disable_scripts_styles() {
wp_dequeue_style( 'timeline-block
-block-swiper-css' );
wp_dequeue_script( 'timeline-block
-block-swiper-js' );
wp_dequeue_script( 'timeline-block
-block-slider-js' );
}
add_action('enqueue_block_assets', 'timelineblock_disable_scripts_styles', 100);
– What am I missing here?!?
]]>Both-sided timeline offer the option to select whether a story appears on the right or the left.
For huge timeline (eg: 20 items per year) this presents a limitation: Inserting a story forces the editor to reposition all subsequent stories.
A solution would be automatic side alternatively. (Only the first item would be placed by the user then all other would be placed on the left/right automatically in alternatively).
]]>Is there a way to remove(dequeue) the slider.js (all jQuery) from this plugin?
Nevermind, I used:
wp_dequeue_script(
'timeline-block
-block-slider-js');
]]>
This is a really awesome plugin! I was just wondering if it is somehow possible to add a lightbox effect to the images? So I mean when someone clicks on an image in the timeline than it opens that image in a lightbox so people can see it bigger?
Perhaps this is a feature of the Pro plugin? I’ll buy it if it is.
Kind regards,
Johan
We’re testing the plugin as live updates feature. Our updates need to be at the top of the page and then you scroll down to read old entries – like a news feed.
The issue: you can only add blocks from the bottom (from what I see), which means we have to move the each new block from the bottom everytime we add a new update.
Is there a way to add new blocks from the top of the page and not the bottom?
]]>Using the blocks API (use the console debugger while editing a post), I run
wp.blocks.getBlockAttributes("cp-timeline/content-timeline-block");
Actual:
Uncaught TypeError: node is undefined
Expected:
A list of props and their default values
There is not the possibility to change the color of the background of the main part of the story area. The color can only be white now. Can you fix it?
Thank you
Dears,
We are currently using our own custom plugin for our timeline (ACF based).
We consider switching to the timeline-block which sounds really great.
But after further investigation, it seems that the Gutenberg block is not provided with its source code (only a compiled version includes/cool-timeline-block/dist/blocks.build.js
is).
It’s a blocking factor (without the source code we could not do any patch or derivative template).
Still, since the project is mentioning the GPLv2 or later for its source code, could you please add the source code of all compiled assets as part of the SVN repository?
Thank you!
]]>Hi Support. Great plugin!
I wonder if there is support for RTL languages ?
I am creating a new RTL site, and the block does not seem to obey RTL out of the box.
Screenshot.
Is there some simple CSS I can use ? (I’m new to RTL).
Or do I need to use the full version of the Cool Timeline plugin ?
Thanks.
Hi,
thanks for the great plugin.
The first timeline item is on the right side.
How can I make the timeline start on the left side?
Thanks and regards,
Julian
Hi Cool Plugins team,
I really like your plugin, it looks great and is simple to use.
I’m contacting you because there is one feature that is missing that would be very useful in my use case: HTML anchors.
I intend on using your plugin to make a fairly long timeline of historical events, and it would be great if I can have link in my other posts that redirect to a specific entry in the timeline (or even links within the timeline itself).
The most bare bone implementation would be to allow to user to enter a anchor name manually just like WordPress is doing it with its standard blocks. I believe it would be possible to have an appended index (i.e. archorname-1, archorname-2,…). The ideal solution would be to sluggify the date/year section as it would be resilient to reordering.
Thank you!
Thanks for the great plugin! I have a few suggestions/questions.
1) Would it possible to leave the text color unset? Reason: It will take automatically the theme colors, so a (automatic) dynamic change of the white/dark font color would be possible without changing CSS or plugin code. I can reset the font color in the block, and it just works. But the problem is when I open up the post editor again, it will display a error message, that the block is “corrupt” and it has to be reset. Afterwards the font color is set to black again. It looks like this is a bug.
A customized/unset color would be also useful for the background color of the boxes, which is currently fixed to white.
2) It would be nice, if the box-shadow could be disabled with a checkbox or something like that.
Thank you ??
]]>Hello!
Do you plan to allow user to manually reorder items in timeline block?
I have not been able to do it in both “Timeline Block For Gutenberg” and “Cool Timeline – Instant block”.
Thank you!