Table of Contents

  1. Intro
  2. Install
  3. Adding to the Post / Page
  4. Special Features
  5. FAQ
  6. Developer Tips

ZoomTimeline For Cornerstone - Timeline Pack

Created: 27/02/2011
By: Digital Zoom Studio
Twitter: http://twitter.com/
Facebook: http://facebook.com/dzs
Support - via item comments

Thank you for purchasing my component. If you have any questions that are beyond the scope of this help file - support, via item comments.


Intro - top

Ultimate Timeline Intro - top

Looking for a company timeline ? A shipping log ? Shipping history ? Personal History ? A cool timeline slider ? This plugin has it all. No matter the needs for a timeline, the six modes included cover all the timeline needs.

Awesome for - company timeline, time line, history, company history, shipping history, parcel track display, timeline slider.

ZoomTimeline Features

 

 


Installation - top

First make sure the Cornerstone plugin is installed.

There are two ways to install the plugin:

Method 1 - Direct WordPress Install

  1. Just download the zip from your http://activeden.net/user/yourusername/downloads directory in a folder of your choosing.
  2. Unzip it with your preffered unziping utility. On Windows, there can be some warnings while unziping. Those are nothing to worry about if they appear, they are just Mac OS X files that cannot be read by Windows.
  3. Then in your wordpress installation, in the Plugins panel, click Add New like in this picture:
  4. Then click Upload, and select the zip you have downloaded from CC. Then click Activate.

Method 2 - FTP Install

  1. Just download the zip from your http://activeden.net/user/yourusername/downloads directory in a folder of your choosing.
  2. Unzip it with your preffered unziping utility. On Windows, there can be some warnings while unziping. Those are nothing to worry about if they appear, they are just Mac OS X files that cannot be read by Windows.
  3. Then, if the folder cs_zoomtimeline is zipped, unzip that too. Then copy the folder in the wp-content/plugins folder

_______________

 

Now you will find the ZoomTimeline in the CornerStone builder

 

This is a demo install and adding some sample data:

 


Adding to the Post / Page - top

  1. access / create your post / page
  2. use the shortcode generator to create the shortcode. just inputing this is enougth for a basic timeline with posts feed
    [zoomtimeline]

  3. All done!

 

 


Special Features- top

Gallery for Items

Use this for appending a lightbox gallery to any item. This menu is available in any timeline item or post.

Where to find category ID

Find out the category ID you want to show by going to the Categories of the post type and clicking on the desired category. The category ID will appear in the link

 

 

Localization

From update 4.1 the plugin supports localization. You can read more about it here

The process to translate the plugin is fairly easy:

  1. download poedit
  2. go to the plugin folder ( wp-content/plugins/dzs-zoomtimeline or in the package you receive from CC ) to the languages folder
  3. duplicate default.po and rename the dupe to dzsvg-{region}_{language}.po -> for example for Spain / Spanish it's dzsvg-es_ES.po you can find the format for each language in the link above
  4. open the newly renamed file in poedit - do the changes and save - a .mo file with the same name will be created - that will be the translation file

 


Developer Tips / advanced usage - top

This gallery provides source files ( in the source folder ) so if you are developer you can start customizing it.

Recommended Programs

You can generally use any text editing software to edit most content/code, but this is what I recommend:

 

design_background_offsetw- only for skin customization purposes - background width offset

How to include in your template file

Just use this snipped of code

<?php echo do_shortcode('[timeline ]'); ?>

Make your own skin
  1. duplicate skin_white.css to skin-custom.css for example
  2. import the skin_custom.css stylesheet in your html
  3. access skin_custom.css and replace all skin_white to skin_custom
  4. with a little css knowladge ,the possibilities are endless

 

 


Digital Zoom Studio

Go To Table of Contents