Changeset 2363332
- Timestamp:
- 08/17/2020 06:11:50 PM (6 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 3 edited
-
content-repeater.php (modified) (1 diff)
-
includes/template-editor.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/content-repeater.php
r2268939 r2363332 3 3 * Plugin Name: Content Repeater 4 4 * Description: Quickly set up custom content like Testimonials, Coupons, Products, Flipboxes, Portals, Portfolios, Before & Afters, etc. and display it in interesting ways: Ajax Reload, Masonry, Isotope, Slick Slider, Single Row. 5 * Version: 1.1. 65 * Version: 1.1.7 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater -
content-repeater/trunk/includes/template-editor.php
r2110822 r2363332 47 47 <h2>Additional</h2> 48 48 <?php 49 self::css_controls($type, $types);49 // self::css_controls($type, $types); 50 50 self::css_classes($type, $types); 51 51 self::custom_css($type, $types, $template); … … 139 139 140 140 // template page: visual CSS settings 141 public static function css_controls($type, $types) {141 /* public static function css_controls($type, $types) { 142 142 $css_prefix = 'rptr_options[types_all]['.$type.'][box_css]'; 143 143 $css_path = $types[$type]['box_css']; … … 277 277 </div> 278 278 <?php } 279 279 */ 280 280 // template page: CSS classes 281 281 public static function css_classes($type, $types) { ?> -
content-repeater/trunk/readme.txt
r2268939 r2363332 124 124 = 1.1.6 = 125 125 sync 126 = 1.1.7 = 127 disable CSS controls on template
Note: See TracChangeset
for help on using the changeset viewer.