Changeset 2041625
- Timestamp:
- 02/28/2019 04:03:12 PM (6 years ago)
- Location:
- rockon-owl-slider/tags/2.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
rockon-owl-slider/tags/2.0/readme.txt
r1699798 r2041625 3 3 Tags: slider, owl carousel v2, owl carousel, owl slider, rockon, touch enabled, responsive, loop carousel, vs 4 4 Requires at least: 3.6 5 Tested up to: 4.85 Tested up to: 5.1 6 6 Stable tag: 2.0 7 7 License: GPLv2 or later -
rockon-owl-slider/tags/2.0/rockon-owl-slider.php
r1699768 r2041625 118 118 function ros_show_slidelink_box() { 119 119 global $post, $ros_slidelink_metabox, $wp_version; 120 //global $mykraft_prefix;121 120 122 121 // nonce for verification … … 270 269 function ros_width_size() { 271 270 ?> 272 273 274 max-width: <?php if (get_theme_mod( 'slider_width' )) : echo get_theme_mod( 'slider_width'); endif;?>px;275 276 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> 277 276 <?php 278 277 } … … 307 306 'type' => 'text', 308 307 'priority' => 5 309 ) 308 )); 310 309 } 311 310 }
Note: See TracChangeset
for help on using the changeset viewer.