diff --git a/themes/oont-themev2/assets/css/product-slider.css b/themes/oont-themev2/assets/css/product-slider.css index 6be05ede1..bf20f90dd 100644 --- a/themes/oont-themev2/assets/css/product-slider.css +++ b/themes/oont-themev2/assets/css/product-slider.css @@ -119,8 +119,8 @@ /* Prev/Next Buttons (Desktop only) */ .slider-prev, .slider-next { position: absolute; - top: 10%; - transform: translateY(-10%); + top: 50%; + transform: translateY(-50%); background: none; color: #424242; border: none; @@ -163,14 +163,22 @@ /* Dots below slider */ .slider-dots { - text-align: center; - margin-top: 10px; + position: absolute; + bottom: 10px; + left: 50%; + transform: translateX(-50%); + z-index: 15; + display: flex; + justify-content: center; + gap: 6px; + padding: 4px 8px; + border-radius: 12px; } .slider-dot { display: inline-block; - width: 10px; - height: 10px; + width: 5px; + height: 5px; margin: 0 4px; background-color: #ccc; border-radius: 50%; diff --git a/themes/oont-themev2/assets/js/product-slider.js b/themes/oont-themev2/assets/js/product-slider.js index 8af3485ef..016609d05 100644 --- a/themes/oont-themev2/assets/js/product-slider.js +++ b/themes/oont-themev2/assets/js/product-slider.js @@ -36,7 +36,10 @@ jQuery(document).ready(function($) { items.eq(currentIndex).css({ opacity: 1, position: 'relative' }); // Create and insert dots + if (items.length <= 1) return; + const dotsContainer = $('
'); + items.each(function(i) { const dot = $(''); if (i === 0) dot.addClass('active'); @@ -46,6 +49,7 @@ jQuery(document).ready(function($) { }); dotsContainer.append(dot); }); + container.append(dotsContainer); // Slide update function diff --git a/themes/oont-themev2/functions.php b/themes/oont-themev2/functions.php index ce5c0ec7f..039f65fe6 100644 --- a/themes/oont-themev2/functions.php +++ b/themes/oont-themev2/functions.php @@ -11,7 +11,7 @@ /** * Define Constants */ -define( 'CHILD_THEME_OONT_THEME_VERSION', '1.3.7' ); +define( 'CHILD_THEME_OONT_THEME_VERSION', '1.3.8' ); define( 'SOFTOBA_RETURN_POST_TYPE', 'return_request' ); define( 'SOFTOBA_EXCHANGE_POST_TYPE', 'exchange_request' ); define('SOFTOBA_THEME_DIR', get_stylesheet_directory()); diff --git a/themes/oont-themev2/style.css b/themes/oont-themev2/style.css index bbf60fe4c..724a16c06 100644 --- a/themes/oont-themev2/style.css +++ b/themes/oont-themev2/style.css @@ -3,7 +3,7 @@ Theme Name: OONT THEME V last Author: Brainstorm Force Author URI: http://wpastra.com/about/ Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme! -Version: 1.3.7 +Version: 1.3.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: oont-theme