Changeset 1789361
- Timestamp:
- 12/19/2017 09:26:33 AM (8 years ago)
- Location:
- paj-featured-image-owl-carousel/trunk
- Files:
-
- 4 edited
-
Readme.txt (modified) (4 diffs)
-
paj-carousel-widget.php (modified) (1 diff)
-
paj-widgets/paj-carousel/paj-carousel.php (modified) (1 diff)
-
paj-widgets/paj-carousel/shortcode/css/owl.carousel.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paj-featured-image-owl-carousel/trunk/Readme.txt
r1740108 r1789361 3 3 Tags: carousel, image, featured image carousel, responsive carousel, siteorigin widget, siteorigin carousel widget, wordpress carousel, post carousel, owl carousel wordpress, wordpress carousel plugin, wordpress featured image carousel, carousel slider wordpress 4 4 Requires at least: 4.0.1 5 Tested up to: 4. 8.15 Tested up to: 4.9.1 6 6 Requires PHP: 5.6 7 Stable tag: 4. 8.17 Stable tag: 4.9.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 PAJ Featured Image Owl Carousel is an easy to use plugin to display featured images from posts, pages and custom post 15 16 types as a carousel. 14 PAJ Featured Image Owl Carousel is an easy to use plugin to display featured images from posts, pages and custom post types as a carousel. 17 15 18 16 [View Documentation and live Demos »](http://greenorbwebdesign.co.uk/paj-carousel-plugin/) … … 47 45 48 46 If you wish to use this plugin as a SiteOrigin widget then please note that SiteOrigin Widgets Bundle plugin must be installed and activated. 49 After you activate the required plugins, enable this carousel widget by going to Plugins > SiteOrigin Widgets in your 50 51 WordPress admin and activate 'PAJ Carousel slider'. 47 After you activate the required plugins, enable this carousel widget by going to Plugins > SiteOrigin Widgets in your WordPress admin and activate 'PAJ Carousel slider'. 52 48 53 49 Although not required, Page Builder by SiteOrigin is highly recommended. … … 59 55 == Changelog == 60 56 57 = 1.0.2 = 58 *small update to carousel css and widget icon. 59 61 60 = 1.0.1 = 62 61 *minor naming update -
paj-featured-image-owl-carousel/trunk/paj-carousel-widget.php
r1736061 r1789361 27 27 } 28 28 add_filter('siteorigin_widgets_widget_folders', 'add_paj_carousel_custom_widget'); 29 30 31 // add color to icon widget 32 add_action('admin_head', 'color_my_icon'); 33 34 function color_my_icon() { 35 echo '<style> 36 .paj-icon-color:before {color:#18ce18;} 37 </style>'; 38 } -
paj-featured-image-owl-carousel/trunk/paj-widgets/paj-carousel/paj-carousel.php
r1736000 r1789361 15 15 array( 16 16 'description' => __( 'Responsive featured image Carousel for posts and pages.', 'paj-carousel-display-widget'), 17 'panels_icon' => 'dashicons dashicons-admin-generic paj-icon-color', 17 18 'has_preview' => false, 18 19 ), -
paj-featured-image-owl-carousel/trunk/paj-widgets/paj-carousel/shortcode/css/owl.carousel.css
r1731533 r1789361 46 46 47 47 .owl-carousel .owl-item img{ 48 -webkit-box-shadow: none; 49 box-shadow: none; 48 50 display:block; 49 51 width:100%;
Note: See TracChangeset
for help on using the changeset viewer.