<?php if (!defined('ABSPATH')) { die('No direct access.'); } /* Replace 'nivo-bar' by the theme's id Replace */ if (!isset(MetaSlider_Theme_Base::$themes['nivo-bar'])) { // instanciate the theme new MetaSlider_Theme_Base( 'nivo-bar', // ID '1.0.0', // version array( // assets array( 'type' => 'css', 'file' => '/v1.0.0/style.min.css', 'dependencies' => array('metaslider-public') ), array( 'type' => 'js', 'file' => '/v1.0.0/script.js', 'dependencies' => array('jquery') ) ) ); // Sets the slideshow arrows // Can use text, svg icons, Font Awesome or any icon fonts (Loading a whole icon set for 2 icons isn't recommended, so svg is a better option.) MetaSlider_Theme_Base::$themes['nivo-bar']->slider_parameters = array(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
arrows.png | File | 824 B | 0644 |
|
bullets.png | File | 1.25 KB | 0644 |
|
loading.gif | File | 1.7 KB | 0644 |
|
script.js | File | 182 B | 0644 |
|
style.min.css | File | 2.89 KB | 0644 |
|
style.postcss | File | 3.25 KB | 0644 |
|
theme.php | File | 964 B | 0644 |
|