Skip to content

Commit

Permalink
Merge branch 'release/1.9.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Dec 11, 2022
2 parents f2e6b72 + a4db28c commit 863047a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
url = [email protected]:siteorigin/panels-lite.git
[submodule "inc/settings"]
path = inc/settings
url = git@github.com:siteorigin/settings.git
url = https://github.com/siteorigin/settings.git
2 changes: 1 addition & 1 deletion inc/settings
48 changes: 33 additions & 15 deletions inc/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,6 @@ function siteorigin_unwind_settings_custom_css( $css ) {
.main-navigation > div li:hover > a,.main-navigation > div li.focus > a {
color: ${fonts_text_dark};
}
.header-design-4 .main-navigation-bar > .container {
height: calc( ${masthead_padding} / 2) 0;
}
.search-toggle .open .svg-icon-search path {
fill: ${fonts_text_medium};
}
Expand Down Expand Up @@ -586,10 +583,10 @@ function siteorigin_unwind_settings_custom_css( $css ) {
color: ${fonts_text_dark};
.font( ${fonts_main} );
}
.widget #wp-calendar tfoot #prev a,.widget #wp-calendar tfoot #next a {
.calendar_wrap .wp-calendar-nav a {
color: ${branding_accent};
}
.widget #wp-calendar tfoot #prev a:hover,.widget #wp-calendar tfoot #next a:hover {
.calendar_wrap .wp-calendar-nav a:hover {
color: ${branding_accent_dark};
}
.widget_recent_entries .post-date {
Expand Down Expand Up @@ -936,7 +933,7 @@ function siteorigin_unwind_wc_settings_custom_css( $css ) {
color: ${fonts_text_dark};
}
.woocommerce .woocommerce-ordering .ordering-selector-wrapper .ordering-dropdown li {
color: ${fonts_text_light};
color: ${fonts_text_medium};
}
.woocommerce .woocommerce-ordering .ordering-selector-wrapper .ordering-dropdown li:hover {
color: ${fonts_text_dark};
Expand Down Expand Up @@ -1031,15 +1028,8 @@ function siteorigin_unwind_wc_settings_custom_css( $css ) {
.woocommerce.single-product #content div.product .entry-summary .cart .variations {
.font( ${fonts_main} );
}
.woocommerce.single-product #content div.product .entry-summary .cart .quantity.button-controls .qty {
border-color: ${fonts_text_light};
color: ${fonts_text_medium};
}
.woocommerce.single-product #content div.product .entry-summary .cart .quantity.button-controls .add,.woocommerce.single-product #content div.product .entry-summary .cart .quantity.button-controls .subtract {
border-color: ${fonts_text_light};
}
.woocommerce.single-product #content div.product .entry-summary .cart .quantity.button-controls .add:hover,.woocommerce.single-product #content div.product .entry-summary .cart .quantity.button-controls .subtract:hover {
background: ${fonts_text_medium};
.woocommerce div.product form.cart .variations {
.font( ${fonts_main} );
}
.woocommerce.single-product #content div.product .entry-summary .product_meta span {
color: ${fonts_text_light};
Expand Down Expand Up @@ -1077,6 +1067,24 @@ function siteorigin_unwind_wc_settings_custom_css( $css ) {
.woocommerce.single-product #content div.product #reviews #respond .comment-reply-title {
color: ${fonts_text_dark};
}
.woocommerce.single-product div.product .so-panel p.price,.woocommerce.single-product div.product .so-panel span.price {
color: ${branding_accent};
}
.woocommerce.single-product div.product .so-panel p.price del,.woocommerce.single-product div.product .so-panel p.price del .amount,.woocommerce.single-product div.product .so-panel span.price del,.woocommerce.single-product div.product .so-panel span.price del .amount {
color: ${fonts_text_light};
}
.woocommerce.single-product div.product .so-panel .product_meta span {
color: ${fonts_text_light};
}
.woocommerce.single-product div.product .so-panel .product_meta span a {
color: ${fonts_text_dark};
}
.woocommerce.single-product div.product .so-panel .product_meta span a:hover {
color: ${fonts_text_light};
}
.woocommerce.single-product div.product .so-panel .product_meta .sku {
color: ${fonts_text_dark};
}
.variations select {
color: ${fonts_text_medium};
}
Expand All @@ -1089,6 +1097,16 @@ function siteorigin_unwind_wc_settings_custom_css( $css ) {
.variations select:hover + svg path {
fill: ${fonts_text_dark};
}
div.product form.cart div.quantity.button-controls .qty {
border-color: ${fonts_text_light};
color: ${fonts_text_medium};
}
div.product form.cart div.quantity.button-controls .add,div.product form.cart div.quantity.button-controls .subtract {
border-color: ${fonts_text_light};
}
div.product form.cart div.quantity.button-controls .add:hover,div.product form.cart div.quantity.button-controls .subtract:hover {
background: ${fonts_text_medium};
}
.woocommerce form.login label,.woocommerce form.checkout_coupon label {
color: ${fonts_text_dark};
}
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: siteorigin

Tags: one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready, blog, e-commerce

Tested up to: 6.0
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.6.20
License: GPLv2 or later
Expand Down Expand Up @@ -101,6 +101,9 @@ Original design files are available on [Google Drive](https://drive.google.com/f

== Changelog ==

= 1.9.7 - 11 December 2022 =
* Updated SiteOrigin Settings.

= 1.9.6 - 06 November 2022 =
* WooCommerce: Updated bundled templates to `7.0.1`.
* SiteOrigin Settings: Updated Google Fonts array.
Expand Down
2 changes: 1 addition & 1 deletion sass/navigation/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
justify-content: center;
}

// Menu in line with logo.
// Menu in Line With Logo.
.header-design-4 .main-navigation-bar > .container {
align-items: center;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/unwind/
Description: Unwind is a modern theme for creators. A stunning integrated posts slider, clean lines, and crisp typography make it the perfect canvas for bloggers. Complete WooCommerce integration, usually only found in premium themes, makes Unwind ideal for selling. We know standing out from the crowd is important. Unwind offers four header layouts and five blog layouts, making it easy to create a unique look and feel to suit your brand. Unwind is fully responsive and mobile-ready, it also features a bold full-screen search, smooth back-to-top button, and integrations for all of your favorite plugins like Jetpack Infinite Scroll and Page Builder by SiteOrigin. For assistance, check out our <a href="https://siteorigin.com/unwind-documentation/">theme documentation</a> (https://siteorigin.com/unwind-documentation/) or ask a question on our <a href="https://siteorigin.com/thread/">support forum</a> (https://siteorigin.com/thread/).
Version: dev
Tested up to: 6.0
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 863047a

Please sign in to comment.