Skip to content

Commit

Permalink
== 1.1.6 - 20 February, 2020 ==
Browse files Browse the repository at this point in the history
- Fix: Mini cart CSS
- Tweak: Mini cart visibility in mobile device
  • Loading branch information
h1dd3nsn1p3r committed Feb 20, 2020
1 parent 166ab71 commit 5ed9496
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 35 deletions.
3 changes: 1 addition & 2 deletions assets/dist/css/main-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dist/css/main-style.css.map

Large diffs are not rendered by default.

25 changes: 5 additions & 20 deletions assets/src/scss/custom/_custom-styles.scss
Expand Up @@ -610,34 +610,18 @@ section .section-title h3:after {
text-align: right;
}


.mini-cart-open {

display: none;
position: absolute;
z-index: 99999;
top: 70px;
left: 0;
top: 65px;
right: 0;
width: 400px;
padding: 20px;
background-color: #444444;
background-color: #272727;
color: $white;
@include border_radius(5px);
transform: translateX(-50%);
}

.mini-cart-open:before {

content: "";
position: absolute;
width: 16px;
height: 16px;
top: -8px;
left: 55%;
background-color: #444444;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
@include border_radius(4px);
}

.masterheader .mini-cart button {
Expand Down Expand Up @@ -726,6 +710,7 @@ section .section-title h3:after {
border: 1px solid rgba(255, 255, 255, 0.2);
height: 48px;
padding-left: 6px;
padding-right: 6px;
@include border_radius(3px);
}

Expand Down
46 changes: 38 additions & 8 deletions assets/src/scss/custom/custom-parts/_responsive.scss
Expand Up @@ -878,8 +878,6 @@
max-width: 100%;
}

.header-style-1 .extra-col,
.header-style-1 .logo-col,
.woocommerce.columns-3 ul.products li,
.woocommerce.columns-3 ul.products li.product,
.woocommerce.columns-4 ul.products li,
Expand All @@ -893,6 +891,19 @@
max-width: 50%;
float: none;
}

.header-style-1 .logo-col {

flex:1;
max-width:inherit;
}

.header-style-1 .extra-col,
.header-style-1 .wishlist-minicart-wrapper {

flex:0 0 80px;
max-width:80px;
}


// spacing & height
Expand Down Expand Up @@ -959,6 +970,17 @@
display: none;
}

.header-style-1 .mini-cart {

min-width: auto;
@include border-radius(2px);
}

.header-style-1 .mini-cart .cart-amount {

display:none;
}


// footer

Expand Down Expand Up @@ -1054,7 +1076,7 @@
}


.header-style-1 .logo-col,

.cats-widget-styles .col,
.cta-style-1 .row [class*="col-"],
.woocommerce.columns-3 ul.products li,
Expand Down Expand Up @@ -1084,11 +1106,6 @@
width:350px;
}

.header-style-1 .extra-col {

display: none;
}

.masterheader .top-header .right-col ul {

text-align: left;
Expand Down Expand Up @@ -1163,8 +1180,21 @@

}

@media ( max-width: 420px) {

.header-style-1 .mini-cart-open {

width: 350px;
}
}

@media (max-width: 380px) {

.header-style-1 .mini-cart-open {

width: 300px;
}

.mobile-navigation {

width:300px;
Expand Down
4 changes: 2 additions & 2 deletions assets/src/scss/master-import.scss
Expand Up @@ -11,9 +11,9 @@
- Since : 17 jan, 2018
- Scss version: 1.1.5
- Scss version: 1.1.6
- Last updated: 05 Feb, 2020
- Last updated: 20 Feb, 2020
======================================================================================
*/
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Expand Up @@ -5,7 +5,7 @@ Tags: custom-background, custom-menu, custom-logo, featured-images, full-width-t
Requires PHP: 5.6
Requires at least: 5.0
Tested up to: 5.3.2
Stable tag: 1.1.5
Stable tag: 1.1.6
License: GNU General Public License v2 or Later
License URI: https://www.gnu.org/licenses/gpl-2.0.html or Later

Expand Down Expand Up @@ -88,6 +88,11 @@ We do have issue tracker at Github https://github.com/themebeez/orchid-store

== Changelog ==

== 1.1.6 - 20 February, 2020 ==

- Fix: Mini cart CSS
- Tweak: Mini cart visibility in mobile device

== 1.1.5 - 5 February, 2020 ==

- Added: Sidebar for WooCommerce Pages
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://themebeez.com/themes/orchid-store/
Author: themebeez
Author URI: https://themebeez.com
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.
Version: 1.1.5
Version: 1.1.6
License: GNU General Public License v2 or Later
License URI: https://www.gnu.org/licenses/gpl-2.0.html or Later
Text Domain: orchid-store
Expand Down

0 comments on commit 5ed9496

Please sign in to comment.