Changeset 1781776
- Timestamp:
- 12/06/2017 06:45:33 AM (8 years ago)
- Location:
- product-carousel-slider-for-woocommerce
- Files:
-
- 43 added
- 4 edited
- 1 moved
-
tags/3.0 (added)
-
tags/3.0/css (added)
-
tags/3.0/css/AjaxLoader.gif (added)
-
tags/3.0/css/ajax-loader.gif (added)
-
tags/3.0/css/carousel-nav.png (added)
-
tags/3.0/css/cmb2.min.css (added)
-
tags/3.0/css/font-awesome.min.css (added)
-
tags/3.0/css/grabbing.png (added)
-
tags/3.0/css/leftArrow.png (added)
-
tags/3.0/css/owl.carousel.css (added)
-
tags/3.0/css/owl.carousel.min.css (added)
-
tags/3.0/css/owl.theme.css (added)
-
tags/3.0/css/owl.theme.default.css (added)
-
tags/3.0/css/owl.theme.default.min.css (added)
-
tags/3.0/css/owl.theme.green.css (added)
-
tags/3.0/css/owl.theme.green.min.css (added)
-
tags/3.0/css/owl.transitions.css (moved) (moved from product-carousel-slider-for-woocommerce/trunk/css/owl.transitions.css)
-
tags/3.0/css/owl.video.play.png (added)
-
tags/3.0/css/rightArrow.png (added)
-
tags/3.0/css/title-bg.png (added)
-
tags/3.0/css/wpcs-admin-styles.css (added)
-
tags/3.0/css/wpcs-styles.css (added)
-
tags/3.0/fonts (added)
-
tags/3.0/fonts/FontAwesome.otf (added)
-
tags/3.0/fonts/fontawesome-webfont.eot (added)
-
tags/3.0/fonts/fontawesome-webfont.svg (added)
-
tags/3.0/fonts/fontawesome-webfont.ttf (added)
-
tags/3.0/fonts/fontawesome-webfont.woff (added)
-
tags/3.0/fonts/fontawesome-webfont.woff2 (added)
-
tags/3.0/index.php (added)
-
tags/3.0/js (added)
-
tags/3.0/js/custom.js (added)
-
tags/3.0/js/owl.carousel.js (added)
-
tags/3.0/js/owl.carousel.min.js (added)
-
tags/3.0/js/wpcs-admin-script.js (added)
-
tags/3.0/languages (added)
-
tags/3.0/languages/wpcs.pot (added)
-
tags/3.0/readme.txt (added)
-
tags/3.0/wpcs-custom-post.php (added)
-
tags/3.0/wpcs-img-resizer.php (added)
-
tags/3.0/wpcs-main.php (added)
-
tags/3.0/wpcs-shortcodes.php (added)
-
tags/3.0/wpcs-support.php (added)
-
tags/3.0/wpcs-upgrade.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wpcs-custom-post.php (modified) (2 diffs)
-
trunk/wpcs-main.php (modified) (2 diffs)
-
trunk/wpcs-shortcodes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-carousel-slider-for-woocommerce/trunk/readme.txt
r1781270 r1781776 1 === WooCommerce Product Carousel Slider ===1 === WooCommerce Product Carousel Slider === 2 2 Contributors: AdlPlugins 3 3 Tags: woocommerce carousel, woocommerce slider, woocommerce product slider, woocommerce product carousel, woocommerce 4 4 Requires at least: 3.5 5 5 Tested up to: 4.9.1 6 Stable tag: 3.0. 06 Stable tag: 3.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 * 5 different themes 62 62 * 4 different header styles 63 * 2 different styles for pagination64 63 * 2 different styles for navigation 65 64 * Scroll by per item or page … … 88 87 == Changelog == 89 88 89 = 3.0.0 = 90 * Fixed pagination issue 90 91 = 3.0.0 = 91 92 * Updated JavaScript code -
product-carousel-slider-for-woocommerce/trunk/wpcs-custom-post.php
r1781270 r1781776 127 127 128 128 129 130 129 ?> 131 130 <div id="tabs-container"> … … 450 449 <div class="cmb-td"> 451 450 <ul class="cmb2-radio-list cmb2-list"> 452 <li><input type="radio" class="cmb2-option" name="wpcs[pagination]" id="wpcs_pagination1" value="false" <?php if(empty($pagination) || 'false' !== $pagination) { echo 'checked'; } ?>> <label for="wpcs_pagination1"><?php esc_html_e('No', WPCS_TEXTDOMAIN); ?></label></li>453 <li><input type="radio" class="cmb2-option" name="wpcs[pagination]" id="wpcs_pagination2" value="true" <?php if (!empty($pagination)) { checked(' false', $pagination); } ?>> <label for="wpcs_pagination2"><?php esc_html_e('Yes', WPCS_TEXTDOMAIN); ?></label></li>451 <li><input type="radio" class="cmb2-option" name="wpcs[pagination]" id="wpcs_pagination1" value="false" <?php if(empty($pagination) || 'false' === $pagination) { echo 'checked'; } ?>> <label for="wpcs_pagination1"><?php esc_html_e('No', WPCS_TEXTDOMAIN); ?></label></li> 452 <li><input type="radio" class="cmb2-option" name="wpcs[pagination]" id="wpcs_pagination2" value="true" <?php if (!empty($pagination)) { checked('true', $pagination); } ?>> <label for="wpcs_pagination2"><?php esc_html_e('Yes', WPCS_TEXTDOMAIN); ?></label></li> 454 453 </ul> 455 454 <p class="cmb2-metabox-description"><?php esc_html_e('Show pagination or not', WPCS_TEXTDOMAIN); ?></p> -
product-carousel-slider-for-woocommerce/trunk/wpcs-main.php
r1781270 r1781776 4 4 Plugin URI: https://adlplugins.com/plugin/woocommerce-product-carousel-slider 5 5 Description: This plugin allows you to easily create WooCommerce product carousel slider. It is fully responsive and mobile friendly carousel slider which comes with lots of features. 6 Version: 3.0. 06 Version: 3.0.1 7 7 Author: ADL Plugins 8 8 Author URI: http://adlplugins.com … … 88 88 public function enqueue_front_scripts_styles() 89 89 { 90 wp_register_style( 'wpcs-owl-carousel-style', WPCS_PLUGIN_URI . '/css/owl.carousel.css' ); 91 wp_register_style( 'wpcs-owl-theme-style', WPCS_PLUGIN_URI . '/css/owl.theme.css' ); 92 wp_register_style( 'wpcs-owl-transitions', WPCS_PLUGIN_URI . '/css/owl.transitions.css' ); 90 wp_register_style( 'wpcs-owl-carousel-style', WPCS_PLUGIN_URI . '/css/owl.carousel.min.css', false, '2.2.1' ); 91 wp_register_style( 'wpcs-owl-theme-style', WPCS_PLUGIN_URI . '/css/owl.theme.default.css', false, '2.2.1' ); 93 92 wp_register_style( 'wpcs-font-awesome', WPCS_PLUGIN_URI . '/css/font-awesome.min.css' ); 94 93 wp_register_style( 'wpcs-custom-style', WPCS_PLUGIN_URI . '/css/wpcs-styles.css' ); 95 94 wp_register_script( 'wpcs-owl-carousel-js', WPCS_PLUGIN_URI . '/js/owl.carousel.min.js', array('jquery'),'2.2.1', true ); 96 wp_register_script( 'wpcs-custom-js', WPCS_PLUGIN_URI . '/js/custom.js', array('jquery'),' 1.3.3', true );95 wp_register_script( 'wpcs-custom-js', WPCS_PLUGIN_URI . '/js/custom.js', array('jquery'),'3.0', true ); 97 96 } 98 97 -
product-carousel-slider-for-woocommerce/trunk/wpcs-shortcodes.php
r1781270 r1781776 34 34 ), $atts); 35 35 36 wp_enqueue_script( 'wpcs-owl-carousel-js' ); 37 wp_enqueue_script( 'wpcs-custom-js' ); 36 38 wp_enqueue_style( 'wpcs-owl-carousel-style' ); 37 39 wp_enqueue_style( 'wpcs-owl-theme-style' ); 38 wp_enqueue_style( 'wpcs-owl-transitions' );39 40 wp_enqueue_style( 'wpcs-font-awesome' ); 40 41 wp_enqueue_style( 'wpcs-custom-style' ); 41 wp_enqueue_script( 'wpcs-owl-carousel-js' ); 42 wp_enqueue_script( 'wpcs-custom-js' ); 42 43 43 44 44 $post_id = $atts['id']; … … 204 204 <?php } ?> 205 205 206 <div id="woo-product-carousel-wrapper-<?php echo $rand_ID; ?>" class="owl-carousel ">206 <div id="woo-product-carousel-wrapper-<?php echo $rand_ID; ?>" class="owl-carousel owl-theme"> 207 207 <?php while ( $loop->have_posts() ) : $loop->the_post(); global $post, $product; ?> 208 208 <div class="item"> … … 277 277 rtl:<?= is_rtl() ? 'true': 'false'; ?>, 278 278 slideBy:<?= (!empty( $spp) && 'true' === $spp) ? '\'page\'' : ((!empty( $scrol_dir) && 'right'== $scrol_dir) ? -1 : 1); ?>, 279 nav: <?= ( !empty( $dna) && 'true' == $dna ) ? 'true':'false'; ?>,279 nav:false, // we are using custom navigation arrow, so lets turn the default navigation off 280 280 navText:['‹','›'], 281 281 smartSpeed: 1000, // it smooths the transition, and it should be lower than the speed of the auto play
Note: See TracChangeset
for help on using the changeset viewer.