Merge branch 'release/1.0.0' v1.0.0
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 4 May 2016 15:52:16 +0000 (11:52 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 4 May 2016 15:52:16 +0000 (11:52 -0400)
1  2 
functions.php
inc/structure/structure.php
js/galleria.js
style.css
style.scss

diff --cc functions.php
Simple merge
Simple merge
diff --cc js/galleria.js
Simple merge
diff --cc style.css
+++ b/style.css
  @charset "UTF-8";
--/*
- Theme Name:           themoleholeonline
- Theme URI:            https://wordpress.org/themes/storefront
- Description:  A Storefront child theme designed for small WooCommerce stores / storefront child theme boilerplates. themoleholeonline features a simple, traditional design which you can customise using the settings available in the WordPress Customizer. Looking for a theme for your new WooCommerce store? Look no further than Storefront and themoleholeonline!
- Author:                       WooThemes
- Author URI:           http://woothemes.com
+ Theme Name:           The Mole Hole Online
+ Description:  Theme from Galleria for The Mole Hole
+ Author:                       Gaslight Media
+ Author URI:           http://www.gaslightmedia.com
  Template:             storefront
- Version:              1.0.7
- License:              GNU General Public License v2 or later
- License URI:  http://www.gnu.org/licenses/gpl-2.0.html
- Tags:                 light, dark, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
- Text Domain:  themoleholeonline
+ Version:              1.0.0
  */
 -/* =Galleria styles starts here
 +/* =themoleholeonline styles starts here
  -------------------------------------------------------------- */
- .animated {
+ .last.post-125.product.type-product.status-publish.has-post-thumbnail.product_cat-allen-design-whimical-wall-clocks.shipping-taxable.purchasable.product-type-simple.product-cat-allen-design-whimical-wall-clocks.instock{
+     margin-top: 80px;
+ }
+ .theme-light.slider-wrapper{
+     margin-top: -45px;
+ }
+ .site-main ul.products li.product .g-product-title{
+     background: rgb(99, 133, 73);
+     color: white;
+ }
+ .single-product div.product form.cart .button{
+     background: rgb(99, 133, 73);
+     color: white;
+ }
+ .site-main ul.products li.product .g-product-title h3{
+     background: rgb(99, 133, 73);
+     color: white;
+ }
+ .site-main ul.products li.product .button{
+     display: none !important;
+ }
+ .single-product div.product .woocommerce-tabs{
+     display: none;
+ }
+ @media (max-width: 800px ){
+    .theme-default .nivo-caption{
+         background: transparent !important;
+     }
+ }
+ /* Mobile view media query*/
+ @media (max-width: 768px){
+     .metaslider{
+         top: 26px !important;
+     }
+     .single-product .related ul.products li.product, .single-product .upsells ul.products li.product{
+        
+     }
+    .widget-area .widget{
+         display: none !important;
+        
+     }
+     .storefront-single-product-pagination{
+         display: none !important;
+     }
+     /* 2 COLUMN DISPLAY IN MOBILE VIEW */
+     ul.products li.product {
+         width: 48%;
+         float: left;
+         clear: both;
+     }
+     ul.products li.product:nth-child(2n) {
+         float: right;
+         clear: none;
+     }
+     .single-product .related ul.products li.product, .single-product .upsells ul.products li.product {
+         width: 45% !important;
+         float: left;
+         clear: both;
+     }
+     .single-product .related ul.products li.product, .single-product .upsells ul.products li.product:nth-child(2n) {
+         float: right;
+         clear: none;
+     }
+     
+     .single-product .related ul.products li.product,
+     .single-product .upsells ul.products li.product {
+         width: 25% ;
+         margin-right: 13px !important; }
+ }
+ .single-product .related ul.products li.product, .single-product .upsells ul.products li.product{
+     width: 100%;
+ }
+ .main-navigation ul li a::before{
+     display: none;
+ }
+ .theme-default .nivo-caption{
+     background: rgb(99, 133, 73);
+     position: inherit !important;
+ }
+ .widget_product_categories ul li.current-cat::before {
+     display: none;
+ }
+ .widget_product_categories ul li::before{
+     display: none;
+ }
+ .cat-item.cat-parent > a{
+     font-weight: 700 !important;
+ }
+ /*
+ div#secondary #woocommerce_product_categories-2 ul.product_categories li.cat-item > a{
+     font-weight: 700 !important;
+ }
+ */
+ .site-content{
+     margin-top: -65px;
+ }
+ .widget-area .widget > ul >li > a{
+     font-weight: 700;
+ }
+ .g-product-title.animated.fadeIn{
+     opacity: 0.7 !important;
+ }
+ @media (min-width: 900px) and (max-width: 1200px){
+     .site-main ul.products li.product {
+         width: 20%;
+         height: 330px !important;
+         margin-bottom: 0; }
+     .
+ }
+ @media (min-width: 1200px) and (max-width: 1800px){
+        .site-main ul.products li.product {
+         width: 20%;
+         height: 285px !important;
+         margin-bottom: 0; }
+     .site-main .storefront-featured-products ul.products li.product{
+         height: 350px !important;
+         }
+ }
+ .metaslider{
+     top: 26px;
+     margin-bottom: 65px;
+ }
+ /* end of custom css */
+ .animated{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
diff --cc style.scss
Simple merge