From 817670514f7eb5066172c6d4fb4f858657329585 Mon Sep 17 00:00:00 2001 From: Mayuko Moriyama Date: Tue, 12 Apr 2016 18:57:32 +0900 Subject: [PATCH 1/3] Data format for index/archive/search page is not translatable. --- content-search.php | 4 ++-- content.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content-search.php b/content-search.php index e40b5a9..7898aab 100644 --- a/content-search.php +++ b/content-search.php @@ -37,8 +37,8 @@
- - + +
diff --git a/content.php b/content.php index d6625ad..158070b 100644 --- a/content.php +++ b/content.php @@ -33,8 +33,8 @@
- - + +
From b1bb9c56cfa6ed5023454171a7ee3270265b296f Mon Sep 17 00:00:00 2001 From: Mayuko Moriyama Date: Tue, 12 Apr 2016 18:57:53 +0900 Subject: [PATCH 2/3] JetPack's P is using a capital letter. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d59967a..0c3fb54 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: Llorix One Lite Theme URI: http://themeisle.com/themes/llorix-one/ Author: ThemeIsle Author URI: http://themeisle.com/ -Description: Llorix One Lite is a free and beautiful one page business WordPress theme, with a flat and clean bootstrap based design and an elegant parallax effect. It provides a simple,minimal and modern look that can be used for any kind of personal businesses or startup mobile app. The landing page has a fullscreen hero image and blue & orange appearance with buttons and icons promoting simplicity and elegance at their best. The theme provides a responsive blog section, is eCommerce ready (WooCommerce store compatible), WPML, bbPress, Photo Gallery Grid,Contact Form 7,Meta Slider,SiteOrigin Page Builder, JetPack compatible and SEO friendly. You can use it for your business / startup shop, agency, corporate website, or photography portfolio. +Description: Llorix One Lite is a free and beautiful one page business WordPress theme, with a flat and clean bootstrap based design and an elegant parallax effect. It provides a simple, minimal and modern look that can be used for any kind of personal businesses or startup mobile app. The landing page has a fullscreen hero image and blue & orange appearance with buttons and icons promoting simplicity and elegance at their best. The theme provides a responsive blog section, is eCommerce ready (WooCommerce store compatible), WPML, bbPress, Photo Gallery Grid, Contact Form 7, Meta Slider, SiteOrigin Page Builder, Jetpack compatible and SEO friendly. You can use it for your business / startup shop, agency, corporate website, or photography portfolio. Version: 0.1.13 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 1fefd6913ed8af7d463b05c40697181c24925c0c Mon Sep 17 00:00:00 2001 From: Mayuko Moriyama Date: Tue, 12 Apr 2016 23:13:00 +0900 Subject: [PATCH 3/3] Word order should be changeable. --- inc/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/customizer.php b/inc/customizer.php index cd7af62..86cca43 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -33,7 +33,7 @@ public function render_content(){ class LlorixOneLite_Front_Page_Instructions extends WP_Customize_Control { public function render_content() { - echo __( 'To customize the Frontpage sections please create a page and select the template "Frontpage" for that page. After that, go to Appearance -> Customize -> Static Front Page and under "Static Front Page" select "A static page". Finally, for "Front page" choose the page you previously created.','llorix-one-lite' ).'

'.__( 'Need further informations? Check this','llorix-one-lite' ).' '.__( 'doc','llorix-one-lite').''; + echo __( 'To customize the Frontpage sections please create a page and select the template "Frontpage" for that page. After that, go to Appearance -> Customize -> Static Front Page and under "Static Front Page" select "A static page". Finally, for "Front page" choose the page you previously created.','llorix-one-lite' ).'

'.sprintf(__( 'Need further informations? Check this %s.','llorix-one-lite' ), ' '.__( 'doc','llorix-one-lite').''); } }