Documentation

Schiocco
Thank you for purchasing my plugin. If you have any questions that are beyond the scope of this help page, please feel free to email via my comment support form here. Thanks so much!

Plugin installation

TOP

You can install the plugin in two ways:

1. Download the zip file and in WordPress (WP) go to Plugins > Add New > Upload and select file and install plugin. 2. Unzip the content of the zip file to wp-content/plugins directory and then on WP back-end "activate" the plugin.

Once the plugin is activated Go to Plugins > Installed plugins and you should be able to see "EventON Slider Addon" plugin installed.
You can access the admin area by Wordpress menu from: myEventOn > Slider Addon.

IMPORTANT: You must install EventON, buy here

Create new slider

TOP

Go to Slider Addon admin area and start to create all sliders you want, then only copy the shortcode and paste it where you want.
You can access the admin area by Wordpress menu from: myEventOn > Slider Addon.
For a list of all options see Shortcode values.

Use EventOn ADDONS

TOP

For use addons like RSVP and EVENT TICKET you need to install addon SINGLE EVENT ADDON.
You can buy it here: www.myeventon.com/addons/single-events/

After SINGLE EVENT ADDON installation and activation complited you can start to use your addons:
On EventOn Slider Addon admin page select Open event type : Original Lightbox or Original Dropdown
Also card support Original Lightbox and Dropdown.

Use categories

TOP

Categories must be manually inserted in the shortcode and are the same of EventON plugin.

  • Go to myEventOn > Settings > Categories
  • Rename categories you want to use, start from first. Now under Events menu item you will see categories you just renamed (ex. Music events)
  • Go to Event > Your category and add sub categories you want (ex. Rock)
  • Go to Event > Your events and assign it the categories you want
  • Into your EventOn Slider addon slider shortcode add the categories you want in this way: [eventon_slider ... event_type='rock,rap' ...]
  • You can use all 5 categories : event_type event_type_2 ...event_type_5

Use translations

TOP

Main translations are the same of EventOn plugin and can be edited by go to myEventOn > Languages. Slider Addon translations can be edited by go to myEventOn > Slider addon > Settings. You can create up to 3 translations(+ english that is default language). Into the shortcode you will need to set the attribute lan="L1" (or L2, L3). If this attribute is not setted will be used the default language.

Manages events

TOP

Events administration is a feature of EventOn plugin. You can add / delete / edit events. Go to Events wordpress menu item.


Advanced plugin editing

TOP

FlexSlider JQuery options
Every slider and carousel have his own php file, you can found it under folder 'includes' of plugin folder. Every file have a JQuery code to initialize the slider.

For example:
jQuery("#<?php echo $id; ?> .flexslider_event").flexslider({
  controlNav: true,
  directionNav: false,
  controlsContainer: "#<?php echo $id; ?> #nav-box-s1",
  animation: "<?php echo $animation; ?>",
  start: function (slider) {
   jQuery('body').removeClass('loading');
  }
});


Here you can add the other FlexSlider options: see all options here

Shortcode values

TOP

List of all shortcode values:

  • slider_type slider | carousel | minicarousel
  • s_type : big (dafault) | mini | micro
  • link : none (dafault) | events_list | your custom link
  • map : yes | no
  • details : yes | no
  • orderby : aasc | desc
  • lan : L1 | L2 | L3
  • date_out : 1..12
  • date_in : 1..12
  • event_type (2/3/4/5) : your category
  • showevent : 1..N
  • date_range : all (default) | past | future | beforedd-mm-yyyy | afterdd-mm-yyyy | betweendd-mm-yyyy:dd-mm-yyyy
  • car_minitems : auto | 1..N
  • car_maxitems : auto | 1..N
  • car_move : 1..N
  • car_itemwidth : 1..N
  • car_itemmargin : 1..N
  • margin : 1..N (same of car_itemmargin)
  • mcar_image : yes | no
  • mcar_row : location (default) | subtitle | organizer
  • open_type : lightbox (default) | dropdown | card | link | OriginalL | OriginalD
  • c_open_type : lightbox (default) | dropdown | card | link | OriginalL | OriginalD
  • c_dir : auto | up | down (only for open_type:card)
  • style : a | b
  • style_2 : a | b
  • skin : light (default) | dark
  • animation : slide (default) | fade
  • featured : yes | no | (default show all events)
  • maso_paged : yes (default) | no
  • maso_col : 1 | 2 | 3 (default) | 4
  • maso_rand : yes (default) | no
  • filters : all (default) | order | cat
  • ef : in (default) | out | all | no
  • id : your id

Important notes

TOP
  • For insert multiple sliders on same page every slider must have a different ID.
  • Slider ID and other shortcode attributes must not contain - char.
  • Google maps work only by Event Address, not yet work by longitude and latitude.
X