Skip to content

Commit

Permalink
Merge pull request #227 from FameThemes/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
shrimp2t authored Jul 28, 2017
2 parents f470fc9 + e3a8927 commit ab8e745
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
9 changes: 5 additions & 4 deletions assets/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ jQuery( document ).ready( function( $ ) {
var p_to_top = header_parent.offset().top;
var st = $( document ).scrollTop();


// Set wrapper height
/*
var header_h = header_fixed.height() || 0;
var topbar = $( '#wpadminbar' ).height() || 0;
if ( topbar > 0 ) {
var topbar_pos = $( '#wpadminbar').css( 'position' );
Expand All @@ -147,6 +143,11 @@ jQuery( document ).ready( function( $ ) {
}
}

// Set wrapper height
/*
var header_h = header_fixed.height() || 0;
$wrap.height( '' );
if ( ! is_transparent){
$wrap.height( header_h + topbar );
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : http://www.famethemes.com/preview/?theme=OnePress)
Version: 1.4.0
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
====================================================================
CHANGELOG
====================================================================
## 1.4.1
* Fix js error.

## 1.4.0
* Update JS, fix footer issue.

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : http://www.famethemes.com/preview/?theme=OnePress)
Version: 1.4.0
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Expand Down

0 comments on commit ab8e745

Please sign in to comment.