Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
webmandesign committed Feb 6, 2018
1 parent 24d7e44 commit 29bd325
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 8 deletions.
6 changes: 4 additions & 2 deletions assets/css/main-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ tbody tr:hover td::after, tbody tr:hover th::after { content: ''; position: abso

.site .background-size-stretch > div { background-size: inherit; }

.skip-link-list { position: absolute; left: 0; top: 0; padding: 0; margin: 0; list-style: none; }
.skip-link-list { position: absolute; right: 0; top: 0; padding: 0; margin: 0; list-style: none; }

.skip-link-list-item { list-style: inherit; white-space: nowrap; }

Expand Down Expand Up @@ -2178,6 +2178,8 @@ a .entry-date { cursor: pointer; }
.content-layout-no-paddings .content-area { width: 100%; }

/* FILE: main/plugins/__beaver-builder.scss */
@media only screen and (max-width: 41.9375em) { .fl-row { overflow: hidden; } }

.site .fl-row-full-height .fl-row-content { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.fl-row-full-height.split-screen-row .fl-row-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
Expand All @@ -2186,7 +2188,7 @@ a .entry-date { cursor: pointer; }

.fl-col { max-width: 100%; }

.fl-col-group { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.fl-col-group { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 100%; }

.fl-col-content { width: 100%; min-width: 1px; max-width: 100%; }

Expand Down
4 changes: 3 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,8 @@ a .entry-date { cursor: pointer; }
.content-layout-no-paddings .content-area { width: 100%; }

/* FILE: main/plugins/__beaver-builder.scss */
@media only screen and (max-width: 41.9375em) { .fl-row { overflow: hidden; } }

.site .fl-row-full-height .fl-row-content { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.fl-row-full-height.split-screen-row .fl-row-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
Expand All @@ -2184,7 +2186,7 @@ a .entry-date { cursor: pointer; }

.fl-col { max-width: 100%; }

.fl-col-group { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.fl-col-group { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 100%; }

.fl-col-content { width: 100%; min-width: 1px; max-width: 100%; }

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// @copyright WebMan Design, Oliver Juhas
//
// @since 1.0.0
// @version 1.0.7
// @version 1.0.8
//


Expand Down
2 changes: 1 addition & 1 deletion assets/scss/main/base/__classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

.skip-link-list {
position: absolute;
left: 0;
#{$left}: 0; // {{RTL}}
top: 0;
padding: 0;
margin: 0;
Expand Down
7 changes: 7 additions & 0 deletions assets/scss/main/plugins/__beaver-builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@

.fl-row {

@include responsive( map_get( $breakpoint, 'm' ), 'max-width' ) {
overflow: hidden; // Required to prevent mobile device horizontal scroll
}



&-content {
@extend %max_width_1920;

Expand Down Expand Up @@ -82,6 +88,7 @@
display: flex;
flex-wrap: wrap;
width: 100%; // This is overridden in BB layout CSS when needed
max-width: 100%; // Required to prevent mobile device horizontal scroll
}

&-content {
Expand Down
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Reykjavik Changelog

## 1.0.8

* **Fix**: Jetpack Infinite Scroll compatibility
* **Fix**: Mobile devices horizontal scroll

### Files changed:

changelog.md
style.css
assets/scss/main.scss
templates/parts/loop/loop.php


## 1.0.7

* **Fix**: Hiding WooCommerce 3.3 search form submit button
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Reykjavik
Theme URI: https://www.webmandesign.eu/portfolio/reykjavik-wordpress-theme/
Author: WebMan Design
Author URI: https://www.webmandesign.eu/
Version: 1.0.7
Version: 1.0.8
Text Domain: reykjavik
Domain Path: /languages
License: GNU General Public License v3
Expand Down
6 changes: 4 additions & 2 deletions templates/parts/loop/loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
/**
* Default WordPress loop content
*
* Jetpack Infinite Scroll requires `id="posts"`.
*
* @package Reykjavik
* @copyright WebMan Design, Oliver Juhas
*
* @since 1.0.0
* @version 1.0.0
* @version 1.0.8
*/


Expand All @@ -17,7 +19,7 @@

?>

<div class="posts posts-list">
<div id="posts" class="posts posts-list">

<?php

Expand Down

0 comments on commit 29bd325

Please sign in to comment.