diff --git a/assets/sass/style.scss b/assets/sass/style.scss index ffb212d5..0e59efa2 100644 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -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 diff --git a/changelog.md b/changelog.md index 0bc0e26f..edbbb7dc 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/inc/dashboard.php b/inc/dashboard.php index 9aa7fc8a..10e893b0 100644 --- a/inc/dashboard.php +++ b/inc/dashboard.php @@ -382,15 +382,15 @@ function onepress_theme_info_page() { '; - $select .= ''; + $select .= ''; $select .= ''; - $select .= ''; + $select .= ''; $select .=''; $select_2 = ''; echo $select . ' to '. $select_2; diff --git a/readme.txt b/readme.txt index 606340f3..3f96ef05 100644 --- a/readme.txt +++ b/readme.txt @@ -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 == @@ -173,4 +166,3 @@ License: Licensed under the MIT license. - jQuery OwlCarousel Source: http://www.owlgraphic.com/owlcarousel/ License: Licensed under MIT - diff --git a/style.css b/style.css index ad991ddd..6cbc4992 100644 --- a/style.css +++ b/style.css @@ -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 @@ -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; } @@ -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 { @@ -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 { @@ -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 {