Skip to content

Commit bd1d513

Browse files
authored
Merge pull request #393 from themebeez/development
Submenu toggle update in special menu
2 parents 079d91a + 27acaa9 commit bd1d513

File tree

8 files changed

+30
-14
lines changed

8 files changed

+30
-14
lines changed

assets/dist/css/main-style-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/css/main-style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/css/main-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/js/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/src/js/custom/custom-scripts.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,14 @@
243243

244244
$('.category-navigation .page_item_has_children > .menu-link').append('<span class="sub-toggle visible-desktop"> <i class="bx bx-chevron-right"></i> </span>');
245245

246+
$('body').on('click', '.category-navigation .menu-item-has-children > .menu-link .sub-toggle.visible-desktop, .category-navigation .page_item_has_children > .menu-link .sub-toggle.visible-desktop', function(event) {
247+
event.preventDefault();
248+
249+
let currentSubToggle = $(this);
250+
251+
currentSubToggle.parent().parent().toggleClass('os-submenu-open');
252+
});
253+
246254
// add to li
247255

248256
$('.category-navigation .menu-item-has-children').append('<span class="sub-toggle visible-tablet"> <i class="bx bx-chevron-down"></i> </span>');

assets/src/scss/custom/custom-parts/_category-menu.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,10 @@ body.cat-nav-at-navigation-active .category-navigation .cat-nav-trigger .icon .l
170170

171171
right: 0;
172172
color: $primary_color;
173-
font-size: 12px;
173+
font-size: 18px;
174174
opacity: 1;
175+
padding: 3px;
176+
line-height: 1;
175177
}
176178

177179
// Menu label
@@ -211,7 +213,9 @@ body.cat-nav-at-navigation-active .category-navigation .cat-nav-trigger .icon .l
211213
}
212214

213215
.category-navigation ul li:hover > .sub-menu,
214-
.category-navigation ul li:hover > .children {
216+
.category-navigation ul li:hover > .children,
217+
.category-navigation ul li.os-submenu-open > .sub-menu,
218+
.category-navigation ul li.os-submenu-open > .children {
215219

216220
display:block;
217221
opacity: 1;

readme.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Tags: custom-background, custom-menu, custom-logo, featured-images, full-width-t
55
Requires PHP: 7.4
66
Requires at least: 6.4
77
Tested up to: 6.8
8-
Version: 1.5.12
9-
Stable tag: 1.5.12
8+
Version: 1.5.13
9+
Stable tag: 1.5.13
1010
License: GPLv2 or later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -18,7 +18,7 @@ Orchid Store is a clean, flexible, stylish & dynamic e-commerce WordPress theme.
1818

1919
== Copyright ==
2020

21-
Orchid Store WordPress Theme, Copyright (C) 2025, themebeez.
21+
Orchid Store WordPress Theme, Copyright (C) 2019-2025, themebeez.
2222
Orchid Store is distributed under the terms of the GNU GPL.
2323

2424
This program is free software: you can redistribute it and/or modify
@@ -101,13 +101,17 @@ We do have issue tracker at Github https://github.com/themebeez/orchid-store
101101

102102
== Changelog ==
103103

104-
== 1.5.12 - 1 May, 2024 ==
104+
== 1.5.13 - 18 May, 2025 ===
105+
106+
- Updated: Submenu toggles when arrow icon is clicked in the special(category) menu.
107+
108+
== 1.5.12 - 1 May, 2025 ==
105109

106110
- Fixed: Comptibility issue with Addonify Wishlist plugin.
107111
- Updated: Added 'nonce' in the AJAX requests.
108112
- Added: Options to enable product gallery zoom and gallery lightbox on single product pages.
109113

110-
== 1.5.11 - 18 April, 2024 ==
114+
== 1.5.11 - 18 April, 2025 ==
111115

112116
- Tested: Up to WooCommerce version 9.8.1.
113117

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Theme URI: https://themebeez.com/themes/orchid-store/
44
Author: themebeez
55
Author URI: https://themebeez.com
66
Description: Orchid Store is a clean, flexible, stylish & dynamic e-commerce WordPress theme. It is totally based on WooCommerce, WordPress plugin. Orchid Store can be used to build a wide range of online stores ranging from a fashion store, mobile and gadget store, furniture shop, sports shop, home décor store, jewellery store or any kind of multi-category online shop. Orchid Store has adequate built-in features that are required to build an online shop or stores. Orchid Store gives users the flexible customization experience for crafting their online shop with ease. Customization in Orchid Store is so simple that it can easily be tuned from WordPress live customizer. Orchid Store is fully widgetized where one can easily drag & drop widgets to their respective widget areas to display website sections at front-end. If you are looking to extend your online store with the page builder, you can easily do it using Elementor page builder. If you are wondering how Orchid Store looks, please do kindly visit https://themebeez.com/themes/orchid-store/ for live demo preview. Do kindly visit https://themebeez.com/docs/orchid-store-theme-documentation/ if you would need a theme setup documentation guide.
7-
Version: 1.5.12
8-
Stable tag: 1.5.12
7+
Version: 1.5.13
8+
Stable tag: 1.5.13
99
Tested up to: 6.8
1010
Requires at least: 6.4
1111
Requires PHP: 7.4
@@ -14,7 +14,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
1414
Text Domain: orchid-store
1515
Tags: custom-background, custom-menu, custom-logo, featured-images, full-width-template, one-column, two-columns, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar, e-commerce, rtl-language-support
1616
17-
Orchid Store WordPress Theme, Copyright (C) 2025, themebeez.
17+
Orchid Store WordPress Theme, Copyright (C) 2019-2025, themebeez.
1818
Orchid Store is distributed under the terms of the GNU GPL.
1919
2020
Orchid Store is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

0 commit comments

Comments
 (0)