Plugin Directory

Changeset 2363332


Ignore:
Timestamp:
08/17/2020 06:11:50 PM (6 years ago)
Author:
db0112358
Message:

disable CSS controls on template

Location:
content-repeater/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content-repeater/trunk/content-repeater.php

    r2268939 r2363332  
    33 * Plugin Name: Content Repeater
    44 * 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.6
     5 * Version: 1.1.7
    66 * Author: Denis Buka
    77 * Text Domain: content-repeater
  • content-repeater/trunk/includes/template-editor.php

    r2110822 r2363332  
    4747            <h2>Additional</h2>
    4848        <?php
    49         self::css_controls($type, $types);
     49//      self::css_controls($type, $types);
    5050        self::css_classes($type, $types);
    5151        self::custom_css($type, $types, $template);
     
    139139
    140140    // template page: visual CSS settings
    141     public static function css_controls($type, $types) {
     141/*  public static function css_controls($type, $types) {
    142142        $css_prefix = 'rptr_options[types_all]['.$type.'][box_css]';
    143143        $css_path = $types[$type]['box_css'];
     
    277277        </div>
    278278    <?php }
    279    
     279*/ 
    280280    // template page: CSS classes
    281281    public static function css_classes($type, $types) { ?>
  • content-repeater/trunk/readme.txt

    r2268939 r2363332  
    124124= 1.1.6 =
    125125sync
     126= 1.1.7 =
     127disable CSS controls on template
Note: See TracChangeset for help on using the changeset viewer.