Changeset 1647737
- Timestamp:
- 04/28/2017 10:20:41 PM (9 years ago)
- Location:
- cyclone-slider/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (2 diffs)
-
cyclone-slider.php (modified) (1 diff)
-
js/admin.js (modified) (1 diff)
-
src/CycloneSlider/Admin.php (modified) (1 diff)
-
views/slide-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cyclone-slider/trunk/README.txt
r1646975 r1647737 49 49 * 6 resize options: Fit, Fill, Crop, Exact, Exact Width, Exact Height 50 50 * Ability to change the image quality: Low, Medium, High, Very High, Max 51 * And twoadditional templates: Text, Galleria, Yelp and Twitter51 * And additional templates: Text, Galleria, Yelp and Twitter 52 52 53 53 … … 118 118 119 119 == Changelog == 120 121 = 3.1.1 - 2017-04-29 = 122 * Fix slide type image edit area not showing when adding slide for the first time. 120 123 121 124 = 3.1.0 - 2017-04-28 = -
cyclone-slider/trunk/cyclone-slider.php
r1646975 r1647737 4 4 Plugin URI: http://www.codefleet.net/cyclone-slider/ 5 5 Description: Create and manage sliders with ease. Built for both casual users and developers. 6 Version: 3.1. 06 Version: 3.1.1 7 7 Author: Nico Amarilla 8 8 Author URI: http://www.codefleet.net/ -
cyclone-slider/trunk/js/admin.js
r1646975 r1647737 412 412 $table.find('tr').removeClass('active'); 413 413 $tr.addClass('active'); 414 console.log($radio.attr('id'));415 414 }); 416 415 $(document).on('click', '#cs-boxy', function(e){ -
cyclone-slider/trunk/src/CycloneSlider/Admin.php
r1646975 r1647737 531 531 $vars['testimonial_img_url'] = ''; 532 532 $vars['full_testimonial_img_url'] = ''; 533 $vars[' slide']['type'] = 'image';533 $vars['type'] = 'image'; 534 534 535 535 $empty_slide = $this->view->get_render('slide-edit.php', $vars); -
cyclone-slider/trunk/views/slide-edit.php
r1646975 r1647737 3 3 <div class="cs-header"> 4 4 <div class="cs-slide-type"> 5 <input type="hidden" name="cycloneslider_metas[<?php echo esc_attr($i); ?>][type]" value="<?php e sc_attr($slide['type']); ?>">5 <input type="hidden" name="cycloneslider_metas[<?php echo esc_attr($i); ?>][type]" value="<?php echo esc_attr($slide['type']); ?>"> 6 6 <div class="switcher"> 7 7 <div class="display">
Note: See TracChangeset
for help on using the changeset viewer.