/home/vianto5/cititower.mx/wp-content/plugins/ml-slider/admin/views/slides/tabs
Edit: /home/vianto5/cititower.mx/wp-content/plugins/ml-slider/admin/views/slides/tabs/mobile.php (4708B)
slider->ID, 'ml-slider_settings', true);
$hide_css = 'display: none';
if (isset($settings['type']) && $settings['type'] == 'flex') {
$hide_css = 'display: block';
}
?>
$value) {
$hideslide = get_post_meta($slide_id, 'ml-slider_hide_slide_' . $value, true);
if (!empty($hideslide)) {
$checked_slide = 'checked = "checked"';
} else {
$checked_slide = '';
}
if($key == 3){
$tooltip = sprintf(
__(
'When enabled this setting will hide the slide on screen widths equal to or greater than %spx',
'ml-slider'
),
$default_sizes[$key]
);
} else {
$maxkey = $key + 1;
$max_width = $default_sizes[$maxkey] - 1;
$tooltip = sprintf(
__(
'When enabled this setting will hide the slide on screen widths of %1$spx to %2$spx',
'ml-slider'
),
$default_sizes[$key],
$max_width
);
}
?>
/>
$value) {
$hidecaption = get_post_meta($slide_id, 'ml-slider_hide_caption_' . $value, true);
if (!empty($hidecaption)) {
$checked_caption = 'checked = "checked"';
} else {
$checked_caption = '';
}
if($key == 3){
$tooltip = sprintf(
__(
'When enabled this setting will hide the caption on screen widths equal to or greater than %spx',
'ml-slider'
),
$default_sizes[$key]
);
} else {
$maxkey = $key + 1;
$max_width = $default_sizes[$maxkey] - 1;
$tooltip = sprintf(
__(
'When enabled this setting will hide the caption on screen widths of %1$spx to %2$spx',
'ml-slider'
),
$default_sizes[$key],
$max_width
);
}
?>
/>