Example #1
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[$this->_group] = 'Posts';
         if (!isset($list[$this->_group])) {
             $list[$this->_group] = array();
         }
         $list[$this->_group][$this->_group . '_posts'] = array('By filter', $this->getPath() . 'posts' . DIRECTORY_SEPARATOR, true, true, true, 'article');
         $custom_posts = get_post_types();
         if (isset($custom_posts['post'])) {
             unset($custom_posts['post']);
         }
         if (isset($custom_posts['nav_menu_item'])) {
             unset($custom_posts['nav_menu_item']);
         }
         if (isset($custom_posts['revision'])) {
             unset($custom_posts['revision']);
         }
         if (isset($custom_posts['attachment'])) {
             unset($custom_posts['attachment']);
         }
         foreach ($custom_posts as $cp) {
             $list[$this->_group][$this->_group . '_customposts__' . $cp] = array('Custom - ' . ucfirst($cp), $this->getPath() . 'customposts' . DIRECTORY_SEPARATOR, true, true, true, 'article');
             if (smartsliderIsFull() && !class_exists('NextendGeneratorPosts_Customposts__' . $cp)) {
                 require_once $this->getPath() . 'customposts' . DIRECTORY_SEPARATOR . 'generator.php';
                 eval('class NextendGeneratorPosts_Customposts__' . $cp . ' extends NextendGeneratorPosts_Customposts{}');
             }
         }
     }
 }
Example #2
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[$this->_group] = 'Posts';
         if (!isset($list[$this->_group])) {
             $list[$this->_group] = array();
         }
         $list[$this->_group][$this->_group . '_posts'] = array('By filter', $this->getPath() . 'posts' . DIRECTORY_SEPARATOR, true, true, true, 'article');
     }
 }
Example #3
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[self::$_group] = 'Twitter';
         if (!isset($list[self::$_group])) {
             $list[self::$_group] = array();
         }
         $configured = is_string(NextendSmartSliderStorage::get(self::$_group));
         $list[self::$_group][self::$_group . '_timeline'] = array(NextendText::_('Timeline'), $this->getPath() . 'twittertimeline' . DIRECTORY_SEPARATOR, $configured, true, true);
     }
 }
Example #4
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[self::$_group] = 'YouTube';
         if (!isset($list[self::$_group])) {
             $list[self::$_group] = array();
         }
         $configured = is_string(NextendSmartSliderStorage::get(self::$_group));
         $list[self::$_group][self::$_group . '_bysearch'] = array('By search', $this->getPath() . 'bysearch' . DIRECTORY_SEPARATOR, $configured, true, true);
         $list[self::$_group][self::$_group . '_byplaylist'] = array('By playlist', $this->getPath() . 'byplaylist' . DIRECTORY_SEPARATOR, $configured, true, true);
     }
 }
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $installed = class_exists('nggGallery', false) || class_exists('C_Component_Registry', false);
         if ($showall || $installed) {
             $group[$this->_group] = 'Nextgen';
             if (!isset($list[$this->_group])) {
                 $list[$this->_group] = array();
             }
             $list[$this->_group][$this->_group . '_gallery'] = array('Nextgen Gallery', $this->getPath() . 'gallery' . DIRECTORY_SEPARATOR, true, true, $installed ? true : 'http://wordpress.org/plugins/nextgen-gallery/', 'image');
         }
     }
 }
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[self::$_group] = 'Instagram';
         if (!isset($list[self::$_group])) {
             $list[self::$_group] = array();
         }
         $configured = is_string(NextendSmartSliderStorage::get(self::$_group));
         $list[self::$_group][self::$_group . '_myfeed'] = array(NextendText::_('My_feed'), $this->getPath() . 'myfeed' . DIRECTORY_SEPARATOR, $configured, true, true);
         $list[self::$_group][self::$_group . '_tagsearch'] = array(NextendText::_('Search_by_tag'), $this->getPath() . 'tagsearch' . DIRECTORY_SEPARATOR, $configured, true, true);
         $list[self::$_group][self::$_group . '_myphotos'] = array(NextendText::_('My_photos'), $this->getPath() . 'myphotos' . DIRECTORY_SEPARATOR, $configured, true, true);
     }
 }
Example #7
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[$this->_group] = 'Joomla content';
         if (!isset($list[$this->_group])) {
             $list[$this->_group] = array();
         }
         $list[$this->_group][$this->_group . '_joomlacontent'] = array(NextendText::_('Contents_by_category'), $this->getPath() . 'joomlacontent' . DIRECTORY_SEPARATOR, true, true, true, 'article');
         if ($showall == false) {
             $list[$this->_group][$this->_group . '_joomlacategory'] = array(NextendText::_('Subcategories_by_category'), $this->getPath() . 'joomlacategory' . DIRECTORY_SEPARATOR, true, true, true, 'article');
         }
     }
 }
Example #8
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[self::$_group] = 'Flickr';
         if (!isset($list[self::$_group])) {
             $list[self::$_group] = array();
         }
         $configured = is_string(NextendSmartSliderStorage::get(self::$_group));
         $list[self::$_group][self::$_group . '_peoplephotostream'] = array(NextendText::_('My_photostream'), $this->getPath() . 'peoplephotostream' . DIRECTORY_SEPARATOR, $configured, true, true);
         $list[self::$_group][self::$_group . '_peoplephotoset'] = array(NextendText::_('My_photoset'), $this->getPath() . 'peoplephotoset' . DIRECTORY_SEPARATOR, $configured, true, true);
         $list[self::$_group][self::$_group . '_peoplephotogallery'] = array(NextendText::_('My_gallery'), $this->getPath() . 'peoplephotogallery' . DIRECTORY_SEPARATOR, $configured, true, true);
     }
 }
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $group[self::$_group] = 'Facebook';
         if (!isset($list[self::$_group])) {
             $list[self::$_group] = array();
         }
         $configured = is_string(NextendSmartSliderStorage::get(self::$_group));
         $list[self::$_group][self::$_group . '_postsbypage'] = array(NextendText::_('Posts_by_page'), $this->getPath() . 'postsbypage' . DIRECTORY_SEPARATOR, $configured, true, true);
         $list[self::$_group][self::$_group . '_albumbypage'] = array(NextendText::_('Photos_by_page_album'), $this->getPath() . 'albumbypage' . DIRECTORY_SEPARATOR, $configured, true, true);
         $list[self::$_group][self::$_group . '_albumbyuser'] = array(NextendText::_('Photos_by_user_album'), $this->getPath() . 'albumbyuser' . DIRECTORY_SEPARATOR, $configured, true, true);
     }
 }
Example #10
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $installed = NextendFilesystem::existsFile(JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_jshopping' . DIRECTORY_SEPARATOR . 'jshopping.php');
         if ($showall || $installed) {
             $group[$this->_group] = 'JoomShopping';
             if (!isset($list[$this->_group])) {
                 $list[$this->_group] = array();
             }
             $list[$this->_group][$this->_group . '_products'] = array(NextendText::_('Products'), $this->getPath() . 'products' . DIRECTORY_SEPARATOR, true, true, $installed ? true : 'http://extensions.joomla.org/extensions/e-commerce/shopping-cart/5378', 'product');
         }
     }
 }
Example #11
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $installed = NextendFilesystem::existsFolder(JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_easyblog');
         if ($showall || $installed) {
             $group[$this->_group] = 'EasyBlog';
             if (!isset($list[$this->_group])) {
                 $list[$this->_group] = array();
             }
             $list[$this->_group][$this->_group . '_posts'] = array(NextendText::_('Posts'), $this->getPath() . 'posts' . DIRECTORY_SEPARATOR, true, true, $installed ? true : 'http://extensions.joomla.org/extensions/authoring-a-content/blog/12630', 'article');
         }
     }
 }
Example #12
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $installed = NextendFilesystem::existsFolder(JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_flexicontent');
         if ($showall || $installed) {
             $group[$this->_group] = 'FLEXIcontent';
             if (!isset($list[$this->_group])) {
                 $list[$this->_group] = array();
             }
             $list[$this->_group][$this->_group . '_items'] = array(NextendText::_('Items'), $this->getPath() . 'items' . DIRECTORY_SEPARATOR, true, true, $installed ? true : 'http://extensions.joomla.org/extensions/authoring-a-content/content-construction/10667', null);
         }
     }
 }
Example #13
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $installed = NextendFilesystem::existsFolder(JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_phocagallery');
         if ($showall || $installed) {
             $group[$this->_group] = 'Phoca Gallery';
             if (!isset($list[$this->_group])) {
                 $list[$this->_group] = array();
             }
             $list[$this->_group][$this->_group . '_phocagalleryimages'] = array(NextendText::_('Images'), $this->getPath() . 'phocagalleryimages' . DIRECTORY_SEPARATOR, true, true, $installed ? true : 'http://extensions.joomla.org/extensions/photos-a-images/galleries/photo-gallery/3150', 'image_extended');
         }
     }
 }
Example #14
0
function generateDynamicThumbs($controller, $path, $group, $type, $title, $configured, $full, $available)
{
    ?>

    <div class="smartslider-dynamic-thumb">
        <div><?php 
    echo $title;
    ?>
</div>
        <img src="<?php 
    echo NextendUri::pathToUri($path);
    ?>
" /><br />
        <?php 
    if ($full && !smartsliderIsFull()) {
        ?>

            <a class="button small g" href="http://www.nextendweb.com/smart-slider/" target="_blank">Get full</a>
        <?php 
    } elseif (!$configured) {
        ?>

            <a class="button small b" href="<?php 
        echo $controller->route('controller=settings&view=sliders_settings&action=' . $group);
        ?>
" target="_blank">Configure</a>
        <?php 
    } elseif ($available !== true) {
        ?>

            <a class="button small" href="<?php 
        echo $available;
        ?>
" target="_blank">Check extension</a>
        <?php 
    } else {
        ?>

            <a class="button small b" href="<?php 
        echo $controller->route('controller=sliders&view=sliders_slider&action=createdynamic&step=2&group=' . $group . '&type=' . $type);
        ?>
">Start</a>
        <?php 
    }
    ?>

    </div>
    <?php 
}
Example #15
0
 function onNextendSliderGeneratorList(&$group, &$list, $showall = false)
 {
     if ($showall || smartsliderIsFull()) {
         $installed = NextendFilesystem::existsFolder(JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_zoo');
         if ($installed) {
             $group[$this->_group] = 'ZOO';
             if (!isset($list[$this->_group])) {
                 $list[$this->_group] = array();
             }
             require_once JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_zoo' . DIRECTORY_SEPARATOR . 'config.php';
             $zoo = App::getInstance('zoo');
             $apps = $zoo->table->application->all(array('order' => 'name'));
             require_once $this->getPath() . 'items' . DIRECTORY_SEPARATOR . 'generator.php';
             foreach ($apps as $app) {
                 foreach ($app->getTypes() as $type) {
                     //Make them class name safe
                     $appid = preg_replace('/[^a-zA-Z0-9_\\x7f-\\xff]*/', '', $app->id);
                     $identifier = preg_replace('/[^a-zA-Z0-9_\\x7f-\\xff]*/', '', $type->identifier);
                     $list[$this->_group][$this->_group . '_items__' . $appid . '___' . $identifier] = array(ucfirst($app->name) . ' (' . ucfirst($type->identifier) . ')', $this->getPath() . 'items' . DIRECTORY_SEPARATOR, true, true, $installed ? true : 'http://extensions.joomla.org/extensions/authoring-a-content/content-construction/12479', null);
                     if (!class_exists('NextendGeneratorZoo_items__' . $appid . '___' . $identifier)) {
                         eval('class NextendGeneratorZoo_items__' . $appid . '___' . $identifier . ' extends NextendGeneratorZoo_Items{}');
                     }
                 }
             }
         } else {
             if ($showall) {
                 $group[$this->_group] = 'ZOO';
                 if (!isset($list[$this->_group])) {
                     $list[$this->_group] = array();
                 }
                 $list[$this->_group][$this->_group . '_items'] = array('Zoo', $this->getPath() . 'items' . DIRECTORY_SEPARATOR, true, true, 'http://extensions.joomla.org/extensions/authoring-a-content/content-construction/12479', null);
             }
         }
         $app = JFactory::getApplication();
         if ($app->isAdmin() && ((NextendRequest::getVar('action') == 'createdynamic' || NextendRequest::getVar('action') == 'generatorsettings') && NextendRequest::getVar('group') == 'zoo' && NextendRequest::getVar('type'))) {
             $class = 'NextendGenerator' . NextendRequest::getVar('type');
             $data = new NextendData();
             $data->set('source', NextendRequest::getVar('type'));
             new $class($data);
         }
     }
 }
global $smartslidercontroller;
$problems = $smartslidercontroller->problems();
if ($problems) {
    ?>
                        <div class="nextend-possibleproblems"><?php 
    echo $problems;
    ?>
</div>
                        <?php 
}
?>
                    </a>
                </div>
                
                <?php 
if (!smartsliderIsFull()) {
    ?>
                <div class="smartslider-button smartslider-getfull">
                    <a class="smartslider-button-link" href="<?php 
    echo $this->route('controller=sliders&view=sliders_full&action=full');
    ?>
">
                        <div></div>
                        <?php 
    echo NextendText::_('Get full');
    ?>
                    </a>
                </div>
                <?php 
}
?>
Example #17
0
function generateImportThumbs($controller, $path, $filename, $imagesToUrl, $full = false)
{
    ?>
    <div class="smartslider-import-thumb">
        <img src="<?php 
    echo NextendUri::pathToUri($path);
    ?>
" /><br />
        <?php 
    if (!$full || smartsliderIsFull()) {
        ?>
            <a class="button small b" href="<?php 
        echo $controller->route('controller=sliders&view=sliders_slider&action=importlocal&full=' . ($full ? 1 : 0) . '&slider=' . substr($filename, 0, -4));
        ?>
">Import</a>
        <?php 
    } else {
        ?>
            <a class="button small g" href="http://www.nextendweb.com/smart-slider/" target="_blank">Get full</a>
        <?php 
    }
    ?>
        <?php 
    if (isset($imagesToUrl[$filename])) {
        ?>
         &nbsp;&nbsp;
        <a class="button small" href="<?php 
        echo $imagesToUrl[$filename];
        ?>
" target="_blank">Preview</a>
        <?php 
    }
    ?>
    </div>
    <?php 
}
Example #18
0
 function onNextendSliderGeneratorSlider(&$sliders, $size = '700|*|400|*|1')
 {
     $sliders['default'] = array('title' => 'Simple - Arrows & bullets', 'image' => dirname(__FILE__) . '/images/slider_simple.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"' . $size . '","responsive":"1|*|0","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|0|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"0|*|0|*|0|*|0","simpleresponsivemaxwidth":"3000","improvedtouch":"horizontal","simpleskins":"","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|1","simplebackgroundanimation":"0|*|bars||blocks","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"transition","widgetarrowdisplay":"1|*|always|*|0|*|0","previousposition":"left|*|0|*|%|*|top|*|height\\/2-previousheight\\/2|*|%","previous":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/previous\\/my-test.png","nextposition":"right|*|0|*|%|*|top|*|height\\/2-nextheight\\/2|*|%","next":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/next\\/my-test.png","arrowbackground":"00000080","arrowbackgroundhover":"7670c7ff","widgetbullet":"numbers","widgetbulletdisplay":"1|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|5|*|%","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/numbers\\/numbers\\/bullets\\/square.png","bulletbackground":"00000060","bulletbackgroundhover":"7670C7ff","fontclassnumber":"sliderfont7","bulletbar":"none","bulletshadow":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthumbnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"left|*|0|*|%|*|top|*|50|*|%","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/cream-button-minii.png","widgetindicator":"pie","widgetindicatordisplay":"0|*|always|*|0|*|0","indicatorposition":"right|*|5|*|%|*|top|*|5|*|%","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/default.png","indicatorcolor":"ffffffff|*|00000080","indicatorsize":"25","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"colored","widgetbardisplay":"0|*|always|*|0|*|0","barcoloredposition":"left|*|0|*|%|*|top|*|0|*|%","barcolored":"plugins\\/nextendsliderwidgetbar\\/colored\\/colored\\/colored\\/colored.png","barcoloredwidth":"200","barcoloredpadding":"1","barcoloredborderradius":"0|*|0|*|0|*|0","barcoloredtitlefont":"sliderfont5","barcoloreddescriptionfont":"sliderfont7","barbackground":"00000080","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"arrow","backgroundresize":"cover"}'));
     $sliders['parallax'] = array('title' => 'Parallax - Arrows & bullets', 'image' => dirname(__FILE__) . '/images/slider_parallax.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"' . $size . '","responsive":"1|*|0","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|50|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"0|*|0|*|0|*|0","simpleresponsivemaxwidth":"3000","improvedtouch":"horizontal","simpleskins":"","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|0.4","simplebackgroundanimation":"0|*|bars||blocks","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"transition","widgetarrowdisplay":"1|*|hover|*|0|*|0","previousposition":"left|*|0|*|%|*|top|*|0|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/previous\\/thick.png","nextposition":"right|*|0|*|%|*|top|*|0|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/next\\/thick.png","arrowbackground":"00000061","arrowbackgroundhover":"000000b5","widgetbullet":"transition","widgetbulletdisplay":"1|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"left|*|0|*|%|*|top|*|50|*|%","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/cream-button-minii.png","widgetindicator":"pie","widgetindicatordisplay":"0|*|always|*|0|*|0","indicatorposition":"right|*|5|*|%|*|top|*|5|*|%","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/default.png","indicatorcolor":"ffffffff|*|00000080","indicatorsize":"25","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"colored","widgetbardisplay":"0|*|always|*|0|*|0","barcoloredposition":"left|*|0|*|%|*|top|*|0|*|%","barcolored":"plugins\\/nextendsliderwidgetbar\\/colored\\/colored\\/colored\\/colored.png","barcoloredwidth":"200","barcoloredpadding":"1","barcoloredborderradius":"0|*|0|*|0|*|0","barcoloredtitlefont":"sliderfont5","barcoloreddescriptionfont":"sliderfont7","barbackground":"00000080","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"arrow","backgroundresize":"cover"}'));
     if (smartsliderIsFull()) {
         $sliders['backgroundanimation'] = array('title' => 'Background animation - Arrows', 'image' => dirname(__FILE__) . '/images/slider_bganimation.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"' . $size . '","responsive":"1|*|0","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|50|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"5|*|5|*|5|*|5","simpleresponsivemaxwidth":"3000","improvedtouch":"horizontal","simpleskins":"0","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|1","simplebackgroundanimation":"1|*|dissolve||bars||zip||blinds||blocks||blocks2||concentric||warp||cube||bars3d||tiles3d||turn","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"transition","widgetarrowdisplay":"1|*|always|*|0|*|0","previousposition":"left|*|10|*|px|*|top|*|height\\/2-previousheight\\/2|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/previous\\/rectangle.png","nextposition":"right|*|10|*|px|*|top|*|height\\/2-nextheight\\/2|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/next\\/rectangle.png","arrowbackground":"000000ab","arrowbackgroundhover":"000000c4","widgetbullet":"transition","widgetbulletdisplay":"0|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"left|*|0|*|%|*|top|*|50|*|%","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/cream-button-minii.png","widgetindicator":"pie","widgetindicatordisplay":"0|*|always|*|0|*|0","indicatorposition":"right|*|5|*|%|*|top|*|5|*|%","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/default.png","indicatorcolor":"ffffffff|*|00000080","indicatorsize":"25","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"colored","widgetbardisplay":"0|*|always|*|0|*|0","barcoloredposition":"left|*|0|*|%|*|top|*|0|*|%","barcolored":"plugins\\/nextendsliderwidgetbar\\/colored\\/colored\\/colored\\/colored.png","barcoloredwidth":"200","barcoloredpadding":"1","barcoloredborderradius":"0|*|0|*|0|*|0","barcoloredtitlefont":"sliderfont5","barcoloreddescriptionfont":"sliderfont7","barbackground":"00000080","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"arrow","backgroundresize":"cover"}'));
     } else {
         $sliders['backgroundanimation'] = array('title' => 'Background animation - Arrows', 'image' => dirname(__FILE__) . '/images/slider_bganimation.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"' . $size . '","responsive":"1|*|0","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|50|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"5|*|5|*|5|*|5","simpleresponsivemaxwidth":"3000","improvedtouch":"horizontal","simpleskins":"0","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|1","simplebackgroundanimation":"1|*|bars","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"transition","widgetarrowdisplay":"1|*|always|*|0|*|0","previousposition":"left|*|10|*|px|*|top|*|height\\/2-previousheight\\/2|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/previous\\/rectangle.png","nextposition":"right|*|10|*|px|*|top|*|height\\/2-nextheight\\/2|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/next\\/rectangle.png","arrowbackground":"000000ab","arrowbackgroundhover":"000000c4","widgetbullet":"transition","widgetbulletdisplay":"0|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"left|*|0|*|%|*|top|*|50|*|%","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/cream-button-minii.png","widgetindicator":"pie","widgetindicatordisplay":"0|*|always|*|0|*|0","indicatorposition":"right|*|5|*|%|*|top|*|5|*|%","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/default.png","indicatorcolor":"ffffffff|*|00000080","indicatorsize":"25","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"colored","widgetbardisplay":"0|*|always|*|0|*|0","barcoloredposition":"left|*|0|*|%|*|top|*|0|*|%","barcolored":"plugins\\/nextendsliderwidgetbar\\/colored\\/colored\\/colored\\/colored.png","barcoloredwidth":"200","barcoloredpadding":"1","barcoloredborderradius":"0|*|0|*|0|*|0","barcoloredtitlefont":"sliderfont5","barcoloreddescriptionfont":"sliderfont7","barbackground":"00000080","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"arrow","backgroundresize":"cover"}'));
     }
     if (smartsliderIsFull()) {
         $sliders['showcase'] = array('title' => 'Showcase - Arrows', 'image' => dirname(__FILE__) . '/images/slider_showcase.png', 'slider' => array('type' => 'showcase', 'params' => '{"size":"' . $size . '","responsive":"1|*|0","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|50|*|0|*|px","showcaseslidesize":"400|*|300","showcasebackgroundimage":"","showcasebackgroundimagesize":"auto","showcasepadding":"0|*|0|*|0|*|0","showcaseborder":"0|*|3E3E3Eff","showcaseborderradius":"0|*|0|*|0|*|0","showcaseresponsivemaxwidth":"3000","showcaseskins":"","showcaseslidercss":"","showcaseslideskins":"0","showcaseslidecss":"","showcaseanimationskins":"0","showcaseanimationproperties":"800|*|0|*|easeInOutQuad","showcasedirection":"horizontal","showcasedistance":"60","showcaseperspective":"1000","showcaseopacity":"0|*|100|*|100|*|100","showcasescale":"0|*|100|*|100|*|100","showcasetranslatex":"0|*|0|*|0|*|0","showcasetranslatey":"0|*|0|*|0|*|0","showcasetranslatez":"0|*|0|*|0|*|0","showcaserotatex":"0|*|0|*|0|*|0","showcaserotatey":"0|*|0|*|0|*|0","showcaserotatez":"0|*|0|*|0|*|0","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"transition","widgetarrowdisplay":"1|*|always|*|0|*|0","previousposition":"left|*|10|*|px|*|top|*|height\\/2-previousheight\\/2|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/previous\\/rectangle.png","nextposition":"right|*|10|*|px|*|top|*|height\\/2-nextheight\\/2|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/next\\/rectangle.png","arrowbackground":"000000ab","arrowbackgroundhover":"000000c4","widgetbullet":"transition","widgetbulletdisplay":"0|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"left|*|0|*|%|*|top|*|50|*|%","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/cream-button-minii.png","widgetindicator":"pie","widgetindicatordisplay":"0|*|always|*|0|*|0","indicatorposition":"right|*|5|*|%|*|top|*|5|*|%","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/default.png","indicatorcolor":"ffffffff|*|00000080","indicatorsize":"25","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"colored","widgetbardisplay":"0|*|always|*|0|*|0","barcoloredposition":"left|*|0|*|%|*|top|*|0|*|%","barcolored":"plugins\\/nextendsliderwidgetbar\\/colored\\/colored\\/colored\\/colored.png","barcoloredwidth":"200","barcoloredpadding":"1","barcoloredborderradius":"0|*|0|*|0|*|0","barcoloredtitlefont":"sliderfont5","barcoloreddescriptionfont":"sliderfont7","barbackground":"00000080","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"arrow","backgroundresize":"cover"}'));
         $sliders['barwidget'] = array('title' => 'Bar widget', 'image' => dirname(__FILE__) . '/images/slider_bar.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"' . $size . '","responsive":"1|*|0","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|50|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"0|*|0|*|0|*|0","simpleresponsivemaxwidth":"3000","improvedtouch":"horizontal","simpleskins":"","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|1","simplebackgroundanimation":"0|*|bars||blocks","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|0|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"image","widgetarrowdisplay":"1|*|always|*|0|*|0","previousposition":"right|*|64|*|px|*|bottom|*|5|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/image\\/image\\/previous\\/rounded-button-dark.png","nextposition":"right|*|4|*|px|*|bottom|*|5|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/image\\/image\\/next\\/rounded-button-dark.png","widgetbullet":"transition","widgetbulletdisplay":"0|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"1|*|always|*|0|*|0","autoplayimageposition":"right|*|34|*|px|*|bottom|*|5|*|px","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/dark-button-opacity.png","widgetindicator":"stripe","widgetindicatordisplay":"1|*|always|*|0|*|0","indicatorposition":"left|*|0|*|px|*|bottom|*|barheight|*|px","indicatorwidth":"100%","indicatorstripe":"plugins\\/nextendsliderwidgetindicator\\/stripe\\/stripe\\/stripe\\/dark.png","indicatorstripeheight":"6","indicatorstripecolor":"7670c780","backgroundstripecolor":"00000080","widgetbar":"gradient","widgetbardisplay":"1|*|always|*|0|*|0","bargradientposition":"left|*|0|*|%|*|bottom|*|0|*|px","bargradient":"plugins\\/nextendsliderwidgetbar\\/gradient\\/gradient\\/gradient\\/dark.png","bargradientwidth":"100%","bargradientheight":"35","bargradienttitlefont":"sliderfont7","bargradientdescriptionfont":"sliderfont7","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"bar","backgroundresize":"cover"}'));
         $sliders['thumbnailwidget'] = array('title' => 'Thumbnail widget', 'image' => dirname(__FILE__) . '/images/slider_thumbnail.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"' . $size . '","responsive":"1|*|0","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|50|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"0|*|0|*|0|*|0","simpleresponsivemaxwidth":"3000","improvedtouch":"horizontal","simpleskins":"","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|1","simplebackgroundanimation":"0|*|bars||blocks","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"1|*|1|*|0","widgetarrow":"image","widgetarrowdisplay":"0|*|always|*|0|*|0","previousposition":"right|*|64|*|px|*|bottom|*|5|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/image\\/image\\/previous\\/rounded-button-dark.png","nextposition":"right|*|4|*|px|*|bottom|*|5|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/image\\/image\\/next\\/rounded-button-dark.png","widgetbullet":"transition","widgetbulletdisplay":"0|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"right|*|34|*|px|*|bottom|*|5|*|px","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/dark-button-opacity.png","widgetindicator":"pie","widgetindicatordisplay":"1|*|always|*|0|*|0","indicatorposition":"left|*|20|*|px|*|top|*|20|*|px","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/tron.png","indicatorcolor":"000000b5|*|ffffffb5","indicatorsize":"30","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"gradient","widgetbardisplay":"0|*|always|*|0|*|0","bargradientposition":"left|*|0|*|%|*|bottom|*|0|*|px","bargradient":"plugins\\/nextendsliderwidgetbar\\/gradient\\/gradient\\/gradient\\/dark.png","bargradientwidth":"100%","bargradientheight":"35","bargradienttitlefont":"sliderfont7","bargradientdescriptionfont":"sliderfont7","widgetthumbnail":"vertical","widgetthumbnaildisplay":"1|*|hover|*|0|*|0","thumbnailposition":"right|*|0|*|%|*|top|*|0|*|px","thumbnailsize":"200","thumbnailcolumn":"30","thumbnailperpage":"4","thumbnailanimation":"700","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/vertical\\/vertical\\/thumbnails\\/vertical1.png","thumbnailfontclasstitle":"sliderfont7","thumbnailfontclassdescription":"sliderfont7","thumbnailactivebackground":"00000080","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"indicator","backgroundresize":"cover"}'));
         $sliders['fullwidth'] = array('title' => 'Full width', 'image' => dirname(__FILE__) . '/images/slider_fullwidth.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"1920|*|700|*|1","responsive":"1|*|1","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|0|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"0|*|0|*|0|*|0","simpleresponsivemaxwidth":"3000","improvedtouch":"horizontal","simpleskins":"0","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|1","simplebackgroundanimation":"1|*|dissolve||bars||zip||blinds||blocks||blocks2||concentric||warp||cube||bars3d||tiles3d||turn","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"transition","widgetarrowdisplay":"1|*|always|*|0|*|0","previousposition":"left|*|10|*|px|*|top|*|height\\/2-previousheight\\/2|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/previous\\/rectangle.png","nextposition":"right|*|10|*|px|*|top|*|height\\/2-nextheight\\/2|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/next\\/rectangle.png","arrowbackground":"000000ab","arrowbackgroundhover":"000000c4","widgetbullet":"transition","widgetbulletdisplay":"0|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"left|*|0|*|%|*|top|*|50|*|%","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/cream-button-minii.png","widgetindicator":"pie","widgetindicatordisplay":"0|*|always|*|0|*|0","indicatorposition":"right|*|5|*|%|*|top|*|5|*|%","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/default.png","indicatorcolor":"ffffffff|*|00000080","indicatorsize":"25","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"colored","widgetbardisplay":"0|*|always|*|0|*|0","barcoloredposition":"left|*|0|*|%|*|top|*|0|*|%","barcolored":"plugins\\/nextendsliderwidgetbar\\/colored\\/colored\\/colored\\/colored.png","barcoloredwidth":"200","barcoloredpadding":"1","barcoloredborderradius":"0|*|0|*|0|*|0","barcoloredtitlefont":"sliderfont5","barcoloreddescriptionfont":"sliderfont7","barbackground":"00000080","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"arrow","backgroundresize":"cover"}'));
         $sliders['fullwidth980'] = array('title' => 'Full width - 980px canvas', 'image' => dirname(__FILE__) . '/images/slider_fullwidthcanvas.png', 'slider' => array('type' => 'simple', 'params' => '{"size":"980|*|500|*|1","responsive":"1|*|1","globalfontsize":"12|*|16|*|20","margin":"0|*|0|*|0|*|0|*|px","simplebackgroundimage":"","simplebackgroundimagesize":"auto","simplepadding":"0|*|0|*|0|*|0","simpleborder":"0|*|3E3E3Eff","simpleborderradius":"0|*|0|*|0|*|0","simpleresponsivemaxwidth":"980","improvedtouch":"horizontal","simpleskins":"0","simpleslidercss":"","simpleanimation":"horizontal","simpleanimationproperties":"800|*|0|*|easeInOutQuad|*|1","simplebackgroundanimation":"1|*|dissolve||bars||zip||blinds||blocks||blocks2||concentric||warp||cube||bars3d||tiles3d||turn","fadeonload":"1|*|0","playfirstlayer":"0","mainafterout":"0","inaftermain":"1","controls":"0|*|horizontal|*|0","blockrightclick":"0","randomize":"0","autoplay":"1|*|8000","autoplayfinish":"0|*|loop|*|current","stopautoplay":"1|*|1|*|1","resumeautoplay":"0|*|1|*|0","widgetarrow":"transition","widgetarrowdisplay":"1|*|always|*|0|*|0","previousposition":"left|*|10|*|px|*|top|*|height\\/2-previousheight\\/2|*|px","previous":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/previous\\/rectangle.png","nextposition":"right|*|10|*|px|*|top|*|height\\/2-nextheight\\/2|*|px","next":"plugins\\/nextendsliderwidgetarrow\\/transition\\/transition\\/next\\/rectangle.png","arrowbackground":"000000ab","arrowbackgroundhover":"000000c4","widgetbullet":"transition","widgetbulletdisplay":"0|*|always|*|0|*|0","bulletposition":"left|*|0|*|%|*|bottom|*|-30|*|px","bulletwidth":"100%","bulletorientation":"horizontal","bulletalign":"center","bullet":"plugins\\/nextendsliderwidgetbullet\\/transition\\/transition\\/bullets\\/simple-scale.png","bulletbackground":"00000060","bulletbackgroundhover":"000000b5","bulletborder":"00000060","bulletborderhover":"000000b5","bulletshadow":"none","bulletbar":"none","bulletbarcolor":"00000060","bullethumbnail":"0|*|top","thumbnailsizebullet":"100|*|60","bulletthubmnail":"00000060","widgetautoplay":"image","widgetautoplaydisplay":"0|*|always|*|0|*|0","autoplayimageposition":"left|*|0|*|%|*|top|*|50|*|%","autoplayimage":"plugins\\/nextendsliderwidgetautoplay\\/image\\/image\\/play\\/cream-button-minii.png","widgetindicator":"pie","widgetindicatordisplay":"0|*|always|*|0|*|0","indicatorposition":"right|*|5|*|%|*|top|*|5|*|%","indicatorskin":"plugins\\/nextendsliderwidgetindicator\\/pie\\/pie\\/pie\\/default.png","indicatorcolor":"ffffffff|*|00000080","indicatorsize":"25","indicatorthickness":"0.5","indicatorlinecap":"butt","widgetbar":"colored","widgetbardisplay":"0|*|always|*|0|*|0","barcoloredposition":"left|*|0|*|%|*|top|*|0|*|%","barcolored":"plugins\\/nextendsliderwidgetbar\\/colored\\/colored\\/colored\\/colored.png","barcoloredwidth":"200","barcoloredpadding":"1","barcoloredborderradius":"0|*|0|*|0|*|0","barcoloredtitlefont":"sliderfont5","barcoloreddescriptionfont":"sliderfont7","barbackground":"00000080","widgetthumbnail":"gallery","widgetthumbnaildisplay":"0|*|always|*|0|*|0","thumbnailgalleryposition":"left|*|0|*|%|*|bottom|*|0|*|px","thumbnailgalleryoutersize":"100%|*|auto","thumbnailgallerypadding":"5|*|5|*|5|*|5","thumbnailgalleryborderradius":"0|*|0|*|0|*|0","thumbnailgallerybackground":"EEEEEEFF","thumbnailgallerysize":"100|*|60","thumbnailgallerymargin":"0|*|1|*|1|*|0","thumbnail":"plugins\\/nextendsliderwidgetthumbnail\\/gallery\\/gallery\\/thumbnails\\/aligncenter.png","widgetshadow":"shadow","widgetshadowdisplay":"0|*|always|*|0|*|0","shadowposition":"left|*|0|*|%|*|top|*|height|*|%","shadowwidth":"width","shadowcss":"","widgethtml":"html","widgethtmldisplay":"0|*|always|*|0|*|0","htmlposition":"left|*|0|*|px|*|top|*|0|*|px","widgethtmlcontent":"","widgets":"arrow","backgroundresize":"cover"}'));
     }
 }