Version Description
Download this release
Release Info
Developer | mohammed_kaludi |
Plugin | AMP for WP – Accelerated Mobile Pages |
Version | 0.9.85.4 |
Comparing to | |
See all releases |
Code changes from version 0.9.85.3 to 0.9.85.4
- README.md +1 -1
- accelerated-moblie-pages.php +2 -2
- includes/options/admin-config.php +53 -19
- readme.txt +1 -1
- templates/design-manager/swift/style.php +4 -4
README.md
CHANGED
@@ -4,7 +4,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
|
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.5
|
7 |
-
Stable tag: 0.9.85.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.5
|
7 |
+
Stable tag: 0.9.85.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
accelerated-moblie-pages.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Accelerated Mobile Pages
|
4 |
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
|
5 |
Description: AMP for WP - Accelerated Mobile Pages for WordPress
|
6 |
-
Version: 0.9.85.
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
Donate link: https://www.paypal.me/Kaludi/25
|
@@ -19,7 +19,7 @@ define('AMPFORWP_PLUGIN_DIR_URI', plugin_dir_url(__FILE__));
|
|
19 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
|
20 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
21 |
define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
|
22 |
-
define('AMPFORWP_VERSION','0.9.85.
|
23 |
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
3 |
Plugin Name: Accelerated Mobile Pages
|
4 |
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
|
5 |
Description: AMP for WP - Accelerated Mobile Pages for WordPress
|
6 |
+
Version: 0.9.85.4
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
Donate link: https://www.paypal.me/Kaludi/25
|
19 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
|
20 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
21 |
define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
|
22 |
+
define('AMPFORWP_VERSION','0.9.85.4');
|
23 |
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
includes/options/admin-config.php
CHANGED
@@ -38,7 +38,7 @@ $extension_listing_array = array(
|
|
38 |
'plugin_active_path'=> 'ads-for-wp/ads-for-wp.php',
|
39 |
'item_name'=>'ADS for WP',
|
40 |
'store_url'=>'https://accounts.ampforwp.com',
|
41 |
-
'is_activated'=>(is_plugin_active('ads-for-wp/ads-for-wp.php')? 1: 2),
|
42 |
),
|
43 |
array(
|
44 |
'name'=>'Advanced AMP ADS',
|
@@ -46,10 +46,10 @@ $extension_listing_array = array(
|
|
46 |
'img_src'=>AMPFORWP_IMAGE_DIR . '/click.png',
|
47 |
'price'=>'$29',
|
48 |
'url_link'=>'http://ampforwp.com/advanced-amp-ads/#utm_source=options-panel&utm_medium=extension-tab_advanced-amp-ads&utm_campaign=AMP%20Plugin',
|
49 |
-
|
50 |
'item_name'=>'Advanced AMP Ads',
|
51 |
'store_url'=>'https://accounts.ampforwp.com',
|
52 |
-
|
53 |
),
|
54 |
array(
|
55 |
'name'=>'Contact Form 7',
|
@@ -58,8 +58,8 @@ $extension_listing_array = array(
|
|
58 |
'price'=>'$39',
|
59 |
'url_link'=>'http://ampforwp.com/contact-form-7/#utm_source=options-panel&utm_medium=extension-tab_cf7&utm_campaign=AMP%20Plugin',
|
60 |
'plugin_active_path'=> 'amp-cf7/amp-cf7.php',
|
61 |
-
'item_name'=>'
|
62 |
-
'store_url'=>'',
|
63 |
'is_activated'=>(is_plugin_active('amp-cf7/amp-cf7.php')? 1 : 2),
|
64 |
),
|
65 |
array(
|
@@ -70,7 +70,7 @@ $extension_listing_array = array(
|
|
70 |
'url_link'=>'http://ampforwp.com/gravity-forms/#utm_source=options-panel&utm_medium=extension-tab_gf&utm_campaign=AMP%20Plugin',
|
71 |
'plugin_active_path'=> 'amp-gravity-forms/amp-gravity-forms.php',
|
72 |
'item_name'=>'Gravity Forms',
|
73 |
-
'store_url'=>'',
|
74 |
'is_activated'=>(is_plugin_active('amp-gravity-forms/amp-gravity-forms.php')? 1 : 2),
|
75 |
),
|
76 |
array(
|
@@ -80,8 +80,8 @@ $extension_listing_array = array(
|
|
80 |
'price'=>'$79',
|
81 |
'url_link'=>'http://ampforwp.com/opt-in-forms/#utm_source=options-panel&utm_medium=extension-tab_opt-in-forms&utm_campaign=AMP%20Plugin',
|
82 |
'plugin_active_path'=> 'amp-optin/amp-optin.php',
|
83 |
-
'item_name'=>'
|
84 |
-
'store_url'=>'',
|
85 |
'is_activated'=>(is_plugin_active('amp-optin/amp-optin.php')? 1 : 2),
|
86 |
),
|
87 |
array(
|
@@ -92,7 +92,7 @@ $extension_listing_array = array(
|
|
92 |
'url_link'=>'http://ampforwp.com/amp-cache/#utm_source=options-panel&utm_medium=extension-tab_cache&utm_campaign=AMP%20Plugin',
|
93 |
'plugin_active_path'=> 'amp-cache/ampforwp-cache.php',
|
94 |
'item_name'=>'AMP Cache',
|
95 |
-
'store_url'=>'',
|
96 |
'is_activated'=>(is_plugin_active('amp-cache/ampforwp-cache.php')? 1 : 2),
|
97 |
),
|
98 |
array(
|
@@ -103,7 +103,7 @@ $extension_listing_array = array(
|
|
103 |
'url_link'=>'http://ampforwp.com/call-to-action/#utm_source=options-panel&utm_medium=extension-tab_amp-cta&utm_campaign=AMP%20Plugin',
|
104 |
'plugin_active_path'=> 'AMP-cta/amp-cta.php',
|
105 |
'item_name'=>'Call To Action for AMP',
|
106 |
-
'store_url'=>'',
|
107 |
'is_activated'=>(is_plugin_active('AMP-cta/amp-cta.php')? 1 : 2),
|
108 |
),
|
109 |
array(
|
@@ -114,10 +114,22 @@ $extension_listing_array = array(
|
|
114 |
'url_link'=>'https://ampforwp.com/woocommerce/',
|
115 |
'plugin_active_path'=> 'amp-woocommerce-pro/amp-woocommerce.php',
|
116 |
'item_name'=>'WooCommerce',
|
117 |
-
'store_url'=>'',
|
118 |
'is_activated'=>(is_plugin_active('amp-woocommerce-pro/amp-woocommerce.php')? 1 : 2),
|
119 |
),
|
120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
array(
|
122 |
'name'=>'Advanced Custom Fields',
|
123 |
'desc'=>'Easily add ACF support in AMP.',
|
@@ -125,10 +137,21 @@ $extension_listing_array = array(
|
|
125 |
'price'=>'$29',
|
126 |
'url_link'=>'http://ampforwp.com/acf-amp/#utm_source=options-panel&utm_medium=extension-tab_opt-in-forms&utm_campaign=AMP%20Plugin',
|
127 |
'plugin_active_path'=> 'advanced-custom-fields/acf.php',
|
128 |
-
'item_name'=>'
|
129 |
-
'store_url'=>'',
|
130 |
'is_activated'=>(is_plugin_active('advanced-custom-fields/acf.php')? 1 : 2),
|
131 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
array(
|
133 |
'name'=>'Star Ratings',
|
134 |
'desc'=>'Star Review Ratings for AMP.',
|
@@ -136,8 +159,8 @@ $extension_listing_array = array(
|
|
136 |
'price'=>'$19',
|
137 |
'url_link'=>'http://ampforwp.com/amp-ratings/#utm_source=options-panel&utm_medium=extension-tab_amp-ratings&utm_campaign=AMP%20Plugin',
|
138 |
'plugin_active_path'=> 'amp-rating/amp-rating.php',
|
139 |
-
'item_name'=>'
|
140 |
-
'store_url'=>'',
|
141 |
'is_activated'=>(is_plugin_active('amp-rating/amp-rating.php')? 1 : 2),
|
142 |
),
|
143 |
array(
|
@@ -147,8 +170,8 @@ $extension_listing_array = array(
|
|
147 |
'price'=>'$19',
|
148 |
'url_link'=>'http://ampforwp.com/custom-post-type/#utm_source=options-panel&utm_medium=extension-tab_custom-post-type&utm_campaign=AMP%20Plugin',
|
149 |
'plugin_active_path'=> 'amp-custom-post-type/amp-custom-post-type.php',
|
150 |
-
'item_name'=>'Custom Post Type',
|
151 |
-
'store_url'=>'',
|
152 |
'is_activated'=>(is_plugin_active('amp-custom-post-type/amp-custom-post-type.php')? 1 : 2),
|
153 |
),
|
154 |
array(
|
@@ -162,6 +185,17 @@ $extension_listing_array = array(
|
|
162 |
'store_url'=>'https://accounts.ampforwp.com',
|
163 |
'is_activated'=>(is_plugin_active('structured-data-for-wp/structured-data-for-wp.php')? 1: 2),
|
164 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
array(
|
166 |
'name'=>'AMP Teaser',
|
167 |
'desc'=>'AMP Teaser automatically clips the content based on your selection',
|
@@ -737,7 +771,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
737 |
array(
|
738 |
'id' => 'ampforwp-amp-convert-to-wp',
|
739 |
'type' => 'switch',
|
740 |
-
'title' => __('Convert AMP to WP theme', 'accelerated-mobile-pages'),
|
741 |
'subtitle' => __('It makes your AMP & Non-AMP Same! (AMP will output AMP Compatible code, while WordPress will have the WP code but with the same design)', 'accelerated-mobile-pages'),
|
742 |
'default' => '0',
|
743 |
'required' => array('amp-design-selector', '=' , '4'),
|
@@ -745,7 +779,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
745 |
array(
|
746 |
'id' => 'ampforwp-amp-takeover',
|
747 |
'type' => 'switch',
|
748 |
-
'title' => __('AMP Takeover', 'accelerated-mobile-pages'),
|
749 |
'subtitle' => __('Make your non-amp to load the AMP (AMP & NON-AMP both will be AMP with same design)', 'accelerated-mobile-pages'),
|
750 |
'default' => '0'
|
751 |
),
|
38 |
'plugin_active_path'=> 'ads-for-wp/ads-for-wp.php',
|
39 |
'item_name'=>'ADS for WP',
|
40 |
'store_url'=>'https://accounts.ampforwp.com',
|
41 |
+
'is_activated'=>(is_plugin_active('ads-for-wp/ads-for-wp.php')? 1: 2),
|
42 |
),
|
43 |
array(
|
44 |
'name'=>'Advanced AMP ADS',
|
46 |
'img_src'=>AMPFORWP_IMAGE_DIR . '/click.png',
|
47 |
'price'=>'$29',
|
48 |
'url_link'=>'http://ampforwp.com/advanced-amp-ads/#utm_source=options-panel&utm_medium=extension-tab_advanced-amp-ads&utm_campaign=AMP%20Plugin',
|
49 |
+
'plugin_active_path'=> 'amp-incontent-ads/amptoolkit-incontent-ads.php',
|
50 |
'item_name'=>'Advanced AMP Ads',
|
51 |
'store_url'=>'https://accounts.ampforwp.com',
|
52 |
+
'is_activated'=>(is_plugin_active('amp-incontent-ads/amptoolkit-incontent-ads.php')? 1:2),
|
53 |
),
|
54 |
array(
|
55 |
'name'=>'Contact Form 7',
|
58 |
'price'=>'$39',
|
59 |
'url_link'=>'http://ampforwp.com/contact-form-7/#utm_source=options-panel&utm_medium=extension-tab_cf7&utm_campaign=AMP%20Plugin',
|
60 |
'plugin_active_path'=> 'amp-cf7/amp-cf7.php',
|
61 |
+
'item_name'=>'Contact Form 7 for AMP',
|
62 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
63 |
'is_activated'=>(is_plugin_active('amp-cf7/amp-cf7.php')? 1 : 2),
|
64 |
),
|
65 |
array(
|
70 |
'url_link'=>'http://ampforwp.com/gravity-forms/#utm_source=options-panel&utm_medium=extension-tab_gf&utm_campaign=AMP%20Plugin',
|
71 |
'plugin_active_path'=> 'amp-gravity-forms/amp-gravity-forms.php',
|
72 |
'item_name'=>'Gravity Forms',
|
73 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
74 |
'is_activated'=>(is_plugin_active('amp-gravity-forms/amp-gravity-forms.php')? 1 : 2),
|
75 |
),
|
76 |
array(
|
80 |
'price'=>'$79',
|
81 |
'url_link'=>'http://ampforwp.com/opt-in-forms/#utm_source=options-panel&utm_medium=extension-tab_opt-in-forms&utm_campaign=AMP%20Plugin',
|
82 |
'plugin_active_path'=> 'amp-optin/amp-optin.php',
|
83 |
+
'item_name'=>'Opt-in-Forms for AMP',
|
84 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
85 |
'is_activated'=>(is_plugin_active('amp-optin/amp-optin.php')? 1 : 2),
|
86 |
),
|
87 |
array(
|
92 |
'url_link'=>'http://ampforwp.com/amp-cache/#utm_source=options-panel&utm_medium=extension-tab_cache&utm_campaign=AMP%20Plugin',
|
93 |
'plugin_active_path'=> 'amp-cache/ampforwp-cache.php',
|
94 |
'item_name'=>'AMP Cache',
|
95 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
96 |
'is_activated'=>(is_plugin_active('amp-cache/ampforwp-cache.php')? 1 : 2),
|
97 |
),
|
98 |
array(
|
103 |
'url_link'=>'http://ampforwp.com/call-to-action/#utm_source=options-panel&utm_medium=extension-tab_amp-cta&utm_campaign=AMP%20Plugin',
|
104 |
'plugin_active_path'=> 'AMP-cta/amp-cta.php',
|
105 |
'item_name'=>'Call To Action for AMP',
|
106 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
107 |
'is_activated'=>(is_plugin_active('AMP-cta/amp-cta.php')? 1 : 2),
|
108 |
),
|
109 |
array(
|
114 |
'url_link'=>'https://ampforwp.com/woocommerce/',
|
115 |
'plugin_active_path'=> 'amp-woocommerce-pro/amp-woocommerce.php',
|
116 |
'item_name'=>'WooCommerce',
|
117 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
118 |
'is_activated'=>(is_plugin_active('amp-woocommerce-pro/amp-woocommerce.php')? 1 : 2),
|
119 |
),
|
120 |
|
121 |
+
array(
|
122 |
+
'name'=>'Newspaper AMP Theme',
|
123 |
+
'desc'=>'Advanced News Magazine theme built for AMP.',
|
124 |
+
'img_src'=>AMPFORWP_IMAGE_DIR . '/click.png',
|
125 |
+
'price'=>'$49',
|
126 |
+
'url_link'=>'https://ampforwp.com/themes/newspaper/',
|
127 |
+
'plugin_active_path'=> 'AMP-Theme/ampforwp-custom-theme.php',
|
128 |
+
'item_name'=>'Newspaper Theme for AMP',
|
129 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
130 |
+
'is_activated'=>(is_plugin_active('AMP-Theme/ampforwp-custom-theme.php')? 1 : 2),
|
131 |
+
),
|
132 |
+
|
133 |
array(
|
134 |
'name'=>'Advanced Custom Fields',
|
135 |
'desc'=>'Easily add ACF support in AMP.',
|
137 |
'price'=>'$29',
|
138 |
'url_link'=>'http://ampforwp.com/acf-amp/#utm_source=options-panel&utm_medium=extension-tab_opt-in-forms&utm_campaign=AMP%20Plugin',
|
139 |
'plugin_active_path'=> 'advanced-custom-fields/acf.php',
|
140 |
+
'item_name'=>'ACF for AMP',
|
141 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
142 |
'is_activated'=>(is_plugin_active('advanced-custom-fields/acf.php')? 1 : 2),
|
143 |
),
|
144 |
+
array(
|
145 |
+
'name'=>'AMP Comments',
|
146 |
+
'desc'=>'You can now allow the same comment functionality on AMP.',
|
147 |
+
'img_src'=>AMPFORWP_IMAGE_DIR . '/click.png',
|
148 |
+
'price'=>'$29.99',
|
149 |
+
'url_link'=>'https://ampforwp.com/amp-comments/',
|
150 |
+
'plugin_active_path'=> 'amp-comments/amp-comments.php',
|
151 |
+
'item_name'=>'AMP Comments',
|
152 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
153 |
+
'is_activated'=>(is_plugin_active('amp-comments/amp-comments.php')? 1: 2),
|
154 |
+
),
|
155 |
array(
|
156 |
'name'=>'Star Ratings',
|
157 |
'desc'=>'Star Review Ratings for AMP.',
|
159 |
'price'=>'$19',
|
160 |
'url_link'=>'http://ampforwp.com/amp-ratings/#utm_source=options-panel&utm_medium=extension-tab_amp-ratings&utm_campaign=AMP%20Plugin',
|
161 |
'plugin_active_path'=> 'amp-rating/amp-rating.php',
|
162 |
+
'item_name'=>'AMP Rating',
|
163 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
164 |
'is_activated'=>(is_plugin_active('amp-rating/amp-rating.php')? 1 : 2),
|
165 |
),
|
166 |
array(
|
170 |
'price'=>'$19',
|
171 |
'url_link'=>'http://ampforwp.com/custom-post-type/#utm_source=options-panel&utm_medium=extension-tab_custom-post-type&utm_campaign=AMP%20Plugin',
|
172 |
'plugin_active_path'=> 'amp-custom-post-type/amp-custom-post-type.php',
|
173 |
+
'item_name'=>'Custom Post Type Support for AMP',
|
174 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
175 |
'is_activated'=>(is_plugin_active('amp-custom-post-type/amp-custom-post-type.php')? 1 : 2),
|
176 |
),
|
177 |
array(
|
185 |
'store_url'=>'https://accounts.ampforwp.com',
|
186 |
'is_activated'=>(is_plugin_active('structured-data-for-wp/structured-data-for-wp.php')? 1: 2),
|
187 |
),
|
188 |
+
array(
|
189 |
+
'name'=>'Polylang For AMP',
|
190 |
+
'desc'=>'Polylang compatibility AMP',
|
191 |
+
'img_src'=>AMPFORWP_IMAGE_DIR . '/click.png',
|
192 |
+
'price'=>'$29',
|
193 |
+
'url_link'=>'https://ampforwp.com/polylang-for-amp/',
|
194 |
+
'plugin_active_path'=> 'polylang-for-amp/amp_polylang.php',
|
195 |
+
'item_name'=>'Polylang For AMP',
|
196 |
+
'store_url'=>'https://accounts.ampforwp.com',
|
197 |
+
'is_activated'=>(is_plugin_active('polylang-for-amp/amp_polylang.php')? 1: 2),
|
198 |
+
),
|
199 |
array(
|
200 |
'name'=>'AMP Teaser',
|
201 |
'desc'=>'AMP Teaser automatically clips the content based on your selection',
|
771 |
array(
|
772 |
'id' => 'ampforwp-amp-convert-to-wp',
|
773 |
'type' => 'switch',
|
774 |
+
'title' => __('Convert AMP to WP theme (Beta)', 'accelerated-mobile-pages'),
|
775 |
'subtitle' => __('It makes your AMP & Non-AMP Same! (AMP will output AMP Compatible code, while WordPress will have the WP code but with the same design)', 'accelerated-mobile-pages'),
|
776 |
'default' => '0',
|
777 |
'required' => array('amp-design-selector', '=' , '4'),
|
779 |
array(
|
780 |
'id' => 'ampforwp-amp-takeover',
|
781 |
'type' => 'switch',
|
782 |
+
'title' => __('AMP Takeover (Beta)', 'accelerated-mobile-pages'),
|
783 |
'subtitle' => __('Make your non-amp to load the AMP (AMP & NON-AMP both will be AMP with same design)', 'accelerated-mobile-pages'),
|
784 |
'default' => '0'
|
785 |
),
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
|
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.5
|
7 |
-
Stable tag: 0.9.85.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.5
|
7 |
+
Stable tag: 0.9.85.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
templates/design-manager/swift/style.php
CHANGED
@@ -51,11 +51,11 @@ header .cntr{
|
|
51 |
<?php if($redux_builder_amp['swift-padding-control']){?>padding: <?php echo $redux_builder_amp['swift-padding-control']['padding-top'] .' '.$redux_builder_amp['swift-padding-control']['padding-right'] .' '.$redux_builder_amp['swift-padding-control']['padding-bottom'] .' '.$redux_builder_amp['swift-padding-control']['padding-left'] ; ?>;<?php } ?>
|
52 |
<?php if($redux_builder_amp['swift-margin-control']){?>margin: <?php echo $redux_builder_amp['swift-margin-control']['margin-top'] .' '.$redux_builder_amp['swift-margin-control']['margin-right'] .' '.$redux_builder_amp['swift-margin-control']['margin-bottom'] .' '.$redux_builder_amp['swift-margin-control']['margin-left'] ; ?>;<?php } ?>}
|
53 |
.h_m_w{width:100%;clear:both;display: inline-flex;<?php if($redux_builder_amp['swift-height-control']){?>height:<?php echo $redux_builder_amp['swift-height-control']?>;<?php } ?>}
|
54 |
-
h-ic a:after, .h-ic a:before{font-family: 'icomoon';font-size: 23px;<?php if(isset($redux_builder_amp['swift-element-color-control'] ['rgba']) && $redux_builder_amp['swift-element-color-control'] ['rgba']){?>color: <?php echo $redux_builder_amp['swift-element-color-control']['rgba']?>;<?php } ?>}
|
55 |
-
|
56 |
-
.h-call a:after{content: "\e0cd";
|
57 |
.h-shop a:after{align-self: center;}
|
58 |
-
.h-ic{margin:0px 10px;}
|
59 |
.amp-logo a{line-height:0;display:inline-block;color:#000;}
|
60 |
.logo h1{margin: 0;font-size: 17px;font-weight: 700;text-transform: uppercase;display:inline-block;}
|
61 |
.h-srch a{line-height:1;display:block;}
|
51 |
<?php if($redux_builder_amp['swift-padding-control']){?>padding: <?php echo $redux_builder_amp['swift-padding-control']['padding-top'] .' '.$redux_builder_amp['swift-padding-control']['padding-right'] .' '.$redux_builder_amp['swift-padding-control']['padding-bottom'] .' '.$redux_builder_amp['swift-padding-control']['padding-left'] ; ?>;<?php } ?>
|
52 |
<?php if($redux_builder_amp['swift-margin-control']){?>margin: <?php echo $redux_builder_amp['swift-margin-control']['margin-top'] .' '.$redux_builder_amp['swift-margin-control']['margin-right'] .' '.$redux_builder_amp['swift-margin-control']['margin-bottom'] .' '.$redux_builder_amp['swift-margin-control']['margin-left'] ; ?>;<?php } ?>}
|
53 |
.h_m_w{width:100%;clear:both;display: inline-flex;<?php if($redux_builder_amp['swift-height-control']){?>height:<?php echo $redux_builder_amp['swift-height-control']?>;<?php } ?>}
|
54 |
+
.h-ic a:after, .h-ic a:before{font-family: 'icomoon';font-size: 23px;<?php if(isset($redux_builder_amp['swift-element-color-control'] ['rgba']) && $redux_builder_amp['swift-element-color-control'] ['rgba']){?>color: <?php echo $redux_builder_amp['swift-element-color-control']['rgba']?>;<?php } ?>}
|
55 |
+
|
56 |
+
.h-call a:after{content: "\e0cd";}
|
57 |
.h-shop a:after{align-self: center;}
|
58 |
+
.h-ic{margin:0px 10px; align-self: center;}
|
59 |
.amp-logo a{line-height:0;display:inline-block;color:#000;}
|
60 |
.logo h1{margin: 0;font-size: 17px;font-weight: 700;text-transform: uppercase;display:inline-block;}
|
61 |
.h-srch a{line-height:1;display:block;}
|