/home/vianto5/cititower.mx/wp-content/plugins/ml-slider/themes
NameSizeModeActions
architekt/-0755rm
bitono/-0755rm
blend/-0755rm
bubble/-0755rm
clarity/-0755rm
cubic/-0755rm
databold/-0755rm
default-base/-0755rm
disjoint/-0755rm
draxler/-0755rm
focus/-0755rm
handimart/-0755rm
hero/-0755rm
highway/-0755rm
images/-0755rm
jenga/-0755rm
nami/-0755rm
nexus/-0755rm
nivo-bar/-0755rm
nivo-dark/-0755rm
nivo-light/-0755rm
outline/-0755rm
parallel/-0755rm
praise-loop/-0755rm
precognition/-0755rm
radix/-0755rm
retsu/-0755rm
revelio/-0755rm
simply-dark/-0755rm
social-play/-0755rm
starter/-0755rm
tandem/-0755rm
visage/-0755rm
zonora/-0755rm
customize.php17050644editdlrm
manifest-legacy.php112760644editdlrm
manifest-premium.php59960644editdlrm
manifest.php103270644editdlrm
mixins-selectors.js27360644editdlrm
ms-theme-base.php165750644editdlrm
Edit: /home/vianto5/cititower.mx/wp-content/plugins/ml-slider/themes/customize.php (1705B)
array( * '[ms_id] .lorem { color: [ms_value] }', * '[ms_id] .ipsum { color: [ms_value]; border-color: [ms_value] }', * ) * 'css' => '[ms_id] .lorem { color: [ms_value] }' * * 'slideshow_edit' => false // We don't show this setting / fields in the slideshow edit page */ return array( array( 'label' => esc_html__('Slideshow', 'ml-slider'), 'name' => 'slideshow', 'type' => 'section', 'default' => 'on', // Accepted values: 'on' and 'off' 'settings' => array( array( 'label' => esc_html__('Background', 'ml-slider'), 'info' => esc_html__("This background color is used when a slide does not fill the whole width and height of the slide area.", 'ml-slider'), 'name' => 'slideshow_background', 'type' => 'color', 'default' => 'rgba(255,255,255,0)', 'css' => '[ms_id] .flex-viewport, [ms_id] .slides { background: [ms_value] }' ), array( 'label' => esc_html__('Progress Bar', 'ml-slider'), 'name' => 'slideshow_progress_bar_color', 'type' => 'color', 'default' => '#fff', 'css' => '[ms_id] .flexslider .flex-progress-bar { background-color: [ms_value] }' ) ) ) );