Version Description
Download this release
Release Info
Developer | themeisle |
Plugin | Llorix One Companion |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
llorix-one-companion.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Llorix One Companion
|
4 |
Plugin URI: https://github.com/Codeinwp/llorix-one-companion
|
5 |
Description: Add Our team, Our Services and Testimonials sections to Llorix One Lite theme.
|
6 |
-
Version: 1.1.
|
7 |
Author: Themeisle
|
8 |
Author URI: http://themeisle.com
|
9 |
Text Domain: llorix-one-companion
|
@@ -17,7 +17,7 @@ if ( ! function_exists( 'add_action' ) ) {
|
|
17 |
}
|
18 |
|
19 |
/* Important constants */
|
20 |
-
define( 'LLORIX_ONE_COMPANION_VERSION', '1.1.
|
21 |
define( 'LLORIX_ONE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
|
22 |
define( 'LLORIX_ONE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
|
3 |
Plugin Name: Llorix One Companion
|
4 |
Plugin URI: https://github.com/Codeinwp/llorix-one-companion
|
5 |
Description: Add Our team, Our Services and Testimonials sections to Llorix One Lite theme.
|
6 |
+
Version: 1.1.3
|
7 |
Author: Themeisle
|
8 |
Author URI: http://themeisle.com
|
9 |
Text Domain: llorix-one-companion
|
17 |
}
|
18 |
|
19 |
/* Important constants */
|
20 |
+
define( 'LLORIX_ONE_COMPANION_VERSION', '1.1.3' );
|
21 |
define( 'LLORIX_ONE_COMPANION_URL', plugin_dir_url( __FILE__ ) );
|
22 |
define( 'LLORIX_ONE_COMPANION_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
|
sections/happy-customers-section.php
CHANGED
@@ -6,7 +6,10 @@
|
|
6 |
$llorix_one_lite_happy_customers_show = get_theme_mod( 'llorix_one_lite_happy_customers_show' );
|
7 |
$llorix_one_lite_happy_customers_title = get_theme_mod( 'llorix_one_lite_happy_customers_title', esc_html__( 'Happy Customers', 'llorix-one-companion' ) );
|
8 |
$llorix_one_lite_happy_customers_subtitle = get_theme_mod( 'llorix_one_lite_happy_customers_subtitle', esc_html__( 'Cloud computing subscription model out of the box proactive solution.', 'llorix-one-companion' ) );
|
9 |
-
$default
|
|
|
|
|
|
|
10 |
$llorix_one_lite_testimonials_content = get_theme_mod( 'llorix_one_lite_testimonials_content', $default );
|
11 |
if ( function_exists( 'llorix_one_lite_general_repeater_is_empty' ) ){
|
12 |
$content_is_empty = llorix_one_lite_general_repeater_is_empty( $llorix_one_lite_testimonials_content );
|
6 |
$llorix_one_lite_happy_customers_show = get_theme_mod( 'llorix_one_lite_happy_customers_show' );
|
7 |
$llorix_one_lite_happy_customers_title = get_theme_mod( 'llorix_one_lite_happy_customers_title', esc_html__( 'Happy Customers', 'llorix-one-companion' ) );
|
8 |
$llorix_one_lite_happy_customers_subtitle = get_theme_mod( 'llorix_one_lite_happy_customers_subtitle', esc_html__( 'Cloud computing subscription model out of the box proactive solution.', 'llorix-one-companion' ) );
|
9 |
+
$default = '';
|
10 |
+
if( function_exists('llorix_one_companion_testimonials_get_default_content')){
|
11 |
+
$default = llorix_one_companion_testimonials_get_default_content();
|
12 |
+
}
|
13 |
$llorix_one_lite_testimonials_content = get_theme_mod( 'llorix_one_lite_testimonials_content', $default );
|
14 |
if ( function_exists( 'llorix_one_lite_general_repeater_is_empty' ) ){
|
15 |
$content_is_empty = llorix_one_lite_general_repeater_is_empty( $llorix_one_lite_testimonials_content );
|
sections/our-services-section.php
CHANGED
@@ -6,7 +6,10 @@
|
|
6 |
$llorix_one_lite_our_services_show = get_theme_mod( 'llorix_one_lite_our_services_show' );
|
7 |
$llorix_one_lite_our_services_title = get_theme_mod( 'llorix_one_lite_our_services_title', esc_html__( 'Our Services', 'llorix-one-companion' ) );
|
8 |
$llorix_one_lite_our_services_subtitle = get_theme_mod( 'llorix_one_lite_our_services_subtitle', esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'llorix-one-companion' ) );
|
9 |
-
$default
|
|
|
|
|
|
|
10 |
$llorix_one_lite_services = get_theme_mod( 'llorix_one_lite_services_content', $default );
|
11 |
if ( function_exists( 'llorix_one_lite_general_repeater_is_empty' ) ){
|
12 |
$content_is_empty = llorix_one_lite_general_repeater_is_empty( $llorix_one_lite_services );
|
6 |
$llorix_one_lite_our_services_show = get_theme_mod( 'llorix_one_lite_our_services_show' );
|
7 |
$llorix_one_lite_our_services_title = get_theme_mod( 'llorix_one_lite_our_services_title', esc_html__( 'Our Services', 'llorix-one-companion' ) );
|
8 |
$llorix_one_lite_our_services_subtitle = get_theme_mod( 'llorix_one_lite_our_services_subtitle', esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'llorix-one-companion' ) );
|
9 |
+
$default = '';
|
10 |
+
if( function_exists('llorix_one_companion_sevices_get_default_content')){
|
11 |
+
$default = llorix_one_companion_sevices_get_default_content();
|
12 |
+
}
|
13 |
$llorix_one_lite_services = get_theme_mod( 'llorix_one_lite_services_content', $default );
|
14 |
if ( function_exists( 'llorix_one_lite_general_repeater_is_empty' ) ){
|
15 |
$content_is_empty = llorix_one_lite_general_repeater_is_empty( $llorix_one_lite_services );
|
sections/our-team-section.php
CHANGED
@@ -7,7 +7,10 @@ $llorix_one_lite_our_team_show = get_theme_mod( 'llorix_one_lite_our_team_
|
|
7 |
$llorix_one_lite_our_team_title = get_theme_mod( 'llorix_one_lite_our_team_title', esc_html__( 'Our Team', 'llorix-one-companion' ) );
|
8 |
$llorix_one_lite_our_team_background = get_theme_mod( 'llorix_one_lite_our_team_background', llorix_one_lite_get_file( '/images/background-images/parallax-img/team-img.jpg' ) );
|
9 |
$llorix_one_lite_our_team_subtitle = get_theme_mod( 'llorix_one_lite_our_team_subtitle', esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'llorix-one-companion' ) );
|
10 |
-
$default
|
|
|
|
|
|
|
11 |
$llorix_one_lite_team_content = get_theme_mod( 'llorix_one_lite_team_content', $default );
|
12 |
if ( function_exists( 'llorix_one_lite_general_repeater_is_empty' ) ){
|
13 |
$content_is_empty = llorix_one_lite_general_repeater_is_empty( $llorix_one_lite_team_content );
|
7 |
$llorix_one_lite_our_team_title = get_theme_mod( 'llorix_one_lite_our_team_title', esc_html__( 'Our Team', 'llorix-one-companion' ) );
|
8 |
$llorix_one_lite_our_team_background = get_theme_mod( 'llorix_one_lite_our_team_background', llorix_one_lite_get_file( '/images/background-images/parallax-img/team-img.jpg' ) );
|
9 |
$llorix_one_lite_our_team_subtitle = get_theme_mod( 'llorix_one_lite_our_team_subtitle', esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'llorix-one-companion' ) );
|
10 |
+
$default = '';
|
11 |
+
if(function_exists( 'llorix_one_companion_team_get_default_content') ){
|
12 |
+
$default = llorix_one_companion_team_get_default_content();
|
13 |
+
}
|
14 |
$llorix_one_lite_team_content = get_theme_mod( 'llorix_one_lite_team_content', $default );
|
15 |
if ( function_exists( 'llorix_one_lite_general_repeater_is_empty' ) ){
|
16 |
$content_is_empty = llorix_one_lite_general_repeater_is_empty( $llorix_one_lite_team_content );
|