Linux 软件免费装
Banner图

Timeline Express

开发者 codeparrots
eherman24
更新时间 2023年3月22日 15:16
PHP版本: 4.0 及以上
WordPress版本: 6.2
版权: GPLv2 or later

标签

calendar responsive timeline history events scroll dates company font awesome vertical animated milestone

下载

1.0.5 1.0.6 1.0.7 1.1.2 1.1.3 1.1.3.1 1.1.3.2 1.1.4 1.1.4.1 1.1.5 1.1.6.7 1.1.6.8 1.1.7 1.1.7.1 1.1.7.2 1.2.1 1.2.2 1.2.7.1 1.3.1 1.6.0 1.8.1 1.0.8 1.0.9 1.1 1.1.1 1.1.5.1 1.1.5.2 1.1.5.3 1.1.6.1 1.1.6.2 1.1.6.3 1.1.6.4 1.1.6.5 1.1.6.6 1.1.6.9 1.1.7.3 1.1.8 1.1.8.1 1.1.8.2 1.0.1 1.0.2 1.0.3 1.0.4 1.1.8.3 1.2 1.4.4 1.5.1 1.5.2 1.1.5.4 1.1.5.5 1.1.5.6 1.1.5.7 1.1.5.8 1.1.5.9 1.1.6 1.1.7.4 1.1.7.5 1.1.7.6 1.1.7.7 1.1.7.8 1.1.7.9 1.0 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.8.1 1.2.8.2 1.2.8.3 1.2.8.4 1.2.8.5 1.2.8.6 1.2.8.7 1.2.9 1.3 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.8.0

详情介绍:

Timeline Express is the best WordPress timeline plugin, which allows you to create a beautiful animated vertical timeline on your site. Populate your site with announcements, set the date and Timeline Express will load the latest and greatest announcements in proper chronological order. Use the included shortcode ([timeline-express]) to place Timeline Express timeline anywhere on your site. If you're looking for power, flexibility and top tier support - look no further.
View the Timeline Express Demo
Timeline Express Features
Pro Features
  • Setup multiple timelines and assign announcements to any, or all, of the timelines.
  • Tighter layout, less distance between each announcement on the timeline.
  • Create and assign categories to your announcements.
  • Timeline sorting features. Sort timelines by categories, timeline or a combination of the two.
  • Priority support, code snippets provided when needed etc.
Full Feature List
Timeline Express has been successfully used on a number small and large scale sites. Our users have created a number of amazing things with our plugin. Timeline Express has been used to create: The small list above demonstrates the flexibility and power behind Timeline Express. Check out our documentation for some helpful code snippets,
Timeline Express Add-Ons We have built out some powerful add-ons that extend Timeline Express beyond it's core capabilities. Many of the add-ons have been user requested features, which we've spun off into add-ons. If your looking for some advanced feature that you don't see in the base plugin, checkout a list of our add-ons. View All Add-Ons
Timeline Express Translations Timeline Express comes ready for translation! With all of the proper i18n functions in place, 100% of our plugin is ready for translation. If you're multi-lingual, and interested in translating the plugin into one of the languages not yet available, we're willing to pass a long Single Site license of Timeline Express Pro, which is good for one full year. We're huge fans of the open source community, and believe that this plugin should be available to everyone, in their native language. If this is something you would be interested in, please get in touch with us on our Contact Page. The Timeline Express polyglot project can be found here.
View the Timeline Express Demo
Looking for additional documentation? Check out the knowledge base. Multi-lingual Sites & Timeline Express Timeline Express has been thoroughly tested with some of the top rated, and widely used translation plugins. Two multi-lingual plugins which we are fully, 100% compatible with are WPML and Polylang. Timeline Express may be compatible with other multi-lingual plugins, we just haven't thoroughly tested it with otheres. If you find it's compatible with other plugins, please get in touch and let us know and we can add it to this list. This plugin was originally inspired by the great folks at CodyHouse.io.

安装:

  1. Download the plugin .zip file, and keep in mind where on your computer you saved it.
  2. Log in to your website (ie: yourdomain.com/wp-admin), and head into Plugins > Add New
  3. On the following screen, click the 'Upload Plugin' link at the top of the page.
  4. Browse your computer to the location you downloaded the .zip file in step one, select it and click the 'Install Now' button.
  5. After the plugin has successfully installed, click "Activate Plugin" and enjoy!
  6. On the left hand menu, hover over 'Timeline Express' and click 'New Announcement'
  7. Begin populating the timeline with announcements. (Note: Announcements will appear in chronological order according to the announcement date that you set)
  8. Once you have create your announcements, head over to the settings page (Settings > Timeline Express) to customize your timeline settings.
  9. Create a new page, and enter the shortcode [timeline-express] to display the responsive, animated timeline. (Note: Timeline Express displays best on full width pages)

屏幕截图:

  • Timeline Express - Admin Announcement Management
  • Timeline Express - Timeline Content Block
  • Timeline Express - Timeline Content Block Controls
  • Timeline Express - Timeline Content Block Demo
  • Timeline Express - Frontend Timeline Layout
  • Timeline Express - Responsive Layout (mobile devices)
  • Timeline Express - Admin Settings Page

升级注意事项:

1.5.2 - August, 2017
  • New: Introduced qtranslate-x compatibility files. Timeline Express cache is cleared when using qtranslate, to ensure translations load properly.
  • Tweak: Remove shorthand array syntax [] to maintain backwards compatibility with PHP < 5.6.

其他记录:

Have an idea for a feature you want to see added to Timeline Express? We love hearing about new ideas! You can get in contact with us through the contact form on our website, WP Timeline Express. Developer Documentation Hooks + Filters Use Custom Images Instead of Font Awesome Icons (New v1.1.6.7) Users can now use the custom announcement image in place of the font awesome icons by using the following filter. Huge thanks to Pete Nelson for the pull request and making this possible and available for everyone. Filter - timeline-express-custom-icon-html Usage 如: https://gist.github.com/EvanHerman/6bbc8de82f34b4cb3c5c Use Alternate Image Size For Announcements (New v1.1.5.5) By default Timeline Express generates a custom image size to use within the timeline. If you would like to use another image size, you can use the following filter. Example: function change_timeline_express_announcement_image_size( $image_size ) { $image_size = 'full'; return $image_size; } add_filter( 'timeline-express-announcement-img-size' , 'change_timeline_express_announcement_image_size' ); Define your own custom fields to use in Announcement posts (New v1.1.5) Users can now add custom fields to Timeline Express announcement posts. This allows for greater control over the announcements and the front end display. Using this hook in conjunction with a custom single announcement template will give you the greatest control. Example: function add_custom_timeline_express_field( $custom_fields ) { $custom_fields = array( array( 'name' => ( 'Example Text Field', 'timeline-express' ), 'desc' => ( 'this is an example user defined text field.', 'timeline-express' ), 'id' => 'announcement_user_defined_text', 'type' => 'text_medium', ), array( 'name' => ( 'Example WYSIWYG', 'timeline-express' ), 'desc' => ( 'this is an example wysiwyg field.', 'timeline-express' ), 'id' => 'announcement_user_defined_wysiwyg', 'type' => 'wysiwyg', ), array( 'name' => ( 'Example Email Field', 'timeline-express' ), 'desc' => ( 'this is an example user defined email field.', 'timeline-express' ), 'id' => 'announcement_user_defined_money', 'type' => 'text_email', ) ); return $custom_fields; } add_filter( 'timeline_express_custom_fields' , 'add_custom_timeline_express_field' ); This example would add 3 new fields below the 'Announcement Image' field on the announcement post. The first field is a simple text field. The second field is an example WYSIWYG, and the third is an email field. Note: You can add as many fields as you would like, and display them on the front end using the get_post_meta() function. Customize the 'announcement' slug (New v1.1.4) Users can now define their own slug for announcement posts using the provided filter 'timeline-express-slug'. This alters the URL structure of the announcement, possibly for SEO purposes. You would enter the following code into your active themes functions.php file. After you enter the code into the functions.php file, you'll want to refresh your permalinks. You can do so by going to 'Settings > Permalinks' and simply clicking save. That will prevent the 404 page you may see upon altering the slug. Example: // alter '/announcement/' to be '/event/' function timeline_express_change_announcement_slug( $slug ) { $slug = 'event'; return $slug; } add_filter('timeline-express-slug', 'timeline_express_change_announcement_slug' ); This example would change the default /announcement/ slug, to /event/. Alter the 'Read More' button text (New v1.1.3.1) Users can now alter the 'Read More' button text using the provided gettext filter and the 'timeline-express' text domain. Example: // alter 'Read more' to say 'View Announcement' function timeline_express_change_readmore_text( $translated_text, $untranslated_text, $domain ) { switch( $untranslated_text ) { case 'Read more': $translated_text = __( 'View Announcement','timeline-express' ); break; } return $translated_text; } add_filter('gettext', 'timeline_express_change_readmore_text', 20, 3); This example would alter 'Read more' to say 'View Announcement'. Add custom classes to the 'Read More' button (New v1.1.3.1) Users can now add custom classes to the 'Read More' announcement button. This allows for greater control in fitting the Timeline into your currently active theme. Parameters : $button_classes = default button classes assigned to the 'Read More' button Example: // add a custom class to the Timeline Express readmore link function timeline_express_custom_readmore_class( $button_classes ) { return $button_classes . 'custom-class-name'; } add_filter( 'timeline-express-read-more-class' , 'timeline_express_custom_readmore_class' ); This example would print the following 'Read More' button HTML onto the page : <a href="http://site.com/link-to-announcement" class="cd-read-more btn btn-primary custom-class-name">Read more</a> Setup a custom date format for front end display (New v1.0.9) New in version 1.0.9 is the localization of dates on the front end. The date format is now controlled by your date settings inside of 'General > Settings'. If, for one reason or another, you'd like to specify a different date format than provided by WordPress core you can use the provided filter timeline_express_custom_date_format. The one parameter you need to pass into your function is $date_format, which is (as it sounds) the format of the date. Some formatting examples: Example: function custom_te_date_format( $date_format ) { $date_format = "M d , Y"; // will print the date as Nov 19 , 2014 return $date_format; } add_filter( 'timeline_express_custom_date_format' , 'custom_te_date_format' , 10 ); view more date formatting parameters Load Your Own Single Announcement Template File (New v1.0.8) By default all single announcements will try and load a single.php template file. If that can't be found, we've done our best to implement a template for you. If your unhappy with the template file we've provided you have two options. Your first option is to copy over the single-announcement-template directory contained within the plugin into your active themes root. This will trigger the plugin to load that file instead. You can then customize this file to your hearts content without fear of losing any of your changes in the next update. Your next option is to use our new filter for loading your own custom template file. If for whatever reason you've designed or developed your own single.php file which you would rather use, or you just want to use your themes page.php template instead, you can use the provided filter to change the loaded template. Here is an example ( you want to drop this code into your active theme's functions.php file ) : Example: // By default Timeline Express uses single.php for announcements // you can load page.php instead // just change page.php to whatever your template file is named // keep in mind, this is looking in your active themes root for the template function custom_timeline_express_template_file( $template_file ) { $template_file = 'page.php'; return $template_file; } add_filter( 'timeline_express_custom_template' , 'custom_timeline_express_template_file' , 10 ); Specify Font Awesome Version (New 1.1.7.8) Users can now specify which version of font awesome to load from the font awesome CDN. Alternatively, if the font awesome version is not found - the bundled fall back (version 4.6.1) will be used. Example: // use a different version of Font Awesome function timeline_express_alter_font_awesome_version( $version ) { $version = '4.4.0'; return $version; } add_filter( 'timeline_express_font_awesome_version', 'timeline_express_alter_font_awesome_version' ); The above example will load font awesome version 4.4.0 instead of the current stable version from the font awesome CDN.

常见问题:

Is there some demo I can checkout? I want to see how the plugin appears on the front end of a WordPress site before I install it.

Yes! Check out the demo we've set up on our site, which shows off some of the features of the pro version. View the Timeline Express Demo

Can I filter announcements by categories/Can I create multiple timelines?

Not in the free version, but with our pro version you can create numerous timelines and assign posts to a single timeline or all timelines. Also with the pro version you can easily filter announcements by categories on the front end. View the Timeline Express Pro Demo

How do I use this plugin?

Begin by simply installing the plugin. Once the plugin has been installed, go ahead and begin creating announcement posts. You'll find a new menu item just below 'Posts'. After you have a substantial number of announcements set up, you're ready to display the timeline on the front end of your site. Timeline Express displays best on full width pages, but is not limited to them. Create a new page, and drop the shortcode into the page - [timeline-express]. Publish your page, and view it on the front end the see your new super sweet timeline! (scroll for animation effects!)

What template is the single announcement post using? Can I customize it at all? I want to do x, y or z.

Yes! In version 1.2 and above, we have a templating engine built into the plugin - allowing you to fully customize both the announcement containers on the timeline or the single announcement page. All you have to do is copy over the proper templates. Take a look at our documentation articles on customizations.

Why can't I save dates prior to '1970'?

Due to a limitation with the built in php function strtotime(), you may not be able to save dates prior to 1970. We've built out a premium add-on that works with both the free and pro versions of Timeline Express to allow dates to be saved between the years 1000-9999. If this is a feature you need, please consider purchasing the Historical Dates Add-On.

Can I create more than one timeline?

The free version limits you to one timeline. With the pro version, you can create unlimited number of timelines and even assign categories to your announcements.

Can I assign categories to my announcements?

You can assign categories and filter your timelines by category with the pro version only.

At what width are the breakpoints set?

Breakpoints are set at 822px. The timeline will shift/re-adjust automatically based on the height of each announcement container.

How can I translate this plugin?

The text-domain for all gettext functions is timeline-express. If you enjoy this plugin and want to contribute, we are always looking for people to help translate the plugin into their native language. Anyone who translates this plugin to 100% completion, will receive a single site license for Timeline Express Pro, valid for 1 full calendar year. If you need help getting started, read through Codex article "[GlotPress]"(https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/) for more information.

更新日志:

1.8.1 - April 4th, 2020 1.8.0 - December 15th, 2018 1.7.4 - December 10th, 2018 1.7.3 - November 3rd, 2018 1.7.2 - September 24th, 2018 1.7.1 - September 12th, 2018 1.7.0 - May, 2018 1.6.0 - January, 2018 1.5.3 - November, 2017 1.5.2 - August, 2017 1.5.1 - July, 2017 1.5.0 - July, 2017 1.4.4 - May 14th, 2017 1.4.3 - April 30th, 2017 1.4.2 - April 1st, 2017 1.4.1 - March 22nd, 2017 1.4.0 - March 14th, 2017 1.3.7 - February 7th, 2017 1.3.6 - January 23rd, 2017 1.3.5 - December 15th, 2016 1.3.4 - December 14th, 2016 1.3.3 - November 4th, 2016 1.3.2 - October 31st, 2016 1.3.1 - October 12th, 2016 1.3 - October 11th, 2016 1.2.9 - i18n focused - October 9th, 2016 1.2.8.7 - September 18th, 2016 1.2.8.6 - September 14th, 2016 1.2.8.5 - September 12th, 2016 1.2.8.4 - August 13th, 2016 1.2.8.3 - August 12th, 2016 1.2.8.2 - July 4th, 2016 1.2.8.1 - June 6th, 2016 1.2.8 - June 5th, 2016 1.2.7.1 - June 3rd, 2016 1.2.7 - May 24th, 2016 1.2.6 - May 18th, 2106 1.2.5 - May 17th, 2106 1.2.4 - May 16th, 2106 1.2.3 - May 13th, 2106 1.2.2 - May 10th, 2016 1.2.1 - May 9th, 2016 1.2 - May 8th, 2016 1.1.8.2 - February 22nd, 2016 1.1.8.1 - February 12th, 2016 1.1.8 - February 10th, 2016 1.1.7.9 - February 7th, 2016 1.1.7.8 - February 5th, 2016 1.1.7.7 - January 30th, 2016 1.1.7.6 - October 2nd, 2015 1.1.7.5 - September 28th, 2015 1.1.7.4 - September 18th, 2015 1.1.7.3 - July 15th, 2015 1.1.7.2 - July 14th, 2015 1.1.7.1 - July 11th, 2015 1.1.7 - July 10th, 2015 1.1.6.9 - June 22nd, 2015 1.1.6.8 - May 5th, 2015 1.1.6.7 - May 4th, 2015 1.1.6.6 - April 1st, 2015 1.1.6.5 - March 31st, 2015 1.1.6.4 - March 23rd, 2015 1.1.6.3 - March 22nd, 2015 1.1.6.2 - March 18th, 2015 1.1.6.1 - March 10th, 2015 1.1.6 - March 9th, 2015 1.1.5.9 - March 6th, 2015 1.1.5.8 - March 5th, 2015 1.1.5.7 - February 5th, 2015 1.1.5.6 - February 5th, 2015 1.1.5.5 - February 1st, 2015 1.1.5.4 - January 19th, 2015 1.1.5.3 - January 16th, 2015 1.1.5.2 - January 13th, 2015 1.1.5.1 - January 10th, 2015 1.1.5 - January 10th, 2015 1.1.4.1 - January 2nd, 2015 1.1.4 - December 24th, 2014 1.1.3.2 - December 11th, 2014 1.1.3.1 - December 10th, 2014 1.1.3 - December 6th, 2014 1.1.2 - December 5th, 2014 1.1.1 - December 4th, 2014 1.1 - December 3rd, 2014 1.0.9 - November 19th, 2014 1.0.8 - November 17th, 2014 1.0.7 - November 13th, 2014 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0