Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 364f1fc

Browse files
Merge pull request #21 from Codeinwp/development
Updated documentation link Fixed issue with recommended plugin WPPR
2 parents 0b59874 + 63adc1d commit 364f1fc

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ function flymag_register_required_plugins() {
234234
$plugins = array(
235235

236236
array(
237-
'name' => 'WP Product Reviews',
238-
'slug' => 'wp-product-reviews',
237+
'name' => 'WP Product Review',
238+
'slug' => 'wp-product-review',
239239
'required' => false,
240240
),
241241

inc/customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ public function render_content()
569569
array(
570570
'title' => __('Fonts', 'flymag'),
571571
'priority' => 15,
572-
'description' => __('You can use any Google Fonts you want for the heading and/or body. See the fonts here: google.com/fonts. See the documentation if you need help with this: flyfreemedia.com/documentation/flymag', 'flymag'),
572+
'description' => __('You can use any Google Fonts you want for the heading and/or body. See the fonts here: google.com/fonts. See the documentation if you need help with this: docs.themeisle.com/article/310-flymag-documentation', 'flymag'),
573573
)
574574
);
575575
//Body fonts title

js/flymag_customizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jQuery(document).ready(function() {
1313

1414
if( jQuery( ".flymag-upsells" ).length ) {
1515

16-
jQuery('.flymag-upsells').append('<a style="width: 80%; margin: 5px auto 5px auto; display: block; text-align: center;" href="http://flyfreemedia.com/documentation/flymag/" class="button" target="_blank">{documentation}</a>'.replace('{documentation}', flymagCustomizerObject.documentation));
16+
jQuery('.flymag-upsells').append('<a style="width: 80%; margin: 5px auto 5px auto; display: block; text-align: center;" href="http://docs.themeisle.com/article/310-flymag-documentation" class="button" target="_blank">{documentation}</a>'.replace('{documentation}', flymagCustomizerObject.documentation));
1717
jQuery('.flymag-upsells').append('<a style="width: 80%; margin: 5px auto 5px auto; display: block; text-align: center;" href="https://github.com/Codeinwp/flymag" class="button" target="_blank">{github}</a>'.replace('{github}', flymagCustomizerObject.github));
1818
jQuery('.flymag-upsells').append('<a style="width: 80%; margin: 5px auto 5px auto; display: block; text-align: center;" href="https://wordpress.org/support/view/theme-reviews/flymag#postform" class="button" target="_blank">{review}</a>'.replace('{review}', flymagCustomizerObject.review));
1919

languages/flymag.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ msgstr ""
333333
msgid ""
334334
"You can use any Google Fonts you want for the heading and/or body. See the "
335335
"fonts here: google.com/fonts. See the documentation if you need help with "
336-
"this: flyfreemedia.com/documentation/flymag"
336+
"this: docs.themeisle.com/article/310-flymag-documentation"
337337
msgstr ""
338338

339339
#: D:\Programe\InstantWP\InstantWP_4.3.1\iwpserver\htdocs\wordpress\wp-content\themes\flymag/inc/customizer.php:532

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://themeisle.com/themes/flymag/
44
Author: Themeisle
55
Author URI: http://themeisle.com
66
Description: Flymag is a responsive magazine theme with a modern look. Flymag lets you use any of the 600+ Google Fonts, provides color options for a lot of the theme elements and also offers you some useful page templates. With Flymag you can easily build your front page magazine-layout using the built in widgets specifically designed for this task.
7-
Version: 1.09
7+
Version: 1.10
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: flymag

0 commit comments

Comments
 (0)