Skip to content

Commit

Permalink
Merge pull request #194 from FameThemes/development
Browse files Browse the repository at this point in the history
Update to 1.3.3
  • Loading branch information
shrimp2t authored Mar 8, 2017
2 parents 1b11d07 + c8c0381 commit 8b79bae
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 22 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 : http://www.famethemes.com/preview/?theme=OnePress)
Version: 1.3.2
Version: 1.3.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
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
====================================================================
CHANGELOG
=========
====================================================================

## 1.3.3
* Fix translation function that is missing a text-domain
* Correct the one text domain is being used.

## 1.3.2
* Fix js syntax.
* Update parallax hero.
Expand Down
8 changes: 4 additions & 4 deletions inc/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,15 @@ function onepress_theme_info_page() {
<?php

$select = '<select name="copy_from">';
$select .= '<option value="">'.esc_html__( 'From Theme', 'onepres' ).'</option>';
$select .= '<option value="">'.esc_html__( 'From Theme', 'onepress' ).'</option>';
$select .= '<option value="onepress">OnePress</option>';
$select .= '<option value="'.esc_attr( $child_theme->get_stylesheet() ).'">'.esc_html__( $child_theme->Name ).'</option>';
$select .= '<option value="'.esc_attr( $child_theme->get_stylesheet() ).'">'.( $child_theme->Name ).'</option>';
$select .='</select>';

$select_2 = '<select name="copy_to">';
$select_2 .= '<option value="">'.esc_html__( 'To Theme', 'onepres' ).'</option>';
$select_2 .= '<option value="">'.esc_html__( 'To Theme', 'onepress' ).'</option>';
$select_2 .= '<option value="onepress">OnePress</option>';
$select_2 .= '<option value="'.esc_attr( $child_theme->get_stylesheet() ).'">'.esc_html__( $child_theme->Name ).'</option>';
$select_2 .= '<option value="'.esc_attr( $child_theme->get_stylesheet() ).'">'.( $child_theme->Name ).'</option>';
$select_2 .='</select>';

echo $select . ' to '. $select_2;
Expand Down
10 changes: 1 addition & 9 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
=== OnePress ===

Contributors: famethemes, congthien, kientrong
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blue, light
Tested up to: 4.4.2
Stable tag: 1.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

OnePress Theme, Copyright 2015 FameThemes
OnePress Theme, Copyright 2017 FameThemes
OnePress is distributed under the terms of the GNU GPL

== Description ==
Expand Down Expand Up @@ -173,4 +166,3 @@ License: Licensed under the MIT license.
- jQuery OwlCarousel
Source: http://www.owlgraphic.com/owlcarousel/
License: Licensed under MIT

14 changes: 7 additions & 7 deletions 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.3.2
Version: 1.3.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 Expand Up @@ -1226,7 +1226,7 @@ h6, p, ul, ol, dl, blockquote, pre {
.site-footer .footer-connect {
padding: 90px 0px;
padding: 80px 0px;
padding: 5rem 0px;
padding: 5rem 0rem;
text-align: center;
}

Expand Down Expand Up @@ -2044,17 +2044,17 @@ section > .customize-partial-edit-shortcut button {
------------------------------*/
.section-padding {
padding: 70px 0px;
padding: 4.375rem 0px;
padding: 4.375rem 0rem;
}

.section-padding-lg {
padding: 90px 0px;
padding: 5.625rem 0px;
padding: 5.625rem 0rem;
}

.section-padding-larger {
padding: 140px 0px;
padding: 8.75rem 0px;
padding: 8.75rem 0rem;
}

.section-meta {
Expand Down Expand Up @@ -2353,7 +2353,7 @@ section > .customize-partial-edit-shortcut button {

.hero__content a.btn {
margin: 10px 10px 20px 0px;
margin: 0.625rem 0.625rem 1.25rem 0px;
margin: 0.625rem 0.625rem 1.25rem 0rem;
}

.hero__content p {
Expand Down Expand Up @@ -2382,7 +2382,7 @@ section > .customize-partial-edit-shortcut button {

.hero-content-style2 .hcl2-content {
padding: 50px 0px;
padding: 3.125rem 0px;
padding: 3.125rem 0rem;
}

.hero-content-style2 .hcl2-image {
Expand Down

0 comments on commit 8b79bae

Please sign in to comment.