Table of Contents

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

DZS Events Calendar WordPress Plugin

Created: 27/02/2013
By: Digital Zoom Studio
Twitter: http://twitter.com/
Facebook: http://facebook.com/dzs
Support Forum: http://dzs.net/support/

Thank you for purchasing my component. If you have any questions that are beyond the scope of this help file, please feel free to apply for membership on the forum, it's the fastest way of support [ link to the left ] and post a thread about your question after your membership is validated.


Intro - top

The events calendar you have to been waiting for. Simple to setup. Powerful. Documented. Fast. - DZS Events Calendar WordPress Plugin

Features


What do you get?

 

 


Installation - top

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. Then in your wordpress installation, in the Plugins panel, click Add New like in this picture:


  3. Then click Upload, and select the zip you have downloaded from CC. Then click Activate.
  4. Access the admin panel from your Dashboard > Calendar
  5. Access any post / page and you should now see this icon above the editor
  6. This launches a editor in a lightbox that generates the shortcode based on the options you select. Start cusomizing to your needs. Have fun!

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.
  3. Then, if the folder dzs-portfolio is zipped, unzip that too. The copy the folder in the wp-content/plugins folder. 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.
  4. Then in your wordpress installation, in the Plugins panel, locate DZS Calendar and click Activate
  5. Access the admin panel from your Dashboard > Calendar and create events calendars
  6. Access any post / page and you should now see this icon above the editor
  7. This launches a editor in a lightbox that generates the shortcode based on the options you select. Start customizing to your needs. Have fun!

Recommended FTP client: Filezilla


This video should make it crystal clear on how to install and add some data - you cannot go wrong with this video.

 


Adding to the Post / Page - top

  1. create calendars via Dashboard > Calendar menu
  2. access / create your post / page
  3. use the shortcode generator to get a shortcode like this generated

    [calendar id="default"]


  4. replace default with the id you have set in the admin panel
  5. all done!

 

 


Customize - top

 

Widget Included

The plugin also features an widget that you can add to any of your sidebars. It will appeare as DZS Calendar in your Appearence > Widgets page.

The widget can be configured by Title and ID - the gallery which ID's it holds is still configured from the DZS Calendar admin in Settings menu.

 

Import / Export Database -/- Gear Menu

 

Features
Backup database / import, export feature
keep your database safe and do regular backups via the Export Database feature included with this plugin.
Use WordPress Uploader
choose wheter or not uploads should be made with the wordpress basic uploader ( recommended: on )
Embed prettyPhoto

enable / disable prettyphoto ( recommended: on )

Use External wp-content Upload Directory ?

enable / disable uploading in wp-content/upload folder instead of the plugin folder for the multi uploader and non WordPress upload method. Once this is activated it will move upload.php and the upload folder to wp-content folder. If you do not enable this, and use the plugin folder, take caution that existing uploads will get deleted on plugin update.

note: if you have enabled external wp-content upload and want the files to be available in your media gallery, you can use a plugin like Add From Server to accomplish that

 

Admin Menu Explained

slider

The main division in the admin panel, sliders are independent to each other, each slider has it's own items and main settings, you can add new sliders via the Add Slider button underneath the table. Multiple slidesrs with different ids can be added into one page.

items

The items are divisions of a slider. They each have their own settings and preview image which show up if the item is an image. The top right button deletes the item and the bottom left duplicates the item.

extra: in the timeline slider there are 3 types of items ( see Images, Marks and Milestones section above )

dzs multi uploader

If you have a modern browser ( and you should ) - you can use it's full power to bring you accesibility and easy uploading. Just drag and drop your images ( can be multiple ) and they will automatically added as image items.

Database Select

 

In the top area you will see a button stating the curent database. You can click on it and it will render a list of databases you have created to write galleries in. You can create new databases for galleries by writing a name for your new database in the lat item of the select database container. Once you have created your gallery in the database you can insert in the content via

[calendar id="theid" db="dbname"]

Note: if you have many galleries, it is recommeded to distribute them accross multiple databases. So if one crashes, the other ones are safe.

Localization

The process to translate the plugin is fairly easy:

  1. download poedit
  2. go to the plugin folder ( wp-content/plugins/dzs-zoomfolio or in the package you receive from CC ) to the languages folder
  3. duplicate default.po and rename the dupe to dzsp-{region}_{language}.po -> for example for Spain / Spanish it's dzsp-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

 

 

 

 

 



FAQ - top

You can check this link for a list of popular questions.

How to include shortcode in header.php or any content file

use this code

<?php echo do_shortcode('[dzs_calendar id="theid"]'); ?>

 

 


Developer Tips ( for advanced usage ) - top

This gallery provides all source files 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:

 

Make your own skin
  1. duplicate all the .dzscalendar.skin-skinsresponsive to .dzscalendar.skin-yourskinname
  2. start customizing the new skin-yourskinname references
  3. change the shortcodes skin attribute to skin-yourskinname
  4. be crazy, with a little css knowledge , the possibilities are endless

 

 


Digital Zoom Studio

Go To Table of Contents