Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongTuyen committed Feb 12, 2019
2 parents b26e5d0 + 3d7983d commit 64d7c5e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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 : https://demos.famethemes.com/onepress)
Version: 2.2.2
Version: 2.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Expand Down
8 changes: 5 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
====================================================================
CHANGELOG
====================================================================
# CHANGELOG

# 2.2.3
* FIXED: Menu mobile not display.

# 2.2.2
* FIXED: Javascript error when hide the header on the homepage.
* FIXED: Slider not displaying good in IE 11.
Expand Down
1 change: 1 addition & 0 deletions inc/extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ function onepress_before_section( $section_id, $args = array() ) {
if ( $video_url || $video_webm_url || $video_ogv_url ) {
?>
<div class="video-section"
data-fallback="<?php echo get_theme_mod( 'onepress_hero_mobile_img' ) ? 'true' : 'false'; ?>"
data-mp4="<?php echo esc_url( $video_url ); ?>"
data-webm="<?php echo esc_url( $video_webm_url ); ?>"
data-ogv="<?php echo esc_url( $video_ogv_url ); ?>"
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 : https://demos.famethemes.com/onepress)
Version: 2.2.2
Version: 2.2.3
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 64d7c5e

Please sign in to comment.