Plugin Directory

Changeset 1789361


Ignore:
Timestamp:
12/19/2017 09:26:33 AM (8 years ago)
Author:
phillip2532
Message:

Changes to so widget icon colour and widget bundle image

Location:
paj-featured-image-owl-carousel/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • paj-featured-image-owl-carousel/trunk/Readme.txt

    r1740108 r1789361  
    33Tags: 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
    44Requires at least: 4.0.1
    5 Tested up to: 4.8.1
     5Tested up to: 4.9.1
    66Requires PHP: 5.6
    7 Stable tag: 4.8.1
     7Stable tag: 4.9.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== 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.
     14PAJ Featured Image Owl Carousel is an easy to use plugin to display featured images from posts, pages and custom post types as a carousel.
    1715
    1816[View Documentation and live Demos »](http://greenorbwebdesign.co.uk/paj-carousel-plugin/)
     
    4745
    4846If 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'.
     47After you activate the required plugins, enable this carousel widget by going to Plugins > SiteOrigin Widgets in your WordPress admin and activate 'PAJ Carousel slider'.
    5248
    5349Although not required, Page Builder by SiteOrigin is highly recommended.
     
    5955== Changelog ==
    6056
     57= 1.0.2 =
     58*small update to carousel css and widget icon.
     59
    6160= 1.0.1 =
    6261*minor naming update
  • paj-featured-image-owl-carousel/trunk/paj-carousel-widget.php

    r1736061 r1789361  
    2727}
    2828add_filter('siteorigin_widgets_widget_folders', 'add_paj_carousel_custom_widget');
     29
     30
     31// add color to icon widget
     32add_action('admin_head', 'color_my_icon');
     33
     34function 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  
    1515            array(
    1616                'description' => __( 'Responsive featured image Carousel for posts and pages.', 'paj-carousel-display-widget'),
     17                'panels_icon' => 'dashicons dashicons-admin-generic paj-icon-color',   
    1718                'has_preview' => false,
    1819            ),
  • paj-featured-image-owl-carousel/trunk/paj-widgets/paj-carousel/shortcode/css/owl.carousel.css

    r1731533 r1789361  
    4646
    4747.owl-carousel .owl-item img{
     48    -webkit-box-shadow: none;
     49    box-shadow: none;
    4850    display:block;
    4951    width:100%;
Note: See TracChangeset for help on using the changeset viewer.