Linux 软件免费装
Banner图

Cool Timeline (Horizontal & Vertical Timeline)

开发者 narinder-singh
satindersingh
coolplugins
更新时间 2023年9月1日 18:53
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

timeline roadmap history horizontal timeline story timeline vertical timeline elementor timeline gutenberg timeline

下载

1.0.9 1.0.5 1.0.6 1.0.7 1.0.8 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2 1.3 1.3.1 1.6 1.6.3 1.7 1.8 1.9 1.9.1 1.9.2 1.9.4 2.0.4 2.0.5 1.0.3 1.0.2 1.1.1 1.1.2 2.0.2 1.1 2.2.3 2.1 2.3.3 2.4.1 2.4.3 2.0.7 2.4.5 1.0.4 2.0.1 2.4 2.4.2 2.4.4 2.6.1 1.0.1

详情介绍:

Horizontal & Vertical Timeline, History Timeline Showcase your story or company history in a precise and elegant way using a powerful and advanced Cool Timeline It is really important to let your audience know about the history of your brand especially when you are promoting it through a website. Our plugin will help you to highlight events and stories precise way. Check our Timeline plugins demos https://youtu.be/GElgo91RAmE https://www.youtube.com/watch?v=QkjCEnz2RoQ Features Of Cool Timeline Cool Timeline is a powerful WordPress plugin that enables you to create visually striking and informative timelines. It is built with pure HTML and CSS for maximum compatibility and offers both horizontal and vertical layout options. Creating a timeline is straightforward and intuitive: simply create posts, set images, and assign dates. The plugin will automatically organize your posts in chronological order, whether you prefer ascending or descending. With the simple shortcode [cool-timeline], you can easily display a timeline on any page of your website. The plugin is also fully responsive, ensuring that your timelines look great on any device." Cool Timeline Shortcode
[cool-timeline layout="default" skin="default" date-format="F j" icons="YES" show-posts="20" order="DESC" story-content="full"]
Where can you use the Cool Timeline plugin? You can show history/future stories, events, appointments, and many other cool things using our Cool Timeline plugin. Here are all areas where you can use this plugin:- We have tried our best to create an awesome timeline plugin but still, if you face any installation, coding, or design error, you can contact us anytime. Also, remember to try our Cool Timeline Pro version for extra cool features and design options.
Buy Cool Timeline Pro | Check Timeline Pro Documentation
Cool Timeline Pro Features "Cool Timeline Pro is an advanced version of our popular timeline plugin that offers even more design options and functionalities to help you create stunning timelines. Whether you're looking to create a historical timeline for your company, showcase your personal story, or plan a product roadmap, the pro version gives you more flexibility and control to make your timelines truly unique. With the pro version, you'll have access to a range of advanced features such as: Get the most out of your timelines with Cool Timeline Pro and elevate your website's visual storytelling to the next level."

安装:

3 Ways To Install Cool Timeline
  1. Automatically install our plugin via WordPress admin panel:- Open your WordPress website admin panel and go to Plugins > Click Add New & search 'Cool Timeline' at here > Here you will find our plugin > Now click on install button > After this you will see a activate button > Just activate it to use Cool Timeline inside your website.
  2. Install via Zip file:- In this method first you need to download our plugin from the WordPress plugins directory. Go to https://wordpress.org/plugins/cool-timeline/ & Download Cool Timeline. After this inside your WP-admin panel, click on Plugins > Add New > Upload Button. Now choose the plugin zip file that you just downloaded from the WordPress plugins directory & activate it.
  3. Install the plugin via FTP:- In this method, you also first need to download the plugin zip file from the WordPress plugins directory. After this open your FTP manager and Go to > wp-content/plugins folder. Here you need to upload the extracted version of Cool Timeline (please remember don't upload zip files directly here). After this, you can activate the plugin from the wp-admin panel plugins page.
Create Timeline Final Words! If you are facing any difficulty in Cool Timeline plugin installation then you can contact our support at here - contact@coolplugins.net

屏幕截图:

  • Cool Timeline story creation screen with instructions.
  • Timeline Block for Gutenberg preview.
  • Timeline Block for Gutenberg story preview.
  • Cool Timeline PRO Vertical Layout.
  • Cool Timeline PRO Single-Sided.
  • Cool Timeline PRO Horizontal view.
  • Create any type of timeline using Cool Timeline PRO.

常见问题:

How to install the Cool Timeline plugin & create a timeline?

Please check - plugin installation guide or Cool Timeline Pro documentation

Can I choose any historical date/year?

The year starts from 1970 in the free version but in pro version you can choose any historical year from 1000 to 2050 to create a story inside Cool Timeline or you can also add custom text instead of date/year.

What is plugin shortcode & how can we use it?

Here is the full shortcode of the Cool Timeline plugin:-

[cool-timeline layout="default" skin="default" date-format="F j" icons="YES" show-posts="20" animation="FadeInOut" order="DESC" story-content="full"]
  • [cool-timeline] = It is our default short-code syntax.
  • layout = We have five layout options (default, horizontal, one-side, simple, compact). In a simple timeline, you can create a timeline without a bigger year circle in between the stories.
  • skin = 2 skins available (default, clean)
  • date-format = You can choose any date-format to show with the stories according to your language and requirements.
  • icons = You can show(YES/NO) cool icons along with timeline stories.
  • show-posts = If you have a large timeline with a lot of stories then you can use this option to show the pagination option after a number of stories.
  • animation = We have only 1 animation effect (FadeInOut) in Cool Timeline free version. You can purchase Pro for more effects.
  • order = Now easily manage timeline stories order(ASC/DESC) from shortcode.
  • story-content = (short/full) Now show full HTML content or short description with read-more inside timeline stories.

Can I convert my blog posts into a timeline?

No, This facility is only available in Cool Timeline PRO version. You can only create a blog/content timeline using Cool Timeline Pro

Can I create multiple timelines based on different categories?

The timeline category option is only available in our Pro version so you need to purchase Pro if you want to create category-specific multiple timelines.

Can I choose custom colors and fonts?

Yes, You can choose 2 custom colors and any font family from our font list according to your website style. These colors will automatically apply to all of your timeline stories in an alternative way.

Can I hide a bigger circular year circle?

Yes, You need to select "simple" layout while adding the shortcode. In this shortcode, you can create a timeline by hiding a bigger year circle.

Is it possible to create both horizontal & vertical timelines?

You can only create vertical timeline in our free version. But We have cool design options to create both vertical and horizontal timelines in our Pro version.

Do you have any support email for extra questions?

Yes, You can contact us anytime here - contact@coolplugins.net. We will try to provide an answer within 24 hours.

我,能够自定义带有 Hook 的插件吗?

Yes, You can easily customize the main elements of timeline stories using the below-mentioned hooks. // customize Stories dates format add_filter('cool_timeline_story_date',array($this,'ctl_story_date_filter')); function ctl_story_date_filter($format) { //You can find a complete list of date formats from- https://secure.php.net/manual/en/function.date.php $format='Y'; return $format; } add_filter('cool_timeline_story_content',array($this,'ctl_story_content_filter')); function ctl_story_content_filter($content) { return $content; } // changes stories image size add_filter('cool_timeline_story_img_size',array($this,'ctl_story_image_size_filter')); function ctl_story_image_size_filter($img_size) { // thumbnail:- Thumbnail (150 x 150 hard cropped) // medium :- Medium resolution (300 x 300 max height 300px) //'medium_large' :- Medium Large (added in WP 4.4) resolution (768 x 0 infinite height) //'large':- Large resolution (1024 x 1024 max height 1024px) //'full':- Full resolution (original size uploaded) // array(200,200): custom size $img_size='thumbnail'; return $img_size; } // change read-more text add_filter('cool_timeline_read_more_text',array($this,'ctl_stories_readmore')); function ctl_stories_readmore($read_more_text) { $read_more_text="test"; return $read_more_text; }

更新日志:

Version 2.6.1 | 20/03/2023 Version 2.6 | 15/03/2023 Version 2.5 | 11/01/2023 Version 2.4.5 | 28/09/2022 Version 2.4.4 | 15/04/2022 Version 2.4.3 | 14/04/2022 Version 2.4.2 | 08/04/2022 Version 2.4.1 | 06/04/2022 Version 2.4 | 05/04/2022 Version 2.3.3 | 02/02/2022 Version 2.3.2 | 17 Nov 2021 Version 2.3 | 09 Nov 2021 Version 2.2.3 | 22 Oct 2021 Version 2.2.2 | 07 Oct 2021 Version 2.2 | 05 Oct 2021 Version 2.1 | 13 July 2021 1.1.8 A new look of cool timeline after changing a lot of CSS styles. Upgrade Now!