Changeset 2060034
- Timestamp:
- 03/30/2019 09:04:12 AM (7 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 3 edited
-
content-repeater.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
templates/flipboxes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/content-repeater.php
r2053055 r2060034 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.0. 65 * Version: 1.0.7 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater … … 503 503 $default = self::field_default($break[1], $default); 504 504 $out = $default; 505 } elseif (preg_match("/^icon(.*)/U", $break[1]) > 0) { 506 wp_enqueue_style( 'fontawesome', 507 'https://use.fontawesome.com/releases/v5.5.0/css/all.css', false, '1.1', 'all'); 508 $default = get_post_meta( $id, $break[0], true ); 509 $default = self::field_default($break[1], $default); 510 $out = '<i class="'.$default.'"></i>'; 505 511 506 512 // default value not possible -
content-repeater/trunk/readme.txt
r2053059 r2060034 86 86 fix post sorting issue 87 87 fix isotope selected class 88 = 1.0.7 = 89 improve icon field -
content-repeater/trunk/templates/flipboxes.php
r2045559 r2060034 4 4 <div class="front-outer"> 5 5 <div class="front-inner"> 6 <div class="f-icon"> <i class="{{Icon::icon}}"></i></div>6 <div class="f-icon">{{Icon::icon}}</div> 7 7 <h2>{{post_title}}</h2> 8 8 <div class="f-text">{{Front Text::editor}}</div>
Note: See TracChangeset
for help on using the changeset viewer.