Plugin Directory

Changeset 2041625


Ignore:
Timestamp:
02/28/2019 04:03:12 PM (6 years ago)
Author:
devikas301
Message:

tested with latest WP version

Location:
rockon-owl-slider/tags/2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rockon-owl-slider/tags/2.0/readme.txt

    r1699798 r2041625  
    33Tags:               slider, owl carousel v2, owl carousel, owl slider, rockon, touch enabled, responsive, loop carousel, vs
    44Requires at least:  3.6
    5 Tested up to:       4.8
     5Tested up to:       5.1
    66Stable tag:         2.0
    77License:            GPLv2 or later
  • rockon-owl-slider/tags/2.0/rockon-owl-slider.php

    r1699768 r2041625  
    118118    function ros_show_slidelink_box()   {
    119119        global $post, $ros_slidelink_metabox, $wp_version;
    120         //global $mykraft_prefix;
    121120       
    122121    //  nonce for verification
     
    270269    function ros_width_size() {
    271270?>
    272         <style type="text/css">
    273             .owl-background {
    274             max-width: <?php if (get_theme_mod( 'slider_width' )) : echo get_theme_mod( 'slider_width');  endif; ?>px;
    275             }
    276         </style>
     271    <style type="text/css">
     272        .owl-background {
     273         max-width: <?php if(get_theme_mod('slider_width')) : echo get_theme_mod( 'slider_width');  endif;?>px;
     274        }
     275    </style>
    277276<?php
    278277    }
     
    307306                'type'    => 'text',
    308307                'priority' => 5
    309             ) );       
     308            ));     
    310309        }
    311310    }
Note: See TracChangeset for help on using the changeset viewer.