Version Description
(28 April 2017) = * View more details on: https://ampforwp.com/0-9-48-released-step-towards-multilingual-support-55th-update/ * The default translation method of WordPress added. (Option in Translation panel to switch between * Translation panel and POT file #540) * A new Advertisement slot added above the related posts in the Single. It not only gives better options for people to display ads but this ad slot is also very handy if you are using ad companies like Taboola and RevContent. * Another Advertisement slot added below the post title in the Single post. * Fatal error: require_once report-bugs.php #747 fixed * Add / for codes in Meta Description #766 fixed * Controls re-adjusted & Renamed title of yoast description control in Options panel * Design-3 Slider URL redirecting to non-AMP page #758 * Added new sanitizer For HTML to AMP-HTML conversion * Sanitized Archive descriptions so that it would convert to AMP * Comments sanitized with new sanitizer so that HTML tags automatically become AMP compatible. * 301 redirects on non-pretty internal links #767 * Create a filter to modify the value of rel="amphtml" #778 * Max-width added for images in comments * If in WooCommerce ?amp endpoint set then update href. * Undefined Variable (Debug) #733 and many other debug issues were fixed * Show last updated Post instead of published date #575 * WooCommerce Widget added to display latest products on homepage. #763 * add amp_post_template_above_footer hook global in all the designs #779 * Excerpt on top of the content in Single #665 * Subscribe box has been improved for the UX needs #712 * Notice warnings since 0.4.2 update #740 * AMP Comments Form Integration with the extension * Filter added on the loop in Homepage of the Design 3 so that it can be modified with an external plugin. * 404 on paged home page #781 * Twitter handle should be at the end of the tweet not in the beginning #787 * Wrong Rel Canonical for AMP Custom Frontpage #799 * Merged a pull request #761 that will improve the title and description output that is much more stable and flexible for future enhancement and use. It was contributed by Sybre Waaijer - Thanks mate for the contribution, we (our team and users) really appreciate your hard work done on this code. * Extension page user experienced improved. * Removed old Youtube installation video and replaced with new one.
Release Info
Developer | mohammed_kaludi |
Plugin | AMP for WP – Accelerated Mobile Pages |
Version | 0.9.48 |
Comparing to | |
See all releases |
Code changes from version 0.9.47.2 to 0.9.48
- README.md +205 -11
- accelerated-moblie-pages.php +11 -9
- images/acf.png +0 -0
- images/click.png +0 -0
- images/comments-banner.png +0 -0
- images/comments.png +0 -0
- images/cta-banner.png +0 -0
- images/dfp.png +0 -0
- images/email.png +0 -0
- images/mac-click.png +0 -0
- images/puzzel.png +0 -0
- images/star.png +0 -0
- images/woo.png +0 -0
- includes/includes.php +3 -3
- includes/newsletter.php +14 -14
- includes/options/admin-config.php +815 -420
- includes/options/redux-core/assets/css/redux-admin.css +63 -7
- includes/options/redux-custom.css +2 -1
- includes/welcome.php +28 -28
- languages/ampforwp.pot +3755 -0
- languages/how-to-use-a-pot-file.txt +20 -0
- readme.txt +42 -8
- templates/{widget.php → category-widget.php} +12 -12
- templates/custom-amp-content.php +4 -3
- templates/custom-sanitizer.php +123 -0
- templates/customizer/customizer.php +39 -36
- templates/design-manager/design-1/archive.php +19 -9
- templates/design-manager/design-1/elements/comments.php +8 -9
- templates/design-manager/design-1/elements/content.php +8 -3
- templates/design-manager/design-1/elements/meta-info.php +3 -3
- templates/design-manager/design-1/elements/meta-taxonomy.php +3 -3
- templates/design-manager/design-1/elements/related-posts.php +2 -1
- templates/design-manager/design-1/elements/simple-comment-button.php +1 -1
- templates/design-manager/design-1/elements/social-icons.php +1 -1
- templates/design-manager/design-1/elements/title.php +1 -0
- templates/design-manager/design-1/footer.php +8 -9
- templates/design-manager/design-1/frontpage.php +18 -15
- templates/design-manager/design-1/header-bar.php +4 -4
- templates/design-manager/design-1/index.php +4 -5
- templates/design-manager/design-1/search.php +6 -6
- templates/design-manager/design-1/single.php +2 -2
- templates/design-manager/design-1/style.php +4 -3
- templates/design-manager/design-2/archive.php +14 -5
- templates/design-manager/design-2/elements/comments.php +8 -9
- templates/design-manager/design-2/elements/content.php +7 -4
- templates/design-manager/design-2/elements/meta-info.php +4 -4
- templates/design-manager/design-2/elements/meta-taxonomy.php +2 -2
- templates/design-manager/design-2/elements/related-posts.php +2 -1
- templates/design-manager/design-2/elements/simple-comment-button.php +1 -1
- templates/design-manager/design-2/elements/social-icons.php +1 -1
- templates/design-manager/design-2/elements/title.php +1 -0
- templates/design-manager/design-2/footer.php +6 -6
- templates/design-manager/design-2/frontpage.php +17 -16
- templates/design-manager/design-2/header-bar.php +5 -5
- templates/design-manager/design-2/index.php +3 -2
- templates/design-manager/design-2/search.php +6 -4
- templates/design-manager/design-2/single.php +2 -1
- templates/design-manager/design-2/style.php +5 -4
- templates/design-manager/design-3/archive.php +15 -8
- templates/design-manager/design-3/elements/comments.php +8 -9
- templates/design-manager/design-3/elements/content.php +8 -3
- templates/design-manager/design-3/elements/meta-info.php +3 -4
- templates/design-manager/design-3/elements/related-posts.php +4 -1
- templates/design-manager/design-3/elements/simple-comment-button.php +1 -1
- templates/design-manager/design-3/elements/social-icons.php +1 -1
- templates/design-manager/design-3/elements/title.php +1 -0
- templates/design-manager/design-3/footer.php +6 -6
- templates/design-manager/design-3/frontpage.php +18 -17
- templates/design-manager/design-3/header-bar.php +5 -5
- templates/design-manager/design-3/index.php +16 -12
- templates/design-manager/design-3/search.php +5 -5
- templates/design-manager/design-3/style.php +7 -6
- templates/features.php +285 -154
- templates/report-bugs.php +3 -3
- templates/search-functions.php +2 -2
- templates/woo-widget.php +212 -0
@@ -1,10 +1,10 @@
|
|
1 |
=== AMP for WP - Accelerated Mobile Pages ===
|
2 |
Contributors: mohammed_kaludi, ahmedkaludi, ampforwp
|
3 |
-
Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, google, plugin
|
4 |
Donate link: https://www.paypal.me/Kaludi/5
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.7.
|
7 |
-
Stable tag: 0.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -15,7 +15,7 @@ AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) func
|
|
15 |
|
16 |
[What's New in this Version?](http://ampforwp.com/new/) | [Priority Support](https://ampforwp.com/priority-support/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) | [View Demo](https://demo.ampforwp.com/amp/) | [Screenshots](https://wordpress.org/plugins/accelerated-mobile-pages/screenshots/) | [Community](http://ampforwp.com/community/)
|
17 |
|
18 |
-
[youtube https://www.youtube.com/watch?v=
|
19 |
|
20 |
> <strong>Extensions</strong><br>
|
21 |
> Some useful extensions to extend AMP features, check [AMP Adsense Support](https://ampforwp.com/advanced-amp-ads/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin), [Custom Post Type Support](https://ampforwp.com/custom-post-type/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) and [DoubleClick Support](https://ampforwp.com/doubleclick-for-publishers/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin). To view more, go to our [Extensions page](https://ampforwp.com/extensions/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin).
|
@@ -29,11 +29,16 @@ AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) func
|
|
29 |
|
30 |
= Features: =
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
* NEW - Design 3 [Watch the Video Overview](https://www.youtube.com/watch?v=ub1pwskt3Rc)
|
33 |
-
*
|
34 |
-
*
|
35 |
-
*
|
36 |
-
*
|
37 |
* Mobile Redirection - More than 50% of your traffic is from mobile and you aren’t doing anything to improve their user experience, which means you are falling behind on SEO and it can result in lower SERPS. Lightning fast mobile version means faster User experience means more engagement which directly results in the lower bounce rate.
|
38 |
* Custom Post Type Support
|
39 |
* Star Ratings
|
@@ -48,7 +53,6 @@ AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) func
|
|
48 |
* Recent Comments list
|
49 |
* Automatically integrate AMP to your website.
|
50 |
* Google Adsense (AMP-AD) Support with 4 different Ad slots across the layout! The First Plugin to have this capability.
|
51 |
-
* 7 Advertisement sizes
|
52 |
* Google Analytics Support.
|
53 |
* User Friendly Theme Options Panel.
|
54 |
* Unlimited Color Scheme.
|
@@ -73,6 +77,7 @@ AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) func
|
|
73 |
* Piwik & Segment.com Support
|
74 |
* Incontent & DoubleClick Support
|
75 |
* Great Support & Active Development.
|
|
|
76 |
|
77 |
**[JOIN CHAT GROUP COMMUNITY](http://ampforwp.com/community/)**: Purpose of this group is to get proper suggestions and feedback from plugin users and the community so that we can make the plugin even better.
|
78 |
|
@@ -126,6 +131,195 @@ You can contact me using this url: http://ampforwp.com/contact/
|
|
126 |
|
127 |
== Changelog ==
|
128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
= 0.9.43.1 =
|
130 |
* View more details at https://ampforwp.com/0-9-43-1-released-stability-sprint-1-49th-update/
|
131 |
* Emoji in comments leads to AMP errors
|
@@ -135,7 +329,7 @@ You can contact me using this url: http://ampforwp.com/contact/
|
|
135 |
* Custom header and footer areas
|
136 |
* Sticky posts now come on top #564
|
137 |
* Footer non-amplink added in design 3 #562
|
138 |
-
* HTML
|
139 |
|
140 |
= 0.9.42 =
|
141 |
* View more details at https://ampforwp.com/design-three-update/
|
@@ -399,7 +593,7 @@ You can contact me using this url: http://ampforwp.com/contact/
|
|
399 |
* Added Support for Segment.com Analytics(Ticket #50)
|
400 |
* Added a switch for hiding Non-Amp page link from Footer.( Ticket #189)
|
401 |
* Added an Option that strips Users URL from Comments Section(Ticket #180)
|
402 |
-
* Fixed stripping <date> tags from the content , Since it was preventing validation
|
403 |
* UX Improved for every section of AMP Options page
|
404 |
* Added Settings button on plugin page
|
405 |
* Related posts switch added
|
1 |
=== AMP for WP - Accelerated Mobile Pages ===
|
2 |
Contributors: mohammed_kaludi, ahmedkaludi, ampforwp
|
3 |
+
Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, google, plugin, SEO
|
4 |
Donate link: https://www.paypal.me/Kaludi/5
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.7.4
|
7 |
+
Stable tag: 0.9.48
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
15 |
|
16 |
[What's New in this Version?](http://ampforwp.com/new/) | [Priority Support](https://ampforwp.com/priority-support/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) | [View Demo](https://demo.ampforwp.com/amp/) | [Screenshots](https://wordpress.org/plugins/accelerated-mobile-pages/screenshots/) | [Community](http://ampforwp.com/community/)
|
17 |
|
18 |
+
[youtube https://www.youtube.com/watch?v=jglJGmlZyos]
|
19 |
|
20 |
> <strong>Extensions</strong><br>
|
21 |
> Some useful extensions to extend AMP features, check [AMP Adsense Support](https://ampforwp.com/advanced-amp-ads/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin), [Custom Post Type Support](https://ampforwp.com/custom-post-type/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) and [DoubleClick Support](https://ampforwp.com/doubleclick-for-publishers/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin). To view more, go to our [Extensions page](https://ampforwp.com/extensions/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin).
|
29 |
|
30 |
= Features: =
|
31 |
|
32 |
+
* NEW - Email Opt-in Subscription form support in AMP added
|
33 |
+
* NEW - Call to Action boxes and notification bars
|
34 |
+
* NEW - 9 Advertisement sizes - 2 More AD slots added recently
|
35 |
+
* NEW - Comments Forms in AMP.
|
36 |
+
* NEW - Native AMP Search functionality.
|
37 |
* NEW - Design 3 [Watch the Video Overview](https://www.youtube.com/watch?v=ub1pwskt3Rc)
|
38 |
+
* Disqus Comments Support
|
39 |
+
* Google Tag Manager Support
|
40 |
+
* Page, Category & Tags Support Added
|
41 |
+
* Custom AMP Editor - Which allows you to override your Content that you had written in Post or page, so you can add the different content just for AMP.
|
42 |
* Mobile Redirection - More than 50% of your traffic is from mobile and you aren’t doing anything to improve their user experience, which means you are falling behind on SEO and it can result in lower SERPS. Lightning fast mobile version means faster User experience means more engagement which directly results in the lower bounce rate.
|
43 |
* Custom Post Type Support
|
44 |
* Star Ratings
|
53 |
* Recent Comments list
|
54 |
* Automatically integrate AMP to your website.
|
55 |
* Google Adsense (AMP-AD) Support with 4 different Ad slots across the layout! The First Plugin to have this capability.
|
|
|
56 |
* Google Analytics Support.
|
57 |
* User Friendly Theme Options Panel.
|
58 |
* Unlimited Color Scheme.
|
77 |
* Piwik & Segment.com Support
|
78 |
* Incontent & DoubleClick Support
|
79 |
* Great Support & Active Development.
|
80 |
+
* Widgets & WooCommerce
|
81 |
|
82 |
**[JOIN CHAT GROUP COMMUNITY](http://ampforwp.com/community/)**: Purpose of this group is to get proper suggestions and feedback from plugin users and the community so that we can make the plugin even better.
|
83 |
|
131 |
|
132 |
== Changelog ==
|
133 |
|
134 |
+
= 0.9.48 (28 April 2017) =
|
135 |
+
* View more details on: https://ampforwp.com/0-9-48-released-step-towards-multilingual-support-55th-update/
|
136 |
+
* The default translation method of WordPress added. (Option in Translation panel to switch between * Translation panel and POT file #540)
|
137 |
+
* A new Advertisement slot added above the related posts in the Single. It not only gives better options for people to display ads but this ad slot is also very handy if you are using ad companies like Taboola and RevContent.
|
138 |
+
* Another Advertisement slot added below the post title in the Single post.
|
139 |
+
* Fatal error: require_once report-bugs.php #747 fixed
|
140 |
+
* Add / for codes in Meta Description #766 fixed
|
141 |
+
* Controls re-adjusted & Renamed title of yoast description control in Options panel
|
142 |
+
* Design-3 Slider URL redirecting to non-AMP page #758
|
143 |
+
* Added new sanitizer For HTML to AMP-HTML conversion
|
144 |
+
* Sanitized Archive descriptions so that it would convert to AMP
|
145 |
+
* Comments sanitized with new sanitizer so that HTML tags automatically become AMP compatible.
|
146 |
+
* 301 redirects on non-pretty internal links #767
|
147 |
+
* Create a filter to modify the value of rel="amphtml" #778
|
148 |
+
* Max-width added for images in comments
|
149 |
+
* If in WooCommerce ?amp endpoint set then update href.
|
150 |
+
* Undefined Variable (Debug) #733 and many other debug issues were fixed
|
151 |
+
* Show last updated Post instead of published date #575
|
152 |
+
* WooCommerce Widget added to display latest products on homepage. #763
|
153 |
+
* add amp_post_template_above_footer hook global in all the designs #779
|
154 |
+
* Excerpt on top of the content in Single #665
|
155 |
+
* Subscribe box has been improved for the UX needs #712
|
156 |
+
* Notice warnings since 0.4.2 update #740
|
157 |
+
* AMP Comments Form Integration with the extension
|
158 |
+
* Filter added on the loop in Homepage of the Design 3 so that it can be modified with an external plugin.
|
159 |
+
* 404 on paged home page #781
|
160 |
+
* Twitter handle should be at the end of the tweet not in the beginning #787
|
161 |
+
* Wrong Rel Canonical for AMP Custom Frontpage #799
|
162 |
+
* Merged a pull request #761 that will improve the title and description output that is much more stable and flexible for future enhancement and use. It was contributed by Sybre Waaijer - Thanks mate for the contribution, we (our team and users) really appreciate your hard work done on this code.
|
163 |
+
* Extension page user experienced improved.
|
164 |
+
* Removed old Youtube installation video and replaced with new one.
|
165 |
+
|
166 |
+
= 0.9.47.2 (12 April 2017) =
|
167 |
+
* Design-3 Slider URL redirecting to non-AMP page #758
|
168 |
+
* Ads showing in comments #768
|
169 |
+
|
170 |
+
= 0.9.47.1 (11 April 2017) =
|
171 |
+
* Meta description option improved in SEO section #766
|
172 |
+
* Fatal error: require_once report-bugs.php #747
|
173 |
+
|
174 |
+
= 0.9.47 (10 April 2017) =
|
175 |
+
* View more details at https://ampforwp.com/0-9-47-released-54th-update/
|
176 |
+
* Meta saving method updated for customAMP content editor checkbox was causing some conflict.
|
177 |
+
* Wrong Yoast title and structured data in Custom Frontpage fixed
|
178 |
+
* CSS minification all 3 designs
|
179 |
+
* Polylang flags in menu was causing validation issue, is now resolved
|
180 |
+
* WPML flags in menu was causing validation issue, is now resolved
|
181 |
+
* Standardized function created for content sanitization.
|
182 |
+
* Archive description now displays AMP compatible markup
|
183 |
+
* Comments markup sanitized for AMP
|
184 |
+
* Design 3 images not aligned properly, fixed
|
185 |
+
* Images are aligned to center in Design 1.
|
186 |
+
* carousel ending with //amp instead of /amp – fixed #753
|
187 |
+
* Title of the Post along with Post link when shared in twitter #683
|
188 |
+
* Ads were cutting in half in RTL, fixed
|
189 |
+
* Add / at the end of AMP links with in the AMP pages (Internal links) #668
|
190 |
+
* Rendering the wrong URLs in front page if paged #742
|
191 |
+
* Option to turn off AMP on all pages, so people can turn on only for specific pages #746
|
192 |
+
* Need Meta Description on amp pages #741
|
193 |
+
* Woocommerce Loop shortcode updated
|
194 |
+
* Call Now Button added in header #563
|
195 |
+
* Post images are not centered in Design 3 #695
|
196 |
+
* UX of GTM settings done, since users were getting confused #700
|
197 |
+
* Front page amphtml fixed for paginated pages
|
198 |
+
|
199 |
+
= 0.9.45.6 (31 March 2017) =
|
200 |
+
* Installation Process from welcome page was not working after WP Plugin DIR API change was fixed.
|
201 |
+
* WP Rocket Minifcation and Concatenation was not working, its fixed now.
|
202 |
+
* WP Rocket was tested properly to make sure everything is working fine.
|
203 |
+
|
204 |
+
= 0.9.45.5 (25 March 2017) =
|
205 |
+
* WP rocket conflict solved
|
206 |
+
* Cannot set property ‘innerHTML’ of null issue fixed
|
207 |
+
|
208 |
+
= 0.9.45.3 (21 March 2017) =
|
209 |
+
* Post 0.9.45 bugs fixed and released as an urgent update.
|
210 |
+
|
211 |
+
= 0.9.45.1 (19 March 2017) =
|
212 |
+
* Post 0.9.45 bugs fixed and released as an urgent update.
|
213 |
+
|
214 |
+
= 0.9.45 (18 March 2017) =
|
215 |
+
* View more details at https://ampforwp.com/0-9-45-released-compatibility-rtl-53rd-update/
|
216 |
+
* W3Total cache compatibility added
|
217 |
+
* RTL Support added for Right-to-Left language websites.
|
218 |
+
* Comments Pagination feature added
|
219 |
+
* WP-Rocket Compatibility added
|
220 |
+
* WPML Compatibility added
|
221 |
+
* Quantcast analytics support added
|
222 |
+
* ComScore support added
|
223 |
+
* Custom Yoast title support added #685
|
224 |
+
* WooCommerce Shortcode: Allows you to display WooCommerce Products. [amp-woocommerce num=6] will display the 6 products from WooCommerce. [amp-woocommerce num=6 link=noamp] will display 6 products but they will go to non-amp website, if you want to link to AMP version of the page then use [amp-woocommerce num=6 link=amp]
|
225 |
+
* Admin area UX improvements
|
226 |
+
* Adding notifications script in the correct way
|
227 |
+
* Comments now display on frontpage as well.
|
228 |
+
* Re-positioned non-amp Header link control to the right section.
|
229 |
+
* ?nonamp=1 only displays when the Mobile redirection is on
|
230 |
+
* Properly adding iFrame js.
|
231 |
+
* Custom Post type incompatibility fixed
|
232 |
+
* Widgets added to the Custom Frontpage.
|
233 |
+
* Stripping shortcodes from excerpts.
|
234 |
+
* Custom content on static frontpage had over riding issue #687
|
235 |
+
* Option added for controlling number of comments
|
236 |
+
* Welcome page should be shown only if user is “administrator” #696
|
237 |
+
* Digg Digg social share compatibility #694
|
238 |
+
* Removed unnecessary lines from Design 3
|
239 |
+
* Sanitized Archive Description to amp Compatible #659
|
240 |
+
* Author box now displays HTML properly #645
|
241 |
+
* Date added Design-3 in meta #583
|
242 |
+
* Options link was removed from wp-admin tool bar after a feedback from a user.
|
243 |
+
* Footer sub menus layout compatibility.
|
244 |
+
|
245 |
+
|
246 |
+
= 0.9.44 (5 March 2017) =
|
247 |
+
* View more details at https://ampforwp.com/user-experience-52nd-update/
|
248 |
+
* Added Welcome Screen for better User experience. [Enhancement]
|
249 |
+
* Undefined Index debug error resolved [Bug fix]
|
250 |
+
* All in one SEO Support support tested [3rd party compatibility]
|
251 |
+
* Frontpage title in Design 3 is out of the container #644 [Bug fix]
|
252 |
+
* Default Table markup in AMP #643 [Enhancement]
|
253 |
+
* AMP carousel is not working on Frontpage #641 [Bug fix]
|
254 |
+
* Social share .js was getting added even when it was not required #638 [Bug fix]
|
255 |
+
* Search Feature added for Design 1 & Design 2 [Major Improvement]
|
256 |
+
* Accordion script loading issue in Design 3 #634 [Bug fix]
|
257 |
+
* ?nonamp=1 links should be nofollow #622 [Bug fix]
|
258 |
+
* Same Header and Color Scheme are making header elements invisible #629 [Enhancement]
|
259 |
+
* In Search AMP rel canonical was different #631 [Bug fix]
|
260 |
+
* Non-AMP link in Design 3 was not working when mobile redirection was enabled #632 [Bug fix]
|
261 |
+
* Search form text strings are now added in the translation panel #607 [Bug fix]
|
262 |
+
* Load AMP-ads conditionally only if ads are available #609 [Bug fix]
|
263 |
+
* Added compatibility with Custom post type extension. Option to hide/show AMP on all custom post types #587 [Bug fix]
|
264 |
+
* Report a Bug & Request feature links added [Enhancement]
|
265 |
+
* If there was no menu set in Design 3 then all pages were getting displayed. #613 [Bug fix]
|
266 |
+
* The tag Font is disallowed #616 [Validation Improved]
|
267 |
+
* index/noindex separately added for Tags and also for Categories #606 [Enhancement]
|
268 |
+
* Use of undefined constant AMP_QUERY_VAR #596 [Bug fixed]
|
269 |
+
* Logo is not centered in Design 3 #586 [Bug fixed]
|
270 |
+
* Remove defer, a very rare type of defer was getting added #589 [Validation Improved]
|
271 |
+
* Disqus comments iframe had scrolling issues #566 [Bug fixed]
|
272 |
+
* Left side blank gap in the RTL in design 2 #541 [Bug fixed]
|
273 |
+
* Inline Styles not working correctly in Custom AMP Editor #533 [Bug fixed]
|
274 |
+
* Re-save permalinks issues. Flushing rewrites with options saved. #511 [Improvement]
|
275 |
+
* Code review and cleaning of the customizer #404 [Code Cleaning]
|
276 |
+
* Google Search iframe had some header alignment issues in Design 3. #624 - Thank you Leo Osa @leoosa for the contribution! [Bug fixed]
|
277 |
+
* AMP Frontpage + Override AMP Content = Blank page #604 [Bug fixed]
|
278 |
+
* Widget area added on the homepage with an 'AMP Category Blocks' widget. It means you can display multiple category blocks the homepage. This allows you to display complex layouts, even on AMP. [Major Improvement]
|
279 |
+
* Auto-append /amp at the end of internal links in Menu with an option in the Menu section of the options panel #531 [Major Improvement]
|
280 |
+
Reformatting and Minifying of stylesheet [Code Cleaning]
|
281 |
+
* Created a new section for Homepage and moved some controls from other areas to the home section for the better user experience. [User Experience]
|
282 |
+
* Override Homepage Thumbnail size option added. It will give you more control over your thumbnails. [Major Improvement]
|
283 |
+
* New color picker added to change the color of the header elements in the Design 3 to give you better control over the design. [Enhancement]
|
284 |
+
* Extra amp-carousel script loading is now fixed. [Bug fixed]
|
285 |
+
* Crafting of layout code in design 2 and design 3, especially with social icons area. [Code Cleaning]
|
286 |
+
* Design of search form was not clickable in iOS devices #621 [Bug fixed]
|
287 |
+
* Disqus iframe was loading even when there was no disqus name was added in the option. We found that many users might be enabling it without knowing the output and then they seem to forget, which was causing them validation warnings. [Bug fixed]
|
288 |
+
|
289 |
+
= 0.9.43.6 =
|
290 |
+
* View more details at https://ampforwp.com/stability-sprint-3-51st-update/
|
291 |
+
* Typo in the is_home() function fixed
|
292 |
+
* Option to hide/show AMP on all custom post types #587
|
293 |
+
* False detection by Windows defender tool fixed
|
294 |
+
* Conditional tags were not compatible with Advanced AMP ads which were causing some conflicts but is now fixed.
|
295 |
+
|
296 |
+
= 0.9.43.5 =
|
297 |
+
* View more details at https://ampforwp.com/stability-sprint-2-50th-update/
|
298 |
+
* Fixed shortcodes issue in related posts #543
|
299 |
+
* Iframe Scripts Added properly
|
300 |
+
* Proper conditions added for the social section of Design 3
|
301 |
+
* Featured Image issue stretched in Design 2 & 3
|
302 |
+
* Removed extra global $redux_builder_amp;
|
303 |
+
* Custom Logo Dimensions option added #479
|
304 |
+
* Index & NoIndex options added for SEO section. #558
|
305 |
+
* Added URL for rewrite flushing rules in Options
|
306 |
+
* Option to enable and disable the Author area in Design 3#577
|
307 |
+
* Rel Nofollow added in credit link
|
308 |
+
* debug issue solved: fn_offset not defined
|
309 |
+
* debug issue solved: global $post not declared
|
310 |
+
* The word 'ago' is now translatable in design 3
|
311 |
+
* The word 'read next' is translatable now
|
312 |
+
* Tablepress compatibility added #392
|
313 |
+
* Secure API server is now serving through Google Cloud Manager.
|
314 |
+
* Thrive Content builder was displaying twice when the Custom AMP content was on. It was a complex issue which has been solved now.
|
315 |
+
* amp-ad extension.js script was loading if the Ads are not enabled. #598
|
316 |
+
* Social Share Extension Included on Homepage even if we didn't have social icons #599
|
317 |
+
* Installation UX improvement #593
|
318 |
+
* Removed duplicate global variable
|
319 |
+
* Proper OG tags added #588
|
320 |
+
* Proper instructions added for Custom AMP content #471
|
321 |
+
|
322 |
+
|
323 |
= 0.9.43.1 =
|
324 |
* View more details at https://ampforwp.com/0-9-43-1-released-stability-sprint-1-49th-update/
|
325 |
* Emoji in comments leads to AMP errors
|
329 |
* Custom header and footer areas
|
330 |
* Sticky posts now come on top #564
|
331 |
* Footer non-amplink added in design 3 #562
|
332 |
+
* HTML Paragraph tag is shown in the title in category! #518
|
333 |
|
334 |
= 0.9.42 =
|
335 |
* View more details at https://ampforwp.com/design-three-update/
|
593 |
* Added Support for Segment.com Analytics(Ticket #50)
|
594 |
* Added a switch for hiding Non-Amp page link from Footer.( Ticket #189)
|
595 |
* Added an Option that strips Users URL from Comments Section(Ticket #180)
|
596 |
+
* Fixed stripping <date> tags from the content , Since it was preventing validation
|
597 |
* UX Improved for every section of AMP Options page
|
598 |
* Added Settings button on plugin page
|
599 |
* Related posts switch added
|
@@ -3,10 +3,10 @@
|
|
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.
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
-
Donate link: https://www.paypal.me/Kaludi/
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
@@ -16,10 +16,11 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
16 |
define('AMPFORWP_PLUGIN_DIR', plugin_dir_path( __FILE__ ));
|
17 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.php');
|
18 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
19 |
-
define('AMPFORWP_VERSION','0.9.
|
20 |
// any changes to AMP_QUERY_VAR should be refelected here
|
21 |
define('AMPFORWP_AMP_QUERY_VAR', apply_filters( 'amp_query_var', 'amp' ) );
|
22 |
|
|
|
23 |
|
24 |
// Rewrite the Endpoints after the plugin is activate, as priority is set to 11
|
25 |
function ampforwp_add_custom_post_support() {
|
@@ -160,8 +161,8 @@ if ( is_admin() ) {
|
|
160 |
|
161 |
<?php add_thickbox(); ?>
|
162 |
<p>
|
163 |
-
<strong><?php _e( 'AMP Installation requires one last step:',
|
164 |
-
<strong> <span style="display: block; margin: 0.5em 0.5em 0 0; clear: both;"><a href="index.php?page=ampforwp-welcome-page"><?php _e( 'Continue Installation', '
|
165 |
</span> </strong>
|
166 |
</p>
|
167 |
</div> <?php
|
@@ -189,7 +190,7 @@ if ( is_admin() ) {
|
|
189 |
<style>
|
190 |
.notice, .notice-error, .is-dismissible, .ampinstallation{}
|
191 |
.plugin-card.plugin-card-amp:before{
|
192 |
-
content: "FINISH INSTALLATION: Install & Activate this plugin ↓";
|
193 |
font-weight: bold;
|
194 |
float: right;
|
195 |
position: relative;
|
@@ -227,7 +228,7 @@ if ( is_admin() ) {
|
|
227 |
if (!isset($plugin))
|
228 |
$plugin = plugin_basename(__FILE__);
|
229 |
if ($plugin == $plugin_file) {
|
230 |
-
$settings = array('settings' => '<a href="admin.php?page=amp_options&tab=8">' . __('Settings', '
|
231 |
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
232 |
if ( is_plugin_active( 'amp/amp.php' ) ) {
|
233 |
//if parent plugin is activated
|
@@ -236,7 +237,7 @@ if ( is_admin() ) {
|
|
236 |
if(is_plugin_active( 'amp/amp.php' )){
|
237 |
$actions = array_merge( $actions, $settings );
|
238 |
}else{
|
239 |
-
$please_activate_parent_plugin = array('Please Activate Parent plugin' => '<a href="'.get_admin_url() .'index.php?page=ampforwp-welcome-page">' . __('<span style="color:#b30000">Action Required: Continue Installation</span>', '
|
240 |
$actions = array_merge( $please_activate_parent_plugin,$actions );
|
241 |
}
|
242 |
}
|
@@ -285,4 +286,5 @@ add_action('init','ampforwp_plugin_init',9);
|
|
285 |
* customized output widget
|
286 |
* to be used be used in before or after Loop
|
287 |
*/
|
288 |
-
require AMPFORWP_PLUGIN_DIR.'/templates/widget.php';
|
|
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.48
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
+
Donate link: https://www.paypal.me/Kaludi/25
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
16 |
define('AMPFORWP_PLUGIN_DIR', plugin_dir_path( __FILE__ ));
|
17 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.php');
|
18 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
19 |
+
define('AMPFORWP_VERSION','0.9.48');
|
20 |
// any changes to AMP_QUERY_VAR should be refelected here
|
21 |
define('AMPFORWP_AMP_QUERY_VAR', apply_filters( 'amp_query_var', 'amp' ) );
|
22 |
|
23 |
+
load_plugin_textdomain( 'accelerated-mobile-pages', false, trailingslashit(AMPFORWP_PLUGIN_DIR) . 'languages' );
|
24 |
|
25 |
// Rewrite the Endpoints after the plugin is activate, as priority is set to 11
|
26 |
function ampforwp_add_custom_post_support() {
|
161 |
|
162 |
<?php add_thickbox(); ?>
|
163 |
<p>
|
164 |
+
<strong><?php _e( 'AMP Installation requires one last step:','accelerated-mobile-pages' ); ?></strong> <?php _e( 'AMP by Automattic plugin is not active', 'accelerated-mobile-pages' ); ?>
|
165 |
+
<strong> <span style="display: block; margin: 0.5em 0.5em 0 0; clear: both;"><a href="index.php?page=ampforwp-welcome-page"><?php _e( 'Continue Installation', 'accelerated-mobile-pages' ); ?></a>
|
166 |
</span> </strong>
|
167 |
</p>
|
168 |
</div> <?php
|
190 |
<style>
|
191 |
.notice, .notice-error, .is-dismissible, .ampinstallation{}
|
192 |
.plugin-card.plugin-card-amp:before{
|
193 |
+
content: __("FINISH INSTALLATION: Install & Activate this plugin ↓",'accelerated-mobile-pages');
|
194 |
font-weight: bold;
|
195 |
float: right;
|
196 |
position: relative;
|
228 |
if (!isset($plugin))
|
229 |
$plugin = plugin_basename(__FILE__);
|
230 |
if ($plugin == $plugin_file) {
|
231 |
+
$settings = array('settings' => '<a href="admin.php?page=amp_options&tab=8">' . __('Settings', 'accelerated-mobile-pages') . '</a> | <a href="https://ampforwp.com/priority-support/#utm_source=options-panel&utm_medium=extension-tab_priority_support&utm_campaign=AMP%20Plugin">' . __('Premium Support', 'accelerated-mobile-pages') . '</a>');
|
232 |
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
233 |
if ( is_plugin_active( 'amp/amp.php' ) ) {
|
234 |
//if parent plugin is activated
|
237 |
if(is_plugin_active( 'amp/amp.php' )){
|
238 |
$actions = array_merge( $actions, $settings );
|
239 |
}else{
|
240 |
+
$please_activate_parent_plugin = array(__('Please Activate Parent plugin','accelerated-mobile-pages') => '<a href="'.get_admin_url() .'index.php?page=ampforwp-welcome-page">' . __('<span style="color:#b30000">'.__('Action Required: Continue Installation','accelerated-mobile-pages').'</span>', 'accelerated-mobile-pages') . '</a>');
|
241 |
$actions = array_merge( $please_activate_parent_plugin,$actions );
|
242 |
}
|
243 |
}
|
286 |
* customized output widget
|
287 |
* to be used be used in before or after Loop
|
288 |
*/
|
289 |
+
require AMPFORWP_PLUGIN_DIR.'/templates/category-widget.php';
|
290 |
+
require AMPFORWP_PLUGIN_DIR.'/templates/woo-widget.php';
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -12,7 +12,7 @@
|
|
12 |
function ampforwp_menu() {
|
13 |
register_nav_menus(
|
14 |
array(
|
15 |
-
'amp-menu' => __( 'AMP Menu','
|
16 |
)
|
17 |
);
|
18 |
}
|
@@ -23,12 +23,12 @@
|
|
23 |
global $redux_builder_amp;
|
24 |
if ( $redux_builder_amp['amp-design-selector'] == 3) {
|
25 |
add_action( 'init', 'ampforwp_design_3_footermenu' );
|
26 |
-
}
|
27 |
if (! function_exists( 'ampforwp_design_3_footermenu') ) {
|
28 |
function ampforwp_design_3_footermenu() {
|
29 |
register_nav_menus(
|
30 |
array(
|
31 |
-
'amp-footer-menu' => __( 'AMP Footer Menu','
|
32 |
)
|
33 |
);
|
34 |
}
|
12 |
function ampforwp_menu() {
|
13 |
register_nav_menus(
|
14 |
array(
|
15 |
+
'amp-menu' => __( 'AMP Menu','accelerated-mobile-pages' ),
|
16 |
)
|
17 |
);
|
18 |
}
|
23 |
global $redux_builder_amp;
|
24 |
if ( $redux_builder_amp['amp-design-selector'] == 3) {
|
25 |
add_action( 'init', 'ampforwp_design_3_footermenu' );
|
26 |
+
}
|
27 |
if (! function_exists( 'ampforwp_design_3_footermenu') ) {
|
28 |
function ampforwp_design_3_footermenu() {
|
29 |
register_nav_menus(
|
30 |
array(
|
31 |
+
'amp-footer-menu' => __( 'AMP Footer Menu','accelerated-mobile-pages' ),
|
32 |
)
|
33 |
);
|
34 |
}
|
@@ -10,7 +10,7 @@ class ampforwp_pointers {
|
|
10 |
if ($do_tour) {
|
11 |
wp_enqueue_style ('wp-pointer');
|
12 |
wp_enqueue_script ('wp-pointer');
|
13 |
-
|
14 |
add_action('admin_print_footer_scripts', array($this, 'admin_print_footer_scripts'));
|
15 |
add_action('admin_head', array($this, 'admin_head')); // Hook to admin head
|
16 |
}
|
@@ -30,48 +30,48 @@ class ampforwp_pointers {
|
|
30 |
$show_pointer = false;
|
31 |
|
32 |
if (!array_key_exists($tab, $tour)) {
|
33 |
-
|
34 |
$show_pointer = true;
|
35 |
$file_error = true;
|
36 |
-
|
37 |
$id = '#toplevel_page_amp_options'; // Define ID used on page html element where we want to display pointer
|
38 |
-
$content = '<h3>' . sprintf (__('You are awesome for using AMP!', '
|
39 |
-
$content .= __('<p>Do you want the latest on <b>AMP update</b> before others and some best resources on AMP in a single email? - Free just for users of AMP!</p>', '
|
40 |
$content .= __('
|
41 |
<!-- Begin MailChimp Signup Form -->
|
42 |
<style type="text/css">
|
43 |
.wp-pointer-buttons{ padding:0; overflow: hidden; }
|
44 |
-
.wp-pointer-content .button-secondary{ left: -25px;background: transparent;top: 5px; border: 0;position: relative; padding: 0; box-shadow: none;margin: 0;color: #
|
45 |
</style>
|
46 |
<div id="mc_embed_signup">
|
47 |
<form action="//app.mailerlite.com/webforms/submit/d3w0e1" data-id="258182" data-code="d3w0e1" method="POST" target="_blank">
|
48 |
<div id="mc_embed_signup_scroll">
|
49 |
-
<div class="mc-field-group" style=" margin-left: 15px; width:
|
50 |
<input type="text" name="fields[name]" class="form-control" placeholder="Name" hidden value="' . esc_attr( $current_user->display_name ) . '" style="display:none">
|
51 |
|
52 |
-
<input type="text" value="' . esc_attr( $current_user->user_email ) . '" name="fields[email]" class="form-control" placeholder="Email*" style=" width:
|
53 |
|
54 |
<input type="text" name="fields[company]" class="form-control" placeholder="Website" hidden style=" display:none; width: 168px; padding: 6px 5px;" value="' . esc_attr( get_home_url() ) . '">
|
55 |
|
56 |
<input type="hidden" name="ml-submit" value="1" />
|
57 |
-
</div>
|
58 |
<div id="mce-responses">
|
59 |
<div class="response" id="mce-error-response" style="display:none"></div>
|
60 |
<div class="response" id="mce-success-response" style="display:none"></div>
|
61 |
-
</div>
|
62 |
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
63 |
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_a631df13442f19caede5a5baf_c9a71edce6" tabindex="-1" value=""></div>
|
64 |
-
<input type="submit" value="
|
65 |
</div>
|
66 |
</form>
|
67 |
-
</div>','
|
68 |
$options = array (
|
69 |
'content' => $content,
|
70 |
'position' => array ('edge' => 'left', 'align' => 'left')
|
71 |
);
|
72 |
}
|
73 |
if ($show_pointer) {
|
74 |
-
$this->ampforwp_pointer_script ($id, $options, __('
|
75 |
}
|
76 |
}
|
77 |
function get_admin_url($page, $tab) {
|
@@ -89,7 +89,7 @@ class ampforwp_pointers {
|
|
89 |
button= jQuery ('<a id="pointer-close" class="button-secondary">' + '<?php echo $button1; ?>' + '</a>');
|
90 |
button_2= jQuery ('#pointer-close.button');
|
91 |
button.bind ('click.pointer', function () {
|
92 |
-
t.element.pointer ('close');
|
93 |
});
|
94 |
button_2.on('click', function() {
|
95 |
t.element.pointer ('close');
|
10 |
if ($do_tour) {
|
11 |
wp_enqueue_style ('wp-pointer');
|
12 |
wp_enqueue_script ('wp-pointer');
|
13 |
+
|
14 |
add_action('admin_print_footer_scripts', array($this, 'admin_print_footer_scripts'));
|
15 |
add_action('admin_head', array($this, 'admin_head')); // Hook to admin head
|
16 |
}
|
30 |
$show_pointer = false;
|
31 |
|
32 |
if (!array_key_exists($tab, $tour)) {
|
33 |
+
|
34 |
$show_pointer = true;
|
35 |
$file_error = true;
|
36 |
+
|
37 |
$id = '#toplevel_page_amp_options'; // Define ID used on page html element where we want to display pointer
|
38 |
+
$content = '<h3>' . sprintf (__('You are awesome for using AMP!', 'accelerated-mobile-pages'), self::DISPLAY_VERSION) . '</h3>';
|
39 |
+
$content .= __('<p>Do you want the latest on <b>AMP update</b> before others and some best resources on AMP in a single email? - Free just for users of AMP!</p>', 'accelerated-mobile-pages');
|
40 |
$content .= __('
|
41 |
<!-- Begin MailChimp Signup Form -->
|
42 |
<style type="text/css">
|
43 |
.wp-pointer-buttons{ padding:0; overflow: hidden; }
|
44 |
+
.wp-pointer-content .button-secondary{ left: -25px;background: transparent;top: 5px; border: 0;position: relative; padding: 0; box-shadow: none;margin: 0;color: #0085ba;} .wp-pointer-content .button-primary{ display:none} #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
|
45 |
</style>
|
46 |
<div id="mc_embed_signup">
|
47 |
<form action="//app.mailerlite.com/webforms/submit/d3w0e1" data-id="258182" data-code="d3w0e1" method="POST" target="_blank">
|
48 |
<div id="mc_embed_signup_scroll">
|
49 |
+
<div class="mc-field-group" style=" margin-left: 15px; width: 195px; float: left;">
|
50 |
<input type="text" name="fields[name]" class="form-control" placeholder="Name" hidden value="' . esc_attr( $current_user->display_name ) . '" style="display:none">
|
51 |
|
52 |
+
<input type="text" value="' . esc_attr( $current_user->user_email ) . '" name="fields[email]" class="form-control" placeholder="Email*" style=" width: 180px; padding: 6px 5px;">
|
53 |
|
54 |
<input type="text" name="fields[company]" class="form-control" placeholder="Website" hidden style=" display:none; width: 168px; padding: 6px 5px;" value="' . esc_attr( get_home_url() ) . '">
|
55 |
|
56 |
<input type="hidden" name="ml-submit" value="1" />
|
57 |
+
</div>
|
58 |
<div id="mce-responses">
|
59 |
<div class="response" id="mce-error-response" style="display:none"></div>
|
60 |
<div class="response" id="mce-success-response" style="display:none"></div>
|
61 |
+
</div>
|
62 |
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
63 |
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_a631df13442f19caede5a5baf_c9a71edce6" tabindex="-1" value=""></div>
|
64 |
+
<input type="submit" value="Subscribe" name="subscribe" id="pointer-close" class="button mc-newsletter-sent" style=" background: #0085ba; border-color: #006799; padding: 0px 16px; text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799; height: 30px; margin-top: 1px; color: #fff; box-shadow: 0 1px 0 #006799;">
|
65 |
</div>
|
66 |
</form>
|
67 |
+
</div>','accelerated-mobile-pages');
|
68 |
$options = array (
|
69 |
'content' => $content,
|
70 |
'position' => array ('edge' => 'left', 'align' => 'left')
|
71 |
);
|
72 |
}
|
73 |
if ($show_pointer) {
|
74 |
+
$this->ampforwp_pointer_script ($id, $options, __('No Thanks', 'accelerated-mobile-pages'), $button2, $function);
|
75 |
}
|
76 |
}
|
77 |
function get_admin_url($page, $tab) {
|
89 |
button= jQuery ('<a id="pointer-close" class="button-secondary">' + '<?php echo $button1; ?>' + '</a>');
|
90 |
button_2= jQuery ('#pointer-close.button');
|
91 |
button.bind ('click.pointer', function () {
|
92 |
+
t.element.pointer ('close');
|
93 |
});
|
94 |
button_2.on('click', function() {
|
95 |
t.element.pointer ('close');
|
@@ -7,6 +7,233 @@ if ( ! class_exists( 'Redux' ) ) {
|
|
7 |
|
8 |
// Option name where all the Redux data is stored.
|
9 |
$opt_name = "redux_builder_amp";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
// All the possible arguments for Redux.
|
12 |
//$amp_redux_header = '<span id="name"><span style="color: #4dbefa;">U</span>ltimate <span style="color: #4dbefa;">W</span>idgets</span>';
|
@@ -14,14 +241,14 @@ $opt_name = "redux_builder_amp";
|
|
14 |
$args = array(
|
15 |
// TYPICAL -> Change these values as you need/desire
|
16 |
'opt_name' => 'redux_builder_amp', // This is where your data is stored in the database and also becomes your global variable name.
|
17 |
-
'display_name' => __( '
|
18 |
'menu_type' => 'menu', //Specify if the admin menu should appear or not. Options: menu or submenu (Under appearance only)
|
19 |
'allow_sub_menu' => true, // Show the sections below the admin menu item or not
|
20 |
-
'menu_title' => __( 'AMP', '
|
21 |
-
'page_title' => 'Accelerated Mobile Pages Options',
|
22 |
'display_version' => AMPFORWP_VERSION,
|
23 |
'update_notice' => false,
|
24 |
-
'intro_text' => '<a href="https://
|
25 |
'global_variable' => '', // Set a different name for your global variable other than the opt_name
|
26 |
'dev_mode' => false, // Show the time the page took to load, etc
|
27 |
'customizer' => false, // Enable basic customizer support,
|
@@ -53,7 +280,7 @@ $args = array(
|
|
53 |
|
54 |
$args['share_icons'][] = array(
|
55 |
'url' => 'https://github.com/ahmedkaludi/Accelerated-Mobile-Pages',
|
56 |
-
'title' => 'Visit us on GitHub',
|
57 |
'icon' => 'el el-github'
|
58 |
//'img' => '', // You can use icon OR img. IMG needs to be a full URL.
|
59 |
);
|
@@ -67,13 +294,13 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
67 |
$tabs = array(
|
68 |
array(
|
69 |
'id' => 'redux-help-tab-1',
|
70 |
-
'title' => __( 'Theme Information 1', '
|
71 |
-
'content' => __( '<p>This is the tab content, HTML is allowed.</p>', '
|
72 |
),
|
73 |
array(
|
74 |
'id' => 'redux-help-tab-2',
|
75 |
-
'title' => __( 'Theme Information 2', '
|
76 |
-
'content' => __( '<p>This is the tab content, HTML is allowed.</p>', '
|
77 |
)
|
78 |
);
|
79 |
Redux::setHelpTab( $opt_name, $tabs );
|
@@ -96,7 +323,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
96 |
margin-top: 38px;"><i class="dashicons dashicons-editor-help" style="
|
97 |
font-size: 36px;
|
98 |
margin-right: 20px;
|
99 |
-
margin-top: -1px;"></i>Need Help
|
100 |
<p style="
|
101 |
font-family: georgia;
|
102 |
font-size: 20px;
|
@@ -104,11 +331,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
104 |
margin-bottom: 3px;
|
105 |
line-height: 1.5;
|
106 |
margin-top: 11px;
|
107 |
-
color: #666;">Were bunch of passionate people that are dedicated towards helping our users. We will be happy to help you
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
';
|
112 |
}
|
113 |
return $output ;
|
114 |
}
|
@@ -120,45 +343,51 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
120 |
*/
|
121 |
|
122 |
Redux::setSection( $opt_name, array(
|
123 |
-
'title' => __( 'Basic Field', '
|
124 |
'id' => 'basic',
|
125 |
-
'desc' => __( 'Basic field with no subsections.', '
|
126 |
'icon' => 'el el-home',
|
127 |
'fields' => array(
|
128 |
array(
|
129 |
'id' => 'opt-blank',
|
130 |
-
'title' => __( 'Example Text', '
|
131 |
-
'desc' => __( 'Example description.', '
|
132 |
-
'subtitle' => __( 'Example subtitle.', '
|
133 |
)
|
134 |
)
|
135 |
) );
|
136 |
|
137 |
Redux::setSection( $opt_name, array(
|
138 |
-
'title' => __( 'Getting Started', '
|
139 |
'id' => 'basic',
|
140 |
-
'desc' => __( '<div class="amp-faq">Thank you for using Accelerated Mobile Pages plugin. '. ' ' .
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
. '<
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
'icon' => 'el el-home'
|
157 |
) );
|
158 |
|
159 |
Redux::setSection( $opt_name, array(
|
160 |
-
'title' => __( 'General', '
|
161 |
-
// 'desc' => __( 'For full documentation on this field, visit: ', '
|
162 |
'id' => 'opt-text-subsection',
|
163 |
'subsection' => true,
|
164 |
'fields' => array(
|
@@ -167,29 +396,29 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
167 |
'id' => 'opt-media',
|
168 |
'type' => 'media',
|
169 |
'url' => true,
|
170 |
-
'title' => __('Logo', '
|
171 |
-
'subtitle' => __('Upload a logo for the AMP version.', '
|
172 |
-
'desc' => __('Recommend logo size is: 190x36', '
|
173 |
),
|
174 |
array(
|
175 |
'id' => 'ampforwp-custom-logo-dimensions',
|
176 |
-
'title' => __('Custom Logo Size', '
|
177 |
'type' => 'switch',
|
178 |
'default' => 0,
|
179 |
),
|
180 |
array(
|
181 |
'id' => 'opt-media-width',
|
182 |
'type' => 'text',
|
183 |
-
'title' => __('Logo Width', '
|
184 |
-
'desc' => __('Default width is 190 pixels', '
|
185 |
'default' => '190',
|
186 |
'required'=>array('ampforwp-custom-logo-dimensions','=','1'),
|
187 |
),
|
188 |
array(
|
189 |
'id' => 'opt-media-height',
|
190 |
'type' => 'text',
|
191 |
-
'title' => __('Logo Height', '
|
192 |
-
'desc' => __('Default height is 36 pixels', '
|
193 |
'default' => '36',
|
194 |
'required'=>array('ampforwp-custom-logo-dimensions','=','1'),
|
195 |
|
@@ -197,20 +426,20 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
197 |
array(
|
198 |
'id' =>'amp-on-off-for-all-pages',
|
199 |
'type' => 'switch',
|
200 |
-
'title' => __('AMP on Pages', '
|
201 |
-
'subtitle' => __('Enable or Disable AMP on all Pages', '
|
202 |
'default' => 1,
|
203 |
-
'desc' => __( 'Re-Save permalink if you make changes in this option, please have a look <a href="https://ampforwp.com/flush-rewrite-urls/">here</a> on how to do it', '
|
204 |
),
|
205 |
array(
|
206 |
'id' => 'amp-pages-meta-default',
|
207 |
'type' => 'select',
|
208 |
-
'title' => __( 'Individual AMP Page (Bulk Edit)', '
|
209 |
-
'subtitle' => __( 'Allows you to Show or Hide AMP from All pages, so it can be changed individually later. This option will change the Default value of AMP metabox in Pages', '
|
210 |
-
'desc' => __( 'NOTE: Changes will overwrite the previous settings.', '
|
211 |
'options' => array(
|
212 |
-
'show' => __('Show by Default', '
|
213 |
-
'hide' => __('Hide by default', '
|
214 |
),
|
215 |
'default' => 'show',
|
216 |
'required'=>array('amp-on-off-for-all-pages','=','1'),
|
@@ -220,12 +449,12 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
220 |
// array(
|
221 |
// 'id' => 'amp-ad-places',
|
222 |
// 'type' => 'select',
|
223 |
-
// 'title' => __( 'Ads on Page', '
|
224 |
-
// 'subtitle' => __( 'select your preferece for Ads on Post Types', '
|
225 |
// 'options' => array(
|
226 |
-
// '1' => __('Only on Posts', '
|
227 |
-
// '2' => __('Only on Pages', '
|
228 |
-
// '3' => __('on Both', '
|
229 |
// ),
|
230 |
// 'default' => '3'
|
231 |
// ),
|
@@ -234,23 +463,23 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
234 |
) );//END
|
235 |
// Homepage Section
|
236 |
Redux::setSection( $opt_name, array(
|
237 |
-
'title' => __( 'Homepage', '
|
238 |
'id' => 'amp-homepage-settings',
|
239 |
'subsection' => true,
|
240 |
'fields' => array(
|
241 |
array(
|
242 |
'id' => 'ampforwp-homepage-on-off-support',
|
243 |
'type' => 'switch',
|
244 |
-
'title' => __('Homepage Support', '
|
245 |
-
'subtitle' => __('Enable/Disable Home page using this switch.', '
|
246 |
'default' => '1'
|
247 |
),
|
248 |
array(
|
249 |
'id' =>'amp-frontpage-select-option',
|
250 |
'type' => 'switch',
|
251 |
-
'title' => __('Front Page', '
|
252 |
'default' => 0,
|
253 |
-
'subtitle' => __('Custom AMP front page', '
|
254 |
'true' => 'true',
|
255 |
'false' => 'false',
|
256 |
'required' => array('ampforwp-homepage-on-off-support','=','1'),
|
@@ -258,7 +487,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
258 |
array(
|
259 |
'id' => 'amp-frontpage-select-option-pages',
|
260 |
'type' => 'select',
|
261 |
-
'title' => __('Select Page as Front Page', '
|
262 |
'required' => array('amp-frontpage-select-option', '=' , '1'),
|
263 |
// Must provide key => value pairs for select options
|
264 |
'data' => 'page',
|
@@ -272,15 +501,15 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
272 |
'id' => 'ampforwp-title-on-front-page',
|
273 |
'type' => 'switch',
|
274 |
'url' => true,
|
275 |
-
'title' => __('Title on Static Front Page', '
|
276 |
-
'subtitle' => __('Enable/Disable display of title on the Static Front Page.', '
|
277 |
'default' => 0,
|
278 |
'required' => array('amp-frontpage-select-option', '=' , '1'),
|
279 |
),
|
280 |
array(
|
281 |
'id' => 'ampforwp-homepage-posts-image-modify-size',
|
282 |
'type' => 'switch',
|
283 |
-
'title' => __('Override Homepage Thumbnail Size', '
|
284 |
'default' => 0,
|
285 |
'required' => array(
|
286 |
array('amp-design-selector','!=',3)
|
@@ -289,8 +518,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
289 |
array(
|
290 |
'id' => 'ampforwp-homepage-posts-design-1-2-width',
|
291 |
'type' => 'text',
|
292 |
-
'title' => __('Image Width', '
|
293 |
-
'subtitle' => __('Defaults to 100', '
|
294 |
'default' => 100,
|
295 |
'required' => array(
|
296 |
array('amp-design-selector','!=',3),
|
@@ -300,8 +529,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
300 |
array(
|
301 |
'id' => 'ampforwp-homepage-posts-design-1-2-height',
|
302 |
'type' => 'text',
|
303 |
-
'title' => __('Image Height', '
|
304 |
-
'subtitle' => __('Defaults to 75', '
|
305 |
'default' => 75,
|
306 |
'required' => array(
|
307 |
array('amp-design-selector','!=',3),
|
@@ -311,8 +540,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
311 |
array(
|
312 |
'id' => 'ampforwp-homepage-posts-design-3-width',
|
313 |
'type' => 'text',
|
314 |
-
'title' => __('Image Width', '
|
315 |
-
'subtitle' => __('Defaults to 450', '
|
316 |
'default' => 330,
|
317 |
'required' => array(
|
318 |
array('amp-design-selector','=',3),
|
@@ -322,8 +551,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
322 |
array(
|
323 |
'id' => 'ampforwp-homepage-posts-design-3-height',
|
324 |
'type' => 'text',
|
325 |
-
'title' => __('Image Height', '
|
326 |
-
'subtitle' => __('Defaults to 270', '
|
327 |
'default' => 198,
|
328 |
'required' => array(
|
329 |
array('amp-design-selector','=',3),
|
@@ -333,8 +562,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
333 |
array(
|
334 |
'id' =>'amp-on-off-support-for-non-amp-home-page',
|
335 |
'type' => 'switch',
|
336 |
-
'title' => __('Non-AMP HomePage link in Header and Logo', '
|
337 |
-
'subtitle' => __('If you want users in header to go to non-AMP website from the Header, then you can enable this option', '
|
338 |
'default' => 0,
|
339 |
)
|
340 |
)
|
@@ -346,7 +575,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
346 |
Redux::setSection( $opt_name, array(
|
347 |
'title' => __('Analytics'),
|
348 |
// 'icon' => 'el el-th-large',
|
349 |
-
'desc' => 'You can either use Google Tag Manager or Other Analytics Providers',
|
350 |
'subsection' => true,
|
351 |
'fields' =>
|
352 |
array(
|
@@ -355,14 +584,14 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
355 |
array(
|
356 |
'id' => 'amp-analytics-select-option',
|
357 |
'type' => 'select',
|
358 |
-
'title' => __( 'Analytics Type', '
|
359 |
-
'subtitle' => __( 'Select your Analytics provider.', '
|
360 |
'options' => array(
|
361 |
-
'1' => __('Google Analytics', '
|
362 |
-
'2' => __('Segment Analytics', '
|
363 |
-
'3' => __('Piwik Analytics', '
|
364 |
-
'4' => __('Quantcast Measurement', '
|
365 |
-
'5' => __('comScore', '
|
366 |
),
|
367 |
'required' => array(
|
368 |
array('amp-use-gtm-option', '=' , '0'),
|
@@ -372,20 +601,20 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
372 |
array(
|
373 |
'id' => 'ga-feild',
|
374 |
'type' => 'text',
|
375 |
-
'title' => __( 'Google Analytics', '
|
376 |
'required' => array(
|
377 |
array('amp-use-gtm-option', '=' , '0'),
|
378 |
array('amp-analytics-select-option', '=' , '1')
|
379 |
),
|
380 |
-
'subtitle' => __( 'Enter your Google Analytics ID.', '
|
381 |
-
'desc' => __('Example: UA-XXXXX-Y', '
|
382 |
'default' => 'UA-XXXXX-Y',
|
383 |
),
|
384 |
array(
|
385 |
'id' => 'sa-feild',
|
386 |
'type' => 'text',
|
387 |
-
'title' => __( 'Segment Analytics', '
|
388 |
-
'subtitle' => __( 'Enter your Segment Analytics Key.', '
|
389 |
'required' => array(
|
390 |
array('amp-use-gtm-option', '=' , '0'),
|
391 |
array('amp-analytics-select-option', '=' , '2')
|
@@ -395,20 +624,20 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
395 |
array(
|
396 |
'id' => 'pa-feild',
|
397 |
'type' => 'text',
|
398 |
-
'title' => __( 'Piwik Analytics', '
|
399 |
'required' => array(
|
400 |
array('amp-use-gtm-option', '=' , '0'),
|
401 |
array('amp-analytics-select-option', '=' , '3')
|
402 |
),
|
403 |
-
'desc' => __( 'Example: https://piwik.example.org/piwik.php?idsite=YOUR_SITE_ID&rec=1&action_name=TITLE&urlref=DOCUMENT_REFERRER&url=CANONICAL_URL&rand=RANDOM', '
|
404 |
-
'subtitle' => __('Enter your Piwik Analytics URL.', '
|
405 |
'default' => '#',
|
406 |
),
|
407 |
|
408 |
array(
|
409 |
'id' =>'amp-quantcast-analytics-code',
|
410 |
'type' => 'text',
|
411 |
-
'title' => __('p-code'),
|
412 |
'default' => '',
|
413 |
'required' => array(
|
414 |
array('amp-analytics-select-option', '=' , '4')),
|
@@ -416,7 +645,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
416 |
array(
|
417 |
'id' =>'amp-comscore-analytics-code-c1',
|
418 |
'type' => 'text',
|
419 |
-
'title' => __('C1'),
|
420 |
'default' => 1,
|
421 |
'required' => array(
|
422 |
array('amp-analytics-select-option', '=' , '5')),
|
@@ -424,7 +653,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
424 |
array(
|
425 |
'id' =>'amp-comscore-analytics-code-c2',
|
426 |
'type' => 'text',
|
427 |
-
'title' => __('C2'),
|
428 |
'default' => '',
|
429 |
'required' => array(
|
430 |
array('amp-analytics-select-option', '=' , '5')),
|
@@ -434,16 +663,16 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
434 |
array(
|
435 |
'id' => 'amp-use-gtm-option',
|
436 |
'type' => 'switch',
|
437 |
-
'title' => __( 'Use Google Tag Manager', '
|
438 |
-
'subtitle' => __( 'Select your Analytics provider.', '
|
439 |
'default' => 0,
|
440 |
),
|
441 |
array(
|
442 |
'id' =>'amp-gtm-id',
|
443 |
'type' => 'text',
|
444 |
-
'title' => __('Tag Manager ID (Container ID)'),
|
445 |
'default' => '',
|
446 |
-
'desc' => 'Eg: GTM-5XXXXXP',
|
447 |
// 'validate' => 'not_empty',
|
448 |
'required' => array(
|
449 |
array('amp-use-gtm-option', '=' , '1')
|
@@ -452,9 +681,9 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
452 |
array(
|
453 |
'id' =>'amp-gtm-analytics-type',
|
454 |
'type' => 'text',
|
455 |
-
'title' => __('Analytics Type'),
|
456 |
'default' => '',
|
457 |
-
'desc' => 'Eg: googleanalytics',
|
458 |
// 'validate' => 'not_empty',
|
459 |
'required' => array(
|
460 |
array('amp-use-gtm-option', '=' , '1')
|
@@ -463,7 +692,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
463 |
array(
|
464 |
'id' =>'amp-gtm-analytics-code',
|
465 |
'type' => 'text',
|
466 |
-
'title' => __('Analytics ID'),
|
467 |
'default' => '',
|
468 |
'desc' => 'Eg: UA-XXXXXX-Y',
|
469 |
// 'validate' => 'not_empty',
|
@@ -503,10 +732,9 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
503 |
|
504 |
// AMP Design SECTION
|
505 |
Redux::setSection( $opt_name, array(
|
506 |
-
'title' => __( 'Design', '
|
507 |
-
'desc' =>
|
508 |
-
<br /><a href="' . esc_url(admin_url('customize.php?autofocus[section]=amp_design&customize_amp=1')) .'" target="_blank"><img class="ampforwp-post-builder-img" src="'.AMPFORWP_IMAGE_DIR . '/amp-post-builder.png" width="489" height="72" /></a>
|
509 |
-
'),
|
510 |
'id' => 'amp-design',
|
511 |
'subsection' => true,
|
512 |
'fields' => array(
|
@@ -514,19 +742,19 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
514 |
$fields = array(
|
515 |
'id' => 'amp-design-selector',
|
516 |
'type' => 'select',
|
517 |
-
'title' => __( 'Design Selector', '
|
518 |
-
'subtitle' => __( 'Select your design.', '
|
519 |
'options' => array(
|
520 |
-
'1' => __('Design One', '
|
521 |
-
'2' => __('Design Two', '
|
522 |
-
'3' => __('Design Three', '
|
523 |
),
|
524 |
'default' => '2'
|
525 |
),
|
526 |
array(
|
527 |
'id' => 'amp-opt-color-rgba-colorscheme',
|
528 |
'type' => 'color_rgba',
|
529 |
-
'title' => 'Color Scheme',
|
530 |
'default' => array(
|
531 |
'color' => '#F42F42',
|
532 |
),
|
@@ -537,7 +765,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
537 |
array(
|
538 |
'id' => 'amp-opt-color-rgba-headercolor',
|
539 |
'type' => 'color_rgba',
|
540 |
-
'title' => 'Header Background Color',
|
541 |
'default' => array(
|
542 |
'color' => '#FFFFFF',
|
543 |
),
|
@@ -548,7 +776,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
548 |
array(
|
549 |
'id' => 'amp-opt-color-rgba-font',
|
550 |
'type' => 'color_rgba',
|
551 |
-
'title' => 'Color Scheme Font Color',
|
552 |
'default' => array(
|
553 |
'color' => '#fff',
|
554 |
),
|
@@ -559,7 +787,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
559 |
array(
|
560 |
'id' => 'amp-opt-color-rgba-headerelements',
|
561 |
'type' => 'color_rgba',
|
562 |
-
'title' => 'Header Elements Color',
|
563 |
'default' => array(
|
564 |
'color' => ampforwp_get_element_default_color(),
|
565 |
),
|
@@ -572,7 +800,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
572 |
array(
|
573 |
'id' => 'amp-design-3-featured-slider',
|
574 |
'type' => 'switch',
|
575 |
-
'title' => __( 'Featured Slider', '
|
576 |
'required' => array(
|
577 |
array('amp-design-selector', '=' , '3')
|
578 |
),
|
@@ -581,7 +809,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
581 |
array(
|
582 |
'id' => 'amp-design-3-category-selector',
|
583 |
'type' => 'select',
|
584 |
-
'title' => __( 'Featured Slider Category', '
|
585 |
'options' => $categories_array,
|
586 |
'required' => array(
|
587 |
array('amp-design-selector', '=' , '3'),
|
@@ -591,43 +819,43 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
591 |
array(
|
592 |
'id' => 'amp-design-3-search-feature',
|
593 |
'type' => 'switch',
|
594 |
-
'subtitle' => __('HTTPS is mandatory for Search', '
|
595 |
-
'title' => __( 'Search', '
|
596 |
'required' => array(
|
597 |
array('amp-design-selector', '=' , '3')
|
598 |
),
|
599 |
-
'desc' => __('HTTPS is required for search to work on AMP pages.', '
|
600 |
'default' => '0'
|
601 |
),
|
602 |
|
603 |
array(
|
604 |
'id' => 'amp-design-2-search-feature',
|
605 |
-
'subtitle' => __('HTTPS is mandatory for Search', '
|
606 |
'type' => 'switch',
|
607 |
-
'title' => __( 'Search', '
|
608 |
'required' => array(
|
609 |
array('amp-design-selector', '=' , '2')
|
610 |
),
|
611 |
-
'desc' => __('HTTPS is required for search to work on AMP pages.', '
|
612 |
'default' => '0'
|
613 |
),
|
614 |
|
615 |
array(
|
616 |
'id' => 'amp-design-1-search-feature',
|
617 |
-
'subtitle' => __('HTTPS is mandatory for Search', '
|
618 |
'type' => 'switch',
|
619 |
-
'title' => __( 'Search', '
|
620 |
'required' => array(
|
621 |
array('amp-design-selector', '=' , '1')
|
622 |
),
|
623 |
-
'desc' => __('HTTPS is required for search to work on AMP pages.', '
|
624 |
'default' => '0'
|
625 |
),
|
626 |
// Call Now button
|
627 |
array(
|
628 |
'id' => 'ampforwp-callnow-button',
|
629 |
'type' => 'switch',
|
630 |
-
'title' => __('Call Now Button', '
|
631 |
'true' => 'true',
|
632 |
'false' => 'false',
|
633 |
'default' => 0
|
@@ -636,13 +864,13 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
636 |
'id' =>'enable-amp-call-numberfield',
|
637 |
'type' => 'text',
|
638 |
'required' => array('ampforwp-callnow-button', '=' , '1'),
|
639 |
-
'title' => __('Enter Phone Number', '
|
640 |
'default' => '',
|
641 |
),
|
642 |
array(
|
643 |
'id' => 'amp-opt-color-rgba-colorscheme-call',
|
644 |
'type' => 'color_rgba',
|
645 |
-
'title' => 'Call Button Color',
|
646 |
'default' => array(
|
647 |
'color' => '#0a89c0',
|
648 |
),
|
@@ -654,7 +882,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
654 |
array(
|
655 |
'id' => 'amp-design-3-credit-link',
|
656 |
'type' => 'switch',
|
657 |
-
'title' => __( 'Credit link', '
|
658 |
'required' => array(
|
659 |
array('amp-design-selector', '=' , '3')
|
660 |
),
|
@@ -663,7 +891,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
663 |
array(
|
664 |
'id' => 'amp-design-3-author-description',
|
665 |
'type' => 'switch',
|
666 |
-
'title' => __( 'Author Bio in Single', '
|
667 |
'required' => array(
|
668 |
array('amp-design-selector', '=' , '3')
|
669 |
),
|
@@ -672,23 +900,23 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
672 |
array(
|
673 |
'id' => 'amp-design-3-date-feature',
|
674 |
'type' => 'switch',
|
675 |
-
'title' => __( 'Display Date on Single', '
|
676 |
'required' => array(
|
677 |
array('amp-design-selector', '=' , '3')
|
678 |
),
|
679 |
-
'desc' => __('Display date along with author and category', '
|
680 |
'default' => '0'
|
681 |
),
|
682 |
|
683 |
array(
|
684 |
'id' => 'css_editor',
|
685 |
'type' => 'ace_editor',
|
686 |
-
'title' => __('Custom CSS', '
|
687 |
-
'subtitle' => __('You can customize the Stylesheet of the AMP version by using this option.', '
|
688 |
'mode' => 'css',
|
689 |
'theme' => 'monokai',
|
690 |
'desc' => '',
|
691 |
-
'default' =>
|
692 |
),
|
693 |
)
|
694 |
|
@@ -698,8 +926,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
698 |
|
699 |
// SEO SECTION
|
700 |
Redux::setSection( $opt_name, array(
|
701 |
-
'title' => __( 'SEO', '
|
702 |
-
'desc' => __( '', 'redux-framework-demo'),
|
703 |
'id' => 'amp-seo',
|
704 |
'subsection' => true,
|
705 |
'fields' => array(
|
@@ -707,54 +934,54 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
707 |
array(
|
708 |
'id' => 'ampforwp-seo-meta-description',
|
709 |
'type' => 'switch',
|
710 |
-
'title' => __('Meta Description', '
|
711 |
-
'subtitle' => __('The meta tag that displays in head', '
|
712 |
'default' => 0
|
713 |
),
|
714 |
|
715 |
array(
|
716 |
'id' => 'ampforwp-seo-custom-additional-meta',
|
717 |
'type' => 'textarea',
|
718 |
-
'title' => __('Additional tags for Head section AMP page', '
|
719 |
-
'subtitle' => __('Adds additional Meta to the head section', '
|
720 |
-
'desc' => __('Only link and meta tags allowed', '
|
721 |
-
'placeholder' =>
|
722 |
),
|
723 |
|
724 |
|
725 |
array(
|
726 |
'id' => 'ampforwp-yoast-seo-sub-section',
|
727 |
'type' => 'section',
|
728 |
-
'title' => __('Yoast SEO Options', '
|
729 |
'indent' => true
|
730 |
),
|
731 |
|
732 |
array(
|
733 |
'id' => 'ampforwp-seo-yoast-meta',
|
734 |
'type' => 'switch',
|
735 |
-
'subtitle' => __('Adds Social and Open Graph Meta Tags from Yoast', '
|
736 |
-
'title' => __( 'Meta Tags from Yoast', '
|
737 |
'default' => '1'
|
738 |
),
|
739 |
array(
|
740 |
'id' => 'ampforwp-seo-yoast-description',
|
741 |
'type' => 'switch',
|
742 |
-
'subtitle' => __('Adds Yoast Custom description to ld+json for AMP page', '
|
743 |
-
'title' => __( 'Yoast Description in ld+json', '
|
744 |
'default' => 0
|
745 |
),
|
746 |
|
747 |
array(
|
748 |
'id' => 'ampforwp-seo-index-noindex-sub-section',
|
749 |
'type' => 'section',
|
750 |
-
'title' => __('Advanced Index & No Index Options', '
|
751 |
'indent' => true
|
752 |
),
|
753 |
array(
|
754 |
'id' => 'ampforwp-robots-archive-sub-pages-sitewide',
|
755 |
'type' => 'switch',
|
756 |
-
'title' => __('Archive subpages (sitewide)', '
|
757 |
-
'desc' => "Such as /page/2 so on and so forth",
|
758 |
'default' => 0,
|
759 |
'on' => 'index',
|
760 |
'off' => 'noindex'
|
@@ -762,7 +989,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
762 |
array(
|
763 |
'id' => 'ampforwp-robots-archive-author-pages',
|
764 |
'type' => 'switch',
|
765 |
-
'title' => __('Author Archive pages', '
|
766 |
'default' => 1,
|
767 |
'on' => 'index',
|
768 |
'off' => 'noindex'
|
@@ -771,7 +998,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
771 |
array(
|
772 |
'id' => 'ampforwp-robots-archive-date-pages',
|
773 |
'type' => 'switch',
|
774 |
-
'title' => __('Date Archive pages', '
|
775 |
'default' => 1,
|
776 |
'on' => 'index',
|
777 |
'off' => 'noindex'
|
@@ -780,7 +1007,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
780 |
array(
|
781 |
'id' => 'ampforwp-robots-archive-category-pages',
|
782 |
'type' => 'switch',
|
783 |
-
'title' => __('Categories', '
|
784 |
'default' => 1,
|
785 |
'on' => 'index',
|
786 |
'off' => 'noindex'
|
@@ -788,7 +1015,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
788 |
array(
|
789 |
'id' => 'ampforwp-robots-archive-tag-pages',
|
790 |
'type' => 'switch',
|
791 |
-
'title' => __('Tags', '
|
792 |
'default' => 1,
|
793 |
'on' => 'index',
|
794 |
'off' => 'noindex'
|
@@ -802,8 +1029,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
802 |
);
|
803 |
// AMP Menu SECTION
|
804 |
Redux::setSection( $opt_name, array(
|
805 |
-
'title' => __( 'Menu', '
|
806 |
-
'desc' => __( 'Add Menus to your AMP pages by clicking on this <a href="'.trailingslashit(get_admin_url()).'nav-menus.php?action=locations">link</a>'),
|
807 |
'id' => 'amp-menus',
|
808 |
'subsection' => true,
|
809 |
'fields' => array(
|
@@ -811,8 +1038,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
811 |
array(
|
812 |
'id' => 'ampforwp-auto-amp-menu-link',
|
813 |
'type' => 'switch',
|
814 |
-
'title' => __('Auto Add AMP in Menu URL', '
|
815 |
-
'subtitle' => __('Automatically add <code>AMP</code> at the end of menu url', '
|
816 |
'true' => 'true',
|
817 |
'false' => 'false',
|
818 |
'default' => 0
|
@@ -831,7 +1058,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
831 |
}
|
832 |
// ADS SECTION
|
833 |
Redux::setSection( $opt_name, array(
|
834 |
-
'title' => __( 'Advertisement', '
|
835 |
'desc' => $desc,
|
836 |
'id' => 'amp-ads',
|
837 |
'subsection' => true,
|
@@ -840,43 +1067,42 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
840 |
array(
|
841 |
'id' =>'enable-amp-ads-1',
|
842 |
'type' => 'switch',
|
843 |
-
'title' => __('AD #1', '
|
844 |
'default' => 0,
|
845 |
-
'subtitle' => __('Below the Header (SiteWide)', '
|
846 |
'true' => 'Enabled',
|
847 |
'false' => 'Disabled',
|
848 |
),
|
849 |
array(
|
850 |
'id' => 'enable-amp-ads-select-1',
|
851 |
'type' => 'select',
|
852 |
-
'title' => __('AD Size', '
|
853 |
'required' => array('enable-amp-ads-1', '=' , '1'),
|
854 |
// Must provide key => value pairs for select options
|
855 |
'options' => array(
|
856 |
-
'1' => '300x250',
|
857 |
-
'2' => '336x280',
|
858 |
-
'3' => '728x90',
|
859 |
-
'4' => '300x600',
|
860 |
-
'5' => '320x100',
|
861 |
-
'6' => '200x50',
|
862 |
-
'7' => '320x50'
|
863 |
-
),
|
864 |
'default' => '2',
|
865 |
),
|
866 |
array(
|
867 |
'id' =>'enable-amp-ads-text-feild-client-1',
|
868 |
'type' => 'text',
|
869 |
'required' => array('enable-amp-ads-1', '=' , '1'),
|
870 |
-
'title' => __('Data AD Client', '
|
871 |
-
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', '
|
872 |
'default' => '',
|
873 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
874 |
),
|
875 |
array(
|
876 |
'id' => 'enable-amp-ads-text-feild-slot-1',
|
877 |
'type' => 'text',
|
878 |
-
'title' => __('Data AD Slot', '
|
879 |
-
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code.', '
|
880 |
'default' => '',
|
881 |
'required' => array('enable-amp-ads-1', '=' , '1'),
|
882 |
'placeholder'=> '70XXXXXX12'
|
@@ -887,16 +1113,16 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
887 |
array(
|
888 |
'id'=>'enable-amp-ads-2',
|
889 |
'type' => 'switch',
|
890 |
-
'title' => __('AD #2', '
|
891 |
'default' => 0,
|
892 |
-
'subtitle' => __('Below the Footer (SiteWide)', '
|
893 |
'true' => 'Enabled',
|
894 |
'false' => 'Disabled',
|
895 |
),
|
896 |
array(
|
897 |
'id' => 'enable-amp-ads-select-2',
|
898 |
'type' => 'select',
|
899 |
-
'title' => __('AD Size', '
|
900 |
'required' => array('enable-amp-ads-2', '=' , '1'),
|
901 |
// Must provide key => value pairs for select options
|
902 |
'options' => array(
|
@@ -914,16 +1140,16 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
914 |
'id' =>'enable-amp-ads-text-feild-client-2',
|
915 |
'type' => 'text',
|
916 |
'required' => array('enable-amp-ads-2', '=' , '1'),
|
917 |
-
'title' => __('Data AD Client', '
|
918 |
-
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', '
|
919 |
'default' => '',
|
920 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
921 |
),
|
922 |
array(
|
923 |
'id' => 'enable-amp-ads-text-feild-slot-2',
|
924 |
'type' => 'text',
|
925 |
-
'title' => __('Data AD Slot', '
|
926 |
-
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code.', '
|
927 |
'default' => '',
|
928 |
'required' => array('enable-amp-ads-2', '=' , '1'),
|
929 |
'placeholder'=> '70XXXXXX12'
|
@@ -934,16 +1160,16 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
934 |
array(
|
935 |
'id' => 'enable-amp-ads-3',
|
936 |
'type' => 'switch',
|
937 |
-
'title' => __('AD #3', '
|
938 |
'default' => 0,
|
939 |
-
'subtitle' => __('Above the Post Content (Single Post)', '
|
940 |
'true' => 'Enabled',
|
941 |
'false' => 'Disabled',
|
942 |
),
|
943 |
array(
|
944 |
'id' => 'enable-amp-ads-select-3',
|
945 |
'type' => 'select',
|
946 |
-
'title' => __('AD Size', '
|
947 |
'required' => array('enable-amp-ads-3', '=' , '1'),
|
948 |
// Must provide key => value pairs for select options
|
949 |
'options' => array(
|
@@ -961,16 +1187,16 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
961 |
'id' =>'enable-amp-ads-text-feild-client-3',
|
962 |
'type' => 'text',
|
963 |
'required' => array('enable-amp-ads-3', '=' , '1'),
|
964 |
-
'title' => __('Data AD Client', '
|
965 |
-
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', '
|
966 |
'default' => '',
|
967 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
968 |
),
|
969 |
array(
|
970 |
'id' => 'enable-amp-ads-text-feild-slot-3',
|
971 |
'type' => 'text',
|
972 |
-
'title' => __('Data AD Slot', '
|
973 |
-
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code.', '
|
974 |
'default' => '',
|
975 |
'required' => array('enable-amp-ads-3', '=' , '1'),
|
976 |
'placeholder'=> '70XXXXXX12'
|
@@ -981,26 +1207,26 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
981 |
array(
|
982 |
'id' => 'enable-amp-ads-4',
|
983 |
'type' => 'switch',
|
984 |
-
'title' => __('AD #4', '
|
985 |
'default' => 0,
|
986 |
-
'subtitle' => __('Below the Post Content (Single Post)', '
|
987 |
'true' => 'Enabled',
|
988 |
'false' => 'Disabled',
|
989 |
),
|
990 |
array(
|
991 |
'id' => 'enable-amp-ads-select-4',
|
992 |
'type' => 'select',
|
993 |
-
'title' => __('AD Size', '
|
994 |
'required' => array('enable-amp-ads-4', '=' , '1'),
|
995 |
// Must provide key => value pairs for select options
|
996 |
'options' => array(
|
997 |
-
'1' => '300x250',
|
998 |
-
'2' => '336x280',
|
999 |
-
'3' => '728x90',
|
1000 |
-
'4' => '300x600',
|
1001 |
-
'5' => '320x100',
|
1002 |
-
'6' => '200x50',
|
1003 |
-
'7' => '320x50'
|
1004 |
),
|
1005 |
'default' => '2',
|
1006 |
),
|
@@ -1008,29 +1234,123 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1008 |
'id' =>'enable-amp-ads-text-feild-client-4',
|
1009 |
'type' => 'text',
|
1010 |
'required' => array('enable-amp-ads-4', '=' , '1'),
|
1011 |
-
'title' => __('Data AD Client', '
|
1012 |
-
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', '
|
1013 |
'default' => '',
|
1014 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
1015 |
),
|
1016 |
array(
|
1017 |
'id' => 'enable-amp-ads-text-feild-slot-4',
|
1018 |
'type' => 'text',
|
1019 |
-
'title' => __('Data AD Slot', '
|
1020 |
-
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code. ', '
|
1021 |
'default' => '',
|
1022 |
'required' => array('enable-amp-ads-4', '=' , '1'),
|
1023 |
'placeholder'=> '70XXXXXX12'
|
1024 |
-
)
|
1025 |
// Ad 4 ends
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1026 |
),
|
1027 |
) );
|
1028 |
|
1029 |
|
1030 |
// Single Section
|
1031 |
Redux::setSection( $opt_name, array(
|
1032 |
-
'title' => __( 'Single', '
|
1033 |
-
'desc' => __( 'Additional Options to control the look of Single <a href="' . esc_url(admin_url('customize.php?autofocus[section]=amp_design&customize_amp=1')) .'"> Click here </a> ', '
|
1034 |
'id' => 'amp-single',
|
1035 |
'subsection' => true,
|
1036 |
'fields' => array(
|
@@ -1038,25 +1358,33 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1038 |
array(
|
1039 |
'id' => 'enable-single-social-icons',
|
1040 |
'type' => 'switch',
|
1041 |
-
'title' => __('Sticky Social Icons', '
|
1042 |
'default' => 1,
|
1043 |
-
'subtitle' => __('Enable Social Icons in single', '
|
1044 |
),
|
1045 |
//deselectable next previous links
|
1046 |
array(
|
1047 |
'id' => 'enable-single-next-prev',
|
1048 |
'type' => 'switch',
|
1049 |
-
'title' => __('Next-Previous Links', '
|
1050 |
'default' => 1,
|
1051 |
-
'subtitle' => __('Enable Next-Previous links in single', '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1052 |
),
|
1053 |
// Related Post
|
1054 |
array(
|
1055 |
'id' => 'ampforwp-single-select-type-of-related',
|
1056 |
'type' => 'select',
|
1057 |
-
'title' => __('Show Related Post from', '
|
1058 |
'data' => 'page',
|
1059 |
-
'subtitle' => __('select the type of related posts', '
|
1060 |
'options' => array(
|
1061 |
'1' => 'Tags',
|
1062 |
'2' => 'Categories'
|
@@ -1066,20 +1394,40 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1066 |
array(
|
1067 |
'id' => 'ampforwp-number-of-related-posts',
|
1068 |
'type' => 'text',
|
1069 |
-
'title' => __('Number of Related Post', '
|
1070 |
-
'subtitle' => __('Type the number of related posts you need, Eg : 2', '
|
1071 |
'validate' => 'numeric',
|
1072 |
'default' => '3',
|
1073 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1074 |
),
|
1075 |
|
1076 |
) );
|
1077 |
|
1078 |
// Social Section
|
1079 |
Redux::setSection( $opt_name, array(
|
1080 |
-
'title' => __( 'Social Share', '
|
1081 |
'id' => 'amp-social',
|
1082 |
-
'desc' => 'enable social share and your social profiels here',
|
1083 |
'subsection' => true,
|
1084 |
'fields' => array(
|
1085 |
// Facebook ON/OFF
|
@@ -1087,74 +1435,74 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1087 |
'id' => 'enable-single-facebook-share',
|
1088 |
'type' => 'switch',
|
1089 |
//'required' => array('enable-single-social-icons', '=' , '1'),
|
1090 |
-
'title' => __('Facebook', '
|
1091 |
'default' => 0,
|
1092 |
),
|
1093 |
// Facebook app ID
|
1094 |
array(
|
1095 |
'id' => 'amp-facebook-app-id',
|
1096 |
-
'title' => __('Facebook App ID', '
|
1097 |
-
'subtitle' => __('In order to use Facebook share you need to register an app ID, you can register one here: https://developers.facebook.com/apps.', '
|
1098 |
'type' => 'text',
|
1099 |
'required' => array('enable-single-facebook-share', '=' , '1'),
|
1100 |
-
'placeholder' => 'Enter your facebook app id',
|
1101 |
'default' => ''
|
1102 |
),
|
1103 |
// Twitter ON/OFF
|
1104 |
array(
|
1105 |
'id' => 'enable-single-twitter-share',
|
1106 |
'type' => 'switch',
|
1107 |
-
'title' => __('Twitter', '
|
1108 |
'default' => 1,
|
1109 |
),
|
1110 |
array(
|
1111 |
'id' => 'enable-single-twitter-share-handle',
|
1112 |
'type' => 'text',
|
1113 |
-
'title' => __('Twitter Handle', '
|
1114 |
'required' => array('enable-single-twitter-share', '=' , '1'),
|
1115 |
-
'placeholder' => 'Eg: @xyx',
|
1116 |
'default' => '',
|
1117 |
),
|
1118 |
// GooglePlus ON/OFF
|
1119 |
array(
|
1120 |
'id' => 'enable-single-gplus-share',
|
1121 |
'type' => 'switch',
|
1122 |
-
'title' => __('GooglePlus', '
|
1123 |
'default' => 1,
|
1124 |
),
|
1125 |
// Email ON/OFF
|
1126 |
array(
|
1127 |
'id' => 'enable-single-email-share',
|
1128 |
'type' => 'switch',
|
1129 |
-
'title' => __('Email', '
|
1130 |
'default' => 1,
|
1131 |
),
|
1132 |
// Pinterest ON/OFF
|
1133 |
array(
|
1134 |
'id' => 'enable-single-pinterest-share',
|
1135 |
'type' => 'switch',
|
1136 |
-
'title' => __('Pinterest', '
|
1137 |
'default' => 1,
|
1138 |
),
|
1139 |
// LinkedIn ON/OFF
|
1140 |
array(
|
1141 |
'id' => 'enable-single-linkedin-share',
|
1142 |
'type' => 'switch',
|
1143 |
-
'title' => __('LinkedIn', '
|
1144 |
'default' => 1,
|
1145 |
),
|
1146 |
// WhatsApp
|
1147 |
array(
|
1148 |
'id' => 'enable-single-whatsapp-share',
|
1149 |
'type' => 'switch',
|
1150 |
-
'title' => __('WhatsApp', '
|
1151 |
'default' => 1,
|
1152 |
),
|
1153 |
array(
|
1154 |
'id' => 'social-media-profiles-subsection',
|
1155 |
'type' => 'section',
|
1156 |
-
'title' => __('Social Media Profiles (Design #3)', '
|
1157 |
-
'subtitle' => __('Please enter your personal/organizational social media profiles here', '
|
1158 |
'indent' => true,
|
1159 |
'required' => array(
|
1160 |
array('amp-design-selector', '=' , '3')
|
@@ -1164,7 +1512,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1164 |
array(
|
1165 |
'id' => 'enable-single-twittter-profile',
|
1166 |
'type' => 'switch',
|
1167 |
-
'title' => __('Twittter ', '
|
1168 |
'default' => 1,
|
1169 |
'required' => array(
|
1170 |
array('amp-design-selector', '=' , '3')
|
@@ -1173,7 +1521,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1173 |
array(
|
1174 |
'id' => 'enable-single-twittter-profile-url',
|
1175 |
'type' => 'text',
|
1176 |
-
'title' => __('Twittter URL', '
|
1177 |
'default' => '#',
|
1178 |
'required' => array(
|
1179 |
array('amp-design-selector', '=' , '3'),
|
@@ -1184,7 +1532,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1184 |
array(
|
1185 |
'id' => 'enable-single-facebook-profile',
|
1186 |
'type' => 'switch',
|
1187 |
-
'title' => __('Facebook ', '
|
1188 |
'default' => 1,
|
1189 |
'required' => array(
|
1190 |
array('amp-design-selector', '=' , '3')
|
@@ -1193,7 +1541,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1193 |
array(
|
1194 |
'id' => 'enable-single-facebook-profile-url',
|
1195 |
'type' => 'text',
|
1196 |
-
'title' => __('Facebook URL', '
|
1197 |
'default' => '#',
|
1198 |
'required' => array(
|
1199 |
array('amp-design-selector', '=' , '3'),
|
@@ -1204,7 +1552,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1204 |
array(
|
1205 |
'id' => 'enable-single-pintrest-profile',
|
1206 |
'type' => 'switch',
|
1207 |
-
'title' => __('Pintrest ', '
|
1208 |
'default' => 1,
|
1209 |
'required' => array(
|
1210 |
array('amp-design-selector', '=' , '3')
|
@@ -1213,7 +1561,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1213 |
array(
|
1214 |
'id' => 'enable-single-pintrest-profile-url',
|
1215 |
'type' => 'text',
|
1216 |
-
'title' => __('Pintrest URL', '
|
1217 |
'default' => '#',
|
1218 |
'required' => array(
|
1219 |
array('amp-design-selector', '=' , '3'),
|
@@ -1224,7 +1572,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1224 |
array(
|
1225 |
'id' => 'enable-single-google-plus-profile',
|
1226 |
'type' => 'switch',
|
1227 |
-
'title' => __('Google Plus ', '
|
1228 |
'default' => 0,
|
1229 |
'required' => array(
|
1230 |
array('amp-design-selector', '=' , '3')
|
@@ -1233,7 +1581,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1233 |
array(
|
1234 |
'id' => 'enable-single-google-plus-profile-url',
|
1235 |
'type' => 'text',
|
1236 |
-
'title' => __('Google Plus URL', '
|
1237 |
'default' => '',
|
1238 |
'required' => array(
|
1239 |
array('amp-design-selector', '=' , '3'),
|
@@ -1244,7 +1592,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1244 |
array(
|
1245 |
'id' => 'enable-single-linkdin-profile',
|
1246 |
'type' => 'switch',
|
1247 |
-
'title' => __('Linkdin ', '
|
1248 |
'default' => 0,
|
1249 |
'required' => array(
|
1250 |
array('amp-design-selector', '=' , '3')
|
@@ -1253,7 +1601,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1253 |
array(
|
1254 |
'id' => 'enable-single-linkdin-profile-url',
|
1255 |
'type' => 'text',
|
1256 |
-
'title' => __('Linkdin URL', '
|
1257 |
'default' => '',
|
1258 |
'required' => array(
|
1259 |
array('amp-design-selector', '=' , '3'),
|
@@ -1264,7 +1612,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1264 |
array(
|
1265 |
'id' => 'enable-single-youtube-profile',
|
1266 |
'type' => 'switch',
|
1267 |
-
'title' => __('Youtube ', '
|
1268 |
'default' => 1,
|
1269 |
'required' => array(
|
1270 |
array('amp-design-selector', '=' , '3')
|
@@ -1274,7 +1622,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1274 |
'id' => 'enable-single-youtube-profile-url',
|
1275 |
'type' => 'text',
|
1276 |
'default' => '#',
|
1277 |
-
'title' => __('Youtube URL', '
|
1278 |
'required' => array(
|
1279 |
array('amp-design-selector', '=' , '3'),
|
1280 |
array('enable-single-youtube-profile', '=' , '1')
|
@@ -1284,7 +1632,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1284 |
array(
|
1285 |
'id' => 'enable-single-instagram-profile',
|
1286 |
'type' => 'switch',
|
1287 |
-
'title' => __('Instagram ', '
|
1288 |
'default' => 0,
|
1289 |
'required' => array(
|
1290 |
array('amp-design-selector', '=' , '3')
|
@@ -1294,7 +1642,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1294 |
'id' => 'enable-single-instagram-profile-url',
|
1295 |
'type' => 'text',
|
1296 |
'default' => '',
|
1297 |
-
'title' => __('Instagram URL', '
|
1298 |
'required' => array(
|
1299 |
array('amp-design-selector', '=' , '3'),
|
1300 |
array('enable-single-instagram-profile', '=' , '1')
|
@@ -1304,7 +1652,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1304 |
array(
|
1305 |
'id' => 'enable-single-VKontakte-profile',
|
1306 |
'type' => 'switch',
|
1307 |
-
'title' => __('VKontakte ', '
|
1308 |
'default' => 0,
|
1309 |
'required' => array(
|
1310 |
array('amp-design-selector', '=' , '3')
|
@@ -1314,7 +1662,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1314 |
'id' => 'enable-single-VKontakte-profile-url',
|
1315 |
'type' => 'text',
|
1316 |
'default' => '',
|
1317 |
-
'title' => __('VKontakte URL', '
|
1318 |
'required' => array(
|
1319 |
array('amp-design-selector', '=' , '3'),
|
1320 |
array('enable-single-VKontakte-profile', '=' , '1')
|
@@ -1326,7 +1674,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1326 |
array(
|
1327 |
'id' => 'enable-single-reddit-profile',
|
1328 |
'type' => 'switch',
|
1329 |
-
'title' => __('Reddit', '
|
1330 |
'default' => 0,
|
1331 |
'required' => array(
|
1332 |
array('amp-design-selector', '=' , '3')
|
@@ -1335,7 +1683,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1335 |
array(
|
1336 |
'id' => 'enable-single-reddit-profile-url',
|
1337 |
'type' => 'text',
|
1338 |
-
'title' => __('Reddit URL', '
|
1339 |
'default' => '',
|
1340 |
'required' => array(
|
1341 |
array('amp-design-selector', '=' , '3'),
|
@@ -1346,7 +1694,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1346 |
array(
|
1347 |
'id' => 'enable-single-snapchat-profile',
|
1348 |
'type' => 'switch',
|
1349 |
-
'title' => __('Snapchat ', '
|
1350 |
'default' => 0,
|
1351 |
'required' => array(
|
1352 |
array('amp-design-selector', '=' , '3')
|
@@ -1355,7 +1703,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1355 |
array(
|
1356 |
'id' => 'enable-single-snapchat-profile-url',
|
1357 |
'type' => 'text',
|
1358 |
-
'title' => __('Snapchat URL', '
|
1359 |
'default' => '',
|
1360 |
'required' => array(
|
1361 |
array('amp-design-selector', '=' , '3'),
|
@@ -1366,7 +1714,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1366 |
array(
|
1367 |
'id' => 'enable-single-Tumblr-profile',
|
1368 |
'type' => 'switch',
|
1369 |
-
'title' => __('Tumblr', '
|
1370 |
'default' => 0,
|
1371 |
'required' => array(
|
1372 |
array('amp-design-selector', '=' , '3')
|
@@ -1375,7 +1723,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1375 |
array(
|
1376 |
'id' => 'enable-single-Tumblr-profile-url',
|
1377 |
'type' => 'text',
|
1378 |
-
'title' => __('Tumblr URL', '
|
1379 |
'default' => '',
|
1380 |
'required' => array(
|
1381 |
array('amp-design-selector', '=' , '3'),
|
@@ -1387,7 +1735,7 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1387 |
|
1388 |
// Structured Data
|
1389 |
Redux::setSection( $opt_name, array(
|
1390 |
-
'title' => __( 'Structured Data', '
|
1391 |
'id' => 'opt-structured-data',
|
1392 |
'subsection' => true,
|
1393 |
'fields' => array(
|
@@ -1395,31 +1743,31 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1395 |
'id' => 'amp-structured-data-logo',
|
1396 |
'type' => 'media',
|
1397 |
'url' => true,
|
1398 |
-
'title' => __('Default Structured Data Logo', '
|
1399 |
-
'subtitle' => __('Upload the logo you want to show in Google Structured Data. ', '
|
1400 |
),
|
1401 |
array(
|
1402 |
'id' => 'amp-structured-data-placeholder-image',
|
1403 |
'type' => 'media',
|
1404 |
'url' => true,
|
1405 |
-
'title' => __('Default Post Image', '
|
1406 |
-
'subtitle' => __('Upload the Image you want to show as Placeholder Image.', '
|
1407 |
-
'placeholder' => 'when there is no featured image set in the post',
|
1408 |
),
|
1409 |
array(
|
1410 |
'id' => 'amp-structured-data-placeholder-image-width',
|
1411 |
-
'title' => __('Default Post Image Width', '
|
1412 |
'type' => 'text',
|
1413 |
'placeholder' => '550',
|
1414 |
-
'subtitle' => 'Please don\'t add "PX" in the image size.',
|
1415 |
'default' => '700'
|
1416 |
),
|
1417 |
array(
|
1418 |
'id' => 'amp-structured-data-placeholder-image-height',
|
1419 |
-
'title' => __('Default Post Image Height', '
|
1420 |
'type' => 'text',
|
1421 |
'placeholder' => '350',
|
1422 |
-
'subtitle' => 'Please don\'t add "PX" in the image size.',
|
1423 |
'default' => '550'
|
1424 |
),
|
1425 |
)
|
@@ -1427,35 +1775,35 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1427 |
|
1428 |
// Notifications SECTION
|
1429 |
Redux::setSection( $opt_name, array(
|
1430 |
-
'title' => __( 'Notifications', '
|
1431 |
-
|
1432 |
'id' => 'amp-notifications',
|
1433 |
'subsection' => true,
|
1434 |
'fields' => array(
|
1435 |
array(
|
1436 |
'id' =>'amp-enable-notifications',
|
1437 |
'type' => 'switch',
|
1438 |
-
'title' => __('Enable Notifications', '
|
1439 |
'default' => '',
|
1440 |
-
'subtitle' => __('Show notifications on all of your AMP pages for cookie purposes, or anything else.', '
|
1441 |
'true' => 'Enabled',
|
1442 |
'false' => 'Disabled',
|
1443 |
),
|
1444 |
array(
|
1445 |
'id' => 'amp-notification-text',
|
1446 |
-
'title' => __('Notification text', '
|
1447 |
'type' => 'text',
|
1448 |
'required' => array('amp-enable-notifications', '=' , '1'),
|
1449 |
-
'default' => 'This website uses cookies.',
|
1450 |
-
'placeholder' => 'Enter Text here',
|
1451 |
),
|
1452 |
array(
|
1453 |
'id' => 'amp-accept-button-text',
|
1454 |
-
'title' => __('Notification accept button text', '
|
1455 |
'type' => 'text',
|
1456 |
'required' => array('amp-enable-notifications', '=' , '1'),
|
1457 |
-
'default' => 'Accept',
|
1458 |
-
'placeholder' => 'Enter Text here',
|
1459 |
),
|
1460 |
|
1461 |
),
|
@@ -1464,240 +1812,285 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1464 |
|
1465 |
// Translation Panel
|
1466 |
Redux::setSection( $opt_name, array(
|
1467 |
-
'title' => __( 'Translation Panel', '
|
1468 |
-
'desc' => __( 'Please translate the following words of page accordingly else default content is in English Language', '
|
1469 |
'id' => 'amp-translator',
|
1470 |
'subsection' => true,
|
1471 |
'fields' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1472 |
array(
|
1473 |
'id' => 'amp-translator-show-more-posts-text',
|
1474 |
'type' => 'text',
|
1475 |
-
'title' => __('Show more Posts', '
|
1476 |
-
'default' => 'Show more Posts',
|
1477 |
-
'placeholder'=>'write here'
|
|
|
1478 |
),
|
1479 |
array(
|
1480 |
'id' => 'amp-translator-show-previous-posts-text',
|
1481 |
'type' => 'text',
|
1482 |
-
'title' => __('Show previous Posts', '
|
1483 |
-
'default' => 'Show previous Posts',
|
1484 |
-
'placeholder'=>'write here'
|
|
|
1485 |
),
|
1486 |
array(
|
1487 |
'id' => 'amp-translator-top-text',
|
1488 |
'type' => 'text',
|
1489 |
-
'title' => __('Top', '
|
1490 |
-
'default' => 'Top',
|
1491 |
-
'placeholder'=>'write here'
|
|
|
1492 |
),
|
1493 |
array(
|
1494 |
'id' => 'amp-translator-non-amp-page-text',
|
1495 |
'type' => 'text',
|
1496 |
-
'title' => __('View Non-AMP Version', '
|
1497 |
-
'default' => 'View Non-AMP Version',
|
1498 |
-
'placeholder'=>'write here'
|
|
|
1499 |
),
|
1500 |
array(
|
1501 |
'id' => 'amp-translator-related-text',
|
1502 |
'type' => 'text',
|
1503 |
-
'title' => __('Related Post', '
|
1504 |
-
'default' => 'Related Post',
|
1505 |
-
'placeholder'=>'write here'
|
|
|
1506 |
),
|
1507 |
array(
|
1508 |
'id' => 'amp-translator-navigate-text',
|
1509 |
'type' => 'text',
|
1510 |
-
'title' => __('Navigate', '
|
1511 |
-
'default' => 'Navigate',
|
1512 |
-
'placeholder'=>'write here'
|
|
|
1513 |
),
|
1514 |
array(
|
1515 |
'id' => 'amp-translator-on-text',
|
1516 |
'type' => 'text',
|
1517 |
-
'title' => __('On', '
|
1518 |
-
'default' => 'On',
|
1519 |
-
'placeholder'=>'write here'
|
|
|
1520 |
),
|
1521 |
array(
|
1522 |
'id' => 'amp-translator-next-text',
|
1523 |
'type' => 'text',
|
1524 |
-
'title' => __('Next', '
|
1525 |
-
'default' => 'Next',
|
1526 |
-
'placeholder'=>'write here'
|
|
|
1527 |
),
|
1528 |
array(
|
1529 |
'id' => 'amp-translator-previous-text',
|
1530 |
'type' => 'text',
|
1531 |
-
'title' => __('Previous', '
|
1532 |
-
'default' => 'Previous',
|
1533 |
-
'placeholder'=>'write here'
|
|
|
1534 |
),
|
1535 |
array(
|
1536 |
'id' => 'amp-translator-footer-text',
|
1537 |
'type' => 'textarea',
|
1538 |
-
'title' => __('Footer', '
|
1539 |
-
'default' => 'All Rights Reserved',
|
1540 |
-
'placeholder'=>'write here'
|
|
|
1541 |
),
|
1542 |
array(
|
1543 |
'id' => 'amp-translator-categories-text',
|
1544 |
'type' => 'text',
|
1545 |
-
'title' => __('Categories', '
|
1546 |
-
'default' => 'Categories: ',
|
1547 |
-
'placeholder'=>'write here'
|
|
|
1548 |
),
|
1549 |
array(
|
1550 |
'id' => 'amp-translator-tags-text',
|
1551 |
'type' => 'text',
|
1552 |
-
'title' => __('Tags', '
|
1553 |
-
'default' => 'Tags: ',
|
1554 |
-
'placeholder'=>'write here'
|
|
|
1555 |
),
|
1556 |
array(
|
1557 |
'id' => 'amp-translator-by-text',
|
1558 |
'type' => 'text',
|
1559 |
-
'title' => __('By', '
|
1560 |
-
'default' => 'By',
|
1561 |
-
'placeholder'=>'write here'
|
|
|
1562 |
),
|
1563 |
array(
|
1564 |
'id' => 'amp-translator-published-by',
|
1565 |
'type' => 'text',
|
1566 |
-
'title' => __('Published by', '
|
1567 |
-
'default' => 'Published by',
|
1568 |
-
'placeholder'=>'write here'
|
|
|
1569 |
),
|
1570 |
array(
|
1571 |
'id' => 'amp-translator-in-designthree',
|
1572 |
'type' => 'text',
|
1573 |
-
'title' => __('in', '
|
1574 |
-
'default' => 'in',
|
1575 |
-
'placeholder'=>'write here'
|
|
|
1576 |
),
|
1577 |
array(
|
1578 |
'id' => 'amp-translator-view-comments-text',
|
1579 |
'type' => 'text',
|
1580 |
-
'title' => __('View Comments', '
|
1581 |
-
'default' => 'View Comments',
|
1582 |
-
'placeholder'=>'write here'
|
|
|
1583 |
),
|
1584 |
array(
|
1585 |
'id' => 'amp-translator-leave-a-comment-text',
|
1586 |
'type' => 'text',
|
1587 |
-
'title' => __('Leave a Comment', '
|
1588 |
-
'default' => 'Leave a Comment',
|
1589 |
-
'placeholder'=>'write here'
|
|
|
1590 |
),
|
1591 |
array(
|
1592 |
'id' => 'amp-translator-at-text',
|
1593 |
'type' => 'text',
|
1594 |
-
'title' => __('at', '
|
1595 |
-
'default' => 'at',
|
1596 |
-
'placeholder'=>'write here'
|
|
|
1597 |
),
|
1598 |
array(
|
1599 |
'id' => 'amp-translator-says-text',
|
1600 |
'type' => 'text',
|
1601 |
-
'title' => __('says', '
|
1602 |
-
'default' => 'says',
|
1603 |
-
'placeholder'=>'write here'
|
|
|
1604 |
),
|
1605 |
array(
|
1606 |
'id' => 'amp-translator-Edit-text',
|
1607 |
'type' => 'text',
|
1608 |
-
'title' => __('Edit', '
|
1609 |
-
'default' => 'Edit',
|
1610 |
-
'placeholder'=>'write here'
|
|
|
1611 |
),
|
1612 |
array(
|
1613 |
'id' => 'amp-translator-ago-date-text',
|
1614 |
'type' => 'text',
|
1615 |
-
'title' => __('ago', '
|
1616 |
-
'default' => 'ago',
|
1617 |
-
'placeholder'=>'write here'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1618 |
),
|
1619 |
array(
|
1620 |
'id' => 'amp-translator-archive-cat-text',
|
1621 |
'type' => 'text',
|
1622 |
-
'title' => __('Category (archive title)', '
|
1623 |
-
'default' => 'Category: ',
|
1624 |
-
'placeholder'=>'write here'
|
|
|
1625 |
),
|
1626 |
array(
|
1627 |
'id' => 'amp-translator-archive-tag-text',
|
1628 |
'type' => 'text',
|
1629 |
-
'title' => __('Tag (archive title)', '
|
1630 |
-
'default' => 'Tag: ',
|
1631 |
-
'placeholder'=>'write here'
|
|
|
1632 |
),
|
1633 |
array(
|
1634 |
'id' => 'amp-translator-show-more-text',
|
1635 |
'type' => 'text',
|
1636 |
-
'title' => __('View More Posts (Widget Button)', '
|
1637 |
-
'default' => 'View More Posts',
|
1638 |
-
'placeholder'=>'write here'
|
|
|
1639 |
),
|
1640 |
array(
|
1641 |
'id' => 'amp-translator-next-read-text',
|
1642 |
'type' => 'text',
|
1643 |
-
'title' => __('Next Read', '
|
1644 |
-
'default' => 'Next Read: ',
|
1645 |
-
'placeholder'=>'write here'
|
|
|
1646 |
),
|
1647 |
array(
|
1648 |
'id' => 'amp-translator-search-text',
|
1649 |
'type' => 'text',
|
1650 |
-
'title' => __(' You searched for: ', '
|
1651 |
-
'default' => ' You searched for: ',
|
1652 |
-
'placeholder'=>'write here'
|
|
|
1653 |
),
|
1654 |
array(
|
1655 |
'id' => 'amp-translator-search-no-found',
|
1656 |
'type' => 'text',
|
1657 |
-
'title' => __(' It seems we can\'t find what you\'re looking for. ', '
|
1658 |
-
'default' => ' It seems we can\'t find what you\'re looking for. ',
|
1659 |
-
'placeholder'=>'write here'
|
|
|
1660 |
),
|
1661 |
array(
|
1662 |
'id' => 'design-3-search-subsection',
|
1663 |
'type' => 'section',
|
1664 |
-
'title' => __('Search bar Translation Text', '
|
1665 |
'indent' => true,
|
|
|
1666 |
),
|
1667 |
array(
|
1668 |
'id' => 'ampforwp-search-placeholder',
|
1669 |
'type' => 'text',
|
1670 |
-
'title' => __('Type Here', '
|
1671 |
-
'default' => 'Type Here',
|
1672 |
-
'desc' => 'This is the text that gets shown in for Search Box',
|
1673 |
-
'placeholder'=>'write here',
|
|
|
1674 |
|
1675 |
),
|
1676 |
array(
|
1677 |
'id' => 'ampforwp-search-label',
|
1678 |
'type' => 'text',
|
1679 |
-
'title' => __('Type your search query and hit enter', '
|
1680 |
-
'desc' => 'This is the text that gets shown above Search Box',
|
1681 |
-
'default' => 'Type your search query and hit enter: ',
|
1682 |
-
'placeholder'=>'write here',
|
|
|
1683 |
|
1684 |
-
)
|
1685 |
-
|
1686 |
-
) );
|
1687 |
|
1688 |
|
1689 |
// // CSS
|
1690 |
// Redux::setSection( $opt_name, array(
|
1691 |
-
// 'title' => __( 'Custom CSS Editor', '
|
1692 |
-
// // 'desc' => __( 'For full documentation on this field, visit: ', '
|
1693 |
// 'id' => 'opt-css-editor',
|
1694 |
// 'subsection' => true,
|
1695 |
// 'fields' => array(
|
1696 |
// array(
|
1697 |
// 'id' => 'css_editor',
|
1698 |
// 'type' => 'ace_editor',
|
1699 |
-
// 'title' => __('Custom CSS', '
|
1700 |
-
// 'subtitle' => __('You can customize the Stylesheet of the AMP version by using this option.', '
|
1701 |
// 'mode' => 'css',
|
1702 |
// 'theme' => 'monokai',
|
1703 |
// 'desc' => '',
|
@@ -1708,25 +2101,26 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1708 |
//
|
1709 |
|
1710 |
|
|
|
1711 |
// Comments
|
1712 |
Redux::setSection( $opt_name, array(
|
1713 |
-
'title' => __( 'Comments', '
|
1714 |
-
|
1715 |
'id' => 'disqus-comments',
|
1716 |
'subsection' => true,
|
1717 |
'fields' => array(
|
1718 |
array(
|
1719 |
'id' => 'ampforwp-disqus-comments-support',
|
1720 |
'type' => 'switch',
|
1721 |
-
'title' => __('Disqus comments Support', '
|
1722 |
-
'subtitle' => __('Enable/Disable Disqus comments using this switch.', '
|
1723 |
'default' => 0
|
1724 |
),
|
1725 |
array(
|
1726 |
'id' => 'ampforwp-disqus-comments-name',
|
1727 |
'type' => 'text',
|
1728 |
-
'title' => __('Disqus Name', '
|
1729 |
-
'subtitle' => __('Eg: https://xyz.disqus.com', '
|
1730 |
'required' => array('ampforwp-disqus-comments-support', '=' , '1'),
|
1731 |
'default' => ''
|
1732 |
),
|
@@ -1734,8 +2128,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1734 |
array(
|
1735 |
'id' => 'ampforwp-disqus-host-position',
|
1736 |
'type' => 'switch',
|
1737 |
-
'title' => __('Host Disqus Comments through AMPforWP Servers', '
|
1738 |
-
'subtitle' => __('Use AMPforWP secure servers to serve Comments file. Recommended if your site is non HTTPS', '
|
1739 |
'default' => 1,
|
1740 |
'required' => array('ampforwp-disqus-comments-support', '=' , '1'),
|
1741 |
),
|
@@ -1743,16 +2137,16 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1743 |
array(
|
1744 |
'id' => 'ampforwp-disqus-host-file',
|
1745 |
'type' => 'text',
|
1746 |
-
'title' => __('Disqus Host File', '
|
1747 |
-
'subtitle' => __('<a href="https://ampforwp.com/host-disqus-comments/"> Click here to know, How to Setup Disqus Host file on your servers </a>', '
|
1748 |
'placeholder' => 'https://comments.example.com/disqus.php',
|
1749 |
'required' => array('ampforwp-disqus-host-position', '=' , '0'),
|
1750 |
),
|
1751 |
array(
|
1752 |
'id' => 'ampforwp-number-of-comments',
|
1753 |
'type' => 'text',
|
1754 |
-
'desc' => 'This refers to the normal comments',
|
1755 |
-
'title' => __('No of Comments', '
|
1756 |
'default' => 10,
|
1757 |
'required' => array('ampforwp-disqus-comments-support' , '=' , 0)
|
1758 |
),
|
@@ -1762,8 +2156,8 @@ Redux::setArgs( "redux_builder_amp", $args );
|
|
1762 |
|
1763 |
// Advance Settings SECTION
|
1764 |
Redux::setSection( $opt_name, array(
|
1765 |
-
'title' => __( 'Advance Settings', '
|
1766 |
-
'desc' => __( 'This section has Advance settings'),
|
1767 |
'id' => 'amp-advance',
|
1768 |
'subsection' => true,
|
1769 |
'fields' => array(
|
@@ -1771,23 +2165,23 @@ Redux::setSection( $opt_name, array(
|
|
1771 |
/* array(
|
1772 |
'id' => 'ampforwp-homepage-on-off-support',
|
1773 |
'type' => 'switch',
|
1774 |
-
'title' => __('Homepage Support', '
|
1775 |
-
'subtitle' => __('Enable/Disable Home page using this switch.', '
|
1776 |
'default' => '1'
|
1777 |
),*/
|
1778 |
array(
|
1779 |
'id' => 'ampforwp-archive-support',
|
1780 |
'type' => 'switch',
|
1781 |
-
'title' => __('Archive page Support', '
|
1782 |
-
'subtitle' => __('Enable/Disable Archive pages using this switch.', '
|
1783 |
'default' => '0'
|
1784 |
),
|
1785 |
array(
|
1786 |
'id' => 'amp-mobile-redirection',
|
1787 |
'type' => 'switch',
|
1788 |
-
'title' => __('Mobile Redirection', '
|
1789 |
'subtitle' => __('
|
1790 |
-
Enable AMP for your mobile users. Give your visitors a Faster mobile User Experience.','
|
1791 |
'default' => 0,
|
1792 |
|
1793 |
),
|
@@ -1795,17 +2189,17 @@ Redux::setSection( $opt_name, array(
|
|
1795 |
array(
|
1796 |
'id' =>'amp-rtl-select-option',
|
1797 |
'type' => 'switch',
|
1798 |
-
'title' => __('RTL Support', '
|
1799 |
'default' => 0,
|
1800 |
-
'subtitle' => __('Enable Right to Left language support', '
|
1801 |
'true' => 'true',
|
1802 |
'false' => 'false',
|
1803 |
),
|
1804 |
array(
|
1805 |
'id' => 'amp-footer-link-non-amp-page',
|
1806 |
'type' => 'switch',
|
1807 |
-
'title' => __('Link to Non-AMP page in Footer', '
|
1808 |
-
'subtitle' => __('Enable / Disable Link to Non-AMP page in the footer', '
|
1809 |
'true' => 'true',
|
1810 |
'false' => 'false',
|
1811 |
'default' => 1
|
@@ -1813,18 +2207,18 @@ Redux::setSection( $opt_name, array(
|
|
1813 |
array(
|
1814 |
'id' => 'amp-header-text-area-for-html',
|
1815 |
'type' => 'textarea',
|
1816 |
-
'title' => __('Enter HTML in Header', '
|
1817 |
-
'subtitle' => __('please enter markup that is AMP validated', '
|
1818 |
-
'desc' => __('check your markup here (enter markup between HEAD tag) : https://validator.ampproject.org/', '
|
1819 |
'default' => ''
|
1820 |
),
|
1821 |
array(
|
1822 |
'id' => 'amp-footer-text-area-for-html',
|
1823 |
'type' => 'textarea',
|
1824 |
-
'title' => __('Enter HTML in Footer', '
|
1825 |
-
'subtitle' => __('please enter markup that is AMP validated', '
|
1826 |
'desc' => __('check your markup here (enter markup between BODY tag) : https://validator.ampproject.org/',
|
1827 |
-
'
|
1828 |
'default' => ''
|
1829 |
),
|
1830 |
|
@@ -1835,29 +2229,30 @@ Redux::setSection( $opt_name, array(
|
|
1835 |
|
1836 |
// Extension Section
|
1837 |
Redux::setSection( $opt_name, array(
|
1838 |
-
'title' => __( 'Extensions', '
|
1839 |
-
// 'desc' => __( 'For full documentation on this field, visit: ', '
|
1840 |
'id' => 'opt-go-premium',
|
1841 |
'subsection' => false,
|
1842 |
-
'desc' =>
|
1843 |
-
|
1844 |
-
|
1845 |
-
|
1846 |
-
|
1847 |
-
|
1848 |
-
|
1849 |
-
|
1850 |
-
|
1851 |
-
|
1852 |
-
'
|
|
|
1853 |
) );
|
1854 |
|
1855 |
|
1856 |
|
1857 |
// Priority Support
|
1858 |
Redux::setSection( $opt_name, array(
|
1859 |
-
'title' => __( 'Fix AMP Errors', '
|
1860 |
-
// 'desc' => __( 'For full documentation on this field, visit: ', '
|
1861 |
'id' => 'opt-go-premium-support',
|
1862 |
'subsection' => false,
|
1863 |
'desc' => ' <a href="http://ampforwp.com/priority-support/#utm_source=options-panel&utm_medium=extension-tab_priority_support&utm_campaign=AMP%20Plugin" target="_blank"><img class="ampforwp-support-banner" src="'.AMPFORWP_IMAGE_DIR . '/priority-support-banner.png" width="345" height="500" /></a>',
|
7 |
|
8 |
// Option name where all the Redux data is stored.
|
9 |
$opt_name = "redux_builder_amp";
|
10 |
+
$comment_AD_URL = "http://ampforwp.com/amp-comments/#utm_source=options-panel&utm_medium=comments-tab&utm_campaign=AMP%20Plugin";
|
11 |
+
$cta_AD_URL = "http://ampforwp.com/call-to-action/#utm_source=options-panel&utm_medium=call-to-action_banner_in_notification_bar&utm_campaign=AMP%20Plugin";
|
12 |
+
$comment_desc = '<a href="'.$comment_AD_URL.'" target="_blank"><img class="ampforwp-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/comments-banner.png" width="560" height="85" /></a>';
|
13 |
+
$cta_desc = '<a href="'.$cta_AD_URL.'" target="_blank"><img class="ampforwp-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/cta-banner.png" width="560" height="85" /></a>';
|
14 |
+
$extension_listing = '
|
15 |
+
<div class="extension_listing">
|
16 |
+
<p style="font-size:13px">Take your AMP to the next level with these premium extensions which gives you advanced features.</p>
|
17 |
+
<ul>
|
18 |
+
<li class="first"><a href="http://ampforwp.com/advanced-amp-ads/#utm_source=options-panel&utm_medium=extension-tab_advanced-amp-ads&utm_campaign=AMP%20Plugin" target="_blank">
|
19 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/click.png" /></div>
|
20 |
+
<div class="extension_desc">
|
21 |
+
<h2>Advanced AMP ADS</h2>
|
22 |
+
<p>Add Advertisement directly in the content</p>
|
23 |
+
<div class="extension_btn">From: $19</div>
|
24 |
+
</div>
|
25 |
+
</a></li>
|
26 |
+
<li class="second"><a href="http://ampforwp.com/opt-in-forms/#utm_source=options-panel&utm_medium=extension-tab_opt-in-forms&utm_campaign=AMP%20Plugin" target="_blank">
|
27 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/email.png" /></div>
|
28 |
+
<div class="extension_desc">
|
29 |
+
<h2>Email Opt-in Forms</h2>
|
30 |
+
<p>Capture Leads with Email Subscription.</p>
|
31 |
+
<div class="extension_btn">From: $79</div>
|
32 |
+
</div>
|
33 |
+
</a></li>
|
34 |
+
<li class="first"><a href="http://ampforwp.com/call-to-action/#utm_source=options-panel&utm_medium=extension-tab_amp-cta&utm_campaign=AMP%20Plugin" target="_blank">
|
35 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/mac-click.png" /></div>
|
36 |
+
<div class="extension_desc">
|
37 |
+
<h2>Call To Action (CTA)</h2>
|
38 |
+
<p>Higher Visibility & More Conversions</p>
|
39 |
+
<div class="extension_btn">From: $29</div>
|
40 |
+
</div>
|
41 |
+
</a></li>
|
42 |
+
<li class="second"><a href="http://ampforwp.com/custom-post-type/#utm_source=options-panel&utm_medium=extension-tab_custom-post-type&utm_campaign=AMP%20Plugin" target="_blank">
|
43 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/comments.png" /></div>
|
44 |
+
<div class="extension_desc">
|
45 |
+
<h2>Custom Post Type</h2>
|
46 |
+
<p>Enable Custom Post type support in AMP.</p>
|
47 |
+
<div class="extension_btn">From: $19</div>
|
48 |
+
</div>
|
49 |
+
</a></li>
|
50 |
+
|
51 |
+
<li class="first"><a href="http://ampforwp.com/acf-amp/#utm_source=options-panel&utm_medium=extension-tab_opt-in-forms&utm_campaign=AMP%20Plugin" target="_blank">
|
52 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/acf.png" /></div>
|
53 |
+
<div class="extension_desc">
|
54 |
+
<h2>Advanced Custom Fields</h2>
|
55 |
+
<p>Easily add ACF support in AMP.</p>
|
56 |
+
<div class="extension_btn">From: $29</div>
|
57 |
+
</div>
|
58 |
+
</a></li>
|
59 |
+
<li class="second"><a href="http://ampforwp.com/doubleclick-for-publishers/#utm_source=options-panel&utm_medium=extension-tab_doubleclick&utm_campaign=AMP%20Plugin" target="_blank">
|
60 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/dfp.png" /></div>
|
61 |
+
<div class="extension_desc">
|
62 |
+
<h2>DoubleClick For Publishers</h2>
|
63 |
+
<p>Enable DFP Support for AMP.</p>
|
64 |
+
<div class="extension_btn">From: $19</div>
|
65 |
+
</div>
|
66 |
+
</a></li>
|
67 |
+
|
68 |
+
|
69 |
+
<li class="first"><a href="http://ampforwp.com/amp-ratings/#utm_source=options-panel&utm_medium=extension-tab_amp-ratings&utm_campaign=AMP%20Plugin" target="_blank">
|
70 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/star.png" /></div>
|
71 |
+
<div class="extension_desc">
|
72 |
+
<h2>Star Ratings</h2>
|
73 |
+
<p>Star Review Ratings for AMP.</p>
|
74 |
+
<div class="extension_btn">From: $19</div>
|
75 |
+
</div>
|
76 |
+
</a></li>
|
77 |
+
<li class="second"><a href="https://wordpress.org/plugins/amp-woocommerce/" target="_blank">
|
78 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/woo.png" /></div>
|
79 |
+
<div class="extension_desc">
|
80 |
+
<h2>AMP WooCommerce</h2>
|
81 |
+
<p>Add WooCommerce in AMP in two clicks.</p>
|
82 |
+
<div class="extension_btn">FREE</div>
|
83 |
+
</div>
|
84 |
+
</a></li>
|
85 |
+
|
86 |
+
<li class="first"><a href="http://ampforwp.com/amp-category-base-remove-support/#utm_source=options-panel&utm_medium=extension-tab_amp-category-base-remove-support&utm_campaign=AMP%20Plugin" target="_blank">
|
87 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/puzzel.png" /></div>
|
88 |
+
<div class="extension_desc">
|
89 |
+
<h2>Category Base Removal</h2>
|
90 |
+
<p>Remove Category Base Support in AMP</p>
|
91 |
+
<div class="extension_btn">FREE</div>
|
92 |
+
</div>
|
93 |
+
</a></li>
|
94 |
+
<li class="second"><a href="https://ampforwp.com/extensions/#utm_source=options-panel&utm_medium=extension-tab_amp-more-comingsoon&utm_campaign=AMP%20Plugin" target="_blank">
|
95 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/comments.png" /></div>
|
96 |
+
<div class="extension_desc">
|
97 |
+
<h2>More Coming Soon</h2>
|
98 |
+
<p>Improvements in progress.</p>
|
99 |
+
</div>
|
100 |
+
</a></li>
|
101 |
+
|
102 |
+
|
103 |
+
</ul>
|
104 |
+
</div>
|
105 |
+
';
|
106 |
+
|
107 |
+
|
108 |
+
$gettingstarted_extension_listing = '
|
109 |
+
<div class="extension_listing getting_started_listing">
|
110 |
+
<p style="font-size:13px">Take your AMP to the next level with these premium extensions which gives you advanced features.</p>
|
111 |
+
<ul>
|
112 |
+
<li class="first"><a href="http://ampforwp.com/advanced-amp-ads/#utm_source=options-panel&utm_medium=gettingstarted-amp-ads&utm_campaign=AMP%20Plugin" target="_blank">
|
113 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/click.png" /></div>
|
114 |
+
<div class="extension_desc">
|
115 |
+
<h2>Advanced AMP ADS</h2>
|
116 |
+
<p>Add Advertisement directly in the content</p>
|
117 |
+
<div class="extension_btn">From: $19</div>
|
118 |
+
</div>
|
119 |
+
</a></li>
|
120 |
+
<li class="second"><a href="http://ampforwp.com/opt-in-forms/#utm_source=options-panel&utm_medium=gettingstarted_opt-in-forms&utm_campaign=AMP%20Plugin" target="_blank">
|
121 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/email.png" /></div>
|
122 |
+
<div class="extension_desc">
|
123 |
+
<h2>Email Opt-in Forms</h2>
|
124 |
+
<p>Capture Leads with Email Subscription.</p>
|
125 |
+
<div class="extension_btn">From: $79</div>
|
126 |
+
</div>
|
127 |
+
</a></li>
|
128 |
+
<li class="first"><a href="http://ampforwp.com/call-to-action/#utm_source=options-panel&utm_medium=gettingstarted_amp-cta&utm_campaign=AMP%20Plugin" target="_blank">
|
129 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/mac-click.png" /></div>
|
130 |
+
<div class="extension_desc">
|
131 |
+
<h2>Call To Action (CTA)</h2>
|
132 |
+
<p>Higher Visibility & More Conversions</p>
|
133 |
+
<div class="extension_btn">From: $29</div>
|
134 |
+
</div>
|
135 |
+
</a></li>
|
136 |
+
<li class="second"><a href="http://ampforwp.com/custom-post-type/#utm_source=options-panel&utm_medium=gettingstarted_custom-post-type&utm_campaign=AMP%20Plugin" target="_blank">
|
137 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/comments.png" /></div>
|
138 |
+
<div class="extension_desc">
|
139 |
+
<h2>Custom Post Type</h2>
|
140 |
+
<p>Enable Custom Post type support in AMP.</p>
|
141 |
+
<div class="extension_btn">From: $19</div>
|
142 |
+
</div>
|
143 |
+
</a></li>
|
144 |
+
|
145 |
+
<li class="first"><a href="http://ampforwp.com/acf-amp/#utm_source=options-panel&utm_medium=gettingstarted_acf&utm_campaign=AMP%20Plugin" target="_blank">
|
146 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/acf.png" /></div>
|
147 |
+
<div class="extension_desc">
|
148 |
+
<h2>Advanced Custom Fields</h2>
|
149 |
+
<p>Easily add ACF support in AMP.</p>
|
150 |
+
<div class="extension_btn">From: $29</div>
|
151 |
+
</div>
|
152 |
+
</a></li>
|
153 |
+
<li class="second"><a href="http://ampforwp.com/doubleclick-for-publishers/#utm_source=options-panel&utm_medium=gettingstarted_doubleclick&utm_campaign=AMP%20Plugin" target="_blank">
|
154 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/dfp.png" /></div>
|
155 |
+
<div class="extension_desc">
|
156 |
+
<h2>DoubleClick For Publishers</h2>
|
157 |
+
<p>Enable DFP Support for AMP.</p>
|
158 |
+
<div class="extension_btn">From: $19</div>
|
159 |
+
</div>
|
160 |
+
</a></li>
|
161 |
+
|
162 |
+
|
163 |
+
<li class="first"><a href="http://ampforwp.com/amp-ratings/#utm_source=options-panel&utm_medium=gettingstarted_amp-ratings&utm_campaign=AMP%20Plugin" target="_blank">
|
164 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/star.png" /></div>
|
165 |
+
<div class="extension_desc">
|
166 |
+
<h2>Star Ratings</h2>
|
167 |
+
<p>Star Review Ratings for AMP.</p>
|
168 |
+
<div class="extension_btn">From: $19</div>
|
169 |
+
</div>
|
170 |
+
</a></li>
|
171 |
+
<li class="second"><a href="https://wordpress.org/plugins/amp-woocommerce/" target="_blank">
|
172 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/woo.png" /></div>
|
173 |
+
<div class="extension_desc">
|
174 |
+
<h2>AMP WooCommerce</h2>
|
175 |
+
<p>Add WooCommerce in AMP in two clicks.</p>
|
176 |
+
<div class="extension_btn">FREE</div>
|
177 |
+
</div>
|
178 |
+
</a></li>
|
179 |
+
|
180 |
+
<li class="first"><a href="http://ampforwp.com/amp-category-base-remove-support/#utm_source=options-panel&utm_medium=gettingstarted_amp-category-base-remove-support&utm_campaign=AMP%20Plugin" target="_blank">
|
181 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/puzzel.png" /></div>
|
182 |
+
<div class="extension_desc">
|
183 |
+
<h2>Category Base Removal</h2>
|
184 |
+
<p>Remove Category Base Support in AMP</p>
|
185 |
+
<div class="extension_btn">FREE</div>
|
186 |
+
</div>
|
187 |
+
</a></li>
|
188 |
+
<li class="second"><a href="https://ampforwp.com/extensions/#utm_source=options-panel&utm_medium=gettingstarted_amp-more-comingsoon&utm_campaign=AMP%20Plugin" target="_blank">
|
189 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/comments.png" /></div>
|
190 |
+
<div class="extension_desc">
|
191 |
+
<h2>More Coming Soon</h2>
|
192 |
+
<p>Improvements in progress.</p>
|
193 |
+
</div>
|
194 |
+
</a></li>
|
195 |
+
|
196 |
+
|
197 |
+
</ul>
|
198 |
+
</div>
|
199 |
+
';
|
200 |
+
|
201 |
+
|
202 |
+
|
203 |
+
|
204 |
+
|
205 |
+
|
206 |
+
$single_extension_listing = '
|
207 |
+
<div class="extension_listing single_ex_listing">
|
208 |
+
<h3>Increase the Revenue, Leads and Conversation with these Handpicked extensions</h3>
|
209 |
+
<ul>
|
210 |
+
<li class="first"><a href="http://ampforwp.com/advanced-amp-ads/#utm_source=options-panel&utm_medium=gettingstarted-amp-ads&utm_campaign=AMP%20Plugin" target="_blank">
|
211 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/click.png" /></div>
|
212 |
+
<div class="extension_desc">
|
213 |
+
<h2>Advanced AMP ADS</h2>
|
214 |
+
<p>Add Advertisement directly in the content</p>
|
215 |
+
<div class="extension_btn">View Details</div>
|
216 |
+
</div>
|
217 |
+
</a></li>
|
218 |
+
<li class="second"><a href="http://ampforwp.com/opt-in-forms/#utm_source=options-panel&utm_medium=gettingstarted_opt-in-forms&utm_campaign=AMP%20Plugin" target="_blank">
|
219 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/email.png" /></div>
|
220 |
+
<div class="extension_desc">
|
221 |
+
<h2>Email Opt-in Forms</h2>
|
222 |
+
<p>Capture Leads with Email Subscription.</p>
|
223 |
+
<div class="extension_btn">View Details</div>
|
224 |
+
</div>
|
225 |
+
</a></li>
|
226 |
+
<li class="first"><a href="http://ampforwp.com/call-to-action/#utm_source=options-panel&utm_medium=gettingstarted_amp-cta&utm_campaign=AMP%20Plugin" target="_blank">
|
227 |
+
<div class="align_left"><img src="'.AMPFORWP_IMAGE_DIR . '/mac-click.png" /></div>
|
228 |
+
<div class="extension_desc">
|
229 |
+
<h2>Call To Action (CTA)</h2>
|
230 |
+
<p>Higher Visibility & More Conversions</p>
|
231 |
+
<div class="extension_btn">View Details</div>
|
232 |
+
</div>
|
233 |
+
</a></li>
|
234 |
+
</ul>
|
235 |
+
</div>
|
236 |
+
';
|
237 |
|
238 |
// All the possible arguments for Redux.
|
239 |
//$amp_redux_header = '<span id="name"><span style="color: #4dbefa;">U</span>ltimate <span style="color: #4dbefa;">W</span>idgets</span>';
|
241 |
$args = array(
|
242 |
// TYPICAL -> Change these values as you need/desire
|
243 |
'opt_name' => 'redux_builder_amp', // This is where your data is stored in the database and also becomes your global variable name.
|
244 |
+
'display_name' => __( 'AMPforWP Options','accelerated-mobile-pages' ), // Name that appears at the top of your panel
|
245 |
'menu_type' => 'menu', //Specify if the admin menu should appear or not. Options: menu or submenu (Under appearance only)
|
246 |
'allow_sub_menu' => true, // Show the sections below the admin menu item or not
|
247 |
+
'menu_title' => __( 'AMP', 'accelerated-mobile-pages' ),
|
248 |
+
'page_title' => __('Accelerated Mobile Pages Options','accelerated-mobile-pages'),
|
249 |
'display_version' => AMPFORWP_VERSION,
|
250 |
'update_notice' => false,
|
251 |
+
'intro_text' => '<a href="https://ampforwp.com/help/#utm_source=options-panel&utm_medium=help_link&utm_campaign=AMP%20Plugin" target="_blank">'.__('Help','accelerated-mobile-pages').'</a> | <a href="http://ampforwp.com/tutorials/#utm_source=options-panel&utm_medium=tuts_link_btn&utm_campaign=AMP%20Plugin" target="_blank">'.__('Tutorials','accelerated-mobile-pages').'</a> <a class="premium_features_btn" href="http://ampforwp.com/extensions/#utm_source=options-panel&utm_medium=view_premium_features_btn&utm_campaign=AMP%20Plugin">VIEW PREMIUM FEATURES</a> ',
|
252 |
'global_variable' => '', // Set a different name for your global variable other than the opt_name
|
253 |
'dev_mode' => false, // Show the time the page took to load, etc
|
254 |
'customizer' => false, // Enable basic customizer support,
|
280 |
|
281 |
$args['share_icons'][] = array(
|
282 |
'url' => 'https://github.com/ahmedkaludi/Accelerated-Mobile-Pages',
|
283 |
+
'title' => __('Visit us on GitHub','accelerated-mobile-pages'),
|
284 |
'icon' => 'el el-github'
|
285 |
//'img' => '', // You can use icon OR img. IMG needs to be a full URL.
|
286 |
);
|
294 |
$tabs = array(
|
295 |
array(
|
296 |
'id' => 'redux-help-tab-1',
|
297 |
+
'title' => __( 'Theme Information 1', 'accelerated-mobile-pages' ),
|
298 |
+
'content' => __( '<p>This is the tab content, HTML is allowed.</p>', 'accelerated-mobile-pages' )
|
299 |
),
|
300 |
array(
|
301 |
'id' => 'redux-help-tab-2',
|
302 |
+
'title' => __( 'Theme Information 2', 'accelerated-mobile-pages' ),
|
303 |
+
'content' => __( '<p>This is the tab content, HTML is allowed.</p>', 'accelerated-mobile-pages' )
|
304 |
)
|
305 |
);
|
306 |
Redux::setHelpTab( $opt_name, $tabs );
|
323 |
margin-top: 38px;"><i class="dashicons dashicons-editor-help" style="
|
324 |
font-size: 36px;
|
325 |
margin-right: 20px;
|
326 |
+
margin-top: -1px;"></i>'.__('Need Help?','accelerated-mobile-pages').'</h1>
|
327 |
<p style="
|
328 |
font-family: georgia;
|
329 |
font-size: 20px;
|
331 |
margin-bottom: 3px;
|
332 |
line-height: 1.5;
|
333 |
margin-top: 11px;
|
334 |
+
color: #666;">'.__('Were bunch of passionate people that are dedicated towards helping our users. We will be happy to help you!').'</p>';
|
|
|
|
|
|
|
|
|
335 |
}
|
336 |
return $output ;
|
337 |
}
|
343 |
*/
|
344 |
|
345 |
Redux::setSection( $opt_name, array(
|
346 |
+
'title' => __( 'Basic Field', 'accelerated-mobile-pages' ),
|
347 |
'id' => 'basic',
|
348 |
+
'desc' => __( 'Basic field with no subsections.', 'accelerated-mobile-pages' ),
|
349 |
'icon' => 'el el-home',
|
350 |
'fields' => array(
|
351 |
array(
|
352 |
'id' => 'opt-blank',
|
353 |
+
'title' => __( 'Example Text', 'accelerated-mobile-pages' ),
|
354 |
+
'desc' => __( 'Example description.', 'accelerated-mobile-pages' ),
|
355 |
+
'subtitle' => __( 'Example subtitle.', 'accelerated-mobile-pages' ),
|
356 |
)
|
357 |
)
|
358 |
) );
|
359 |
|
360 |
Redux::setSection( $opt_name, array(
|
361 |
+
'title' => __( 'Getting Started', 'accelerated-mobile-pages' ),
|
362 |
'id' => 'basic',
|
363 |
+
'desc' => __( '<div class="amp-faq">Thank you for using Accelerated Mobile Pages plugin. '. ' ' .
|
364 |
+
|
365 |
+
sprintf( __( ' <h2 style=" width: 150px;
|
366 |
+
float: right;
|
367 |
+
padding: 15px 20px;
|
368 |
+
border: 1px solid #ddd;
|
369 |
+
font-size: 13px;
|
370 |
+
line-height: 20px;"><a href="https://wordpress.org/support/view/plugin-reviews/accelerated-mobile-pages?rate=5#postform">Like this plugin? Support us by leaving a 5 Star Rating</a></h2>We are actively working on updating the plugin. We have built user friendly options which allows you to make changes on your AMP version.', 'accelerated-mobile-pages' ), 'accelerated-mobile-pages' ) . ampforwp_plugin_activation_notice()
|
371 |
+
. '<h2>' . __( 'Here are some quick links to help you get started:', 'accelerated-mobile-pages' ) . '</h2>'
|
372 |
+
. '<p><strong>' . __( '1. <a href="http://ampforwp.com/help/" target="_blank">User Documentation</a>: ', 'accelerated-mobile-pages' ) . '</strong>' . __( 'The AMP for WP plugin is easy to setup but we have some tutorials and guides prepared for you which will help you dive deep with the plugin.' ) . '</p>'
|
373 |
+
. '<p><strong>' . __( '2. <a href="https://ampforwp.com/tutorials/" target="_blank">Tutorials</a>: ', 'accelerated-mobile-pages' ) . '</strong>' . __( 'We’re bunch of passionate people that are dedicated towards helping our users. We have prepared bunch of tutorials for you' ) . '</p>'
|
374 |
+
. '<p><strong>' . __( '3. <a href="https://ampforwp.com/help/#extend" target="_blank">Developer Docs</a>: ', 'accelerated-mobile-pages' ) . '</strong>' . __( 'We have created special documentations for developers and semi technical users who are willing to modify the plugin according to their own needs.' ) . '</p>'
|
375 |
+
. '<p><strong>' . __( '4. <a href="admin.php?page=amp_options&tab=14" target="_blank">Fixing AMP Validation Errors</a>: ', 'accelerated-mobile-pages' ) . '</strong>' . __( 'We will personally take care that your website’s AMP version is perfectly validated. We will make sure that your AMP version gets approved and indexed by Google Webmaster Tools properly and we will even keep an eye on AMP updates from Google and implement them into your website.' ) . '</p>'
|
376 |
+
. '<p><strong>' . __( '5. <a href="https://ampforwp.com/help/#support-forum" target="_blank">Community Support Forum</a>: ', 'accelerated-mobile-pages' ) . '</strong>' . __( 'We have a special community support forum where you can ask us questions and get help about your AMP related questions. Delivering a good user experience means alot to us and so we try our best to reply each and every question that gets asked.' ) . '</p>'
|
377 |
+
. '<p><strong>' . __( '6. <a href="https://ampforwp.com/help/#contact" target="_blank">Hire Us / Other queries</a>: ', 'accelerated-mobile-pages' ) . '</strong>' . __( 'We try to answer each and every email, so remember to give us some time. For any other queries, please use the contact form. Please be descriptive as possible.' ) . '</p>'
|
378 |
+
. '<p><strong>' . __( '7. <a href="http://ampforwp.com/new/" target="_blank"> What\'s New in this Version?</a>: ', 'accelerated-mobile-pages' ) . '</strong>' . __( 'If you want to know whats new in the latest version of the plugin, then please use this link. ') . '</p>'
|
379 |
+
|
380 |
+
. '</p></div>
|
381 |
+
<br /><p><h3>Take AMP to the Next Level with Premium Extensions</h3></p>
|
382 |
+
' .$gettingstarted_extension_listing
|
383 |
+
|
384 |
+
, 'accelerated-mobile-pages' ),
|
385 |
'icon' => 'el el-home'
|
386 |
) );
|
387 |
|
388 |
Redux::setSection( $opt_name, array(
|
389 |
+
'title' => __( 'General', 'accelerated-mobile-pages' ),
|
390 |
+
// 'desc' => __( 'For full documentation on this field, visit: ', 'accelerated-mobile-pages' ) . '<a href="http://docs.reduxframework.com/core/fields/text/" target="_blank">http://docs.reduxframework.com/core/fields/text/</a>',
|
391 |
'id' => 'opt-text-subsection',
|
392 |
'subsection' => true,
|
393 |
'fields' => array(
|
396 |
'id' => 'opt-media',
|
397 |
'type' => 'media',
|
398 |
'url' => true,
|
399 |
+
'title' => __('Logo', 'accelerated-mobile-pages'),
|
400 |
+
'subtitle' => __('Upload a logo for the AMP version.', 'accelerated-mobile-pages'),
|
401 |
+
'desc' => __('Recommend logo size is: 190x36', 'accelerated-mobile-pages')
|
402 |
),
|
403 |
array(
|
404 |
'id' => 'ampforwp-custom-logo-dimensions',
|
405 |
+
'title' => __('Custom Logo Size', 'accelerated-mobile-pages'),
|
406 |
'type' => 'switch',
|
407 |
'default' => 0,
|
408 |
),
|
409 |
array(
|
410 |
'id' => 'opt-media-width',
|
411 |
'type' => 'text',
|
412 |
+
'title' => __('Logo Width', 'accelerated-mobile-pages'),
|
413 |
+
'desc' => __('Default width is 190 pixels', 'accelerated-mobile-pages'),
|
414 |
'default' => '190',
|
415 |
'required'=>array('ampforwp-custom-logo-dimensions','=','1'),
|
416 |
),
|
417 |
array(
|
418 |
'id' => 'opt-media-height',
|
419 |
'type' => 'text',
|
420 |
+
'title' => __('Logo Height', 'accelerated-mobile-pages'),
|
421 |
+
'desc' => __('Default height is 36 pixels', 'accelerated-mobile-pages'),
|
422 |
'default' => '36',
|
423 |
'required'=>array('ampforwp-custom-logo-dimensions','=','1'),
|
424 |
|
426 |
array(
|
427 |
'id' =>'amp-on-off-for-all-pages',
|
428 |
'type' => 'switch',
|
429 |
+
'title' => __('AMP on Pages', 'accelerated-mobile-pages'),
|
430 |
+
'subtitle' => __('Enable or Disable AMP on all Pages', 'accelerated-mobile-pages'),
|
431 |
'default' => 1,
|
432 |
+
'desc' => __( 'Re-Save permalink if you make changes in this option, please have a look <a href="https://ampforwp.com/flush-rewrite-urls/">here</a> on how to do it', 'accelerated-mobile-pages' ),
|
433 |
),
|
434 |
array(
|
435 |
'id' => 'amp-pages-meta-default',
|
436 |
'type' => 'select',
|
437 |
+
'title' => __( 'Individual AMP Page (Bulk Edit)', 'accelerated-mobile-pages' ),
|
438 |
+
'subtitle' => __( 'Allows you to Show or Hide AMP from All pages, so it can be changed individually later. This option will change the Default value of AMP metabox in Pages', 'accelerated-mobile-pages' ),
|
439 |
+
'desc' => __( 'NOTE: Changes will overwrite the previous settings.', 'accelerated-mobile-pages' ),
|
440 |
'options' => array(
|
441 |
+
'show' => __('Show by Default', 'accelerated-mobile-pages' ),
|
442 |
+
'hide' => __('Hide by default', 'accelerated-mobile-pages' ),
|
443 |
),
|
444 |
'default' => 'show',
|
445 |
'required'=>array('amp-on-off-for-all-pages','=','1'),
|
449 |
// array(
|
450 |
// 'id' => 'amp-ad-places',
|
451 |
// 'type' => 'select',
|
452 |
+
// 'title' => __( 'Ads on Page', 'accelerated-mobile-pages' ),
|
453 |
+
// 'subtitle' => __( 'select your preferece for Ads on Post Types', 'accelerated-mobile-pages' ),
|
454 |
// 'options' => array(
|
455 |
+
// '1' => __('Only on Posts', 'accelerated-mobile-pages' ),
|
456 |
+
// '2' => __('Only on Pages', 'accelerated-mobile-pages' ),
|
457 |
+
// '3' => __('on Both', 'accelerated-mobile-pages' ),
|
458 |
// ),
|
459 |
// 'default' => '3'
|
460 |
// ),
|
463 |
) );//END
|
464 |
// Homepage Section
|
465 |
Redux::setSection( $opt_name, array(
|
466 |
+
'title' => __( 'Homepage', 'accelerated-mobile-pages' ),
|
467 |
'id' => 'amp-homepage-settings',
|
468 |
'subsection' => true,
|
469 |
'fields' => array(
|
470 |
array(
|
471 |
'id' => 'ampforwp-homepage-on-off-support',
|
472 |
'type' => 'switch',
|
473 |
+
'title' => __('Homepage Support', 'accelerated-mobile-pages'),
|
474 |
+
'subtitle' => __('Enable/Disable Home page using this switch.', 'accelerated-mobile-pages'),
|
475 |
'default' => '1'
|
476 |
),
|
477 |
array(
|
478 |
'id' =>'amp-frontpage-select-option',
|
479 |
'type' => 'switch',
|
480 |
+
'title' => __('Front Page', 'accelerated-mobile-pages'),
|
481 |
'default' => 0,
|
482 |
+
'subtitle' => __('Custom AMP front page', 'accelerated-mobile-pages'),
|
483 |
'true' => 'true',
|
484 |
'false' => 'false',
|
485 |
'required' => array('ampforwp-homepage-on-off-support','=','1'),
|
487 |
array(
|
488 |
'id' => 'amp-frontpage-select-option-pages',
|
489 |
'type' => 'select',
|
490 |
+
'title' => __('Select Page as Front Page', 'accelerated-mobile-pages'),
|
491 |
'required' => array('amp-frontpage-select-option', '=' , '1'),
|
492 |
// Must provide key => value pairs for select options
|
493 |
'data' => 'page',
|
501 |
'id' => 'ampforwp-title-on-front-page',
|
502 |
'type' => 'switch',
|
503 |
'url' => true,
|
504 |
+
'title' => __('Title on Static Front Page', 'accelerated-mobile-pages'),
|
505 |
+
'subtitle' => __('Enable/Disable display of title on the Static Front Page.', 'accelerated-mobile-pages'),
|
506 |
'default' => 0,
|
507 |
'required' => array('amp-frontpage-select-option', '=' , '1'),
|
508 |
),
|
509 |
array(
|
510 |
'id' => 'ampforwp-homepage-posts-image-modify-size',
|
511 |
'type' => 'switch',
|
512 |
+
'title' => __('Override Homepage Thumbnail Size', 'accelerated-mobile-pages'),
|
513 |
'default' => 0,
|
514 |
'required' => array(
|
515 |
array('amp-design-selector','!=',3)
|
518 |
array(
|
519 |
'id' => 'ampforwp-homepage-posts-design-1-2-width',
|
520 |
'type' => 'text',
|
521 |
+
'title' => __('Image Width', 'accelerated-mobile-pages'),
|
522 |
+
'subtitle' => __('Defaults to 100', 'accelerated-mobile-pages'),
|
523 |
'default' => 100,
|
524 |
'required' => array(
|
525 |
array('amp-design-selector','!=',3),
|
529 |
array(
|
530 |
'id' => 'ampforwp-homepage-posts-design-1-2-height',
|
531 |
'type' => 'text',
|
532 |
+
'title' => __('Image Height', 'accelerated-mobile-pages'),
|
533 |
+
'subtitle' => __('Defaults to 75', 'accelerated-mobile-pages'),
|
534 |
'default' => 75,
|
535 |
'required' => array(
|
536 |
array('amp-design-selector','!=',3),
|
540 |
array(
|
541 |
'id' => 'ampforwp-homepage-posts-design-3-width',
|
542 |
'type' => 'text',
|
543 |
+
'title' => __('Image Width', 'accelerated-mobile-pages'),
|
544 |
+
'subtitle' => __('Defaults to 450', 'accelerated-mobile-pages'),
|
545 |
'default' => 330,
|
546 |
'required' => array(
|
547 |
array('amp-design-selector','=',3),
|
551 |
array(
|
552 |
'id' => 'ampforwp-homepage-posts-design-3-height',
|
553 |
'type' => 'text',
|
554 |
+
'title' => __('Image Height', 'accelerated-mobile-pages'),
|
555 |
+
'subtitle' => __('Defaults to 270', 'accelerated-mobile-pages'),
|
556 |
'default' => 198,
|
557 |
'required' => array(
|
558 |
array('amp-design-selector','=',3),
|
562 |
array(
|
563 |
'id' =>'amp-on-off-support-for-non-amp-home-page',
|
564 |
'type' => 'switch',
|
565 |
+
'title' => __('Non-AMP HomePage link in Header and Logo', 'accelerated-mobile-pages'),
|
566 |
+
'subtitle' => __('If you want users in header to go to non-AMP website from the Header, then you can enable this option', 'accelerated-mobile-pages'),
|
567 |
'default' => 0,
|
568 |
)
|
569 |
)
|
575 |
Redux::setSection( $opt_name, array(
|
576 |
'title' => __('Analytics'),
|
577 |
// 'icon' => 'el el-th-large',
|
578 |
+
'desc' => __('You can either use Google Tag Manager or Other Analytics Providers','accelerated-mobile-pages'),
|
579 |
'subsection' => true,
|
580 |
'fields' =>
|
581 |
array(
|
584 |
array(
|
585 |
'id' => 'amp-analytics-select-option',
|
586 |
'type' => 'select',
|
587 |
+
'title' => __( 'Analytics Type', 'accelerated-mobile-pages' ),
|
588 |
+
'subtitle' => __( 'Select your Analytics provider.', 'accelerated-mobile-pages' ),
|
589 |
'options' => array(
|
590 |
+
'1' => __('Google Analytics', 'accelerated-mobile-pages' ),
|
591 |
+
'2' => __('Segment Analytics', 'accelerated-mobile-pages' ),
|
592 |
+
'3' => __('Piwik Analytics', 'accelerated-mobile-pages' ),
|
593 |
+
'4' => __('Quantcast Measurement', 'accelerated-mobile-pages' ),
|
594 |
+
'5' => __('comScore', 'accelerated-mobile-pages' ),
|
595 |
),
|
596 |
'required' => array(
|
597 |
array('amp-use-gtm-option', '=' , '0'),
|
601 |
array(
|
602 |
'id' => 'ga-feild',
|
603 |
'type' => 'text',
|
604 |
+
'title' => __( 'Google Analytics', 'accelerated-mobile-pages' ),
|
605 |
'required' => array(
|
606 |
array('amp-use-gtm-option', '=' , '0'),
|
607 |
array('amp-analytics-select-option', '=' , '1')
|
608 |
),
|
609 |
+
'subtitle' => __( 'Enter your Google Analytics ID.', 'accelerated-mobile-pages' ),
|
610 |
+
'desc' => __('Example: UA-XXXXX-Y', 'accelerated-mobile-pages' ),
|
611 |
'default' => 'UA-XXXXX-Y',
|
612 |
),
|
613 |
array(
|
614 |
'id' => 'sa-feild',
|
615 |
'type' => 'text',
|
616 |
+
'title' => __( 'Segment Analytics', 'accelerated-mobile-pages' ),
|
617 |
+
'subtitle' => __( 'Enter your Segment Analytics Key.', 'accelerated-mobile-pages' ),
|
618 |
'required' => array(
|
619 |
array('amp-use-gtm-option', '=' , '0'),
|
620 |
array('amp-analytics-select-option', '=' , '2')
|
624 |
array(
|
625 |
'id' => 'pa-feild',
|
626 |
'type' => 'text',
|
627 |
+
'title' => __( 'Piwik Analytics', 'accelerated-mobile-pages' ),
|
628 |
'required' => array(
|
629 |
array('amp-use-gtm-option', '=' , '0'),
|
630 |
array('amp-analytics-select-option', '=' , '3')
|
631 |
),
|
632 |
+
'desc' => __( 'Example: https://piwik.example.org/piwik.php?idsite=YOUR_SITE_ID&rec=1&action_name=TITLE&urlref=DOCUMENT_REFERRER&url=CANONICAL_URL&rand=RANDOM', 'accelerated-mobile-pages' ),
|
633 |
+
'subtitle' => __('Enter your Piwik Analytics URL.', 'accelerated-mobile-pages' ),
|
634 |
'default' => '#',
|
635 |
),
|
636 |
|
637 |
array(
|
638 |
'id' =>'amp-quantcast-analytics-code',
|
639 |
'type' => 'text',
|
640 |
+
'title' => __('p-code','accelerated-mobile-pages'),
|
641 |
'default' => '',
|
642 |
'required' => array(
|
643 |
array('amp-analytics-select-option', '=' , '4')),
|
645 |
array(
|
646 |
'id' =>'amp-comscore-analytics-code-c1',
|
647 |
'type' => 'text',
|
648 |
+
'title' => __('C1','accelerated-mobile-pages'),
|
649 |
'default' => 1,
|
650 |
'required' => array(
|
651 |
array('amp-analytics-select-option', '=' , '5')),
|
653 |
array(
|
654 |
'id' =>'amp-comscore-analytics-code-c2',
|
655 |
'type' => 'text',
|
656 |
+
'title' => __('C2','accelerated-mobile-pages'),
|
657 |
'default' => '',
|
658 |
'required' => array(
|
659 |
array('amp-analytics-select-option', '=' , '5')),
|
663 |
array(
|
664 |
'id' => 'amp-use-gtm-option',
|
665 |
'type' => 'switch',
|
666 |
+
'title' => __( 'Use Google Tag Manager', 'accelerated-mobile-pages' ),
|
667 |
+
'subtitle' => __( 'Select your Analytics provider.', 'accelerated-mobile-pages' ),
|
668 |
'default' => 0,
|
669 |
),
|
670 |
array(
|
671 |
'id' =>'amp-gtm-id',
|
672 |
'type' => 'text',
|
673 |
+
'title' => __('Tag Manager ID (Container ID)','accelerated-mobile-pages'),
|
674 |
'default' => '',
|
675 |
+
'desc' => __('Eg: GTM-5XXXXXP','accelerated-mobile-pages'),
|
676 |
// 'validate' => 'not_empty',
|
677 |
'required' => array(
|
678 |
array('amp-use-gtm-option', '=' , '1')
|
681 |
array(
|
682 |
'id' =>'amp-gtm-analytics-type',
|
683 |
'type' => 'text',
|
684 |
+
'title' => __('Analytics Type','accelerated-mobile-pages'),
|
685 |
'default' => '',
|
686 |
+
'desc' => __('Eg: googleanalytics','accelerated-mobile-pages'),
|
687 |
// 'validate' => 'not_empty',
|
688 |
'required' => array(
|
689 |
array('amp-use-gtm-option', '=' , '1')
|
692 |
array(
|
693 |
'id' =>'amp-gtm-analytics-code',
|
694 |
'type' => 'text',
|
695 |
+
'title' => __('Analytics ID','accelerated-mobile-pages'),
|
696 |
'default' => '',
|
697 |
'desc' => 'Eg: UA-XXXXXX-Y',
|
698 |
// 'validate' => 'not_empty',
|
732 |
|
733 |
// AMP Design SECTION
|
734 |
Redux::setSection( $opt_name, array(
|
735 |
+
'title' => __( 'Design', 'accelerated-mobile-pages' ),
|
736 |
+
'desc' => '
|
737 |
+
<br /><a href="' . esc_url(admin_url('customize.php?autofocus[section]=amp_design&customize_amp=1')) .'" target="_blank"><img class="ampforwp-post-builder-img" src="'.AMPFORWP_IMAGE_DIR . '/amp-post-builder.png" width="489" height="72" /></a>',
|
|
|
738 |
'id' => 'amp-design',
|
739 |
'subsection' => true,
|
740 |
'fields' => array(
|
742 |
$fields = array(
|
743 |
'id' => 'amp-design-selector',
|
744 |
'type' => 'select',
|
745 |
+
'title' => __( 'Design Selector', 'accelerated-mobile-pages' ),
|
746 |
+
'subtitle' => __( 'Select your design.', 'accelerated-mobile-pages' ),
|
747 |
'options' => array(
|
748 |
+
'1' => __('Design One', 'accelerated-mobile-pages' ),
|
749 |
+
'2' => __('Design Two', 'accelerated-mobile-pages' ),
|
750 |
+
'3' => __('Design Three', 'accelerated-mobile-pages' )
|
751 |
),
|
752 |
'default' => '2'
|
753 |
),
|
754 |
array(
|
755 |
'id' => 'amp-opt-color-rgba-colorscheme',
|
756 |
'type' => 'color_rgba',
|
757 |
+
'title' => __('Color Scheme','accelerated-mobile-pages'),
|
758 |
'default' => array(
|
759 |
'color' => '#F42F42',
|
760 |
),
|
765 |
array(
|
766 |
'id' => 'amp-opt-color-rgba-headercolor',
|
767 |
'type' => 'color_rgba',
|
768 |
+
'title' => __('Header Background Color','accelerated-mobile-pages'),
|
769 |
'default' => array(
|
770 |
'color' => '#FFFFFF',
|
771 |
),
|
776 |
array(
|
777 |
'id' => 'amp-opt-color-rgba-font',
|
778 |
'type' => 'color_rgba',
|
779 |
+
'title' => __('Color Scheme Font Color','accelerated-mobile-pages'),
|
780 |
'default' => array(
|
781 |
'color' => '#fff',
|
782 |
),
|
787 |
array(
|
788 |
'id' => 'amp-opt-color-rgba-headerelements',
|
789 |
'type' => 'color_rgba',
|
790 |
+
'title' => __('Header Elements Color','accelerated-mobile-pages'),
|
791 |
'default' => array(
|
792 |
'color' => ampforwp_get_element_default_color(),
|
793 |
),
|
800 |
array(
|
801 |
'id' => 'amp-design-3-featured-slider',
|
802 |
'type' => 'switch',
|
803 |
+
'title' => __( 'Featured Slider', 'accelerated-mobile-pages' ),
|
804 |
'required' => array(
|
805 |
array('amp-design-selector', '=' , '3')
|
806 |
),
|
809 |
array(
|
810 |
'id' => 'amp-design-3-category-selector',
|
811 |
'type' => 'select',
|
812 |
+
'title' => __( 'Featured Slider Category', 'accelerated-mobile-pages' ),
|
813 |
'options' => $categories_array,
|
814 |
'required' => array(
|
815 |
array('amp-design-selector', '=' , '3'),
|
819 |
array(
|
820 |
'id' => 'amp-design-3-search-feature',
|
821 |
'type' => 'switch',
|
822 |
+
'subtitle' => __('HTTPS is mandatory for Search', 'accelerated-mobile-pages'),
|
823 |
+
'title' => __( 'Search', 'accelerated-mobile-pages' ),
|
824 |
'required' => array(
|
825 |
array('amp-design-selector', '=' , '3')
|
826 |
),
|
827 |
+
'desc' => __('HTTPS is required for search to work on AMP pages.', 'accelerated-mobile-pages' ),
|
828 |
'default' => '0'
|
829 |
),
|
830 |
|
831 |
array(
|
832 |
'id' => 'amp-design-2-search-feature',
|
833 |
+
'subtitle' => __('HTTPS is mandatory for Search', 'accelerated-mobile-pages'),
|
834 |
'type' => 'switch',
|
835 |
+
'title' => __( 'Search', 'accelerated-mobile-pages' ),
|
836 |
'required' => array(
|
837 |
array('amp-design-selector', '=' , '2')
|
838 |
),
|
839 |
+
'desc' => __('HTTPS is required for search to work on AMP pages.', 'accelerated-mobile-pages' ),
|
840 |
'default' => '0'
|
841 |
),
|
842 |
|
843 |
array(
|
844 |
'id' => 'amp-design-1-search-feature',
|
845 |
+
'subtitle' => __('HTTPS is mandatory for Search', 'accelerated-mobile-pages'),
|
846 |
'type' => 'switch',
|
847 |
+
'title' => __( 'Search', 'accelerated-mobile-pages' ),
|
848 |
'required' => array(
|
849 |
array('amp-design-selector', '=' , '1')
|
850 |
),
|
851 |
+
'desc' => __('HTTPS is required for search to work on AMP pages.', 'accelerated-mobile-pages' ),
|
852 |
'default' => '0'
|
853 |
),
|
854 |
// Call Now button
|
855 |
array(
|
856 |
'id' => 'ampforwp-callnow-button',
|
857 |
'type' => 'switch',
|
858 |
+
'title' => __('Call Now Button', 'accelerated-mobile-pages'),
|
859 |
'true' => 'true',
|
860 |
'false' => 'false',
|
861 |
'default' => 0
|
864 |
'id' =>'enable-amp-call-numberfield',
|
865 |
'type' => 'text',
|
866 |
'required' => array('ampforwp-callnow-button', '=' , '1'),
|
867 |
+
'title' => __('Enter Phone Number', 'accelerated-mobile-pages'),
|
868 |
'default' => '',
|
869 |
),
|
870 |
array(
|
871 |
'id' => 'amp-opt-color-rgba-colorscheme-call',
|
872 |
'type' => 'color_rgba',
|
873 |
+
'title' => __('Call Button Color','accelerated-mobile-pages'),
|
874 |
'default' => array(
|
875 |
'color' => '#0a89c0',
|
876 |
),
|
882 |
array(
|
883 |
'id' => 'amp-design-3-credit-link',
|
884 |
'type' => 'switch',
|
885 |
+
'title' => __( 'Credit link', 'accelerated-mobile-pages' ),
|
886 |
'required' => array(
|
887 |
array('amp-design-selector', '=' , '3')
|
888 |
),
|
891 |
array(
|
892 |
'id' => 'amp-design-3-author-description',
|
893 |
'type' => 'switch',
|
894 |
+
'title' => __( 'Author Bio in Single', 'accelerated-mobile-pages' ),
|
895 |
'required' => array(
|
896 |
array('amp-design-selector', '=' , '3')
|
897 |
),
|
900 |
array(
|
901 |
'id' => 'amp-design-3-date-feature',
|
902 |
'type' => 'switch',
|
903 |
+
'title' => __( 'Display Date on Single', 'accelerated-mobile-pages' ),
|
904 |
'required' => array(
|
905 |
array('amp-design-selector', '=' , '3')
|
906 |
),
|
907 |
+
'desc' => __('Display date along with author and category', 'accelerated-mobile-pages' ),
|
908 |
'default' => '0'
|
909 |
),
|
910 |
|
911 |
array(
|
912 |
'id' => 'css_editor',
|
913 |
'type' => 'ace_editor',
|
914 |
+
'title' => __('Custom CSS', 'accelerated-mobile-pages'),
|
915 |
+
'subtitle' => __('You can customize the Stylesheet of the AMP version by using this option.', 'accelerated-mobile-pages'),
|
916 |
'mode' => 'css',
|
917 |
'theme' => 'monokai',
|
918 |
'desc' => '',
|
919 |
+
'default' => __('/******* Paste your Custom CSS in this Editor *******/','accelerated-mobile-pages')
|
920 |
),
|
921 |
)
|
922 |
|
926 |
|
927 |
// SEO SECTION
|
928 |
Redux::setSection( $opt_name, array(
|
929 |
+
'title' => __( 'SEO', 'accelerated-mobile-pages' ),
|
|
|
930 |
'id' => 'amp-seo',
|
931 |
'subsection' => true,
|
932 |
'fields' => array(
|
934 |
array(
|
935 |
'id' => 'ampforwp-seo-meta-description',
|
936 |
'type' => 'switch',
|
937 |
+
'title' => __('Meta Description', 'accelerated-mobile-pages'),
|
938 |
+
'subtitle' => __('The meta tag that displays in head', 'accelerated-mobile-pages'),
|
939 |
'default' => 0
|
940 |
),
|
941 |
|
942 |
array(
|
943 |
'id' => 'ampforwp-seo-custom-additional-meta',
|
944 |
'type' => 'textarea',
|
945 |
+
'title' => __('Additional tags for Head section AMP page', 'accelerated-mobile-pages'),
|
946 |
+
'subtitle' => __('Adds additional Meta to the head section', 'accelerated-mobile-pages', 'accelerated-mobile-pages'),
|
947 |
+
'desc' => __('Only link and meta tags allowed', 'accelerated-mobile-pages'),
|
948 |
+
'placeholder' => __('<!-- Paste your Additional HTML , that goes between <head> </head> tags -->','accelerated-mobile-pages')
|
949 |
),
|
950 |
|
951 |
|
952 |
array(
|
953 |
'id' => 'ampforwp-yoast-seo-sub-section',
|
954 |
'type' => 'section',
|
955 |
+
'title' => __('Yoast SEO Options', 'accelerated-mobile-pages'),
|
956 |
'indent' => true
|
957 |
),
|
958 |
|
959 |
array(
|
960 |
'id' => 'ampforwp-seo-yoast-meta',
|
961 |
'type' => 'switch',
|
962 |
+
'subtitle' => __('Adds Social and Open Graph Meta Tags from Yoast', 'accelerated-mobile-pages'),
|
963 |
+
'title' => __( 'Meta Tags from Yoast', 'accelerated-mobile-pages' ),
|
964 |
'default' => '1'
|
965 |
),
|
966 |
array(
|
967 |
'id' => 'ampforwp-seo-yoast-description',
|
968 |
'type' => 'switch',
|
969 |
+
'subtitle' => __('Adds Yoast Custom description to ld+json for AMP page', 'accelerated-mobile-pages'),
|
970 |
+
'title' => __( 'Yoast Description in ld+json', 'accelerated-mobile-pages' ),
|
971 |
'default' => 0
|
972 |
),
|
973 |
|
974 |
array(
|
975 |
'id' => 'ampforwp-seo-index-noindex-sub-section',
|
976 |
'type' => 'section',
|
977 |
+
'title' => __('Advanced Index & No Index Options', 'accelerated-mobile-pages'),
|
978 |
'indent' => true
|
979 |
),
|
980 |
array(
|
981 |
'id' => 'ampforwp-robots-archive-sub-pages-sitewide',
|
982 |
'type' => 'switch',
|
983 |
+
'title' => __('Archive subpages (sitewide)', 'accelerated-mobile-pages'),
|
984 |
+
'desc' => __("Such as /page/2 so on and so forth",'accelerated-mobile-pages'),
|
985 |
'default' => 0,
|
986 |
'on' => 'index',
|
987 |
'off' => 'noindex'
|
989 |
array(
|
990 |
'id' => 'ampforwp-robots-archive-author-pages',
|
991 |
'type' => 'switch',
|
992 |
+
'title' => __('Author Archive pages', 'accelerated-mobile-pages'),
|
993 |
'default' => 1,
|
994 |
'on' => 'index',
|
995 |
'off' => 'noindex'
|
998 |
array(
|
999 |
'id' => 'ampforwp-robots-archive-date-pages',
|
1000 |
'type' => 'switch',
|
1001 |
+
'title' => __('Date Archive pages', 'accelerated-mobile-pages'),
|
1002 |
'default' => 1,
|
1003 |
'on' => 'index',
|
1004 |
'off' => 'noindex'
|
1007 |
array(
|
1008 |
'id' => 'ampforwp-robots-archive-category-pages',
|
1009 |
'type' => 'switch',
|
1010 |
+
'title' => __('Categories', 'accelerated-mobile-pages'),
|
1011 |
'default' => 1,
|
1012 |
'on' => 'index',
|
1013 |
'off' => 'noindex'
|
1015 |
array(
|
1016 |
'id' => 'ampforwp-robots-archive-tag-pages',
|
1017 |
'type' => 'switch',
|
1018 |
+
'title' => __('Tags', 'accelerated-mobile-pages'),
|
1019 |
'default' => 1,
|
1020 |
'on' => 'index',
|
1021 |
'off' => 'noindex'
|
1029 |
);
|
1030 |
// AMP Menu SECTION
|
1031 |
Redux::setSection( $opt_name, array(
|
1032 |
+
'title' => __( 'Menu', 'accelerated-mobile-pages' ),
|
1033 |
+
'desc' => __( 'Add Menus to your AMP pages by clicking on this <a href="'.trailingslashit(get_admin_url()).'nav-menus.php?action=locations">link</a>' , 'accelerated-mobile-pages'),
|
1034 |
'id' => 'amp-menus',
|
1035 |
'subsection' => true,
|
1036 |
'fields' => array(
|
1038 |
array(
|
1039 |
'id' => 'ampforwp-auto-amp-menu-link',
|
1040 |
'type' => 'switch',
|
1041 |
+
'title' => __('Auto Add AMP in Menu URL', 'accelerated-mobile-pages'),
|
1042 |
+
'subtitle' => __('Automatically add <code>AMP</code> at the end of menu url', 'accelerated-mobile-pages'),
|
1043 |
'true' => 'true',
|
1044 |
'false' => 'false',
|
1045 |
'default' => 0
|
1058 |
}
|
1059 |
// ADS SECTION
|
1060 |
Redux::setSection( $opt_name, array(
|
1061 |
+
'title' => __( 'Advertisement', 'accelerated-mobile-pages' ),
|
1062 |
'desc' => $desc,
|
1063 |
'id' => 'amp-ads',
|
1064 |
'subsection' => true,
|
1067 |
array(
|
1068 |
'id' =>'enable-amp-ads-1',
|
1069 |
'type' => 'switch',
|
1070 |
+
'title' => __('AD #1', 'accelerated-mobile-pages'),
|
1071 |
'default' => 0,
|
1072 |
+
'subtitle' => __('Below the Header (SiteWide)', 'accelerated-mobile-pages'),
|
1073 |
'true' => 'Enabled',
|
1074 |
'false' => 'Disabled',
|
1075 |
),
|
1076 |
array(
|
1077 |
'id' => 'enable-amp-ads-select-1',
|
1078 |
'type' => 'select',
|
1079 |
+
'title' => __('AD Size', 'accelerated-mobile-pages'),
|
1080 |
'required' => array('enable-amp-ads-1', '=' , '1'),
|
1081 |
// Must provide key => value pairs for select options
|
1082 |
'options' => array(
|
1083 |
+
'1' => __('300x250','accelerated-mobile-pages'),
|
1084 |
+
'2' => __('336x280','accelerated-mobile-pages'),
|
1085 |
+
'3' => __('728x90','accelerated-mobile-pages'),
|
1086 |
+
'4' => __('300x600','accelerated-mobile-pages'),
|
1087 |
+
'5' => __('320x100','accelerated-mobile-pages'),
|
1088 |
+
'6' => __('200x50','accelerated-mobile-pages'),
|
1089 |
+
'7' => __('320x50','accelerated-mobile-pages'), ),
|
|
|
1090 |
'default' => '2',
|
1091 |
),
|
1092 |
array(
|
1093 |
'id' =>'enable-amp-ads-text-feild-client-1',
|
1094 |
'type' => 'text',
|
1095 |
'required' => array('enable-amp-ads-1', '=' , '1'),
|
1096 |
+
'title' => __('Data AD Client', 'accelerated-mobile-pages'),
|
1097 |
+
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1098 |
'default' => '',
|
1099 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
1100 |
),
|
1101 |
array(
|
1102 |
'id' => 'enable-amp-ads-text-feild-slot-1',
|
1103 |
'type' => 'text',
|
1104 |
+
'title' => __('Data AD Slot', 'accelerated-mobile-pages'),
|
1105 |
+
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1106 |
'default' => '',
|
1107 |
'required' => array('enable-amp-ads-1', '=' , '1'),
|
1108 |
'placeholder'=> '70XXXXXX12'
|
1113 |
array(
|
1114 |
'id'=>'enable-amp-ads-2',
|
1115 |
'type' => 'switch',
|
1116 |
+
'title' => __('AD #2', 'accelerated-mobile-pages'),
|
1117 |
'default' => 0,
|
1118 |
+
'subtitle' => __('Below the Footer (SiteWide)', 'accelerated-mobile-pages'),
|
1119 |
'true' => 'Enabled',
|
1120 |
'false' => 'Disabled',
|
1121 |
),
|
1122 |
array(
|
1123 |
'id' => 'enable-amp-ads-select-2',
|
1124 |
'type' => 'select',
|
1125 |
+
'title' => __('AD Size', 'accelerated-mobile-pages'),
|
1126 |
'required' => array('enable-amp-ads-2', '=' , '1'),
|
1127 |
// Must provide key => value pairs for select options
|
1128 |
'options' => array(
|
1140 |
'id' =>'enable-amp-ads-text-feild-client-2',
|
1141 |
'type' => 'text',
|
1142 |
'required' => array('enable-amp-ads-2', '=' , '1'),
|
1143 |
+
'title' => __('Data AD Client', 'accelerated-mobile-pages'),
|
1144 |
+
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1145 |
'default' => '',
|
1146 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
1147 |
),
|
1148 |
array(
|
1149 |
'id' => 'enable-amp-ads-text-feild-slot-2',
|
1150 |
'type' => 'text',
|
1151 |
+
'title' => __('Data AD Slot', 'accelerated-mobile-pages'),
|
1152 |
+
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1153 |
'default' => '',
|
1154 |
'required' => array('enable-amp-ads-2', '=' , '1'),
|
1155 |
'placeholder'=> '70XXXXXX12'
|
1160 |
array(
|
1161 |
'id' => 'enable-amp-ads-3',
|
1162 |
'type' => 'switch',
|
1163 |
+
'title' => __('AD #3', 'accelerated-mobile-pages'),
|
1164 |
'default' => 0,
|
1165 |
+
'subtitle' => __('Above the Post Content (Single Post)', 'accelerated-mobile-pages'),
|
1166 |
'true' => 'Enabled',
|
1167 |
'false' => 'Disabled',
|
1168 |
),
|
1169 |
array(
|
1170 |
'id' => 'enable-amp-ads-select-3',
|
1171 |
'type' => 'select',
|
1172 |
+
'title' => __('AD Size', 'accelerated-mobile-pages'),
|
1173 |
'required' => array('enable-amp-ads-3', '=' , '1'),
|
1174 |
// Must provide key => value pairs for select options
|
1175 |
'options' => array(
|
1187 |
'id' =>'enable-amp-ads-text-feild-client-3',
|
1188 |
'type' => 'text',
|
1189 |
'required' => array('enable-amp-ads-3', '=' , '1'),
|
1190 |
+
'title' => __('Data AD Client', 'accelerated-mobile-pages'),
|
1191 |
+
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1192 |
'default' => '',
|
1193 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
1194 |
),
|
1195 |
array(
|
1196 |
'id' => 'enable-amp-ads-text-feild-slot-3',
|
1197 |
'type' => 'text',
|
1198 |
+
'title' => __('Data AD Slot', 'accelerated-mobile-pages'),
|
1199 |
+
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1200 |
'default' => '',
|
1201 |
'required' => array('enable-amp-ads-3', '=' , '1'),
|
1202 |
'placeholder'=> '70XXXXXX12'
|
1207 |
array(
|
1208 |
'id' => 'enable-amp-ads-4',
|
1209 |
'type' => 'switch',
|
1210 |
+
'title' => __('AD #4', 'accelerated-mobile-pages'),
|
1211 |
'default' => 0,
|
1212 |
+
'subtitle' => __('Below the Post Content (Single Post)', 'accelerated-mobile-pages'),
|
1213 |
'true' => 'Enabled',
|
1214 |
'false' => 'Disabled',
|
1215 |
),
|
1216 |
array(
|
1217 |
'id' => 'enable-amp-ads-select-4',
|
1218 |
'type' => 'select',
|
1219 |
+
'title' => __('AD Size', 'accelerated-mobile-pages'),
|
1220 |
'required' => array('enable-amp-ads-4', '=' , '1'),
|
1221 |
// Must provide key => value pairs for select options
|
1222 |
'options' => array(
|
1223 |
+
'1' => __('300x250','accelerated-mobile-pages'),
|
1224 |
+
'2' => __('336x280','accelerated-mobile-pages'),
|
1225 |
+
'3' => __('728x90','accelerated-mobile-pages'),
|
1226 |
+
'4' => __('300x600','accelerated-mobile-pages'),
|
1227 |
+
'5' => __('320x100','accelerated-mobile-pages'),
|
1228 |
+
'6' => __('200x50','accelerated-mobile-pages'),
|
1229 |
+
'7' => __('320x50','accelerated-mobile-pages')
|
1230 |
),
|
1231 |
'default' => '2',
|
1232 |
),
|
1234 |
'id' =>'enable-amp-ads-text-feild-client-4',
|
1235 |
'type' => 'text',
|
1236 |
'required' => array('enable-amp-ads-4', '=' , '1'),
|
1237 |
+
'title' => __('Data AD Client', 'accelerated-mobile-pages'),
|
1238 |
+
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1239 |
'default' => '',
|
1240 |
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
1241 |
),
|
1242 |
array(
|
1243 |
'id' => 'enable-amp-ads-text-feild-slot-4',
|
1244 |
'type' => 'text',
|
1245 |
+
'title' => __('Data AD Slot', 'accelerated-mobile-pages'),
|
1246 |
+
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code. ', 'accelerated-mobile-pages'),
|
1247 |
'default' => '',
|
1248 |
'required' => array('enable-amp-ads-4', '=' , '1'),
|
1249 |
'placeholder'=> '70XXXXXX12'
|
1250 |
+
),
|
1251 |
// Ad 4 ends
|
1252 |
+
|
1253 |
+
//Ad 5 Starts
|
1254 |
+
array(
|
1255 |
+
'id' => 'enable-amp-ads-5',
|
1256 |
+
'type' => 'switch',
|
1257 |
+
'title' => __('AD #5', 'accelerated-mobile-pages'),
|
1258 |
+
'default' => 0,
|
1259 |
+
'subtitle' => __('Below The Title (Single Post)', 'accelerated-mobile-pages'),
|
1260 |
+
'true' => 'Enabled',
|
1261 |
+
'false' => 'Disabled',
|
1262 |
+
),
|
1263 |
+
array(
|
1264 |
+
'id' => 'enable-amp-ads-select-5',
|
1265 |
+
'type' => 'select',
|
1266 |
+
'title' => __('AD Size', 'accelerated-mobile-pages'),
|
1267 |
+
'required' => array('enable-amp-ads-5', '=' , '1'),
|
1268 |
+
// Must provide key => value pairs for select options
|
1269 |
+
'options' => array(
|
1270 |
+
'1' => __('300x250','accelerated-mobile-pages'),
|
1271 |
+
'2' => __('336x280','accelerated-mobile-pages'),
|
1272 |
+
'3' => __('728x90','accelerated-mobile-pages'),
|
1273 |
+
'4' => __('300x600','accelerated-mobile-pages'),
|
1274 |
+
'5' => __('320x100','accelerated-mobile-pages'),
|
1275 |
+
'6' => __('200x50','accelerated-mobile-pages'),
|
1276 |
+
'7' => __('320x50','accelerated-mobile-pages')
|
1277 |
+
),
|
1278 |
+
'default' => '2',
|
1279 |
+
),
|
1280 |
+
array(
|
1281 |
+
'id' =>'enable-amp-ads-text-feild-client-5',
|
1282 |
+
'type' => 'text',
|
1283 |
+
'required' => array('enable-amp-ads-5', '=' , '1'),
|
1284 |
+
'title' => __('Data AD Client', 'accelerated-mobile-pages'),
|
1285 |
+
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1286 |
+
'default' => '',
|
1287 |
+
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
1288 |
+
),
|
1289 |
+
array(
|
1290 |
+
'id' => 'enable-amp-ads-text-feild-slot-5',
|
1291 |
+
'type' => 'text',
|
1292 |
+
'title' => __('Data AD Slot', 'accelerated-mobile-pages'),
|
1293 |
+
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code. ', 'accelerated-mobile-pages'),
|
1294 |
+
'default' => '',
|
1295 |
+
'required' => array('enable-amp-ads-5', '=' , '1'),
|
1296 |
+
'placeholder'=> '70XXXXXX12'
|
1297 |
+
),
|
1298 |
+
|
1299 |
+
//Ad 6 Starts
|
1300 |
+
array(
|
1301 |
+
'id' => 'enable-amp-ads-6',
|
1302 |
+
'type' => 'switch',
|
1303 |
+
'title' => __('AD #6', 'accelerated-mobile-pages'),
|
1304 |
+
'default' => 0,
|
1305 |
+
'subtitle' => __('Above the Related Posts (Single Post)', 'accelerated-mobile-pages'),
|
1306 |
+
'true' => 'Enabled',
|
1307 |
+
'false' => 'Disabled',
|
1308 |
+
),
|
1309 |
+
array(
|
1310 |
+
'id' => 'enable-amp-ads-select-6',
|
1311 |
+
'type' => 'select',
|
1312 |
+
'title' => __('AD Size', 'accelerated-mobile-pages'),
|
1313 |
+
'required' => array('enable-amp-ads-6', '=' , '1'),
|
1314 |
+
// Must provide key => value pairs for select options
|
1315 |
+
'options' => array(
|
1316 |
+
'1' => __('300x250','accelerated-mobile-pages'),
|
1317 |
+
'2' => __('336x280','accelerated-mobile-pages'),
|
1318 |
+
'3' => __('728x90','accelerated-mobile-pages'),
|
1319 |
+
'4' => __('300x600','accelerated-mobile-pages'),
|
1320 |
+
'5' => __('320x100','accelerated-mobile-pages'),
|
1321 |
+
'6' => __('200x50','accelerated-mobile-pages'),
|
1322 |
+
'7' => __('320x50','accelerated-mobile-pages')
|
1323 |
+
),
|
1324 |
+
'default' => '2',
|
1325 |
+
),
|
1326 |
+
array(
|
1327 |
+
'id' =>'enable-amp-ads-text-feild-client-6',
|
1328 |
+
'type' => 'text',
|
1329 |
+
'required' => array('enable-amp-ads-6', '=' , '1'),
|
1330 |
+
'title' => __('Data AD Client', 'accelerated-mobile-pages'),
|
1331 |
+
'subtitle' => __('Enter the Data Ad Client (data-ad-client) from the adsense ad code.', 'accelerated-mobile-pages'),
|
1332 |
+
'default' => '',
|
1333 |
+
'placeholder'=> 'ca-pub-2005XXXXXXXXX342'
|
1334 |
+
),
|
1335 |
+
array(
|
1336 |
+
'id' => 'enable-amp-ads-text-feild-slot-6',
|
1337 |
+
'type' => 'text',
|
1338 |
+
'title' => __('Data AD Slot', 'accelerated-mobile-pages'),
|
1339 |
+
'subtitle' => __('Enter the Data Ad Slot (data-ad-slot) from the adsense ad code. ', 'accelerated-mobile-pages'),
|
1340 |
+
'default' => '',
|
1341 |
+
'required' => array('enable-amp-ads-6', '=' , '1'),
|
1342 |
+
'placeholder'=> '70XXXXXX12'
|
1343 |
+
)
|
1344 |
+
|
1345 |
+
|
1346 |
),
|
1347 |
) );
|
1348 |
|
1349 |
|
1350 |
// Single Section
|
1351 |
Redux::setSection( $opt_name, array(
|
1352 |
+
'title' => __( 'Single', 'accelerated-mobile-pages' ),
|
1353 |
+
// 'desc' => __( 'Additional Options to control the look of Single <a href="' . esc_url(admin_url('customize.php?autofocus[section]=amp_design&customize_amp=1')) .'"> Click here </a> ', 'accelerated-mobile-pages' ),
|
1354 |
'id' => 'amp-single',
|
1355 |
'subsection' => true,
|
1356 |
'fields' => array(
|
1358 |
array(
|
1359 |
'id' => 'enable-single-social-icons',
|
1360 |
'type' => 'switch',
|
1361 |
+
'title' => __('Sticky Social Icons', 'accelerated-mobile-pages'),
|
1362 |
'default' => 1,
|
1363 |
+
'subtitle' => __('Enable Social Icons in single', 'accelerated-mobile-pages'),
|
1364 |
),
|
1365 |
//deselectable next previous links
|
1366 |
array(
|
1367 |
'id' => 'enable-single-next-prev',
|
1368 |
'type' => 'switch',
|
1369 |
+
'title' => __('Next-Previous Links', 'accelerated-mobile-pages'),
|
1370 |
'default' => 1,
|
1371 |
+
'subtitle' => __('Enable Next-Previous links in single', 'accelerated-mobile-pages'),
|
1372 |
+
),
|
1373 |
+
// Post Modified Date
|
1374 |
+
array(
|
1375 |
+
'id' => 'post-modified-date',
|
1376 |
+
'type' => 'switch',
|
1377 |
+
'title' => __('Show Post Modified Date', 'accelerated-mobile-pages'),
|
1378 |
+
'default' => 0,
|
1379 |
+
'subtitle' => __('Show Modified date of an article at the end of the post.', 'accelerated-mobile-pages'),
|
1380 |
),
|
1381 |
// Related Post
|
1382 |
array(
|
1383 |
'id' => 'ampforwp-single-select-type-of-related',
|
1384 |
'type' => 'select',
|
1385 |
+
'title' => __('Show Related Post from', 'accelerated-mobile-pages'),
|
1386 |
'data' => 'page',
|
1387 |
+
'subtitle' => __('select the type of related posts', 'accelerated-mobile-pages'),
|
1388 |
'options' => array(
|
1389 |
'1' => 'Tags',
|
1390 |
'2' => 'Categories'
|
1394 |
array(
|
1395 |
'id' => 'ampforwp-number-of-related-posts',
|
1396 |
'type' => 'text',
|
1397 |
+
'title' => __('Number of Related Post', 'accelerated-mobile-pages'),
|
1398 |
+
'subtitle' => __('Type the number of related posts you need, Eg : 2', 'accelerated-mobile-pages'),
|
1399 |
'validate' => 'numeric',
|
1400 |
'default' => '3',
|
1401 |
),
|
1402 |
+
|
1403 |
+
|
1404 |
+
|
1405 |
+
// array(
|
1406 |
+
// 'id' => 'ampforwp-comments-banner',
|
1407 |
+
// 'type' => 'select',
|
1408 |
+
// 'desc' => $comment_desc,
|
1409 |
+
// 'title' => __(' df', 'accelerated-mobile-pages'),
|
1410 |
+
// 'class' => 'new-class',
|
1411 |
+
//
|
1412 |
+
// // 'desc' => ' <br /><a href="' . esc_url(admin_url('customize.php?autofocus[section]=amp_design&customize_amp=1')) .'" target="_blank"><img class="ampforwp-post-builder-img" src="'.AMPFORWP_IMAGE_DIR . '/amp-post-builder.png" width="489" height="72" /></a>',
|
1413 |
+
// ),
|
1414 |
+
//
|
1415 |
+
|
1416 |
+
$fields = array(
|
1417 |
+
'id' => 'info_normal',
|
1418 |
+
'type' => 'info',
|
1419 |
+
'class' => 'extension_banner_bg',
|
1420 |
+
'desc' => $single_extension_listing )
|
1421 |
+
|
1422 |
),
|
1423 |
|
1424 |
) );
|
1425 |
|
1426 |
// Social Section
|
1427 |
Redux::setSection( $opt_name, array(
|
1428 |
+
'title' => __( 'Social Share', 'accelerated-mobile-pages' ),
|
1429 |
'id' => 'amp-social',
|
1430 |
+
'desc' => __('enable social share and your social profiels here','accelerated-mobile-pages'),
|
1431 |
'subsection' => true,
|
1432 |
'fields' => array(
|
1433 |
// Facebook ON/OFF
|
1435 |
'id' => 'enable-single-facebook-share',
|
1436 |
'type' => 'switch',
|
1437 |
//'required' => array('enable-single-social-icons', '=' , '1'),
|
1438 |
+
'title' => __('Facebook', 'accelerated-mobile-pages'),
|
1439 |
'default' => 0,
|
1440 |
),
|
1441 |
// Facebook app ID
|
1442 |
array(
|
1443 |
'id' => 'amp-facebook-app-id',
|
1444 |
+
'title' => __('Facebook App ID', 'accelerated-mobile-pages'),
|
1445 |
+
'subtitle' => __('In order to use Facebook share you need to register an app ID, you can register one here: https://developers.facebook.com/apps.', 'accelerated-mobile-pages'),
|
1446 |
'type' => 'text',
|
1447 |
'required' => array('enable-single-facebook-share', '=' , '1'),
|
1448 |
+
'placeholder' => __('Enter your facebook app id','accelerated-mobile-pages'),
|
1449 |
'default' => ''
|
1450 |
),
|
1451 |
// Twitter ON/OFF
|
1452 |
array(
|
1453 |
'id' => 'enable-single-twitter-share',
|
1454 |
'type' => 'switch',
|
1455 |
+
'title' => __('Twitter', 'accelerated-mobile-pages'),
|
1456 |
'default' => 1,
|
1457 |
),
|
1458 |
array(
|
1459 |
'id' => 'enable-single-twitter-share-handle',
|
1460 |
'type' => 'text',
|
1461 |
+
'title' => __('Twitter Handle', 'accelerated-mobile-pages'),
|
1462 |
'required' => array('enable-single-twitter-share', '=' , '1'),
|
1463 |
+
'placeholder' => __('Eg: @xyx','accelerated-mobile-pages'),
|
1464 |
'default' => '',
|
1465 |
),
|
1466 |
// GooglePlus ON/OFF
|
1467 |
array(
|
1468 |
'id' => 'enable-single-gplus-share',
|
1469 |
'type' => 'switch',
|
1470 |
+
'title' => __('GooglePlus', 'accelerated-mobile-pages'),
|
1471 |
'default' => 1,
|
1472 |
),
|
1473 |
// Email ON/OFF
|
1474 |
array(
|
1475 |
'id' => 'enable-single-email-share',
|
1476 |
'type' => 'switch',
|
1477 |
+
'title' => __('Email', 'accelerated-mobile-pages'),
|
1478 |
'default' => 1,
|
1479 |
),
|
1480 |
// Pinterest ON/OFF
|
1481 |
array(
|
1482 |
'id' => 'enable-single-pinterest-share',
|
1483 |
'type' => 'switch',
|
1484 |
+
'title' => __('Pinterest', 'accelerated-mobile-pages'),
|
1485 |
'default' => 1,
|
1486 |
),
|
1487 |
// LinkedIn ON/OFF
|
1488 |
array(
|
1489 |
'id' => 'enable-single-linkedin-share',
|
1490 |
'type' => 'switch',
|
1491 |
+
'title' => __('LinkedIn', 'accelerated-mobile-pages'),
|
1492 |
'default' => 1,
|
1493 |
),
|
1494 |
// WhatsApp
|
1495 |
array(
|
1496 |
'id' => 'enable-single-whatsapp-share',
|
1497 |
'type' => 'switch',
|
1498 |
+
'title' => __('WhatsApp', 'accelerated-mobile-pages'),
|
1499 |
'default' => 1,
|
1500 |
),
|
1501 |
array(
|
1502 |
'id' => 'social-media-profiles-subsection',
|
1503 |
'type' => 'section',
|
1504 |
+
'title' => __('Social Media Profiles (Design #3)', 'accelerated-mobile-pages'),
|
1505 |
+
'subtitle' => __('Please enter your personal/organizational social media profiles here', 'accelerated-mobile-pages'),
|
1506 |
'indent' => true,
|
1507 |
'required' => array(
|
1508 |
array('amp-design-selector', '=' , '3')
|
1512 |
array(
|
1513 |
'id' => 'enable-single-twittter-profile',
|
1514 |
'type' => 'switch',
|
1515 |
+
'title' => __('Twittter ', 'accelerated-mobile-pages'),
|
1516 |
'default' => 1,
|
1517 |
'required' => array(
|
1518 |
array('amp-design-selector', '=' , '3')
|
1521 |
array(
|
1522 |
'id' => 'enable-single-twittter-profile-url',
|
1523 |
'type' => 'text',
|
1524 |
+
'title' => __('Twittter URL', 'accelerated-mobile-pages'),
|
1525 |
'default' => '#',
|
1526 |
'required' => array(
|
1527 |
array('amp-design-selector', '=' , '3'),
|
1532 |
array(
|
1533 |
'id' => 'enable-single-facebook-profile',
|
1534 |
'type' => 'switch',
|
1535 |
+
'title' => __('Facebook ', 'accelerated-mobile-pages'),
|
1536 |
'default' => 1,
|
1537 |
'required' => array(
|
1538 |
array('amp-design-selector', '=' , '3')
|
1541 |
array(
|
1542 |
'id' => 'enable-single-facebook-profile-url',
|
1543 |
'type' => 'text',
|
1544 |
+
'title' => __('Facebook URL', 'accelerated-mobile-pages'),
|
1545 |
'default' => '#',
|
1546 |
'required' => array(
|
1547 |
array('amp-design-selector', '=' , '3'),
|
1552 |
array(
|
1553 |
'id' => 'enable-single-pintrest-profile',
|
1554 |
'type' => 'switch',
|
1555 |
+
'title' => __('Pintrest ', 'accelerated-mobile-pages'),
|
1556 |
'default' => 1,
|
1557 |
'required' => array(
|
1558 |
array('amp-design-selector', '=' , '3')
|
1561 |
array(
|
1562 |
'id' => 'enable-single-pintrest-profile-url',
|
1563 |
'type' => 'text',
|
1564 |
+
'title' => __('Pintrest URL', 'accelerated-mobile-pages'),
|
1565 |
'default' => '#',
|
1566 |
'required' => array(
|
1567 |
array('amp-design-selector', '=' , '3'),
|
1572 |
array(
|
1573 |
'id' => 'enable-single-google-plus-profile',
|
1574 |
'type' => 'switch',
|
1575 |
+
'title' => __('Google Plus ', 'accelerated-mobile-pages'),
|
1576 |
'default' => 0,
|
1577 |
'required' => array(
|
1578 |
array('amp-design-selector', '=' , '3')
|
1581 |
array(
|
1582 |
'id' => 'enable-single-google-plus-profile-url',
|
1583 |
'type' => 'text',
|
1584 |
+
'title' => __('Google Plus URL', 'accelerated-mobile-pages'),
|
1585 |
'default' => '',
|
1586 |
'required' => array(
|
1587 |
array('amp-design-selector', '=' , '3'),
|
1592 |
array(
|
1593 |
'id' => 'enable-single-linkdin-profile',
|
1594 |
'type' => 'switch',
|
1595 |
+
'title' => __('Linkdin ', 'accelerated-mobile-pages'),
|
1596 |
'default' => 0,
|
1597 |
'required' => array(
|
1598 |
array('amp-design-selector', '=' , '3')
|
1601 |
array(
|
1602 |
'id' => 'enable-single-linkdin-profile-url',
|
1603 |
'type' => 'text',
|
1604 |
+
'title' => __('Linkdin URL', 'accelerated-mobile-pages'),
|
1605 |
'default' => '',
|
1606 |
'required' => array(
|
1607 |
array('amp-design-selector', '=' , '3'),
|
1612 |
array(
|
1613 |
'id' => 'enable-single-youtube-profile',
|
1614 |
'type' => 'switch',
|
1615 |
+
'title' => __('Youtube ', 'accelerated-mobile-pages'),
|
1616 |
'default' => 1,
|
1617 |
'required' => array(
|
1618 |
array('amp-design-selector', '=' , '3')
|
1622 |
'id' => 'enable-single-youtube-profile-url',
|
1623 |
'type' => 'text',
|
1624 |
'default' => '#',
|
1625 |
+
'title' => __('Youtube URL', 'accelerated-mobile-pages'),
|
1626 |
'required' => array(
|
1627 |
array('amp-design-selector', '=' , '3'),
|
1628 |
array('enable-single-youtube-profile', '=' , '1')
|
1632 |
array(
|
1633 |
'id' => 'enable-single-instagram-profile',
|
1634 |
'type' => 'switch',
|
1635 |
+
'title' => __('Instagram ', 'accelerated-mobile-pages'),
|
1636 |
'default' => 0,
|
1637 |
'required' => array(
|
1638 |
array('amp-design-selector', '=' , '3')
|
1642 |
'id' => 'enable-single-instagram-profile-url',
|
1643 |
'type' => 'text',
|
1644 |
'default' => '',
|
1645 |
+
'title' => __('Instagram URL', 'accelerated-mobile-pages'),
|
1646 |
'required' => array(
|
1647 |
array('amp-design-selector', '=' , '3'),
|
1648 |
array('enable-single-instagram-profile', '=' , '1')
|
1652 |
array(
|
1653 |
'id' => 'enable-single-VKontakte-profile',
|
1654 |
'type' => 'switch',
|
1655 |
+
'title' => __('VKontakte ', 'accelerated-mobile-pages'),
|
1656 |
'default' => 0,
|
1657 |
'required' => array(
|
1658 |
array('amp-design-selector', '=' , '3')
|
1662 |
'id' => 'enable-single-VKontakte-profile-url',
|
1663 |
'type' => 'text',
|
1664 |
'default' => '',
|
1665 |
+
'title' => __('VKontakte URL', 'accelerated-mobile-pages'),
|
1666 |
'required' => array(
|
1667 |
array('amp-design-selector', '=' , '3'),
|
1668 |
array('enable-single-VKontakte-profile', '=' , '1')
|
1674 |
array(
|
1675 |
'id' => 'enable-single-reddit-profile',
|
1676 |
'type' => 'switch',
|
1677 |
+
'title' => __('Reddit', 'accelerated-mobile-pages'),
|
1678 |
'default' => 0,
|
1679 |
'required' => array(
|
1680 |
array('amp-design-selector', '=' , '3')
|
1683 |
array(
|
1684 |
'id' => 'enable-single-reddit-profile-url',
|
1685 |
'type' => 'text',
|
1686 |
+
'title' => __('Reddit URL', 'accelerated-mobile-pages'),
|
1687 |
'default' => '',
|
1688 |
'required' => array(
|
1689 |
array('amp-design-selector', '=' , '3'),
|
1694 |
array(
|
1695 |
'id' => 'enable-single-snapchat-profile',
|
1696 |
'type' => 'switch',
|
1697 |
+
'title' => __('Snapchat ', 'accelerated-mobile-pages'),
|
1698 |
'default' => 0,
|
1699 |
'required' => array(
|
1700 |
array('amp-design-selector', '=' , '3')
|
1703 |
array(
|
1704 |
'id' => 'enable-single-snapchat-profile-url',
|
1705 |
'type' => 'text',
|
1706 |
+
'title' => __('Snapchat URL', 'accelerated-mobile-pages'),
|
1707 |
'default' => '',
|
1708 |
'required' => array(
|
1709 |
array('amp-design-selector', '=' , '3'),
|
1714 |
array(
|
1715 |
'id' => 'enable-single-Tumblr-profile',
|
1716 |
'type' => 'switch',
|
1717 |
+
'title' => __('Tumblr', 'accelerated-mobile-pages'),
|
1718 |
'default' => 0,
|
1719 |
'required' => array(
|
1720 |
array('amp-design-selector', '=' , '3')
|
1723 |
array(
|
1724 |
'id' => 'enable-single-Tumblr-profile-url',
|
1725 |
'type' => 'text',
|
1726 |
+
'title' => __('Tumblr URL', 'accelerated-mobile-pages'),
|
1727 |
'default' => '',
|
1728 |
'required' => array(
|
1729 |
array('amp-design-selector', '=' , '3'),
|
1735 |
|
1736 |
// Structured Data
|
1737 |
Redux::setSection( $opt_name, array(
|
1738 |
+
'title' => __( 'Structured Data', 'accelerated-mobile-pages' ),
|
1739 |
'id' => 'opt-structured-data',
|
1740 |
'subsection' => true,
|
1741 |
'fields' => array(
|
1743 |
'id' => 'amp-structured-data-logo',
|
1744 |
'type' => 'media',
|
1745 |
'url' => true,
|
1746 |
+
'title' => __('Default Structured Data Logo', 'accelerated-mobile-pages'),
|
1747 |
+
'subtitle' => __('Upload the logo you want to show in Google Structured Data. ', 'accelerated-mobile-pages'),
|
1748 |
),
|
1749 |
array(
|
1750 |
'id' => 'amp-structured-data-placeholder-image',
|
1751 |
'type' => 'media',
|
1752 |
'url' => true,
|
1753 |
+
'title' => __('Default Post Image', 'accelerated-mobile-pages'),
|
1754 |
+
'subtitle' => __('Upload the Image you want to show as Placeholder Image.', 'accelerated-mobile-pages'),
|
1755 |
+
'placeholder' => __('when there is no featured image set in the post','accelerated-mobile-pages'),
|
1756 |
),
|
1757 |
array(
|
1758 |
'id' => 'amp-structured-data-placeholder-image-width',
|
1759 |
+
'title' => __('Default Post Image Width', 'accelerated-mobile-pages'),
|
1760 |
'type' => 'text',
|
1761 |
'placeholder' => '550',
|
1762 |
+
'subtitle' => __('Please don\'t add "PX" in the image size.','accelerated-mobile-pages'),
|
1763 |
'default' => '700'
|
1764 |
),
|
1765 |
array(
|
1766 |
'id' => 'amp-structured-data-placeholder-image-height',
|
1767 |
+
'title' => __('Default Post Image Height', 'accelerated-mobile-pages'),
|
1768 |
'type' => 'text',
|
1769 |
'placeholder' => '350',
|
1770 |
+
'subtitle' => __('Please don\'t add "PX" in the image size.','accelerated-mobile-pages'),
|
1771 |
'default' => '550'
|
1772 |
),
|
1773 |
)
|
1775 |
|
1776 |
// Notifications SECTION
|
1777 |
Redux::setSection( $opt_name, array(
|
1778 |
+
'title' => __( 'Notifications', 'accelerated-mobile-pages' ),
|
1779 |
+
'desc' => $cta_desc ,
|
1780 |
'id' => 'amp-notifications',
|
1781 |
'subsection' => true,
|
1782 |
'fields' => array(
|
1783 |
array(
|
1784 |
'id' =>'amp-enable-notifications',
|
1785 |
'type' => 'switch',
|
1786 |
+
'title' => __('Enable Notifications', 'accelerated-mobile-pages'),
|
1787 |
'default' => '',
|
1788 |
+
'subtitle' => __('Show notifications on all of your AMP pages for cookie purposes, or anything else.', 'accelerated-mobile-pages'),
|
1789 |
'true' => 'Enabled',
|
1790 |
'false' => 'Disabled',
|
1791 |
),
|
1792 |
array(
|
1793 |
'id' => 'amp-notification-text',
|
1794 |
+
'title' => __('Notification text', 'accelerated-mobile-pages'),
|
1795 |
'type' => 'text',
|
1796 |
'required' => array('amp-enable-notifications', '=' , '1'),
|
1797 |
+
'default' => __('This website uses cookies.','accelerated-mobile-pages'),
|
1798 |
+
'placeholder' => __('Enter Text here','accelerated-mobile-pages'),
|
1799 |
),
|
1800 |
array(
|
1801 |
'id' => 'amp-accept-button-text',
|
1802 |
+
'title' => __('Notification accept button text', 'accelerated-mobile-pages'),
|
1803 |
'type' => 'text',
|
1804 |
'required' => array('amp-enable-notifications', '=' , '1'),
|
1805 |
+
'default' => __('Accept','accelerated-mobile-pages'),
|
1806 |
+
'placeholder' => __('Enter Text here','accelerated-mobile-pages'),
|
1807 |
),
|
1808 |
|
1809 |
),
|
1812 |
|
1813 |
// Translation Panel
|
1814 |
Redux::setSection( $opt_name, array(
|
1815 |
+
'title' => __( 'Translation Panel', 'accelerated-mobile-pages' ),
|
1816 |
+
'desc' => __( 'Please translate the following words of page accordingly else default content is in English Language', 'accelerated-mobile-pages' ),
|
1817 |
'id' => 'amp-translator',
|
1818 |
'subsection' => true,
|
1819 |
'fields' => array(
|
1820 |
+
array(
|
1821 |
+
'id' => 'amp-use-pot',
|
1822 |
+
'type' => 'switch',
|
1823 |
+
'title' => __('Use POT file method of Translation', 'accelerated-mobile-pages'),
|
1824 |
+
'subtitle' => __('Else you can use normal translation method', 'accelerated-mobile-pages'),
|
1825 |
+
'desc' => __('Use this if you want Multilingual Translations', 'accelerated-mobile-pages'),
|
1826 |
+
'default' => 0
|
1827 |
+
),
|
1828 |
array(
|
1829 |
'id' => 'amp-translator-show-more-posts-text',
|
1830 |
'type' => 'text',
|
1831 |
+
'title' => __('Show more Posts', 'accelerated-mobile-pages'),
|
1832 |
+
'default' => __('Show more Posts','accelerated-mobile-pages'),
|
1833 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1834 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1835 |
),
|
1836 |
array(
|
1837 |
'id' => 'amp-translator-show-previous-posts-text',
|
1838 |
'type' => 'text',
|
1839 |
+
'title' => __('Show previous Posts', 'accelerated-mobile-pages'),
|
1840 |
+
'default' => __('Show previous Posts','accelerated-mobile-pages'),
|
1841 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1842 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1843 |
),
|
1844 |
array(
|
1845 |
'id' => 'amp-translator-top-text',
|
1846 |
'type' => 'text',
|
1847 |
+
'title' => __('Top', 'accelerated-mobile-pages'),
|
1848 |
+
'default' => __('Top','accelerated-mobile-pages'),
|
1849 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1850 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1851 |
),
|
1852 |
array(
|
1853 |
'id' => 'amp-translator-non-amp-page-text',
|
1854 |
'type' => 'text',
|
1855 |
+
'title' => __('View Non-AMP Version', 'accelerated-mobile-pages'),
|
1856 |
+
'default' => __('View Non-AMP Version','accelerated-mobile-pages'),
|
1857 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1858 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1859 |
),
|
1860 |
array(
|
1861 |
'id' => 'amp-translator-related-text',
|
1862 |
'type' => 'text',
|
1863 |
+
'title' => __('Related Post', 'accelerated-mobile-pages'),
|
1864 |
+
'default' => __('Related Post','accelerated-mobile-pages'),
|
1865 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1866 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1867 |
),
|
1868 |
array(
|
1869 |
'id' => 'amp-translator-navigate-text',
|
1870 |
'type' => 'text',
|
1871 |
+
'title' => __('Navigate', 'accelerated-mobile-pages'),
|
1872 |
+
'default' => __('Navigate','accelerated-mobile-pages'),
|
1873 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1874 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1875 |
),
|
1876 |
array(
|
1877 |
'id' => 'amp-translator-on-text',
|
1878 |
'type' => 'text',
|
1879 |
+
'title' => __('On', 'accelerated-mobile-pages'),
|
1880 |
+
'default' => __('On','accelerated-mobile-pages'),
|
1881 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1882 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1883 |
),
|
1884 |
array(
|
1885 |
'id' => 'amp-translator-next-text',
|
1886 |
'type' => 'text',
|
1887 |
+
'title' => __('Next', 'accelerated-mobile-pages'),
|
1888 |
+
'default' => __('Next','accelerated-mobile-pages'),
|
1889 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1890 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1891 |
),
|
1892 |
array(
|
1893 |
'id' => 'amp-translator-previous-text',
|
1894 |
'type' => 'text',
|
1895 |
+
'title' => __('Previous', 'accelerated-mobile-pages'),
|
1896 |
+
'default' => __('Previous','accelerated-mobile-pages'),
|
1897 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1898 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1899 |
),
|
1900 |
array(
|
1901 |
'id' => 'amp-translator-footer-text',
|
1902 |
'type' => 'textarea',
|
1903 |
+
'title' => __('Footer', 'accelerated-mobile-pages'),
|
1904 |
+
'default' => __('All Rights Reserved','accelerated-mobile-pages'),
|
1905 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1906 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1907 |
),
|
1908 |
array(
|
1909 |
'id' => 'amp-translator-categories-text',
|
1910 |
'type' => 'text',
|
1911 |
+
'title' => __('Categories', 'accelerated-mobile-pages'),
|
1912 |
+
'default' => __('Categories: ','accelerated-mobile-pages'),
|
1913 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1914 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1915 |
),
|
1916 |
array(
|
1917 |
'id' => 'amp-translator-tags-text',
|
1918 |
'type' => 'text',
|
1919 |
+
'title' => __('Tags', 'accelerated-mobile-pages'),
|
1920 |
+
'default' => __('Tags: ','accelerated-mobile-pages'),
|
1921 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1922 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1923 |
),
|
1924 |
array(
|
1925 |
'id' => 'amp-translator-by-text',
|
1926 |
'type' => 'text',
|
1927 |
+
'title' => __('By', 'accelerated-mobile-pages'),
|
1928 |
+
'default' => __('By','accelerated-mobile-pages'),
|
1929 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1930 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1931 |
),
|
1932 |
array(
|
1933 |
'id' => 'amp-translator-published-by',
|
1934 |
'type' => 'text',
|
1935 |
+
'title' => __('Published by', 'accelerated-mobile-pages'),
|
1936 |
+
'default' => __('Published by','accelerated-mobile-pages'),
|
1937 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1938 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1939 |
),
|
1940 |
array(
|
1941 |
'id' => 'amp-translator-in-designthree',
|
1942 |
'type' => 'text',
|
1943 |
+
'title' => __('in', 'accelerated-mobile-pages'),
|
1944 |
+
'default' =>__( 'in','accelerated-mobile-pages'),
|
1945 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1946 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1947 |
),
|
1948 |
array(
|
1949 |
'id' => 'amp-translator-view-comments-text',
|
1950 |
'type' => 'text',
|
1951 |
+
'title' => __('View Comments', 'accelerated-mobile-pages'),
|
1952 |
+
'default' => __('View Comments','accelerated-mobile-pages'),
|
1953 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1954 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1955 |
),
|
1956 |
array(
|
1957 |
'id' => 'amp-translator-leave-a-comment-text',
|
1958 |
'type' => 'text',
|
1959 |
+
'title' => __('Leave a Comment', 'accelerated-mobile-pages'),
|
1960 |
+
'default' => __('Leave a Comment','accelerated-mobile-pages'),
|
1961 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1962 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1963 |
),
|
1964 |
array(
|
1965 |
'id' => 'amp-translator-at-text',
|
1966 |
'type' => 'text',
|
1967 |
+
'title' => __('at', 'accelerated-mobile-pages'),
|
1968 |
+
'default' => __('at','accelerated-mobile-pages'),
|
1969 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1970 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1971 |
),
|
1972 |
array(
|
1973 |
'id' => 'amp-translator-says-text',
|
1974 |
'type' => 'text',
|
1975 |
+
'title' => __('says', 'accelerated-mobile-pages'),
|
1976 |
+
'default' =>__( 'says','accelerated-mobile-pages'),
|
1977 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1978 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1979 |
),
|
1980 |
array(
|
1981 |
'id' => 'amp-translator-Edit-text',
|
1982 |
'type' => 'text',
|
1983 |
+
'title' => __('Edit', 'accelerated-mobile-pages'),
|
1984 |
+
'default' => __('Edit','accelerated-mobile-pages'),
|
1985 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1986 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1987 |
),
|
1988 |
array(
|
1989 |
'id' => 'amp-translator-ago-date-text',
|
1990 |
'type' => 'text',
|
1991 |
+
'title' => __('ago', 'accelerated-mobile-pages'),
|
1992 |
+
'default' => __('ago','accelerated-mobile-pages'),
|
1993 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
1994 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
1995 |
+
),
|
1996 |
+
array(
|
1997 |
+
'id' => 'amp-translator-modified-date-text',
|
1998 |
+
'type' => 'text',
|
1999 |
+
'title' => __('This post was last modified on ', 'accelerated-mobile-pages'),
|
2000 |
+
'default' => __('This post was last modified on ','accelerated-mobile-pages'),
|
2001 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2002 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2003 |
),
|
2004 |
array(
|
2005 |
'id' => 'amp-translator-archive-cat-text',
|
2006 |
'type' => 'text',
|
2007 |
+
'title' => __('Category (archive title)', 'accelerated-mobile-pages'),
|
2008 |
+
'default' => __('Category: ','accelerated-mobile-pages'),
|
2009 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2010 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2011 |
),
|
2012 |
array(
|
2013 |
'id' => 'amp-translator-archive-tag-text',
|
2014 |
'type' => 'text',
|
2015 |
+
'title' => __('Tag (archive title)', 'accelerated-mobile-pages'),
|
2016 |
+
'default' => __('Tag: ','accelerated-mobile-pages'),
|
2017 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2018 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2019 |
),
|
2020 |
array(
|
2021 |
'id' => 'amp-translator-show-more-text',
|
2022 |
'type' => 'text',
|
2023 |
+
'title' => __('View More Posts (Widget Button)', 'accelerated-mobile-pages'),
|
2024 |
+
'default' => __('View More Posts','accelerated-mobile-pages'),
|
2025 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2026 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2027 |
),
|
2028 |
array(
|
2029 |
'id' => 'amp-translator-next-read-text',
|
2030 |
'type' => 'text',
|
2031 |
+
'title' => __('Next Read', 'accelerated-mobile-pages'),
|
2032 |
+
'default' => __('Next Read: ','accelerated-mobile-pages'),
|
2033 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2034 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2035 |
),
|
2036 |
array(
|
2037 |
'id' => 'amp-translator-search-text',
|
2038 |
'type' => 'text',
|
2039 |
+
'title' => __(' You searched for: ', 'accelerated-mobile-pages'),
|
2040 |
+
'default' => __(' You searched for: ','accelerated-mobile-pages'),
|
2041 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2042 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2043 |
),
|
2044 |
array(
|
2045 |
'id' => 'amp-translator-search-no-found',
|
2046 |
'type' => 'text',
|
2047 |
+
'title' => __(' It seems we can\'t find what you\'re looking for. ', 'accelerated-mobile-pages'),
|
2048 |
+
'default' => __(' It seems we can\'t find what you\'re looking for. ','accelerated-mobile-pages'),
|
2049 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2050 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2051 |
),
|
2052 |
array(
|
2053 |
'id' => 'design-3-search-subsection',
|
2054 |
'type' => 'section',
|
2055 |
+
'title' => __('Search bar Translation Text', 'accelerated-mobile-pages'),
|
2056 |
'indent' => true,
|
2057 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2058 |
),
|
2059 |
array(
|
2060 |
'id' => 'ampforwp-search-placeholder',
|
2061 |
'type' => 'text',
|
2062 |
+
'title' => __('Type Here', 'accelerated-mobile-pages'),
|
2063 |
+
'default' => 'Type Here','accelerated-mobile-pages'),
|
2064 |
+
'desc' => __('This is the text that gets shown in for Search Box','accelerated-mobile-pages'),
|
2065 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2066 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2067 |
|
2068 |
),
|
2069 |
array(
|
2070 |
'id' => 'ampforwp-search-label',
|
2071 |
'type' => 'text',
|
2072 |
+
'title' => __('Type your search query and hit enter', 'accelerated-mobile-pages'),
|
2073 |
+
'desc' => __('This is the text that gets shown above Search Box','accelerated-mobile-pages'),
|
2074 |
+
'default' => __('Type your search query and hit enter: ','accelerated-mobile-pages'),
|
2075 |
+
'placeholder'=>__('write here','accelerated-mobile-pages'),
|
2076 |
+
'required' => array( 'amp-use-pot', '=' , 0 )
|
2077 |
|
2078 |
+
)
|
2079 |
+
) );
|
|
|
2080 |
|
2081 |
|
2082 |
// // CSS
|
2083 |
// Redux::setSection( $opt_name, array(
|
2084 |
+
// 'title' => __( 'Custom CSS Editor', 'accelerated-mobile-pages' ),
|
2085 |
+
// // 'desc' => __( 'For full documentation on this field, visit: ', 'accelerated-mobile-pages' ) . '<a href="http://docs.reduxframework.com/core/fields/textarea/" target="_blank">http://docs.reduxframework.com/core/fields/textarea/</a>',
|
2086 |
// 'id' => 'opt-css-editor',
|
2087 |
// 'subsection' => true,
|
2088 |
// 'fields' => array(
|
2089 |
// array(
|
2090 |
// 'id' => 'css_editor',
|
2091 |
// 'type' => 'ace_editor',
|
2092 |
+
// 'title' => __('Custom CSS', 'accelerated-mobile-pages'),
|
2093 |
+
// 'subtitle' => __('You can customize the Stylesheet of the AMP version by using this option.', 'accelerated-mobile-pages'),
|
2094 |
// 'mode' => 'css',
|
2095 |
// 'theme' => 'monokai',
|
2096 |
// 'desc' => '',
|
2101 |
//
|
2102 |
|
2103 |
|
2104 |
+
|
2105 |
// Comments
|
2106 |
Redux::setSection( $opt_name, array(
|
2107 |
+
'title' => __( 'Comments', 'accelerated-mobile-pages' ),
|
2108 |
+
'desc' => $comment_desc,
|
2109 |
'id' => 'disqus-comments',
|
2110 |
'subsection' => true,
|
2111 |
'fields' => array(
|
2112 |
array(
|
2113 |
'id' => 'ampforwp-disqus-comments-support',
|
2114 |
'type' => 'switch',
|
2115 |
+
'title' => __('Disqus comments Support', 'accelerated-mobile-pages'),
|
2116 |
+
'subtitle' => __('Enable/Disable Disqus comments using this switch.', 'accelerated-mobile-pages'),
|
2117 |
'default' => 0
|
2118 |
),
|
2119 |
array(
|
2120 |
'id' => 'ampforwp-disqus-comments-name',
|
2121 |
'type' => 'text',
|
2122 |
+
'title' => __('Disqus Name', 'accelerated-mobile-pages'),
|
2123 |
+
'subtitle' => __('Eg: https://xyz.disqus.com', 'accelerated-mobile-pages'),
|
2124 |
'required' => array('ampforwp-disqus-comments-support', '=' , '1'),
|
2125 |
'default' => ''
|
2126 |
),
|
2128 |
array(
|
2129 |
'id' => 'ampforwp-disqus-host-position',
|
2130 |
'type' => 'switch',
|
2131 |
+
'title' => __('Host Disqus Comments through AMPforWP Servers', 'accelerated-mobile-pages'),
|
2132 |
+
'subtitle' => __('Use AMPforWP secure servers to serve Comments file. Recommended if your site is non HTTPS', 'accelerated-mobile-pages'),
|
2133 |
'default' => 1,
|
2134 |
'required' => array('ampforwp-disqus-comments-support', '=' , '1'),
|
2135 |
),
|
2137 |
array(
|
2138 |
'id' => 'ampforwp-disqus-host-file',
|
2139 |
'type' => 'text',
|
2140 |
+
'title' => __('Disqus Host File', 'accelerated-mobile-pages'),
|
2141 |
+
'subtitle' => __('<a href="https://ampforwp.com/host-disqus-comments/"> Click here to know, How to Setup Disqus Host file on your servers </a>', 'accelerated-mobile-pages'),
|
2142 |
'placeholder' => 'https://comments.example.com/disqus.php',
|
2143 |
'required' => array('ampforwp-disqus-host-position', '=' , '0'),
|
2144 |
),
|
2145 |
array(
|
2146 |
'id' => 'ampforwp-number-of-comments',
|
2147 |
'type' => 'text',
|
2148 |
+
'desc' => __('This refers to the normal comments','accelerated-mobile-pages'),
|
2149 |
+
'title' => __('No of Comments', 'accelerated-mobile-pages'),
|
2150 |
'default' => 10,
|
2151 |
'required' => array('ampforwp-disqus-comments-support' , '=' , 0)
|
2152 |
),
|
2156 |
|
2157 |
// Advance Settings SECTION
|
2158 |
Redux::setSection( $opt_name, array(
|
2159 |
+
'title' => __( 'Advance Settings', 'accelerated-mobile-pages' ),
|
2160 |
+
'desc' => __( 'This section has Advance settings','accelerated-mobile-pages'),
|
2161 |
'id' => 'amp-advance',
|
2162 |
'subsection' => true,
|
2163 |
'fields' => array(
|
2165 |
/* array(
|
2166 |
'id' => 'ampforwp-homepage-on-off-support',
|
2167 |
'type' => 'switch',
|
2168 |
+
'title' => __('Homepage Support', 'accelerated-mobile-pages'),
|
2169 |
+
'subtitle' => __('Enable/Disable Home page using this switch.', 'accelerated-mobile-pages'),
|
2170 |
'default' => '1'
|
2171 |
),*/
|
2172 |
array(
|
2173 |
'id' => 'ampforwp-archive-support',
|
2174 |
'type' => 'switch',
|
2175 |
+
'title' => __('Archive page Support', 'accelerated-mobile-pages'),
|
2176 |
+
'subtitle' => __('Enable/Disable Archive pages using this switch.', 'accelerated-mobile-pages'),
|
2177 |
'default' => '0'
|
2178 |
),
|
2179 |
array(
|
2180 |
'id' => 'amp-mobile-redirection',
|
2181 |
'type' => 'switch',
|
2182 |
+
'title' => __('Mobile Redirection', 'accelerated-mobile-pages'),
|
2183 |
'subtitle' => __('
|
2184 |
+
Enable AMP for your mobile users. Give your visitors a Faster mobile User Experience.','accelerated-mobile-pages'),
|
2185 |
'default' => 0,
|
2186 |
|
2187 |
),
|
2189 |
array(
|
2190 |
'id' =>'amp-rtl-select-option',
|
2191 |
'type' => 'switch',
|
2192 |
+
'title' => __('RTL Support', 'accelerated-mobile-pages'),
|
2193 |
'default' => 0,
|
2194 |
+
'subtitle' => __('Enable Right to Left language support', 'accelerated-mobile-pages'),
|
2195 |
'true' => 'true',
|
2196 |
'false' => 'false',
|
2197 |
),
|
2198 |
array(
|
2199 |
'id' => 'amp-footer-link-non-amp-page',
|
2200 |
'type' => 'switch',
|
2201 |
+
'title' => __('Link to Non-AMP page in Footer', 'accelerated-mobile-pages'),
|
2202 |
+
'subtitle' => __('Enable / Disable Link to Non-AMP page in the footer', 'accelerated-mobile-pages'),
|
2203 |
'true' => 'true',
|
2204 |
'false' => 'false',
|
2205 |
'default' => 1
|
2207 |
array(
|
2208 |
'id' => 'amp-header-text-area-for-html',
|
2209 |
'type' => 'textarea',
|
2210 |
+
'title' => __('Enter HTML in Header', 'accelerated-mobile-pages'),
|
2211 |
+
'subtitle' => __('please enter markup that is AMP validated', 'accelerated-mobile-pages'),
|
2212 |
+
'desc' => __('check your markup here (enter markup between HEAD tag) : https://validator.ampproject.org/', 'accelerated-mobile-pages'),
|
2213 |
'default' => ''
|
2214 |
),
|
2215 |
array(
|
2216 |
'id' => 'amp-footer-text-area-for-html',
|
2217 |
'type' => 'textarea',
|
2218 |
+
'title' => __('Enter HTML in Footer', 'accelerated-mobile-pages'),
|
2219 |
+
'subtitle' => __('please enter markup that is AMP validated', 'accelerated-mobile-pages'),
|
2220 |
'desc' => __('check your markup here (enter markup between BODY tag) : https://validator.ampproject.org/',
|
2221 |
+
'accelerated-mobile-pages'),
|
2222 |
'default' => ''
|
2223 |
),
|
2224 |
|
2229 |
|
2230 |
// Extension Section
|
2231 |
Redux::setSection( $opt_name, array(
|
2232 |
+
'title' => __( 'Extensions', 'accelerated-mobile-pages' ),
|
2233 |
+
// 'desc' => __( 'For full documentation on this field, visit: ', 'accelerated-mobile-pages' ) . '<a href="http://docs.reduxframework.com/core/fields/textarea/" target="_blank">http://docs.reduxframework.com/core/fields/textarea/</a>',
|
2234 |
'id' => 'opt-go-premium',
|
2235 |
'subsection' => false,
|
2236 |
+
'desc' => $extension_listing,
|
2237 |
+
// 'desc' => '<a href="http://ampforwp.com/advanced-amp-ads/#utm_source=options-panel&utm_medium=extension-tab_advanced-amp-ads&utm_campaign=AMP%20Plugin" target="_blank"><img class="ampforwp-extension-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/amp-ads-extension.png" width="345" height="500" /></a>
|
2238 |
+
//
|
2239 |
+
// <a href="http://ampforwp.com/custom-post-type/#utm_source=options-panel&utm_medium=extension-tab_custom-post-type&utm_campaign=AMP%20Plugin" target="_blank"><img class="ampforwp-extension-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/amp-custom-post-type-extension.png" width="345" height="500" /></a>
|
2240 |
+
//
|
2241 |
+
// <a href="http://ampforwp.com/doubleclick-for-publishers/#utm_source=options-panel&utm_medium=extension-tab_doubleclick&utm_campaign=AMP%20Plugin" target="_blank"><img class="ampforwp-extension-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/amp-DoubleClick-extensions.png" width="345" height="500" /></a>
|
2242 |
+
//
|
2243 |
+
// <a href="http://ampforwp.com/amp-ratings/#utm_source=options-panel&utm_medium=extension-tab_amp-ratings&utm_campaign=AMP%20Plugin" target="_blank"><img class="ampforwp-extension-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/amp-rating-extension.png" width="345" height="500" /></a>
|
2244 |
+
//
|
2245 |
+
//
|
2246 |
+
// <a href="http://ampforwp.com/extensions/#utm_source=options-panel&utm_medium=extension-tab_coming-soon&utm_campaign=AMP%20Plugin" target="_blank"><img class="ampforwp-extension-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/extension-coming-soon.png" width="345" height="500" /></a>',
|
2247 |
+
// 'icon' => 'el el-puzzle',
|
2248 |
) );
|
2249 |
|
2250 |
|
2251 |
|
2252 |
// Priority Support
|
2253 |
Redux::setSection( $opt_name, array(
|
2254 |
+
'title' => __( 'Fix AMP Errors', 'accelerated-mobile-pages' ),
|
2255 |
+
// 'desc' => __( 'For full documentation on this field, visit: ', 'accelerated-mobile-pages' ) . '<a href="http://docs.reduxframework.com/core/fields/textarea/" target="_blank">http://docs.reduxframework.com/core/fields/textarea/</a>',
|
2256 |
'id' => 'opt-go-premium-support',
|
2257 |
'subsection' => false,
|
2258 |
'desc' => ' <a href="http://ampforwp.com/priority-support/#utm_source=options-panel&utm_medium=extension-tab_priority_support&utm_campaign=AMP%20Plugin" target="_blank"><img class="ampforwp-support-banner" src="'.AMPFORWP_IMAGE_DIR . '/priority-support-banner.png" width="345" height="500" /></a>',
|
@@ -1,4 +1,4 @@
|
|
1 |
-
.spinner{visibility:hidden;display:block}.spinner.is-active{visibility:visible}.redux-main .description{margin-top:7px}.form-table>tbody>tr>th{width:30%}.redux-container{background-color:#f5f5f5;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f5f5f5));background-image:-webkit-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-ms-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-o-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);background-image:-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);border:1px solid #dedede;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.04);box-shadow:0 1px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.4);margin-top:5px;overflow:hidden}.redux-container a:focus{box-shadow:none}.redux-container #redux-header,.redux-container #redux-footer{text-align:right;padding:6px 10px}.redux-container #redux-header{background:#f1f1f1;border-bottom:3px solid blue}.redux-container #redux-header .display_header{float:left;margin:20px 10px}.redux-container #redux-header .display_header h2{display:inline-block;font-style:normal;padding-right:5px}.redux-container #redux-header .display_header .redux-dev-mode-notice-container{position:absolute;top:67px;left:20px;bottom:auto;width:auto}.redux-container #redux-header .display_header span{color:#888}.redux-container #redux-header .display_header span.redux-dev-mode-notice{background-color:#f0ad4e;display:inline;padding:.2em .5em .2em;font-weight:700;line-height:1;color:#fff !important;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.redux-container #redux-header .icon32{float:right;margin:16px 16px 0}.redux-container #redux-footer{border-top:1px solid #E7E7E7;z-index:999}.redux-container #redux-footer #redux-share{float:left;line-height:28px;font-size:15px}.redux-container #redux-footer #redux-share a{text-decoration:none;margin-right:10px}.redux-container #redux-footer #redux-share a img{margin-bottom:-3px}.redux-container .notice-green{margin:0;border-bottom:1px solid #E7E7E7;background-color:#DFF0D8;color:#468847;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-blue{margin:0;border-bottom:1px solid #BCE8F1;background-color:#D9EDF7;color:#3A87AD;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-yellow{margin:0;border-bottom:1px solid #E7E7E7;background-color:#FCF8E3;color:#C09853;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-red,.redux-container .redux-field-errors{margin:0;border-bottom:1px solid #E7E7E7;background-color:#F2DEDE;color:#B94A48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .redux-field-error input,.redux-container .redux-field-error textarea,.redux-container .redux-field-error checkbox{background-color:#FFF6F6;color:#A00}.redux-container .redux-field-warning input,.redux-container .redux-field-warning textarea,.redux-container .redux-field-warning checkbox{background-color:#fcf8e3;color:#444}.redux-container .redux-field-errors,.redux-container .redux-field-warnings,.redux-container .redux-save-warn{display:none}.redux-container .sticky-save-warn{min-height:76px}.redux-container .sticky-save-warn .redux-save-warn{position:fixed;top:32px;right:21px;left:183px;opacity:1;z-index:9999}.redux-container #info_bar{background:#f3f3f3;border-bottom:1px solid #dedede;padding:6px 10px 6px 6px;text-align:right;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc}.redux-container .redux-group-tab{display:none;margin-bottom:15px}.redux-container .redux-group-tab .redux-theme-data{padding:20px 0;border-top:1px solid #E7E7E7}.redux-container .redux-group-tab .redux-theme-data.theme-description{padding:10px 0;border-width:0}.redux-container .redux-group-tab .redux-theme-data.theme-uri,.redux-container .redux-group-tab .redux-theme-data.theme-author,.redux-container .redux-group-tab .redux-theme-data.theme-version{padding:0;border-width:0}.redux-container .redux-group-tab h3{margin-top:0;line-height:2em;border-bottom:1px solid #E7E7E7}.redux-container .redux-group-tab .redux-section-desc{margin-bottom:15px;color:#666}.redux-container .redux-action_bar{float:right}.redux-container .redux-action_bar .spinner{float:left;margin-top:4px}.redux-container .redux-ajax-loading{display:none;background:red url(data:image/gif;base64,R0lGODlhEAAQAPUAAIiIiIqKio2NjZSUlJqamp6enqKioqSkpK+vr7i4uL+/v8PDw8XFxcnJyc/Pz9HR0dTU1NjY2Nzc3OLi4ubm5unp6ezs7PPz88vLy83NzdDQ0NXV1d3d3eHh4bu7u8zMzOvr6+3t7ZiYmNbW1sDAwMTExNra2s7OztPT09vb2+Xl5QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAAoA/wAsAAAAABAAEAAABXDgJY6XZZEoOTnOlI5WdUFNA5UnSR3FJNUSieFAIUUEgcdl4noEBBGSZaHIiSqKhTX2GhVFiQGjuxgkSoYAoosAGE6RhKQrUURHlS+pItMVCHMjEgQ9JBJISg+JT3ciFg4NFkcCNw0OViiDgF0oTC8hACH5BAAKAP8ALAAAAAAQABAAAAVx4CWOZGle1qJYp2hV1xYE29V1JXUYHWUcnQgGwyFFBAENiqUZ1kapFamTyeBcsNOLMkoMGC3GIIEyBBAtRMDAiiSKp04iQqpwc9kRpUCAizgEBVciEQNJFxpKGgECdFAYYBsCAjUMGS0XgAODmDacIyEAIfkEAAoA/wAsAAAAABAAEAAABnbAi3BILBovIMUidBSGQJdNIKBBMomUg6FDMRgoHcOBQowIqNaLJiCIEEMLxdWpnIfITRAHnxgwjiEfDR8UIQYBCEcgDYwdUR6ORxEfG3MgeFiFRB0FBBxEHAQFkUJmaBofamxuRB9/GwICGxeMTRehnrabpERBACH5BAAKAP8ALAAAAAAQABAAAAZ9wItwSCwaL5aFwnIUWiqXUSAwulSYRMrB0KEYDJSO4UAhRgQBDZLpCAgixOSSWFEssEho81IWJgYMTQwDCUgGAQhNCAEGTCMJHU0dCXBDFX1DFhwdeHwFIhxmGBihQxEDaRcOGhYao1WZGIFnAiMUDg6YRR0ioE57Fx2RRkEAIfkEAAoA/wAsAAAAABAAEAAABXLgJY5kaV7WolinaLGQEEBXxZLUUUyUYVATw4FCisg0NZYmIIiQUosKqaJY3FDS1oUoSgwYrcUggTIAEC1EwMCKJCatSYI2qnBx2dGkQOCQOAQFdxdGARoVGhCITE4kGBgWEI8QFgwYWhGTWiMWERFXIyEAIfkEAAoA/wAsAAAAABAAEAAABn/Ai3BILBovloXCchRaKpdRIDC6VJhEysHQoRgMlI7hQCFGBAENkukICCLE5JJYUSywSGjzUhYmBgxNDAMJSAYBCE0IAAZMEQkdTRwKVUMcHHhCFXpDERgYcJYEBZFDI58aFhoOFxpuoUIUGhoUZwJVGA6ZaxccBAQce0QdpUVBACH5BAAKAP8ALAAAAAAQABAAAAZ8wItwSCwaLyEFKXQUhioXSCAAuVSYRMrB0KEYDJSO4UAhmgQBDZKpCQhMxFBJgRVWlFkOtElhUj4NH3VEJQMJFx0NintFCAEGISEQH3BHHR5VThVlRRSMQh0FBBxEHAQFnEJnaRcfHxdtb0WKIWcCVSUNTYgEo7tEHR1HQQAh+QQACgD/ACwAAAAAEAAQAAAGdcCLcEgsGi8hhSJ0FHY6l1EgMLqAmEROo5HqGAwqL5g42qKsoAsqIEgRVacTdAhSLLBI1bWpwiYGDE0MAwlIBgEITQgBBkwjCRxNHQlVdCpGekUqBQSRQxwEBZdDKQIBZ3FqbG5EDYEjpikhW3hFoJ1NRU9HQQA7) no-repeat;width:16px;height:16px;margin:3px 4px 0;float:right}.redux-container #redux-intro-text{background:#f3f3f3;border-bottom:1px solid #dedede;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc;padding:3px;padding:10px 10px}.redux-container #redux-intro-text p{margin:0;font-family:"Lucida Grande", Sans-serif;color:#888}.redux-container .expand_options{cursor:pointer;display:block;height:22px;width:21px;float:left;font-size:0;text-indent:-9999px;margin:1px 0 0 5px;border:1px solid #bbb;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -26px}.redux-container .expand_options.expanded{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -1px}.redux-container .expand_options:hover{border-color:#888}.redux-container .sticky-footer-fixed{background:#f3f3f3;border-top:1px solid #dedede !important;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc}.redux-container .redux-sidebar,.redux-container .redux-main{min-height:300px}.no-js{border:1px solid #ffbaba;margin:0;border-bottom:1px solid #E7E7E7;background-color:#F2DEDE;color:#B94A48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-main{background:#FCFCFC;margin-left:201px;border-left:1px solid #D8D8D8;padding:10px 20px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #FFF;box-shadow:inset 0 1px 0 #FFF;position:relative}.redux-main #redux_ajax_overlay{position:absolute;top:0;left:0;right:0;bottom:0;-moz-opacity:0.10;-khtml-opacity:0.10;opacity:0.10;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);filter:alpha(opacity=10);background:#000;z-index:200;display:none}.redux-main .form-table.no-border{border-top:none}.redux-main .form-table tr{border-bottom:1px solid #E7E7E7}.redux-main .form-table tr:last-child{border-bottom:none !important}.redux-main .form-table tr th,.redux-main .form-table tr td{color:#333}.redux-main .form-table tr td table.mceLayout,.redux-main .form-table tr td table.mceLayout tr,.redux-main .form-table tr td table.mceLayout tr td{padding:0;border-width:0}.redux-main .form-table tr td .redux-th-warning{font-size:1em;color:#C09853;font-weight:normal;display:block;margin-top:10px}.redux-main .form-table tr td .redux-field-warning{border-color:#C09853;margin-top:10px}.redux-main .form-table tr td .redux-th-error{font-size:1em;color:#B94A48;font-weight:normal;display:block;margin-top:10px}.redux-main input.large-text{width:100%}.redux-main .hide{display:none}.redux-main .redux-field-container{padding:20px 0}.redux-main .mini,.redux-main input[type=text].mini{width:60px;text-align:center}.redux-main input{line-height:19px}.redux-main img{max-width:100%;height:auto;width:auto !important}.redux-main .select2-default{width:auto !important}.redux-main .showDefaults{display:block;font-weight:normal;font-size:.8em;color:#888}.redux-main span.description{display:block;font-style:normal;font-weight:400}.redux-main #redux-system-info textarea{min-height:730px;width:100%}.redux-main .field-desc{clear:both;font-size:13px}.redux-main .data-full li{width:100%}.redux-main .data-half li{width:50%;float:left}.redux-main .data-third li{width:33.3%;float:left}.redux-main .data-quarter li{width:25%;float:left}.redux-main .ui-helper-hidden-accessible{top:inherit}.redux-main .form-table{clear:none;margin-top:0px !important}.redux-main .form-table tr:first-child th,.redux-main .form-table tr:first-child td{padding-top:0}.redux-main .input-append input{border-right:0;margin-bottom:0;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:0;float:left;margin-top:0;display:block}.redux-main .input-append .add-on{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-left:-2px;padding-top:4px !important;padding-bottom:2px !important}.redux-main .input-prepend input{border-left:0;margin-bottom:0;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0;padding-top:2px;padding-bottom:5px;float:left;margin-top:0;display:block}.redux-main .input-prepend .add-on{border-top-left-radius:3px;border-bottom-left-radius:3px;float:left}.redux-main .input-append{margin-right:10px;font-size:0;white-space:nowrap;float:left;display:inline-block;margin-bottom:6px}.redux-main .input-append .add-on,.redux-main .input-prepend .add-on{width:auto;display:inline-block;min-width:16px;padding:3px 4px;font-size:12px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#eeeeee;border:1px solid #cccccc}.redux-main .input-prepend{font-size:0;white-space:nowrap;float:left;display:inline-block;margin-bottom:6px}.redux-sidebar{width:202px;float:left}.redux-sidebar .redux-group-menu{margin-top:0 !important}.redux-sidebar .redux-group-menu li{margin-top:0}.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.active a:hover,.redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li.activeChild a:hover{background:#FCFCFC;color:#269ad6;width:184px;opacity:1}.redux-sidebar .redux-group-menu li.active a li a{background:#333;padding-left:5px}.redux-sidebar .redux-group-menu li.divide{padding:0;border-width:1px 0;border-style:solid;border-bottom-color:#E7E7E7;border-top-color:#F9F9F9}.redux-sidebar .redux-group-menu li a:first-child{border-top:none}.redux-sidebar .redux-group-menu li a{display:block;padding:10px 4px 10px 14px;background:#e0e0e0;background:transparent;border-width:1px 0;border-style:solid;border-bottom-color:#E7E7E7;border-top-color:#F9F9F9;opacity:0.7;color:#555;font-weight:600;text-decoration:none;-webkit-transition:none;transition:none}.redux-sidebar .redux-group-menu li a.custom-tab{background:#f6f6f6}.redux-sidebar .redux-group-menu li a img{width:16px;height:16px;position:absolute;left:15px}.redux-sidebar .redux-group-menu li a:hover{background:#e5e5e5;color:#777;opacity:1}.redux-sidebar .redux-menu-warning,.redux-sidebar .redux-menu-error,.redux-sidebar .hasSubSections .extraIconSubsections{display:inline-block;float:right;padding:6px 7px 4px 7px;margin-left:4px;font-family:sans-serif;font-size:9px;font-weight:600;line-height:9px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent}.redux-sidebar .redux-menu-warning i,.redux-sidebar .redux-menu-error i,.redux-sidebar .hasSubSections .extraIconSubsections i{margin-left:-3px;margin-top:-3px}.redux-sidebar .redux-menu-error{background-color:#b94a48;color:#f2dede}.redux-sidebar .redux-menu-warning{background-color:#C09853;color:#FCF8E3}.redux-sidebar ul .subsection{display:none}.redux-sidebar .redux-group-tab-link-a{position:relative;outline:0}.redux-sidebar .redux-group-tab-link-a i{vertical-align:middle;font-size:1.35em;position:absolute}.redux-sidebar .redux-group-tab-link-a span{display:block}.redux-sidebar .redux-group-tab-link-a span.group_title{padding-left:30px}.redux-sidebar .redux-group-tab-link-li a.hasError span.group_title{padding-right:25px}.redux-sidebar #redux-header{text-align:center}.redux-sidebar #redux-header .display_header{float:none}.form-table th,.form-table td{margin:0;padding:0;width:auto}.redux_field_th{font-weight:600;padding:20px 10px 20px 0px;display:block}.redux_field_th span:first-child{font-weight:normal;display:block;color:#666}.farb-popup-wrapper{position:relative;display:block}.farb-popup{position:absolute;left:40px;top:40px;background-color:white;border:1px solid #222;padding:5px;z-index:100}#ui-datepicker-div{display:none}.mp6 .icon-themes{display:none}.mp6 .redux-container #info_bar{padding:6px 10px 6px 6px}.mp6 .redux-container #info_bar a{margin-top:2px}.redux-timer{text-align:center;font-size:10px;color:#888}.wrap{margin-top:0}@media screen and (max-width: 600px){.redux-sidebar{width:44px}.redux-sidebar .extraIconSubsections{display:none !important}.redux-sidebar .redux-group-menu li a,.redux-sidebar .redux-group-menu li a:hover,.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.active a:hover,.redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li.activeChild a:hover{width:auto}.redux-sidebar .redux-group-tab-link-a{position:relative}.redux-sidebar .redux-group-tab-link-a i{position:inherit}.redux-sidebar .redux-group-tab-link-a span{display:none;position:absolute;top:0;left:44px;padding:12px;width:200px;background:#eeeeee;border:1px solid #ccc;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.2);-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.2);box-shadow:2px 2px 8px rgba(0,0,0,0.2);border-width:1px 1px 1px 0px;z-index:3}.redux-sidebar .redux-group-tab-link-a:hover>span{display:block}.redux-main{margin-left:43px;width:auto;max-width:100%}table.form-table,.form-table>thead,.form-table>tbody,.form-table>tbody>tr>th,.form-table>tbody>tr>td,.form-table>tbody>tr{display:block;width:100% !important;padding:0px !important}.form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important}.form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important}}@media screen and (max-width: 782px){.form-table>tbody>tr>th{width:100%}.redux_field_th{padding-bottom:0}.mp6 .redux-container #info_bar{height:auto;padding-bottom:1px}.mp6 .redux-container #info_bar a{margin-top:5px}.redux-container-switch label{padding:5px 10px !important}.redux-container-button_set label{padding:12px 10px}.redux-container #redux-footer #redux-share{line-height:34px}}pre{overflow:hidden}#redux-header h2{color:#fff}.admin-color-fresh .button.ui-datepicker-current,.admin-color-fresh button.ui-datepicker-close,.wp-customizer .button.ui-datepicker-current,.wp-customizer button.ui-datepicker-close{background-color:#007db9 !important}.admin-color-fresh .ui-datepicker-buttonpane button.ui-datepicker-current,.wp-customizer .ui-datepicker-buttonpane button.ui-datepicker-current{background:#1e8cbe !important;color:white !important;border:1px solid #104b66 !important}.admin-color-fresh .ui-datepicker-header .ui-icon,.wp-customizer .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-fresh .ui-datepicker-header,.wp-customizer .ui-datepicker-header{background-color:#23282d !important;color:white !important}.admin-color-fresh .ui-datepicker td .ui-state-active,.wp-customizer .ui-datepicker td .ui-state-active{background-color:#007db9 !important;color:white !important}.admin-color-fresh .ui-datepicker td .ui-state-hover,.wp-customizer .ui-datepicker td .ui-state-hover{color:#007db9 !important}.admin-color-fresh .ui-datepicker td .ui-state-highlight,.wp-customizer .ui-datepicker td .ui-state-highlight{background:#0073aa !important;border:1px solid #23282d !important;color:white !important}.admin-color-fresh .redux-container-switch .cb-disable,.admin-color-fresh .redux-container-switch .cb-enable,.admin-color-fresh .ui-state-default,.admin-color-fresh .ui-widget-content .ui-state-default,.admin-color-fresh .ui-widget-header .ui-state-default,.wp-customizer .redux-container-switch .cb-disable,.wp-customizer .redux-container-switch .cb-enable,.wp-customizer .ui-state-default,.wp-customizer .ui-widget-content .ui-state-default,.wp-customizer .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-fresh .ui-datepicker td .ui-state-active,.wp-customizer .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-fresh .redux-container-switch .cb-disable.selected,.wp-customizer .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-fresh .redux-container-switch .cb-enable.selected,.admin-color-fresh .redux-field-container .ui-buttonset .ui-state-active,.wp-customizer .redux-container-switch .cb-enable.selected,.wp-customizer .redux-field-container .ui-buttonset .ui-state-active{background-color:#0073aa !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#008bce), to(#0073aa)) !important;background-image:-moz-linear-gradient(top, #008bce, #0073aa) !important;background-image:-ms-linear-gradient(top, #008bce, #0073aa) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #008bce), color-stop(100%, #0073aa)) !important;background-image:-webkit-linear-gradient(top, #008bce, #0073aa) !important;background-image:-o-linear-gradient(top, #008bce, #0073aa) !important;background-image:-linear-gradient(top, #008bce, #0073aa) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bce', endColorstr='#0073aa', GradientType=0) !important;border-color:#003f5d !important;border-color:#005077 !important;-webkit-box-shadow:inset 0 1px 0 #00a7f6,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #00a7f6,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-fresh #redux-header,.wp-customizer #redux-header{background:#23282d;border-color:#0073aa}.admin-color-fresh #redux-header .display_header span,.wp-customizer #redux-header .display_header span{color:#a0a5aa}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild,.wp-customizer .redux-sidebar .redux-group-menu li.active,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-fresh .redux-sidebar .redux-group-menu li.active a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a,.wp-customizer .redux-sidebar .redux-group-menu li.active a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild a{color:#23282d}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#1e8cbe;background:#0d0e10}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#0073aa}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#23282d}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#a0a5aa;text-shadow:1px 1px #54595d}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#23282d;text-shadow:none}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#0073aa;text-shadow:1px 1px #002e44}.admin-color-fresh .redux-container-image_select .redux-image-select-selected img,.wp-customizer .redux-container-image_select .redux-image-select-selected img{border-color:#0073aa}.admin-color-fresh #redux-footer #redux-share a,.wp-customizer #redux-footer #redux-share a{color:#0073aa}.admin-color-fresh #redux-footer #redux-share a:hover,.wp-customizer #redux-footer #redux-share a:hover{color:#002e44}.admin-color-fresh .select2-results .select2-highlighted,.wp-customizer .select2-results .select2-highlighted{background:#0073aa}.admin-color-fresh .select2-drop-active,.admin-color-fresh .select2-container-multi.select2-container-active .select2-choices,.admin-color-fresh .select2-drop.select2-drop-above.select2-drop-active,.admin-color-fresh .select2-container-active .select2-choice,.admin-color-fresh .select2-container-active .select2-choices,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices,.wp-customizer .select2-drop-active,.wp-customizer .select2-container-multi.select2-container-active .select2-choices,.wp-customizer .select2-drop.select2-drop-above.select2-drop-active,.wp-customizer .select2-container-active .select2-choice,.wp-customizer .select2-container-active .select2-choices,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choice,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#0073aa}.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choice,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-fresh .noUi-connect,.wp-customizer .noUi-connect{background-color:#007db9 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#0095dd), to(#007db9)) !important;background-image:-moz-linear-gradient(top, #0095dd, #007db9) !important;background-image:-ms-linear-gradient(top, #0095dd, #007db9) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095dd), color-stop(100%, #007db9)) !important;background-image:-webkit-linear-gradient(top, #0095dd, #007db9) !important;background-image:-o-linear-gradient(top, #0095dd, #007db9) !important;background-image:-linear-gradient(top, #0095dd, #007db9) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095dd', endColorstr='#007db9', GradientType=0) !important}.admin-color-light .button.ui-datepicker-current,.admin-color-light button.ui-datepicker-close{background-color:#04b0db !important}.admin-color-light .ui-datepicker-buttonpane button.ui-datepicker-current{background:#0384a4 !important;color:white !important;border:1px solid #013340 !important}.admin-color-light .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-light .ui-datepicker-header{background-color:#888 !important;color:white !important}.admin-color-light .ui-datepicker td .ui-state-active{background-color:#04b0db !important;color:white !important}.admin-color-light .ui-datepicker td .ui-state-hover{color:#04b0db !important}.admin-color-light .ui-datepicker td .ui-state-highlight{background:#04a4cc !important;border:1px solid #888 !important;color:white !important}.admin-color-light .redux-container-switch .cb-disable,.admin-color-light .redux-container-switch .cb-enable,.admin-color-light .ui-state-default,.admin-color-light .ui-widget-content .ui-state-default,.admin-color-light .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-light .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-light .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-light .redux-container-switch .cb-enable.selected,.admin-color-light .redux-field-container .ui-buttonset .ui-state-active{background-color:#04a4cc !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#05c0ef), to(#04a4cc)) !important;background-image:-moz-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-ms-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #05c0ef), color-stop(100%, #04a4cc)) !important;background-image:-webkit-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-o-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-linear-gradient(top, #05c0ef, #04a4cc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#05c0ef', endColorstr='#04a4cc', GradientType=0) !important;border-color:#036881 !important;border-color:#037c9a !important;-webkit-box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-light #redux-header{background:#888;border-color:#04a4cc}.admin-color-light #redux-header .display_header span{color:#e6e6e6}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-light .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-light .redux-sidebar .redux-group-menu li.active,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-light .redux-sidebar .redux-group-menu li.active a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a{color:#888}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#0384a4;background:#6f6f6f}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#04a4cc}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#888}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#e6e6e6;text-shadow:1px 1px #9a9a9a}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#888;text-shadow:none}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#04a4cc;text-shadow:1px 1px #025468}.admin-color-light .redux-container-image_select .redux-image-select-selected img{border-color:#04a4cc}.admin-color-light #redux-footer #redux-share a{color:#04a4cc}.admin-color-light #redux-footer #redux-share a:hover{color:#025468}.admin-color-light .select2-results .select2-highlighted{background:#04a4cc}.admin-color-light .select2-drop-active,.admin-color-light .select2-container-multi.select2-container-active .select2-choices,.admin-color-light .select2-drop.select2-drop-above.select2-drop-active,.admin-color-light .select2-container-active .select2-choice,.admin-color-light .select2-container-active .select2-choices,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#04a4cc}.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-light .noUi-connect{background-color:#04b0db !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#09cafa), to(#04b0db)) !important;background-image:-moz-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-ms-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #09cafa), color-stop(100%, #04b0db)) !important;background-image:-webkit-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-o-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-linear-gradient(top, #09cafa, #04b0db) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09cafa', endColorstr='#04b0db', GradientType=0) !important}.admin-color-blue .button.ui-datepicker-current,.admin-color-blue button.ui-datepicker-close{background-color:#509dba !important}.admin-color-blue .ui-datepicker-buttonpane button.ui-datepicker-current{background:#db9825 !important;color:white !important;border:1px solid #845c16 !important}.admin-color-blue .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-blue .ui-datepicker-header{background-color:#096484 !important;color:white !important}.admin-color-blue .ui-datepicker td .ui-state-active{background-color:#509dba !important;color:white !important}.admin-color-blue .ui-datepicker td .ui-state-hover{color:#509dba !important}.admin-color-blue .ui-datepicker td .ui-state-highlight{background:#4796b3 !important;border:1px solid #096484 !important;color:white !important}.admin-color-blue .redux-container-switch .cb-disable,.admin-color-blue .redux-container-switch .cb-enable,.admin-color-blue .ui-state-default,.admin-color-blue .ui-widget-content .ui-state-default,.admin-color-blue .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-blue .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-blue .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-blue .redux-container-switch .cb-enable.selected,.admin-color-blue .redux-field-container .ui-buttonset .ui-state-active{background-color:#4796b3 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#5ea5bf), to(#4796b3)) !important;background-image:-moz-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-ms-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ea5bf), color-stop(100%, #4796b3)) !important;background-image:-webkit-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-o-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-linear-gradient(top, #5ea5bf, #4796b3) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea5bf', endColorstr='#4796b3', GradientType=0) !important;border-color:#31687c !important;border-color:#39778e !important;-webkit-box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-blue #redux-header{background:#096484;border-color:#4796b3}.admin-color-blue #redux-header .display_header span{color:#e2ecf1}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-blue .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-blue .redux-sidebar .redux-group-menu li.active,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-blue .redux-sidebar .redux-group-menu li.active a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a{color:#096484}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#db9825;background:#064054}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#4796b3}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#096484}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#e2ecf1;text-shadow:1px 1px #7ba8bf}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#096484;text-shadow:none}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#4796b3;text-shadow:1px 1px #2a596a}.admin-color-blue .redux-container-image_select .redux-image-select-selected img{border-color:#4796b3}.admin-color-blue #redux-footer #redux-share a{color:#4796b3}.admin-color-blue #redux-footer #redux-share a:hover{color:#2a596a}.admin-color-blue .select2-results .select2-highlighted{background:#4796b3}.admin-color-blue .select2-drop-active,.admin-color-blue .select2-container-multi.select2-container-active .select2-choices,.admin-color-blue .select2-drop.select2-drop-above.select2-drop-active,.admin-color-blue .select2-container-active .select2-choice,.admin-color-blue .select2-container-active .select2-choices,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#4796b3}.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-blue .noUi-connect{background-color:#509dba !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#69abc4), to(#509dba)) !important;background-image:-moz-linear-gradient(top, #69abc4, #509dba) !important;background-image:-ms-linear-gradient(top, #69abc4, #509dba) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #69abc4), color-stop(100%, #509dba)) !important;background-image:-webkit-linear-gradient(top, #69abc4, #509dba) !important;background-image:-o-linear-gradient(top, #69abc4, #509dba) !important;background-image:-linear-gradient(top, #69abc4, #509dba) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#69abc4', endColorstr='#509dba', GradientType=0) !important}.admin-color-coffee .button.ui-datepicker-current,.admin-color-coffee button.ui-datepicker-close{background-color:#ccad93 !important}.admin-color-coffee .ui-datepicker-buttonpane button.ui-datepicker-current{background:#ba906d !important;color:white !important;border:1px solid #835d3e !important}.admin-color-coffee .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-coffee .ui-datepicker-header{background-color:#46403c !important;color:white !important}.admin-color-coffee .ui-datepicker td .ui-state-active{background-color:#ccad93 !important;color:white !important}.admin-color-coffee .ui-datepicker td .ui-state-hover{color:#ccad93 !important}.admin-color-coffee .ui-datepicker td .ui-state-highlight{background:#c7a589 !important;border:1px solid #46403c !important;color:white !important}.admin-color-coffee .redux-container-switch .cb-disable,.admin-color-coffee .redux-container-switch .cb-enable,.admin-color-coffee .ui-state-default,.admin-color-coffee .ui-widget-content .ui-state-default,.admin-color-coffee .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-coffee .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-coffee .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-coffee .redux-container-switch .cb-enable.selected,.admin-color-coffee .redux-field-container .ui-buttonset .ui-state-active{background-color:#c7a589 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#d2b7a1), to(#c7a589)) !important;background-image:-moz-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-ms-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2b7a1), color-stop(100%, #c7a589)) !important;background-image:-webkit-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-o-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-linear-gradient(top, #d2b7a1, #c7a589) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b7a1', endColorstr='#c7a589', GradientType=0) !important;border-color:#ae7d55 !important;border-color:#b78b66 !important;-webkit-box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-coffee #redux-header{background:#46403c;border-color:#c7a589}.admin-color-coffee #redux-header .display_header span{color:#cdcbc9}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-coffee .redux-sidebar .redux-group-menu li.active a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a{color:#46403c}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#ba906d;background:#2b2724}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#c7a589}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#46403c}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#cdcbc9;text-shadow:1px 1px #837e7a}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#46403c;text-shadow:none}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#c7a589;text-shadow:1px 1px #9f714b}.admin-color-coffee .redux-container-image_select .redux-image-select-selected img{border-color:#c7a589}.admin-color-coffee #redux-footer #redux-share a{color:#c7a589}.admin-color-coffee #redux-footer #redux-share a:hover{color:#9f714b}.admin-color-coffee .select2-results .select2-highlighted{background:#c7a589}.admin-color-coffee .select2-drop-active,.admin-color-coffee .select2-container-multi.select2-container-active .select2-choices,.admin-color-coffee .select2-drop.select2-drop-above.select2-drop-active,.admin-color-coffee .select2-container-active .select2-choice,.admin-color-coffee .select2-container-active .select2-choices,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#c7a589}.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-coffee .noUi-connect{background-color:#ccad93 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#d7bfac), to(#ccad93)) !important;background-image:-moz-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-ms-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7bfac), color-stop(100%, #ccad93)) !important;background-image:-webkit-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-o-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-linear-gradient(top, #d7bfac, #ccad93) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7bfac', endColorstr='#ccad93', GradientType=0) !important}.admin-color-ectoplasm .button.ui-datepicker-current,.admin-color-ectoplasm button.ui-datepicker-close{background-color:#a9bd4f !important}.admin-color-ectoplasm .ui-datepicker-buttonpane button.ui-datepicker-current{background:#89993a !important;color:white !important;border:1px solid #474f1e !important}.admin-color-ectoplasm .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-ectoplasm .ui-datepicker-header{background-color:#413256 !important;color:white !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-active{background-color:#a9bd4f !important;color:white !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-hover{color:#a9bd4f !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-highlight{background:#a3b745 !important;border:1px solid #413256 !important;color:white !important}.admin-color-ectoplasm .redux-container-switch .cb-disable,.admin-color-ectoplasm .redux-container-switch .cb-enable,.admin-color-ectoplasm .ui-state-default,.admin-color-ectoplasm .ui-widget-content .ui-state-default,.admin-color-ectoplasm .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-ectoplasm .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-ectoplasm .redux-container-switch .cb-enable.selected,.admin-color-ectoplasm .redux-field-container .ui-buttonset .ui-state-active{background-color:#a3b745 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b0c25e), to(#a3b745)) !important;background-image:-moz-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-ms-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0c25e), color-stop(100%, #a3b745)) !important;background-image:-webkit-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-o-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-linear-gradient(top, #b0c25e, #a3b745) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0c25e', endColorstr='#a3b745', GradientType=0) !important;border-color:#727f30 !important;border-color:#829237 !important;-webkit-box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-ectoplasm #redux-header{background:#413256;border-color:#a3b745}.admin-color-ectoplasm #redux-header .display_header span{color:#cbc5d3}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a{color:#413256}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#89993a;background:#291f36}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#a3b745}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#413256}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#cbc5d3;text-shadow:1px 1px #7d6e91}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#413256;text-shadow:none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#a3b745;text-shadow:1px 1px #616d29}.admin-color-ectoplasm .redux-container-image_select .redux-image-select-selected img{border-color:#a3b745}.admin-color-ectoplasm #redux-footer #redux-share a{color:#a3b745}.admin-color-ectoplasm #redux-footer #redux-share a:hover{color:#616d29}.admin-color-ectoplasm .select2-results .select2-highlighted{background:#a3b745}.admin-color-ectoplasm .select2-drop-active,.admin-color-ectoplasm .select2-container-multi.select2-container-active .select2-choices,.admin-color-ectoplasm .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ectoplasm .select2-container-active .select2-choice,.admin-color-ectoplasm .select2-container-active .select2-choices,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#a3b745}.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-ectoplasm .noUi-connect{background-color:#a9bd4f !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b6c669), to(#a9bd4f)) !important;background-image:-moz-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-ms-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6c669), color-stop(100%, #a9bd4f)) !important;background-image:-webkit-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-o-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-linear-gradient(top, #b6c669, #a9bd4f) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6c669', endColorstr='#a9bd4f', GradientType=0) !important}.admin-color-midnight .button.ui-datepicker-current,.admin-color-midnight button.ui-datepicker-close{background-color:#e35950 !important}.admin-color-midnight .ui-datepicker-buttonpane button.ui-datepicker-current{background:#d92c23 !important;color:white !important;border:1px solid #811a15 !important}.admin-color-midnight .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-midnight .ui-datepicker-header{background-color:#363b3f !important;color:white !important}.admin-color-midnight .ui-datepicker td .ui-state-active{background-color:#e35950 !important;color:white !important}.admin-color-midnight .ui-datepicker td .ui-state-hover{color:#e35950 !important}.admin-color-midnight .ui-datepicker td .ui-state-highlight{background:#e14d43 !important;border:1px solid #363b3f !important;color:white !important}.admin-color-midnight .redux-container-switch .cb-disable,.admin-color-midnight .redux-container-switch .cb-enable,.admin-color-midnight .ui-state-default,.admin-color-midnight .ui-widget-content .ui-state-default,.admin-color-midnight .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-midnight .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-midnight .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-midnight .redux-container-switch .cb-enable.selected,.admin-color-midnight .redux-field-container .ui-buttonset .ui-state-active{background-color:#e14d43 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e66a62), to(#e14d43)) !important;background-image:-moz-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-ms-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e66a62), color-stop(100%, #e14d43)) !important;background-image:-webkit-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-o-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-linear-gradient(top, #e66a62, #e14d43) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e66a62', endColorstr='#e14d43', GradientType=0) !important;border-color:#ba281e !important;border-color:#d02c21 !important;-webkit-box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-midnight #redux-header{background:#363b3f;border-color:#e14d43}.admin-color-midnight #redux-header .display_header span{color:#c2c4c5}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-midnight .redux-sidebar .redux-group-menu li.active a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a{color:#363b3f}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#d92c23;background:#1e2124}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#e14d43}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#363b3f}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#c2c4c5;text-shadow:1px 1px #74787a}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#363b3f;text-shadow:none}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#e14d43;text-shadow:1px 1px #a4231a}.admin-color-midnight .redux-container-image_select .redux-image-select-selected img{border-color:#e14d43}.admin-color-midnight #redux-footer #redux-share a{color:#e14d43}.admin-color-midnight #redux-footer #redux-share a:hover{color:#a4231a}.admin-color-midnight .select2-results .select2-highlighted{background:#e14d43}.admin-color-midnight .select2-drop-active,.admin-color-midnight .select2-container-multi.select2-container-active .select2-choices,.admin-color-midnight .select2-drop.select2-drop-above.select2-drop-active,.admin-color-midnight .select2-container-active .select2-choice,.admin-color-midnight .select2-container-active .select2-choices,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#e14d43}.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-midnight .noUi-connect{background-color:#e35950 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e8776f), to(#e35950)) !important;background-image:-moz-linear-gradient(top, #e8776f, #e35950) !important;background-image:-ms-linear-gradient(top, #e8776f, #e35950) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8776f), color-stop(100%, #e35950)) !important;background-image:-webkit-linear-gradient(top, #e8776f, #e35950) !important;background-image:-o-linear-gradient(top, #e8776f, #e35950) !important;background-image:-linear-gradient(top, #e8776f, #e35950) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8776f', endColorstr='#e35950', GradientType=0) !important}.admin-color-ocean .button.ui-datepicker-current,.admin-color-ocean button.ui-datepicker-close{background-color:#a7c0a9 !important}.admin-color-ocean .ui-datepicker-buttonpane button.ui-datepicker-current{background:#86a988 !important;color:white !important;border:1px solid #547555 !important}.admin-color-ocean .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-ocean .ui-datepicker-header{background-color:#627c83 !important;color:white !important}.admin-color-ocean .ui-datepicker td .ui-state-active{background-color:#a7c0a9 !important;color:white !important}.admin-color-ocean .ui-datepicker td .ui-state-hover{color:#a7c0a9 !important}.admin-color-ocean .ui-datepicker td .ui-state-highlight{background:#9ebaa0 !important;border:1px solid #627c83 !important;color:white !important}.admin-color-ocean .redux-container-switch .cb-disable,.admin-color-ocean .redux-container-switch .cb-enable,.admin-color-ocean .ui-state-default,.admin-color-ocean .ui-widget-content .ui-state-default,.admin-color-ocean .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-ocean .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-ocean .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-ocean .redux-container-switch .cb-enable.selected,.admin-color-ocean .redux-field-container .ui-buttonset .ui-state-active{background-color:#9ebaa0 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b3c9b4), to(#9ebaa0)) !important;background-image:-moz-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-ms-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3c9b4), color-stop(100%, #9ebaa0)) !important;background-image:-webkit-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-o-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-linear-gradient(top, #b3c9b4, #9ebaa0) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3c9b4', endColorstr='#9ebaa0', GradientType=0) !important;border-color:#719a74 !important;border-color:#80a583 !important;-webkit-box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-ocean #redux-header{background:#627c83;border-color:#9ebaa0}.admin-color-ocean #redux-header .display_header span{color:#d5dddf}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-ocean .redux-sidebar .redux-group-menu li.active a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a{color:#627c83}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#86a988;background:#4c6066}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#9ebaa0}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#627c83}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#d5dddf;text-shadow:1px 1px #7e979d}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#627c83;text-shadow:none}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#9ebaa0;text-shadow:1px 1px #658d68}.admin-color-ocean .redux-container-image_select .redux-image-select-selected img{border-color:#9ebaa0}.admin-color-ocean #redux-footer #redux-share a{color:#9ebaa0}.admin-color-ocean #redux-footer #redux-share a:hover{color:#658d68}.admin-color-ocean .select2-results .select2-highlighted{background:#9ebaa0}.admin-color-ocean .select2-drop-active,.admin-color-ocean .select2-container-multi.select2-container-active .select2-choices,.admin-color-ocean .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ocean .select2-container-active .select2-choice,.admin-color-ocean .select2-container-active .select2-choices,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#9ebaa0}.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-ocean .noUi-connect{background-color:#a7c0a9 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#bccfbd), to(#a7c0a9)) !important;background-image:-moz-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-ms-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #bccfbd), color-stop(100%, #a7c0a9)) !important;background-image:-webkit-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-o-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-linear-gradient(top, #bccfbd, #a7c0a9) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bccfbd', endColorstr='#a7c0a9', GradientType=0) !important}.admin-color-sunrise .button.ui-datepicker-current,.admin-color-sunrise button.ui-datepicker-close{background-color:#df8a48 !important}.admin-color-sunrise .ui-datepicker-buttonpane button.ui-datepicker-current{background:#cc6c23 !important;color:white !important;border:1px solid #753e14 !important}.admin-color-sunrise .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-sunrise .ui-datepicker-header{background-color:#b43c38 !important;color:white !important}.admin-color-sunrise .ui-datepicker td .ui-state-active{background-color:#df8a48 !important;color:white !important}.admin-color-sunrise .ui-datepicker td .ui-state-hover{color:#df8a48 !important}.admin-color-sunrise .ui-datepicker td .ui-state-highlight{background:#dd823b !important;border:1px solid #b43c38 !important;color:white !important}.admin-color-sunrise .redux-container-switch .cb-disable,.admin-color-sunrise .redux-container-switch .cb-enable,.admin-color-sunrise .ui-state-default,.admin-color-sunrise .ui-widget-content .ui-state-default,.admin-color-sunrise .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-sunrise .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-sunrise .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-sunrise .redux-container-switch .cb-enable.selected,.admin-color-sunrise .redux-field-container .ui-buttonset .ui-state-active{background-color:#dd823b !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e29559), to(#dd823b)) !important;background-image:-moz-linear-gradient(top, #e29559, #dd823b) !important;background-image:-ms-linear-gradient(top, #e29559, #dd823b) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e29559), color-stop(100%, #dd823b)) !important;background-image:-webkit-linear-gradient(top, #e29559, #dd823b) !important;background-image:-o-linear-gradient(top, #e29559, #dd823b) !important;background-image:-linear-gradient(top, #e29559, #dd823b) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e29559', endColorstr='#dd823b', GradientType=0) !important;border-color:#ad5d1e !important;border-color:#c36922 !important;-webkit-box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-sunrise #redux-header{background:#b43c38;border-color:#dd823b}.admin-color-sunrise #redux-header .display_header span{color:#f0c8c6}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a{color:#b43c38}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#cc6c23;background:#8d2f2c}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#dd823b}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#b43c38}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#f0c8c6;text-shadow:1px 1px #d0534d}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#b43c38;text-shadow:none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#dd823b;text-shadow:1px 1px #98511a}.admin-color-sunrise .redux-container-image_select .redux-image-select-selected img{border-color:#dd823b}.admin-color-sunrise #redux-footer #redux-share a{color:#dd823b}.admin-color-sunrise #redux-footer #redux-share a:hover{color:#98511a}.admin-color-sunrise .select2-results .select2-highlighted{background:#dd823b}.admin-color-sunrise .select2-drop-active,.admin-color-sunrise .select2-container-multi.select2-container-active .select2-choices,.admin-color-sunrise .select2-drop.select2-drop-above.select2-drop-active,.admin-color-sunrise .select2-container-active .select2-choice,.admin-color-sunrise .select2-container-active .select2-choices,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#dd823b}.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-sunrise .noUi-connect{background-color:#df8a48 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e59e66), to(#df8a48)) !important;background-image:-moz-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-ms-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59e66), color-stop(100%, #df8a48)) !important;background-image:-webkit-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-o-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-linear-gradient(top, #e59e66, #df8a48) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59e66', endColorstr='#df8a48', GradientType=0) !important}@media screen and (max-width: 600px){.redux-group-tab-link-a{min-height:15px}.redux-group-tab-link-a span{padding:11px 12px;color:#555;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;text-shadow:none !important}.redux-group-tab-link-a span:hover{background:#e5e5e5}}@media screen and (max-width: 782px){#redux-footer #redux-share{line-height:38px;font-size:18px}.sticky-save-warn .redux-save-warn{right:13px;top:46px}.redux-container .expand_options{margin-top:5px}.redux-action_bar input{margin-bottom:0 !important}}@media screen and (max-width: 600px){#redux-footer #redux-share,.redux-hint-qtip{display:none}.redux-container .redux-action_bar{float:none}}.redux-sidebar .icon-large,.redux-main .icon-large{background-image:inherit !important;width:inherit;height:inherit}.redux-main dd,.redux-main li,.redux-sidebar li{margin-bottom:0 !important}.fully-expanded .redux-sidebar{margin-left:-500px}.fully-expanded .redux-main{margin-left:0}.fully-expanded .redux-group-tab{display:block}@media screen and (max-width: 640px){#redux-defaults-section{display:none}}@media screen and (max-width: 730px){#redux-share{display:none}}@media screen and (max-width: 730px){#redux-defaults-section2{display:none}#redux-share{display:none}}@media screen and (max-width: 600px){.form-table>tbody>tr>th{padding-bottom:0 !important}.redux_field_th{padding-top:0;padding-bottom:0}.redux-main .redux-field-container{padding-top:0;padding-bottom:0}.redux-main .subsection a{min-height:15px}}@media screen and (min-width: 601px) and (max-width: 782px){.redux-container .sticky-save-warn .redux-save-warn{top:47px !important;right:13px !important}}@media screen and (max-width: 782px){.redux-main .form-table-section-indented input[type=text]{width:95% !important}.redux-main .redux-container-sortable input[type=text]{width:80%;display:initial}.redux-main .redux-typography-container .input_wrapper input.mini{font-size:16px !important;height:40px !important;padding:7px 10px !important;line-height:24px !important}.redux-main .redux-typography-container .picker-wrapper label{margin-top:16px !important}.redux-main .input-append{height:50px !important}.redux-main .input-append .add-on{font-size:16px;line-height:24px !important;padding:7px;height:32px !important;float:right;margin-top:-40px}.redux-main .redux-hint-qtip{float:left !important}.redux-main .redux-action_bar .button{margin-top:-1px}}@media screen and (max-width: 600px){.sticky-save-warn .redux-save-warn{top:0 !important;right:14px !important}}@media screen and (max-width: 570px){.redux-main .redux-container-sortable .checkbox-container{width:85%;padding-bottom:5px}.redux-main .redux-container-sortable .checkbox-container label{display:initial}}#redux-header{position:relative}.redux-main{position:relative}.redux-main #redux-sticky{min-height:32px;margin-left:-20px;margin-right:-20px;margin-top:-10px;margin-bottom:8px}.redux-main #redux-sticky #info_bar{height:32px}.redux-main #redux-sticky #info_bar .expand_options{margin-top:4px}.redux-main .redux_field_search{top:50px;right:5px}.redux-main #redux-footer-sticky{margin-left:-20px;margin-right:-20px;margin-bottom:-10px}.redux-qtip{z-index:999999 !important}.redux-main pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
|
2 |
/* custom css */
|
3 |
.redux-container{
|
4 |
position: relative;
|
@@ -42,7 +42,7 @@
|
|
42 |
border: 0;
|
43 |
margin-top: -1px;
|
44 |
color: #999;
|
45 |
-
right:
|
46 |
letter-spacing: 0.8px;
|
47 |
box-shadow: none;
|
48 |
}
|
@@ -81,10 +81,6 @@
|
|
81 |
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a:after, .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{
|
82 |
display: none
|
83 |
}
|
84 |
-
.redux-sidebar .redux-group-menu li a:hover{
|
85 |
-
color: #444;
|
86 |
-
background: #fff
|
87 |
-
}
|
88 |
#redux_save,
|
89 |
#redux-defaults-section,
|
90 |
#redux-defaults {
|
@@ -177,4 +173,64 @@ img.ampforwp-post-builder-img{
|
|
177 |
}
|
178 |
.redux-main .form-table-section-indented{
|
179 |
margin-left: 0 !important
|
180 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.spinner{visibility:hidden;display:block}.spinner.is-active{visibility:visible}.redux-main .description{margin-top:7px}.form-table>tbody>tr>th{width:30%}.redux-container{background-color:#f5f5f5;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f5f5f5));background-image:-webkit-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-ms-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);background-image:-o-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);background-image:-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%);border:1px solid #dedede;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.04);box-shadow:0 1px 1px rgba(0,0,0,0.04);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.4);margin-top:5px;overflow:hidden}.redux-container a:focus{box-shadow:none}.redux-container #redux-header,.redux-container #redux-footer{text-align:right;padding:6px 10px}.redux-container #redux-header{background:#f1f1f1;border-bottom:3px solid blue}.redux-container #redux-header .display_header{float:left;margin:20px 10px}.redux-container #redux-header .display_header h2{display:inline-block;font-style:normal;padding-right:5px}.redux-container #redux-header .display_header .redux-dev-mode-notice-container{position:absolute;top:67px;left:20px;bottom:auto;width:auto}.redux-container #redux-header .display_header span{color:#888}.redux-container #redux-header .display_header span.redux-dev-mode-notice{background-color:#f0ad4e;display:inline;padding:.2em .5em .2em;font-weight:700;line-height:1;color:#fff !important;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.redux-container #redux-header .icon32{float:right;margin:16px 16px 0}.redux-container #redux-footer{border-top:1px solid #E7E7E7;z-index:999}.redux-container #redux-footer #redux-share{float:left;line-height:28px;font-size:15px}.redux-container #redux-footer #redux-share a{text-decoration:none;margin-right:10px}.redux-container #redux-footer #redux-share a img{margin-bottom:-3px}.redux-container .notice-green{margin:0;border-bottom:1px solid #E7E7E7;background-color:#DFF0D8;color:#468847;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-blue{margin:0;border-bottom:1px solid #BCE8F1;background-color:#D9EDF7;color:#3A87AD;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-yellow{margin:0;border-bottom:1px solid #E7E7E7;background-color:#FCF8E3;color:#C09853;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .notice-red,.redux-container .redux-field-errors{margin:0;border-bottom:1px solid #E7E7E7;background-color:#F2DEDE;color:#B94A48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-container .redux-field-error input,.redux-container .redux-field-error textarea,.redux-container .redux-field-error checkbox{background-color:#FFF6F6;color:#A00}.redux-container .redux-field-warning input,.redux-container .redux-field-warning textarea,.redux-container .redux-field-warning checkbox{background-color:#fcf8e3;color:#444}.redux-container .redux-field-errors,.redux-container .redux-field-warnings,.redux-container .redux-save-warn{display:none}.redux-container .sticky-save-warn{min-height:76px}.redux-container .sticky-save-warn .redux-save-warn{position:fixed;top:32px;right:21px;left:183px;opacity:1;z-index:9999}.redux-container #info_bar{background:#f3f3f3;border-bottom:1px solid #dedede;padding:6px 10px 6px 6px;text-align:right;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc}.redux-container .redux-group-tab{display:none;margin-bottom:15px}.redux-container .redux-group-tab .redux-theme-data{padding:20px 0;border-top:1px solid #E7E7E7}.redux-container .redux-group-tab .redux-theme-data.theme-description{padding:10px 0;border-width:0}.redux-container .redux-group-tab .redux-theme-data.theme-uri,.redux-container .redux-group-tab .redux-theme-data.theme-author,.redux-container .redux-group-tab .redux-theme-data.theme-version{padding:0;border-width:0}.redux-container .redux-group-tab h3{margin-top:0;line-height:2em;border-bottom:1px solid #E7E7E7}.redux-container .redux-group-tab .redux-section-desc{margin-bottom:15px;color:#666}.redux-container .redux-action_bar{float:right}.redux-container .redux-action_bar .spinner{float:left;margin-top:4px}.redux-container .redux-ajax-loading{display:none;background:red url(data:image/gif;base64,R0lGODlhEAAQAPUAAIiIiIqKio2NjZSUlJqamp6enqKioqSkpK+vr7i4uL+/v8PDw8XFxcnJyc/Pz9HR0dTU1NjY2Nzc3OLi4ubm5unp6ezs7PPz88vLy83NzdDQ0NXV1d3d3eHh4bu7u8zMzOvr6+3t7ZiYmNbW1sDAwMTExNra2s7OztPT09vb2+Xl5QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAAoA/wAsAAAAABAAEAAABXDgJY6XZZEoOTnOlI5WdUFNA5UnSR3FJNUSieFAIUUEgcdl4noEBBGSZaHIiSqKhTX2GhVFiQGjuxgkSoYAoosAGE6RhKQrUURHlS+pItMVCHMjEgQ9JBJISg+JT3ciFg4NFkcCNw0OViiDgF0oTC8hACH5BAAKAP8ALAAAAAAQABAAAAVx4CWOZGle1qJYp2hV1xYE29V1JXUYHWUcnQgGwyFFBAENiqUZ1kapFamTyeBcsNOLMkoMGC3GIIEyBBAtRMDAiiSKp04iQqpwc9kRpUCAizgEBVciEQNJFxpKGgECdFAYYBsCAjUMGS0XgAODmDacIyEAIfkEAAoA/wAsAAAAABAAEAAABnbAi3BILBovIMUidBSGQJdNIKBBMomUg6FDMRgoHcOBQowIqNaLJiCIEEMLxdWpnIfITRAHnxgwjiEfDR8UIQYBCEcgDYwdUR6ORxEfG3MgeFiFRB0FBBxEHAQFkUJmaBofamxuRB9/GwICGxeMTRehnrabpERBACH5BAAKAP8ALAAAAAAQABAAAAZ9wItwSCwaL5aFwnIUWiqXUSAwulSYRMrB0KEYDJSO4UAhRgQBDZLpCAgixOSSWFEssEho81IWJgYMTQwDCUgGAQhNCAEGTCMJHU0dCXBDFX1DFhwdeHwFIhxmGBihQxEDaRcOGhYao1WZGIFnAiMUDg6YRR0ioE57Fx2RRkEAIfkEAAoA/wAsAAAAABAAEAAABXLgJY5kaV7WolinaLGQEEBXxZLUUUyUYVATw4FCisg0NZYmIIiQUosKqaJY3FDS1oUoSgwYrcUggTIAEC1EwMCKJCatSYI2qnBx2dGkQOCQOAQFdxdGARoVGhCITE4kGBgWEI8QFgwYWhGTWiMWERFXIyEAIfkEAAoA/wAsAAAAABAAEAAABn/Ai3BILBovloXCchRaKpdRIDC6VJhEysHQoRgMlI7hQCFGBAENkukICCLE5JJYUSywSGjzUhYmBgxNDAMJSAYBCE0IAAZMEQkdTRwKVUMcHHhCFXpDERgYcJYEBZFDI58aFhoOFxpuoUIUGhoUZwJVGA6ZaxccBAQce0QdpUVBACH5BAAKAP8ALAAAAAAQABAAAAZ8wItwSCwaLyEFKXQUhioXSCAAuVSYRMrB0KEYDJSO4UAhmgQBDZKpCQhMxFBJgRVWlFkOtElhUj4NH3VEJQMJFx0NintFCAEGISEQH3BHHR5VThVlRRSMQh0FBBxEHAQFnEJnaRcfHxdtb0WKIWcCVSUNTYgEo7tEHR1HQQAh+QQACgD/ACwAAAAAEAAQAAAGdcCLcEgsGi8hhSJ0FHY6l1EgMLqAmEROo5HqGAwqL5g42qKsoAsqIEgRVacTdAhSLLBI1bWpwiYGDE0MAwlIBgEITQgBBkwjCRxNHQlVdCpGekUqBQSRQxwEBZdDKQIBZ3FqbG5EDYEjpikhW3hFoJ1NRU9HQQA7) no-repeat;width:16px;height:16px;margin:3px 4px 0;float:right}.redux-container #redux-intro-text{background:#f3f3f3;border-bottom:1px solid #dedede;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc;padding:3px;padding:10px 10px}.redux-container #redux-intro-text p{margin:0;font-family:"Lucida Grande", Sans-serif;color:#888}.redux-container .expand_options{cursor:pointer;display:block;height:22px;width:21px;float:left;font-size:0;text-indent:-9999px;margin:1px 0 0 5px;border:1px solid #bbb;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -26px}.redux-container .expand_options.expanded{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAIAAAAm4OfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrslT0KhDAQhTeLR7ATT6IXSKGFYO0lciFrO1N4AU8TLNXKv0CaJbLJRAZxl1hYyJuXN+PoR/Z9fyFdBNNr27Zf8Oq6bhgGSGUYhpTSzyeBNi8hRFVVEK+6rrXaQFOs6yrvTdOYjcqyVEpTLqXI89yaSypBudq2xckF2TipOSvfmmhZFuAGnJV6Licvey5gj7fnwpwXvEfLfqnT0jQ1OBJCQLnUBvZ9b85VFAV076UU8g1ZckVRxBiDzD6OY62WzPOM9i+cpunvvcZxfCQfPWs9a91Ym2UZ5xyHtd/e8hXWng+/zlrD9jmz1tDj7bkw5wXv0Y210itJEs9az9oHsPYQYACveK0/IuB51AAAAABJRU5ErkJggg==) no-repeat -2px -1px}.redux-container .expand_options:hover{border-color:#888}.redux-container .sticky-footer-fixed{background:#f3f3f3;border-top:1px solid #dedede !important;-moz-box-shadow:inset 0 1px 0 #fcfcfc;-webkit-box-shadow:inset 0 1px 0 #fcfcfc;box-shadow:inset 0 1px 0 #fcfcfc}.redux-container .redux-sidebar,.redux-container .redux-main{min-height:300px}.no-js{border:1px solid #ffbaba;margin:0;border-bottom:1px solid #E7E7E7;background-color:#F2DEDE;color:#B94A48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.redux-main{background:#FCFCFC;margin-left:201px;border-left:1px solid #D8D8D8;padding:10px 20px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #FFF;box-shadow:inset 0 1px 0 #FFF;position:relative}.redux-main #redux_ajax_overlay{position:absolute;top:0;left:0;right:0;bottom:0;-moz-opacity:0.10;-khtml-opacity:0.10;opacity:0.10;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);filter:alpha(opacity=10);background:#000;z-index:200;display:none}.redux-main .form-table.no-border{border-top:none}.redux-main .form-table tr{border-bottom:1px solid #E7E7E7}.redux-main .form-table tr:last-child{border-bottom:none !important}.redux-main .form-table tr th,.redux-main .form-table tr td{color:#333}.redux-main .form-table tr td table.mceLayout,.redux-main .form-table tr td table.mceLayout tr,.redux-main .form-table tr td table.mceLayout tr td{padding:0;border-width:0}.redux-main .form-table tr td .redux-th-warning{font-size:1em;color:#C09853;font-weight:normal;display:block;margin-top:10px}.redux-main .form-table tr td .redux-field-warning{border-color:#C09853;margin-top:10px}.redux-main .form-table tr td .redux-th-error{font-size:1em;color:#B94A48;font-weight:normal;display:block;margin-top:10px}.redux-main input.large-text{width:100%}.redux-main .hide{display:none}.redux-main .redux-field-container{padding:20px 0}.redux-main .mini,.redux-main input[type=text].mini{width:60px;text-align:center}.redux-main input{line-height:19px}.redux-main img{max-width:100%;height:auto;width:auto !important}.redux-main .select2-default{width:auto !important}.redux-main .showDefaults{display:block;font-weight:normal;font-size:.8em;color:#888}.redux-main span.description{display:block;font-style:normal;font-weight:400}.redux-main #redux-system-info textarea{min-height:730px;width:100%}.redux-main .field-desc{clear:both;font-size:13px}.redux-main .data-full li{width:100%}.redux-main .data-half li{width:50%;float:left}.redux-main .data-third li{width:33.3%;float:left}.redux-main .data-quarter li{width:25%;float:left}.redux-main .ui-helper-hidden-accessible{top:inherit}.redux-main .form-table{clear:none;margin-top:0px !important}.redux-main .form-table tr:first-child th,.redux-main .form-table tr:first-child td{padding-top:0}.redux-main .input-append input{border-right:0;margin-bottom:0;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:0;float:left;margin-top:0;display:block}.redux-main .input-append .add-on{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-left:-2px;padding-top:4px !important;padding-bottom:2px !important}.redux-main .input-prepend input{border-left:0;margin-bottom:0;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0;padding-top:2px;padding-bottom:5px;float:left;margin-top:0;display:block}.redux-main .input-prepend .add-on{border-top-left-radius:3px;border-bottom-left-radius:3px;float:left}.redux-main .input-append{margin-right:10px;font-size:0;white-space:nowrap;float:left;display:inline-block;margin-bottom:6px}.redux-main .input-append .add-on,.redux-main .input-prepend .add-on{width:auto;display:inline-block;min-width:16px;padding:3px 4px;font-size:12px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#eeeeee;border:1px solid #cccccc}.redux-main .input-prepend{font-size:0;white-space:nowrap;float:left;display:inline-block;margin-bottom:6px}.redux-sidebar{width:202px;float:left}.redux-sidebar .redux-group-menu{margin-top:0 !important}.redux-sidebar .redux-group-menu li{margin-top:0}.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.active a:hover,.redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li.activeChild a:hover{background:#FCFCFC;color:#269ad6;width:184px;opacity:1}.redux-sidebar .redux-group-menu li.active a li a{background:#333;padding-left:5px}.redux-sidebar .redux-group-menu li.divide{padding:0;border-width:1px 0;border-style:solid;border-bottom-color:#E7E7E7;border-top-color:#F9F9F9}.redux-sidebar .redux-group-menu li a:first-child{border-top:none}.redux-sidebar .redux-group-menu li a{display:block;padding:10px 4px 10px 14px;background:#e0e0e0;background:transparent;border-width:1px 0;border-style:solid;border-bottom-color:#E7E7E7;border-top-color:#F9F9F9;opacity:0.7;color:#555;font-weight:600;text-decoration:none;-webkit-transition:none;transition:none}.redux-sidebar .redux-group-menu li a.custom-tab{background:#f6f6f6}.redux-sidebar .redux-group-menu li a img{width:16px;height:16px;position:absolute;left:15px}.redux-sidebar .redux-group-menu li a:hover{color:#fff;background: #444;opacity:1}.redux-sidebar .redux-menu-warning,.redux-sidebar .redux-menu-error,.redux-sidebar .hasSubSections .extraIconSubsections{display:inline-block;float:right;padding:6px 7px 4px 7px;margin-left:4px;font-family:sans-serif;font-size:9px;font-weight:600;line-height:9px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent}.redux-sidebar .redux-menu-warning i,.redux-sidebar .redux-menu-error i,.redux-sidebar .hasSubSections .extraIconSubsections i{margin-left:-3px;margin-top:-3px}.redux-sidebar .redux-menu-error{background-color:#b94a48;color:#f2dede}.redux-sidebar .redux-menu-warning{background-color:#C09853;color:#FCF8E3}.redux-sidebar ul .subsection{display:none}.redux-sidebar .redux-group-tab-link-a{position:relative;outline:0}.redux-sidebar .redux-group-tab-link-a i{vertical-align:middle;font-size:1.35em;position:absolute;opacity:0.9}.redux-sidebar .redux-group-tab-link-a span{display:block}.redux-sidebar .redux-group-tab-link-a span.group_title{padding-left:30px}.redux-sidebar .redux-group-tab-link-li a.hasError span.group_title{padding-right:25px}.redux-sidebar #redux-header{text-align:center}.redux-sidebar #redux-header .display_header{float:none}.form-table th,.form-table td{margin:0;padding:0;width:auto}.redux_field_th{font-weight:600;padding:20px 10px 20px 0px;display:block}.redux_field_th span:first-child{font-weight:normal;display:block;color:#666}.farb-popup-wrapper{position:relative;display:block}.farb-popup{position:absolute;left:40px;top:40px;background-color:white;border:1px solid #222;padding:5px;z-index:100}#ui-datepicker-div{display:none}.mp6 .icon-themes{display:none}.mp6 .redux-container #info_bar{padding:6px 10px 6px 6px}.mp6 .redux-container #info_bar a{margin-top:2px}.redux-timer{text-align:center;font-size:10px;color:#888}.wrap{margin-top:0}@media screen and (max-width: 600px){.redux-sidebar{width:44px}.redux-sidebar .extraIconSubsections{display:none !important}.redux-sidebar .redux-group-menu li a,.redux-sidebar .redux-group-menu li a:hover,.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.active a:hover,.redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li.activeChild a:hover{width:auto}.redux-sidebar .redux-group-tab-link-a{position:relative}.redux-sidebar .redux-group-tab-link-a i{position:inherit}.redux-sidebar .redux-group-tab-link-a span{display:none;position:absolute;top:0;left:44px;padding:12px;width:200px;background:#eeeeee;border:1px solid #ccc;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.2);-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.2);box-shadow:2px 2px 8px rgba(0,0,0,0.2);border-width:1px 1px 1px 0px;z-index:3}.redux-sidebar .redux-group-tab-link-a:hover>span{display:block}.redux-main{margin-left:43px;width:auto;max-width:100%}table.form-table,.form-table>thead,.form-table>tbody,.form-table>tbody>tr>th,.form-table>tbody>tr>td,.form-table>tbody>tr{display:block;width:100% !important;padding:0px !important}.form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important}.form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important}}@media screen and (max-width: 782px){.form-table>tbody>tr>th{width:100%}.redux_field_th{padding-bottom:0}.mp6 .redux-container #info_bar{height:auto;padding-bottom:1px}.mp6 .redux-container #info_bar a{margin-top:5px}.redux-container-switch label{padding:5px 10px !important}.redux-container-button_set label{padding:12px 10px}.redux-container #redux-footer #redux-share{line-height:34px}}pre{overflow:hidden}#redux-header h2{color:#fff}.admin-color-fresh .button.ui-datepicker-current,.admin-color-fresh button.ui-datepicker-close,.wp-customizer .button.ui-datepicker-current,.wp-customizer button.ui-datepicker-close{background-color:#007db9 !important}.admin-color-fresh .ui-datepicker-buttonpane button.ui-datepicker-current,.wp-customizer .ui-datepicker-buttonpane button.ui-datepicker-current{background:#1e8cbe !important;color:white !important;border:1px solid #104b66 !important}.admin-color-fresh .ui-datepicker-header .ui-icon,.wp-customizer .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-fresh .ui-datepicker-header,.wp-customizer .ui-datepicker-header{background-color:#23282d !important;color:white !important}.admin-color-fresh .ui-datepicker td .ui-state-active,.wp-customizer .ui-datepicker td .ui-state-active{background-color:#007db9 !important;color:white !important}.admin-color-fresh .ui-datepicker td .ui-state-hover,.wp-customizer .ui-datepicker td .ui-state-hover{color:#007db9 !important}.admin-color-fresh .ui-datepicker td .ui-state-highlight,.wp-customizer .ui-datepicker td .ui-state-highlight{background:#0073aa !important;border:1px solid #23282d !important;color:white !important}.admin-color-fresh .redux-container-switch .cb-disable,.admin-color-fresh .redux-container-switch .cb-enable,.admin-color-fresh .ui-state-default,.admin-color-fresh .ui-widget-content .ui-state-default,.admin-color-fresh .ui-widget-header .ui-state-default,.wp-customizer .redux-container-switch .cb-disable,.wp-customizer .redux-container-switch .cb-enable,.wp-customizer .ui-state-default,.wp-customizer .ui-widget-content .ui-state-default,.wp-customizer .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-fresh .ui-datepicker td .ui-state-active,.wp-customizer .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-fresh .redux-container-switch .cb-disable.selected,.wp-customizer .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-fresh .redux-container-switch .cb-enable.selected,.admin-color-fresh .redux-field-container .ui-buttonset .ui-state-active,.wp-customizer .redux-container-switch .cb-enable.selected,.wp-customizer .redux-field-container .ui-buttonset .ui-state-active{background-color:#0073aa !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#008bce), to(#0073aa)) !important;background-image:-moz-linear-gradient(top, #008bce, #0073aa) !important;background-image:-ms-linear-gradient(top, #008bce, #0073aa) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #008bce), color-stop(100%, #0073aa)) !important;background-image:-webkit-linear-gradient(top, #008bce, #0073aa) !important;background-image:-o-linear-gradient(top, #008bce, #0073aa) !important;background-image:-linear-gradient(top, #008bce, #0073aa) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bce', endColorstr='#0073aa', GradientType=0) !important;border-color:#003f5d !important;border-color:#005077 !important;-webkit-box-shadow:inset 0 1px 0 #00a7f6,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #00a7f6,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-fresh #redux-header,.wp-customizer #redux-header{background:#23282d;border-color:#0073aa}.admin-color-fresh #redux-header .display_header span,.wp-customizer #redux-header .display_header span{color:#a0a5aa}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild,.wp-customizer .redux-sidebar .redux-group-menu li.active,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-fresh .redux-sidebar .redux-group-menu li.active a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a,.wp-customizer .redux-sidebar .redux-group-menu li.active a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild a{color:#23282d}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#1e8cbe;background:#0d0e10}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#0073aa}.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#23282d}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#a0a5aa;text-shadow:1px 1px #54595d}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#23282d;text-shadow:none}.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a,.wp-customizer .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#0073aa;text-shadow:1px 1px #002e44}.admin-color-fresh .redux-container-image_select .redux-image-select-selected img,.wp-customizer .redux-container-image_select .redux-image-select-selected img{border-color:#0073aa}.admin-color-fresh #redux-footer #redux-share a,.wp-customizer #redux-footer #redux-share a{color:#0073aa}.admin-color-fresh #redux-footer #redux-share a:hover,.wp-customizer #redux-footer #redux-share a:hover{color:#002e44}.admin-color-fresh .select2-results .select2-highlighted,.wp-customizer .select2-results .select2-highlighted{background:#0073aa}.admin-color-fresh .select2-drop-active,.admin-color-fresh .select2-container-multi.select2-container-active .select2-choices,.admin-color-fresh .select2-drop.select2-drop-above.select2-drop-active,.admin-color-fresh .select2-container-active .select2-choice,.admin-color-fresh .select2-container-active .select2-choices,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices,.wp-customizer .select2-drop-active,.wp-customizer .select2-container-multi.select2-container-active .select2-choices,.wp-customizer .select2-drop.select2-drop-above.select2-drop-active,.wp-customizer .select2-container-active .select2-choice,.wp-customizer .select2-container-active .select2-choices,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choice,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#0073aa}.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choice,.wp-customizer .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-fresh .noUi-connect,.wp-customizer .noUi-connect{background-color:#007db9 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#0095dd), to(#007db9)) !important;background-image:-moz-linear-gradient(top, #0095dd, #007db9) !important;background-image:-ms-linear-gradient(top, #0095dd, #007db9) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095dd), color-stop(100%, #007db9)) !important;background-image:-webkit-linear-gradient(top, #0095dd, #007db9) !important;background-image:-o-linear-gradient(top, #0095dd, #007db9) !important;background-image:-linear-gradient(top, #0095dd, #007db9) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095dd', endColorstr='#007db9', GradientType=0) !important}.admin-color-light .button.ui-datepicker-current,.admin-color-light button.ui-datepicker-close{background-color:#04b0db !important}.admin-color-light .ui-datepicker-buttonpane button.ui-datepicker-current{background:#0384a4 !important;color:white !important;border:1px solid #013340 !important}.admin-color-light .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-light .ui-datepicker-header{background-color:#888 !important;color:white !important}.admin-color-light .ui-datepicker td .ui-state-active{background-color:#04b0db !important;color:white !important}.admin-color-light .ui-datepicker td .ui-state-hover{color:#04b0db !important}.admin-color-light .ui-datepicker td .ui-state-highlight{background:#04a4cc !important;border:1px solid #888 !important;color:white !important}.admin-color-light .redux-container-switch .cb-disable,.admin-color-light .redux-container-switch .cb-enable,.admin-color-light .ui-state-default,.admin-color-light .ui-widget-content .ui-state-default,.admin-color-light .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-light .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-light .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-light .redux-container-switch .cb-enable.selected,.admin-color-light .redux-field-container .ui-buttonset .ui-state-active{background-color:#04a4cc !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#05c0ef), to(#04a4cc)) !important;background-image:-moz-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-ms-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #05c0ef), color-stop(100%, #04a4cc)) !important;background-image:-webkit-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-o-linear-gradient(top, #05c0ef, #04a4cc) !important;background-image:-linear-gradient(top, #05c0ef, #04a4cc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#05c0ef', endColorstr='#04a4cc', GradientType=0) !important;border-color:#036881 !important;border-color:#037c9a !important;-webkit-box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-light #redux-header{background:#888;border-color:#04a4cc}.admin-color-light #redux-header .display_header span{color:#e6e6e6}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-light .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-light .redux-sidebar .redux-group-menu li.active,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-light .redux-sidebar .redux-group-menu li.active a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a{color:#888}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#0384a4;background:#6f6f6f}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#04a4cc}.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#888}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#e6e6e6;text-shadow:1px 1px #9a9a9a}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#888;text-shadow:none}.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#04a4cc;text-shadow:1px 1px #025468}.admin-color-light .redux-container-image_select .redux-image-select-selected img{border-color:#04a4cc}.admin-color-light #redux-footer #redux-share a{color:#04a4cc}.admin-color-light #redux-footer #redux-share a:hover{color:#025468}.admin-color-light .select2-results .select2-highlighted{background:#04a4cc}.admin-color-light .select2-drop-active,.admin-color-light .select2-container-multi.select2-container-active .select2-choices,.admin-color-light .select2-drop.select2-drop-above.select2-drop-active,.admin-color-light .select2-container-active .select2-choice,.admin-color-light .select2-container-active .select2-choices,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#04a4cc}.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-light .noUi-connect{background-color:#04b0db !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#09cafa), to(#04b0db)) !important;background-image:-moz-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-ms-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #09cafa), color-stop(100%, #04b0db)) !important;background-image:-webkit-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-o-linear-gradient(top, #09cafa, #04b0db) !important;background-image:-linear-gradient(top, #09cafa, #04b0db) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09cafa', endColorstr='#04b0db', GradientType=0) !important}.admin-color-blue .button.ui-datepicker-current,.admin-color-blue button.ui-datepicker-close{background-color:#509dba !important}.admin-color-blue .ui-datepicker-buttonpane button.ui-datepicker-current{background:#db9825 !important;color:white !important;border:1px solid #845c16 !important}.admin-color-blue .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-blue .ui-datepicker-header{background-color:#096484 !important;color:white !important}.admin-color-blue .ui-datepicker td .ui-state-active{background-color:#509dba !important;color:white !important}.admin-color-blue .ui-datepicker td .ui-state-hover{color:#509dba !important}.admin-color-blue .ui-datepicker td .ui-state-highlight{background:#4796b3 !important;border:1px solid #096484 !important;color:white !important}.admin-color-blue .redux-container-switch .cb-disable,.admin-color-blue .redux-container-switch .cb-enable,.admin-color-blue .ui-state-default,.admin-color-blue .ui-widget-content .ui-state-default,.admin-color-blue .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-blue .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-blue .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-blue .redux-container-switch .cb-enable.selected,.admin-color-blue .redux-field-container .ui-buttonset .ui-state-active{background-color:#4796b3 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#5ea5bf), to(#4796b3)) !important;background-image:-moz-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-ms-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ea5bf), color-stop(100%, #4796b3)) !important;background-image:-webkit-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-o-linear-gradient(top, #5ea5bf, #4796b3) !important;background-image:-linear-gradient(top, #5ea5bf, #4796b3) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea5bf', endColorstr='#4796b3', GradientType=0) !important;border-color:#31687c !important;border-color:#39778e !important;-webkit-box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-blue #redux-header{background:#096484;border-color:#4796b3}.admin-color-blue #redux-header .display_header span{color:#e2ecf1}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-blue .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-blue .redux-sidebar .redux-group-menu li.active,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-blue .redux-sidebar .redux-group-menu li.active a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a{color:#096484}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#db9825;background:#064054}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#4796b3}.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#096484}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#e2ecf1;text-shadow:1px 1px #7ba8bf}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#096484;text-shadow:none}.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#4796b3;text-shadow:1px 1px #2a596a}.admin-color-blue .redux-container-image_select .redux-image-select-selected img{border-color:#4796b3}.admin-color-blue #redux-footer #redux-share a{color:#4796b3}.admin-color-blue #redux-footer #redux-share a:hover{color:#2a596a}.admin-color-blue .select2-results .select2-highlighted{background:#4796b3}.admin-color-blue .select2-drop-active,.admin-color-blue .select2-container-multi.select2-container-active .select2-choices,.admin-color-blue .select2-drop.select2-drop-above.select2-drop-active,.admin-color-blue .select2-container-active .select2-choice,.admin-color-blue .select2-container-active .select2-choices,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#4796b3}.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-blue .noUi-connect{background-color:#509dba !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#69abc4), to(#509dba)) !important;background-image:-moz-linear-gradient(top, #69abc4, #509dba) !important;background-image:-ms-linear-gradient(top, #69abc4, #509dba) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #69abc4), color-stop(100%, #509dba)) !important;background-image:-webkit-linear-gradient(top, #69abc4, #509dba) !important;background-image:-o-linear-gradient(top, #69abc4, #509dba) !important;background-image:-linear-gradient(top, #69abc4, #509dba) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#69abc4', endColorstr='#509dba', GradientType=0) !important}.admin-color-coffee .button.ui-datepicker-current,.admin-color-coffee button.ui-datepicker-close{background-color:#ccad93 !important}.admin-color-coffee .ui-datepicker-buttonpane button.ui-datepicker-current{background:#ba906d !important;color:white !important;border:1px solid #835d3e !important}.admin-color-coffee .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-coffee .ui-datepicker-header{background-color:#46403c !important;color:white !important}.admin-color-coffee .ui-datepicker td .ui-state-active{background-color:#ccad93 !important;color:white !important}.admin-color-coffee .ui-datepicker td .ui-state-hover{color:#ccad93 !important}.admin-color-coffee .ui-datepicker td .ui-state-highlight{background:#c7a589 !important;border:1px solid #46403c !important;color:white !important}.admin-color-coffee .redux-container-switch .cb-disable,.admin-color-coffee .redux-container-switch .cb-enable,.admin-color-coffee .ui-state-default,.admin-color-coffee .ui-widget-content .ui-state-default,.admin-color-coffee .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-coffee .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-coffee .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-coffee .redux-container-switch .cb-enable.selected,.admin-color-coffee .redux-field-container .ui-buttonset .ui-state-active{background-color:#c7a589 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#d2b7a1), to(#c7a589)) !important;background-image:-moz-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-ms-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2b7a1), color-stop(100%, #c7a589)) !important;background-image:-webkit-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-o-linear-gradient(top, #d2b7a1, #c7a589) !important;background-image:-linear-gradient(top, #d2b7a1, #c7a589) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b7a1', endColorstr='#c7a589', GradientType=0) !important;border-color:#ae7d55 !important;border-color:#b78b66 !important;-webkit-box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-coffee #redux-header{background:#46403c;border-color:#c7a589}.admin-color-coffee #redux-header .display_header span{color:#cdcbc9}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-coffee .redux-sidebar .redux-group-menu li.active a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a{color:#46403c}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#ba906d;background:#2b2724}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#c7a589}.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#46403c}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#cdcbc9;text-shadow:1px 1px #837e7a}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#46403c;text-shadow:none}.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#c7a589;text-shadow:1px 1px #9f714b}.admin-color-coffee .redux-container-image_select .redux-image-select-selected img{border-color:#c7a589}.admin-color-coffee #redux-footer #redux-share a{color:#c7a589}.admin-color-coffee #redux-footer #redux-share a:hover{color:#9f714b}.admin-color-coffee .select2-results .select2-highlighted{background:#c7a589}.admin-color-coffee .select2-drop-active,.admin-color-coffee .select2-container-multi.select2-container-active .select2-choices,.admin-color-coffee .select2-drop.select2-drop-above.select2-drop-active,.admin-color-coffee .select2-container-active .select2-choice,.admin-color-coffee .select2-container-active .select2-choices,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#c7a589}.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-coffee .noUi-connect{background-color:#ccad93 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#d7bfac), to(#ccad93)) !important;background-image:-moz-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-ms-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7bfac), color-stop(100%, #ccad93)) !important;background-image:-webkit-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-o-linear-gradient(top, #d7bfac, #ccad93) !important;background-image:-linear-gradient(top, #d7bfac, #ccad93) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7bfac', endColorstr='#ccad93', GradientType=0) !important}.admin-color-ectoplasm .button.ui-datepicker-current,.admin-color-ectoplasm button.ui-datepicker-close{background-color:#a9bd4f !important}.admin-color-ectoplasm .ui-datepicker-buttonpane button.ui-datepicker-current{background:#89993a !important;color:white !important;border:1px solid #474f1e !important}.admin-color-ectoplasm .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-ectoplasm .ui-datepicker-header{background-color:#413256 !important;color:white !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-active{background-color:#a9bd4f !important;color:white !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-hover{color:#a9bd4f !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-highlight{background:#a3b745 !important;border:1px solid #413256 !important;color:white !important}.admin-color-ectoplasm .redux-container-switch .cb-disable,.admin-color-ectoplasm .redux-container-switch .cb-enable,.admin-color-ectoplasm .ui-state-default,.admin-color-ectoplasm .ui-widget-content .ui-state-default,.admin-color-ectoplasm .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-ectoplasm .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-ectoplasm .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-ectoplasm .redux-container-switch .cb-enable.selected,.admin-color-ectoplasm .redux-field-container .ui-buttonset .ui-state-active{background-color:#a3b745 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b0c25e), to(#a3b745)) !important;background-image:-moz-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-ms-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0c25e), color-stop(100%, #a3b745)) !important;background-image:-webkit-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-o-linear-gradient(top, #b0c25e, #a3b745) !important;background-image:-linear-gradient(top, #b0c25e, #a3b745) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0c25e', endColorstr='#a3b745', GradientType=0) !important;border-color:#727f30 !important;border-color:#829237 !important;-webkit-box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-ectoplasm #redux-header{background:#413256;border-color:#a3b745}.admin-color-ectoplasm #redux-header .display_header span{color:#cbc5d3}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a{color:#413256}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#89993a;background:#291f36}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#a3b745}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#413256}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#cbc5d3;text-shadow:1px 1px #7d6e91}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#413256;text-shadow:none}.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#a3b745;text-shadow:1px 1px #616d29}.admin-color-ectoplasm .redux-container-image_select .redux-image-select-selected img{border-color:#a3b745}.admin-color-ectoplasm #redux-footer #redux-share a{color:#a3b745}.admin-color-ectoplasm #redux-footer #redux-share a:hover{color:#616d29}.admin-color-ectoplasm .select2-results .select2-highlighted{background:#a3b745}.admin-color-ectoplasm .select2-drop-active,.admin-color-ectoplasm .select2-container-multi.select2-container-active .select2-choices,.admin-color-ectoplasm .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ectoplasm .select2-container-active .select2-choice,.admin-color-ectoplasm .select2-container-active .select2-choices,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#a3b745}.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-ectoplasm .noUi-connect{background-color:#a9bd4f !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b6c669), to(#a9bd4f)) !important;background-image:-moz-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-ms-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6c669), color-stop(100%, #a9bd4f)) !important;background-image:-webkit-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-o-linear-gradient(top, #b6c669, #a9bd4f) !important;background-image:-linear-gradient(top, #b6c669, #a9bd4f) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6c669', endColorstr='#a9bd4f', GradientType=0) !important}.admin-color-midnight .button.ui-datepicker-current,.admin-color-midnight button.ui-datepicker-close{background-color:#e35950 !important}.admin-color-midnight .ui-datepicker-buttonpane button.ui-datepicker-current{background:#d92c23 !important;color:white !important;border:1px solid #811a15 !important}.admin-color-midnight .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAA7VBMVEX8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vz8/vywC3+8AAAATnRSTlMAGBAyBAhQv4OZLiJUcEBmYBoSzQwgPBZCSEoeWiYwUiyFNIeBw2rJz8c4RBy9uXyrtaWNqa2zKP2fJO8KBgKPo2KVoa9s351GPm5+kWho0kj9AAAPhUlEQVR4nO1djWLbthEGyUiq5YSSLXtp7FpLOmfzkmxr126tmi2p03RJ1/Xe/3EGgARxPyAgRbIk2/hkSz4CJO4+HsE7AJSVysjI2AMUUOxahZ2iANhzBtZWr4BoIRSYAVN5u4QwDwQDRbcwfUi5KS3wFuDmFnQLa4Dtb//cqktwD5QEFFwfUs7PoCCA7y4bEJVFizcIob8KmhAplwwqVjt+9FBl3uINQniwEiryEyw9JHqGpQdEFNi+B4QQ7QOiHhysIPoAxUqxvdvvA9K42bsAv4S2fxfYOe57IJSRkZGRkZGxx7jxSHDHcRBXQMTyIjInBgHwBJ/bEx8PEANC+uhbpSSggCBAVODVabpI1S/k4WLZpTn6NpMhoX9Y40hxYERFpMcqUs4AloCtDQdID1YhnyXZ2hLjAYWiO9Dy1PDB7tPhIqLx+uMB8grZaR+Qxl2/C2RkZGRkZGRk7A7rBf7J0DR5/LUTjzUPIPSPGvQJiVJiB7kcQCiUOJrcFNtDZIf2xarQ3aGvLNxAVIFAabz90BFiBIlycTBhgWwOWCH0FLYHlPqwHaCvcIn2ZbosCevfPTRiFFcgvHukCjWwrc3GrGh1fsAof8EaUReKXkCB4/MzFNo97qLpFiKFYv/kNR5YQxQbQEofkZ2OuEOHqqT6gFTpru8CN7x/+jaZkZGRkZGRcV+x/rLUNcMMqUAscgnFocmpqkTzqymwVAPxfJ5PnIUUQOUKT04tEdWZyv3JCQSn96WS4pD97QfyW25A7NhSAbyhmVj0FEltA4vdiygBibXhoUYgykCUP7HwPTDeEqAIcHVMkZg7Zx4k0uFANs63hPQXCoRLAwdgGsr9Az7Qv7sgQGgg1aPl/BJLExBWgG4RFRLFImGmIquPC/klEGyCG0AuAXaJJC+B8FVe9NYQDEcXB8g6AQcjYJ1goJIggHWCrFR0S6kRHN5+4BzFi8NaoN35NRxUvL+JJdZr7PV4wK6fj8nIyMjIyNhr3OxdXAYq7FHZwB6bDSzSh4sF0utChqo0NAvaT1hLzXwFinmCzmeDucEQK18TTaQoFgP7bNC+RZ4OT4T6gQogDFYk+1QxQlj19QGSAWKiLYp8P0Ag1Gbz1ULfWHLg9iUnQNK5QQJcukm04blKLH2GgEJCY+HzXAZWCvHKco3Bp6MIaCjSXXRJyOxeqhnzEaF93MfFGW/O16ZvDL5TM4MJIjujz/cHypkQuuzRwWJ93BKdIt+wCRAPl9kpe2Ikkb2mFgGlxh/i40d3EHfdvoyMjIyMu43ylt/IAmGHnN5iIt7wKfbv01RAcJqFRl9lcjYQSnbQqKgC4fYOwSJt6N6trE0twZ9kN/PqNpTQeICvr4TLsDYC06U7BMjshS+v1/aT7IwQYD5LcgRQXMT2FrBfBLjZ6151jDElk9tPFfpUgk2yregusX25BJbwAFEfM+YI6vGAti4bTtizB+TjfQCrERyhKb2X8D6A9wX75P4t4neBYJeP6pdhg/gQl8MWvytzeSTjgOQBynQdh/iXKdxOrGJ/RkZGRsb9QmXihGr5+g8GGg9uTh+KoVZuNIzV+CwRucFBEyr1mVjx4irOxwM1BhirB6Q+2eNQi4eqR+aF6mELtoMzCR7V9RAFe/ZvQogNiyY8FPSUTFsLp8TeTmMui5mtw7bcaT0Yw2AA4wFRQIlkgq+1DQrNhkmoxS5Jq+u6bMAIGRECEANgXHTgWzwgBOhDH2l0oTQ4D8D5NMktBgNywAEMjo8rwATMZrPY7JGxBoJCkIBDQiAY09EGTUiBCWkUpISfGPR5AAwBfZiG2z7Ayc1yeKTxid39xBNwfHr4O0LA48ePFTvhYrF1r4tyAoz9n2MCqEuBtp/6GDR0oAYfG/R6wJExHYZHfhygsv7fEWCOj4bYmsP5A+pL4MkTfAnMlD4F+r3bobKvTyTA2P/w7PN+Agq2QW8piqMCpTBwenoKvX0AHGkGtP2YAPvTEWA7QUTAudn7/NxtOG46wWNmDtpBEkBzN7rBEvAFHp+YTB/q97qPAN4gHFqgBi8uLsC7qPCA6mg41G/+ErByPwEXDdoNxRhOx+M5jPEzQugS0ht+b1/Y3gEnYMAIAOIBE29/hIDucE8tmMsNOgK4B1RHFu4UCRlMHzv0xzcajcfdXWDs2h8TArBCkoDUJYDLmz6w7ip3BFS0ve5wTRwAn6keMA9I3QYbfSZ0DKbyt+7OXjGI1idPcfNyAyfAMlCrzaGqphYrxHocLHRJVycnfGUcbtT+jIyMjIw9x7Nn8fJSzG0TmFtO8rZT+XT3S3ub+tKJbbLd5diTVp50+zahyeHSslJ/YPrU0fuazrZO2CZ92/ZCCVXlGRiZKPJyPPRxyIFWeXLQBXJBKiq/3divEAN6ZwM200Qjm7EJBZeWm/PRWVCbYK7s7u2l4XaCz+lzgOfMfhMonXr7TWzeZb98dbgIzBT8Ub8eYYUqfZ4rVJ/MDbIDgPqTulJ/xvntWAtjIisqnwxOkGz0n077FARoY79GdA6HPE4rOy196NiMWHTZlSSApcOgXpy/fHV2joaNKu3ffsAnRcBf4K/6NcIG6tIxk3HyoXPjASqfUgXbYN5PzpL2njkR9QMjeDTVHDTCgRuxOegjoO0FvKzP/t/gmVdI24+G7NIe8JX6Wv3dDyldMA+4YB5wwTygtd+dwRqaTqrLb1l73zTSN52CNpnHuQOYPsDblybgxfkXh/oVtr+N1DEBJdhRJyd/Bd/q1z+cbNrD17iVKyajcnv9arhOkRPgsruuD6DmNPwpDNrLw2CoTgHni4yALr0L29+tiKAEIPn868ejx//8rpWP3OEOl5On9OwpcQm0MhafP/ey8f1uvDNIgGLQG8z4YO99ENgg95etwv4uYJYY8fUGHYH6j6fscHFZMftlAl9i+9XL73X3N/n+ZStOzfVfRvYXhrbdKOpEgVQTg/wsDuDD3kwOfQNMTJ5y+/ltUDWLunyxnRF46IqlBzGMY4X7inggREFioIyMjIyMHWCIB6ZNKAcXseo3vLTQTkVE7348dlwJJSz0+wLfmi8BhZqfw3D4ww/wHVLnEd5/fgYvXsDZ3MlsvYUbbnDjDZ3MN3TJG4+bxjAaDl8TBri9qxEw1ccao2wTNAMLHo2f+sjrXwb/9qHoYqgPMBXJTVfOpmrZH23y6uvo0LHSyY6fHGwKfHJlAuMFvObjDYrIqxBgQi20h7Hd/nYVLmno+eaNUm/eeH2GCuopntnhBJAlI2AHo9CCh1I1QxUdAbqqGY9BBLwyc3W4wYVhvY8A4BoIc1l5M7vnPWphZW9/Ses3n37y9a0uGqFwFQZsQQbd386DogpgEk+dzynsAZMJXq8+ns9NeukJ0PYrNATGGefJQlhkLo7DTXr+y3bNiOsDvrXTz/C2q1DXZH84iRNwrP88Nj+u2DjYEE6RBxD9Knj16ujVHC67A7422o02RwD3gB+t7EblWvu9geOFxSnd3ROmT+nJyQkhoPlsxVONc/3TEdBos+jtA+ZzcwHgTvD1cDjaYCcItA8w9i88A8b+mqSjc6Pvqd998QguEQPmQMeo23ODN86+p0/bn1buBkT6+oBhNZ/PYY4ZAHYb3PRd4LkZmPX68NRtMZn4ASvdA+qf0jMA5MP9eeg28Nug9QiLnj5A33U1MAES6xHAUNpz/9zFAYE1gqQDMT3G6xI9pwdw/aIgKoHCS1YGlRnSq9yCjdXjgN3j+N27YyROHxmuNAeNKPpYuXIyIyMjYy0M8eros59MF/PT2c602T7eA7zvhJ9dr/vzDjXaLp4Yc5+0wllzxzHv3gdmMMM7/CcQzKgVBqYTmFn+Z+mKm8J7k0A5F/jgCfjQ1WBhQyiOqD0lYuqBb+AyzMw9Ha2G3m6c8qQx+AlqnIceQp+Sb6i9UyQWbhr54+AjnZ0VzW2TAN0DmBT6PWmc6jDBE2PK2u+nF43dyP7Q0t1pOcX2fdRvH0mF2Q4JqN35rnHjVIeaXfIAVyUuw/aHCCiJy9iF5l1621zweI8KZrPZ9iJdb7DXJ3US0OSrtZ10imt7wHY7QesAzUMz1oZ3noB3qFJ/H18j97FYuw8QDN4oeKf30osvcSW2ExLo+VcbuAuo/sUIm8fMG9xocO3Ea19J9gFYivnHJ2KnyfovZlgW3v6ySx32abQiIyMjIyPjhlFDTLxpwIgFMnTp6A3g4IDKNY+stkwAMAoIAbasxBXqUWneSAWTMjt50lTqT29rFjvXohjsDNm2YPXDFlICmrJOZ3t6tHm8AiEAl0sCeLIIorIRt+cFbew/QRsoAXb4o1XSfoywzm0FTMAoYBNvLyFu8v8HpLBtD1iKgC17wHb7AI6d9wFbvguAIGTHd4E9wG7jgIyMjIyM+434c2R3HeV/Ffx6jtZu6ijl8h59T655jhR+rdHzDOP6beABCheb8O8/WFXeOyzgf5oAhVYnKxP7CwaAf1afJu8bSrhS6tdaXeGnrRenOqOlz9d6QwYnA/3TLd+GE7qe3chA5YF5DfY0vK3adfOX/gyNp2BW25MHdxAB9qvRiiP3/XpQQFGYDU4+Mi///XumXG8pjvaUAOsBGlf4jJt+YYEzeEzAdw06F19R3juM7D1wita86GR0CKfDHgLuXCc4Bri6vMLdfjMc4VNSUNsdodo2xu/1+Xl/K5+az8jIyMhYG/z5gJTMF1GtKq/a3rpyCvz5gJTMl9GtKq/a3rpyCmfQ4WwZmS+kXFVetb115ST48wEf/AGcfG1iw+tWbpbS2vJ3nQxcVr3lH3z5h972FUTLzYpOVk7l5hD+eYcYwDcAnewOotrZ4OtrPDucqi/LRX0/RR4qx7Nn4U8g+qjffvuN6Gf+nC85vwauHjaYyubqvWYKY4VEfSUMitdnBCT1Ue63R5439m+OgCn6DroAAaHPVQxKth/wkJgHmG8bmQMsT0D6EjDfvhVRKO3ywOQUgRA7nmL1uawZmHf1k+DPBwQ6NdcJ+k6Md1LA5f5ONdhJ8vZ5J0vLHT99srkGOjmJbd/G1r2Nriqnse1AZt1AalU5jW2HsuuG0qvKGRkZGRkZGRG0gcONyXsP9v8D0/IdJADiBNiXl3327WRGgOL/9HC/0XwlIURkRhC4tz6Z/fu7fUf2gHvfB9z3u0BGRkZGRkbGplHcnkgguQoSqtUXuhbs/wPtMwqV0HUJAvj5vk32b8IDuL23yn7qAXZ5u32hbRX7d3o82Df1FZXvbh9QOfhyxldr/+3xgXU9oKmvsHyr7F/XA269/eveBXrsv7N9QALe/tvjA0kPWAXGbvebkbHn+D/J5nMcHzx1UAAAAABJRU5ErkJggg==) !important}.admin-color-midnight .ui-datepicker-header{background-color:#363b3f !important;color:white !important}.admin-color-midnight .ui-datepicker td .ui-state-active{background-color:#e35950 !important;color:white !important}.admin-color-midnight .ui-datepicker td .ui-state-hover{color:#e35950 !important}.admin-color-midnight .ui-datepicker td .ui-state-highlight{background:#e14d43 !important;border:1px solid #363b3f !important;color:white !important}.admin-color-midnight .redux-container-switch .cb-disable,.admin-color-midnight .redux-container-switch .cb-enable,.admin-color-midnight .ui-state-default,.admin-color-midnight .ui-widget-content .ui-state-default,.admin-color-midnight .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-midnight .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-midnight .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-midnight .redux-container-switch .cb-enable.selected,.admin-color-midnight .redux-field-container .ui-buttonset .ui-state-active{background-color:#e14d43 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e66a62), to(#e14d43)) !important;background-image:-moz-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-ms-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e66a62), color-stop(100%, #e14d43)) !important;background-image:-webkit-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-o-linear-gradient(top, #e66a62, #e14d43) !important;background-image:-linear-gradient(top, #e66a62, #e14d43) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e66a62', endColorstr='#e14d43', GradientType=0) !important;border-color:#ba281e !important;border-color:#d02c21 !important;-webkit-box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-midnight #redux-header{background:#363b3f;border-color:#e14d43}.admin-color-midnight #redux-header .display_header span{color:#c2c4c5}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-midnight .redux-sidebar .redux-group-menu li.active a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a{color:#363b3f}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#d92c23;background:#1e2124}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#e14d43}.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#363b3f}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#c2c4c5;text-shadow:1px 1px #74787a}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#363b3f;text-shadow:none}.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#e14d43;text-shadow:1px 1px #a4231a}.admin-color-midnight .redux-container-image_select .redux-image-select-selected img{border-color:#e14d43}.admin-color-midnight #redux-footer #redux-share a{color:#e14d43}.admin-color-midnight #redux-footer #redux-share a:hover{color:#a4231a}.admin-color-midnight .select2-results .select2-highlighted{background:#e14d43}.admin-color-midnight .select2-drop-active,.admin-color-midnight .select2-container-multi.select2-container-active .select2-choices,.admin-color-midnight .select2-drop.select2-drop-above.select2-drop-active,.admin-color-midnight .select2-container-active .select2-choice,.admin-color-midnight .select2-container-active .select2-choices,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#e14d43}.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-midnight .noUi-connect{background-color:#e35950 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e8776f), to(#e35950)) !important;background-image:-moz-linear-gradient(top, #e8776f, #e35950) !important;background-image:-ms-linear-gradient(top, #e8776f, #e35950) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8776f), color-stop(100%, #e35950)) !important;background-image:-webkit-linear-gradient(top, #e8776f, #e35950) !important;background-image:-o-linear-gradient(top, #e8776f, #e35950) !important;background-image:-linear-gradient(top, #e8776f, #e35950) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8776f', endColorstr='#e35950', GradientType=0) !important}.admin-color-ocean .button.ui-datepicker-current,.admin-color-ocean button.ui-datepicker-close{background-color:#a7c0a9 !important}.admin-color-ocean .ui-datepicker-buttonpane button.ui-datepicker-current{background:#86a988 !important;color:white !important;border:1px solid #547555 !important}.admin-color-ocean .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-ocean .ui-datepicker-header{background-color:#627c83 !important;color:white !important}.admin-color-ocean .ui-datepicker td .ui-state-active{background-color:#a7c0a9 !important;color:white !important}.admin-color-ocean .ui-datepicker td .ui-state-hover{color:#a7c0a9 !important}.admin-color-ocean .ui-datepicker td .ui-state-highlight{background:#9ebaa0 !important;border:1px solid #627c83 !important;color:white !important}.admin-color-ocean .redux-container-switch .cb-disable,.admin-color-ocean .redux-container-switch .cb-enable,.admin-color-ocean .ui-state-default,.admin-color-ocean .ui-widget-content .ui-state-default,.admin-color-ocean .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-ocean .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-ocean .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-ocean .redux-container-switch .cb-enable.selected,.admin-color-ocean .redux-field-container .ui-buttonset .ui-state-active{background-color:#9ebaa0 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#b3c9b4), to(#9ebaa0)) !important;background-image:-moz-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-ms-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3c9b4), color-stop(100%, #9ebaa0)) !important;background-image:-webkit-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-o-linear-gradient(top, #b3c9b4, #9ebaa0) !important;background-image:-linear-gradient(top, #b3c9b4, #9ebaa0) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3c9b4', endColorstr='#9ebaa0', GradientType=0) !important;border-color:#719a74 !important;border-color:#80a583 !important;-webkit-box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-ocean #redux-header{background:#627c83;border-color:#9ebaa0}.admin-color-ocean #redux-header .display_header span{color:#d5dddf}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-ocean .redux-sidebar .redux-group-menu li.active a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a{color:#627c83}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#86a988;background:#4c6066}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#9ebaa0}.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#627c83}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#d5dddf;text-shadow:1px 1px #7e979d}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#627c83;text-shadow:none}.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#9ebaa0;text-shadow:1px 1px #658d68}.admin-color-ocean .redux-container-image_select .redux-image-select-selected img{border-color:#9ebaa0}.admin-color-ocean #redux-footer #redux-share a{color:#9ebaa0}.admin-color-ocean #redux-footer #redux-share a:hover{color:#658d68}.admin-color-ocean .select2-results .select2-highlighted{background:#9ebaa0}.admin-color-ocean .select2-drop-active,.admin-color-ocean .select2-container-multi.select2-container-active .select2-choices,.admin-color-ocean .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ocean .select2-container-active .select2-choice,.admin-color-ocean .select2-container-active .select2-choices,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#9ebaa0}.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-ocean .noUi-connect{background-color:#a7c0a9 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#bccfbd), to(#a7c0a9)) !important;background-image:-moz-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-ms-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #bccfbd), color-stop(100%, #a7c0a9)) !important;background-image:-webkit-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-o-linear-gradient(top, #bccfbd, #a7c0a9) !important;background-image:-linear-gradient(top, #bccfbd, #a7c0a9) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bccfbd', endColorstr='#a7c0a9', GradientType=0) !important}.admin-color-sunrise .button.ui-datepicker-current,.admin-color-sunrise button.ui-datepicker-close{background-color:#df8a48 !important}.admin-color-sunrise .ui-datepicker-buttonpane button.ui-datepicker-current{background:#cc6c23 !important;color:white !important;border:1px solid #753e14 !important}.admin-color-sunrise .ui-datepicker-header .ui-icon{background-image:url(data:image/png;base64,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) !important}.admin-color-sunrise .ui-datepicker-header{background-color:#b43c38 !important;color:white !important}.admin-color-sunrise .ui-datepicker td .ui-state-active{background-color:#df8a48 !important;color:white !important}.admin-color-sunrise .ui-datepicker td .ui-state-hover{color:#df8a48 !important}.admin-color-sunrise .ui-datepicker td .ui-state-highlight{background:#dd823b !important;border:1px solid #b43c38 !important;color:white !important}.admin-color-sunrise .redux-container-switch .cb-disable,.admin-color-sunrise .redux-container-switch .cb-enable,.admin-color-sunrise .ui-state-default,.admin-color-sunrise .ui-widget-content .ui-state-default,.admin-color-sunrise .ui-widget-header .ui-state-default{background-color:#f5f5f5 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f5f5f5)) !important;background-image:-moz-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-ms-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f5f5f5)) !important;background-image:-webkit-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-o-linear-gradient(top, #f8f8f8, #f5f5f5) !important;background-image:-linear-gradient(top, #f8f8f8, #f5f5f5) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType=0) !important;border-color:#ccc !important}.admin-color-sunrise .ui-datepicker td .ui-state-active{color:black !important;font-weight:700 !important;background:white !important}.admin-color-sunrise .redux-container-switch .cb-disable.selected{background-color:#646464 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#929292), to(#646464)) !important;background-image:-moz-linear-gradient(top, #929292, #646464) !important;background-image:-ms-linear-gradient(top, #929292, #646464) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #646464)) !important;background-image:-webkit-linear-gradient(top, #929292, #646464) !important;background-image:-o-linear-gradient(top, #929292, #646464) !important;background-image:-linear-gradient(top, #929292, #646464) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#646464', GradientType=0) !important;border-color:#767676 !important}.admin-color-sunrise .redux-container-switch .cb-enable.selected,.admin-color-sunrise .redux-field-container .ui-buttonset .ui-state-active{background-color:#dd823b !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e29559), to(#dd823b)) !important;background-image:-moz-linear-gradient(top, #e29559, #dd823b) !important;background-image:-ms-linear-gradient(top, #e29559, #dd823b) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e29559), color-stop(100%, #dd823b)) !important;background-image:-webkit-linear-gradient(top, #e29559, #dd823b) !important;background-image:-o-linear-gradient(top, #e29559, #dd823b) !important;background-image:-linear-gradient(top, #e29559, #dd823b) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e29559', endColorstr='#dd823b', GradientType=0) !important;border-color:#ad5d1e !important;border-color:#c36922 !important;-webkit-box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,0.15) !important;box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,0.15) !important}.admin-color-sunrise #redux-header{background:#b43c38;border-color:#dd823b}.admin-color-sunrise #redux-header .display_header span{color:#f0c8c6}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a{position:relative}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after{border:0 none !important;content:"\0020" !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error{display:none;margin-right:5px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections{background-color:#b94a48;color:#f2dede}.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent;font-size:9px;height:9px;line-height:9px;margin-right:5px;padding:6px 7px 4px 7px;width:5px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections{display:none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error{display:block}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error{margin-right:2px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild{border-left:0 none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a{color:#b43c38}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after{right:0;border:solid 8px transparent;content:"\0020";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;color:#fff;width:auto;border-bottom:0}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li{border-top:0 none !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.active a:hover,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a:hover{color:#fff}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{width:auto;border-top:0 !important;padding:7px;color:#fff;padding-left:15px;-webkit-transition:all 0.2;-moz-transition:all 0.2;-ms-transition:all 0.2;-o-transition:all 0.2;transition:all 0.2}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover{color:#cc6c23;background:#8d2f2c}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title{padding-left:5px !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a{padding-left:14px}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title{padding-left:30px !important}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a{background:#dd823b}.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a{background:#b43c38}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a{background:#f0c8c6;text-shadow:1px 1px #d0534d}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a{background:#b43c38;text-shadow:none}.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a{background:#dd823b;text-shadow:1px 1px #98511a}.admin-color-sunrise .redux-container-image_select .redux-image-select-selected img{border-color:#dd823b}.admin-color-sunrise #redux-footer #redux-share a{color:#dd823b}.admin-color-sunrise #redux-footer #redux-share a:hover{color:#98511a}.admin-color-sunrise .select2-results .select2-highlighted{background:#dd823b}.admin-color-sunrise .select2-drop-active,.admin-color-sunrise .select2-container-multi.select2-container-active .select2-choices,.admin-color-sunrise .select2-drop.select2-drop-above.select2-drop-active,.admin-color-sunrise .select2-container-active .select2-choice,.admin-color-sunrise .select2-container-active .select2-choices,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices{border-color:#dd823b}.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices{border-top:inherit}.admin-color-sunrise .noUi-connect{background-color:#df8a48 !important;background-image:-khtml-gradient(linear, left top, left bottom, from(#e59e66), to(#df8a48)) !important;background-image:-moz-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-ms-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e59e66), color-stop(100%, #df8a48)) !important;background-image:-webkit-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-o-linear-gradient(top, #e59e66, #df8a48) !important;background-image:-linear-gradient(top, #e59e66, #df8a48) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59e66', endColorstr='#df8a48', GradientType=0) !important}@media screen and (max-width: 600px){.redux-group-tab-link-a{min-height:15px}.redux-group-tab-link-a span{padding:11px 12px;color:#555;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;text-shadow:none !important}.redux-group-tab-link-a span:hover{background:#e5e5e5}}@media screen and (max-width: 782px){#redux-footer #redux-share{line-height:38px;font-size:18px}.sticky-save-warn .redux-save-warn{right:13px;top:46px}.redux-container .expand_options{margin-top:5px}.redux-action_bar input{margin-bottom:0 !important}}@media screen and (max-width: 600px){#redux-footer #redux-share,.redux-hint-qtip{display:none}.redux-container .redux-action_bar{float:none}}.redux-sidebar .icon-large,.redux-main .icon-large{background-image:inherit !important;width:inherit;height:inherit}.redux-main dd,.redux-main li,.redux-sidebar li{margin-bottom:0 !important}.fully-expanded .redux-sidebar{margin-left:-500px}.fully-expanded .redux-main{margin-left:0}.fully-expanded .redux-group-tab{display:block}@media screen and (max-width: 640px){#redux-defaults-section{display:none}}@media screen and (max-width: 730px){#redux-share{display:none}}@media screen and (max-width: 730px){#redux-defaults-section2{display:none}#redux-share{display:none}}@media screen and (max-width: 600px){.form-table>tbody>tr>th{padding-bottom:0 !important}.redux_field_th{padding-top:0;padding-bottom:0}.redux-main .redux-field-container{padding-top:0;padding-bottom:0}.redux-main .subsection a{min-height:15px}}@media screen and (min-width: 601px) and (max-width: 782px){.redux-container .sticky-save-warn .redux-save-warn{top:47px !important;right:13px !important}}@media screen and (max-width: 782px){.redux-main .form-table-section-indented input[type=text]{width:95% !important}.redux-main .redux-container-sortable input[type=text]{width:80%;display:initial}.redux-main .redux-typography-container .input_wrapper input.mini{font-size:16px !important;height:40px !important;padding:7px 10px !important;line-height:24px !important}.redux-main .redux-typography-container .picker-wrapper label{margin-top:16px !important}.redux-main .input-append{height:50px !important}.redux-main .input-append .add-on{font-size:16px;line-height:24px !important;padding:7px;height:32px !important;float:right;margin-top:-40px}.redux-main .redux-hint-qtip{float:left !important}.redux-main .redux-action_bar .button{margin-top:-1px}}@media screen and (max-width: 600px){.sticky-save-warn .redux-save-warn{top:0 !important;right:14px !important}}@media screen and (max-width: 570px){.redux-main .redux-container-sortable .checkbox-container{width:85%;padding-bottom:5px}.redux-main .redux-container-sortable .checkbox-container label{display:initial}}#redux-header{position:relative}.redux-main{position:relative}.redux-main #redux-sticky{min-height:32px;margin-left:-20px;margin-right:-20px;margin-top:-10px;margin-bottom:8px}.redux-main #redux-sticky #info_bar{height:32px}.redux-main #redux-sticky #info_bar .expand_options{margin-top:4px}.redux-main .redux_field_search{top:50px;right:5px}.redux-main #redux-footer-sticky{margin-left:-20px;margin-right:-20px;margin-bottom:-10px}.redux-qtip{z-index:999999 !important}.redux-main pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
|
2 |
/* custom css */
|
3 |
.redux-container{
|
4 |
position: relative;
|
42 |
border: 0;
|
43 |
margin-top: -1px;
|
44 |
color: #999;
|
45 |
+
right: 5px;
|
46 |
letter-spacing: 0.8px;
|
47 |
box-shadow: none;
|
48 |
}
|
81 |
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a:after, .wp-customizer .redux-sidebar .redux-group-menu li.active.hasSubSections a:after{
|
82 |
display: none
|
83 |
}
|
|
|
|
|
|
|
|
|
84 |
#redux_save,
|
85 |
#redux-defaults-section,
|
86 |
#redux-defaults {
|
173 |
}
|
174 |
.redux-main .form-table-section-indented{
|
175 |
margin-left: 0 !important
|
176 |
+
}
|
177 |
+
#info-info_normal{border: 0;background: 0;box-shadow: none;}
|
178 |
+
.redux-sidebar .redux-group-menu li a{opacity: 1}
|
179 |
+
/*extension listing*/
|
180 |
+
.extension_listing .align_left{
|
181 |
+
float: left;
|
182 |
+
background: #eee;
|
183 |
+
padding: 38px 28px;
|
184 |
+
display: inline-block;}
|
185 |
+
.extension_listing .align_left img{max-width:33px;opacity: 0.75}
|
186 |
+
.extension_listing .align_left a{display: grid}
|
187 |
+
.extension_listing li{margin-right: 15px;}
|
188 |
+
.extension_desc{ float: left;
|
189 |
+
margin-top: 8px;
|
190 |
+
margin-left: 15px;
|
191 |
+
width: 265px;}
|
192 |
+
.extension_desc h2{ margin: 0 0 12px 0px;
|
193 |
+
font-size: 20px;
|
194 |
+
color: #303f9f;
|
195 |
+
font-weight: 500;}
|
196 |
+
.extension_desc p{margin: 0; color: #666}
|
197 |
+
.extension_btn{ display: inline-block;
|
198 |
+
background: #303f9f;
|
199 |
+
border-radius: 45px;
|
200 |
+
color: #fff;
|
201 |
+
padding: 6px 25px 8px 25px;
|
202 |
+
margin-top: 19px;
|
203 |
+
float: right;}
|
204 |
+
.extension_listing ul{display:flex;flex-flow: row wrap;}
|
205 |
+
.extension_listing li{
|
206 |
+
float:left;padding-bottom: 20px;
|
207 |
+
}
|
208 |
+
.extension_listing li a{
|
209 |
+
background: #ffffff;
|
210 |
+
float: left;
|
211 |
+
padding: 15px 12px;
|
212 |
+
width: 370px;
|
213 |
+
border: 1px solid #eee;
|
214 |
+
}
|
215 |
+
.premium_features_btn{
|
216 |
+
margin-left: 10px;
|
217 |
+
background: #f3f3f3;
|
218 |
+
font-size: 12px !important;
|
219 |
+
color: #555 !important;
|
220 |
+
padding: 6px 11px;
|
221 |
+
letter-spacing: 0.1px;
|
222 |
+
border-radius: 60px;
|
223 |
+
margin-right: 0px;}
|
224 |
+
.getting_started_listing .align_left{display: none}
|
225 |
+
.getting_started_listing li a{width: 288px}
|
226 |
+
.extension_listing li a:hover{border-color:rgba(48, 63, 159, 0.35)}
|
227 |
+
.single_ex_listing li a{width: 228px;}
|
228 |
+
.single_ex_listing .extension_desc{width: auto;}
|
229 |
+
.single_ex_listing .align_left{ float: none;
|
230 |
+
background: #eee;
|
231 |
+
padding: 20px 28px;
|
232 |
+
display: block;
|
233 |
+
margin: 0 auto;
|
234 |
+
text-align: center;
|
235 |
+
margin-bottom: 7px;}
|
236 |
+
.single_ex_listing .extension_btn{opacity: 0.75}
|
@@ -151,4 +151,5 @@
|
|
151 |
}
|
152 |
#footer-thankyou {
|
153 |
display: none;
|
154 |
-
}
|
|
151 |
}
|
152 |
#footer-thankyou {
|
153 |
display: none;
|
154 |
+
}
|
155 |
+
.redux-notice-field{border: 0;background: 0;box-shadow: none;}
|
@@ -43,8 +43,8 @@ add_action('admin_menu', 'ampforwp_welcome_screen_pages');
|
|
43 |
|
44 |
function ampforwp_welcome_screen_pages() {
|
45 |
add_dashboard_page(
|
46 |
-
'Welcome To AMPforWP plugin',
|
47 |
-
'Welcome to AMP',
|
48 |
'read',
|
49 |
'ampforwp-welcome-page',
|
50 |
'ampforwp_welcome_screen_content'
|
@@ -60,16 +60,16 @@ function ampforwp_welcome_screen_content() {
|
|
60 |
|
61 |
<div class="ampforwp-post-installtion-instructions">
|
62 |
|
63 |
-
<h1 style="color:#388E3C;font-weight:500"><i class="dashicons dashicons-yes"></i
|
64 |
-
<p style=" font-family: georgia; font-size: 20px; font-style: italic; margin-bottom: 3px; line-height: 1.5; color: #666;"
|
65 |
-
<p style="font-family: georgia;font-size: 20px;margin-top: 4px;font-style: italic;line-height: 1.5;color: #666;"
|
66 |
<div class="install_options">
|
67 |
<div class="install_options_left">
|
68 |
-
<p style="margin-top:0;margin-bottom:0;font-size: 15px;line-height: 1;"><b
|
69 |
-
<p style="margin-top: 8px;margin-bottom:0px;"
|
70 |
</div>
|
71 |
<div class="install_options_right">
|
72 |
-
<a href="<?php echo esc_url( admin_url('admin.php?page=amp_options') );?>"
|
73 |
</div>
|
74 |
<div class="clear"></div>
|
75 |
</div>
|
@@ -77,25 +77,25 @@ function ampforwp_welcome_screen_content() {
|
|
77 |
|
78 |
|
79 |
<h1 style="color: #303F9F;font-weight: 500;margin-top: 48px;">
|
80 |
-
<i class="dashicons dashicons-editor-help" style="font-size: 36px; margin-right: 20px; margin-top: -1px;"></i
|
81 |
</h1>
|
82 |
-
<p style="font-family: georgia;font-size: 20px;font-style: italic;margin-bottom: 3px;line-height: 1.5;margin-top: 11px;color: #666;"
|
83 |
<div class="getstarted_wrapper">
|
84 |
<div class="getstarted_options">
|
85 |
-
<p><b
|
86 |
<ul class="getstarted_ul">
|
87 |
-
<li><a href="https://ampforwp.com/getting-started-with-amp" target="_blank"
|
88 |
-
<li><a href="https://ampforwp.com/add-menus-amp/" target="_blank"
|
89 |
-
<li><a href="https://ampforwp.com/add-analytics-amp/" target="_blank"
|
90 |
-
<a class="getstarted_btn" href="https://ampforwp.com/help/" target="_blank"
|
91 |
</ul> </p>
|
92 |
</div>
|
93 |
<div class="getstarted_links">
|
94 |
-
<p><b
|
95 |
<ul class="getstarted_ul">
|
96 |
-
<li><a href="https://wordpress.org/support/plugin/accelerated-mobile-pages" target="_blank"
|
97 |
-
<li><a href="https://ampforwp.com/
|
98 |
-
<li><a href="https://ampforwp.com/help" target="_blank"
|
99 |
</ul>
|
100 |
</div><div class="clear"></div>
|
101 |
</div>
|
@@ -141,9 +141,9 @@ function ampforwp_plugin_parent_activation() {
|
|
141 |
|
142 |
<div class="wrap">
|
143 |
<div class="ampforwp-pre-installtion-instructions">
|
144 |
-
<h1 style="color:#388E3C;font-weight:500"><i class="dashicons dashicons-warning"></i
|
145 |
<p><b>This plugin requires the following plugin: <i>AMP</i></b></p>
|
146 |
-
<p>Automattic, the company behind WordPress has created a framework for AMP (also known as Default AMP plugin) which we are using as the core.</p><p>To complete the installation, you just need to click on the 'Finish Installation' button and default AMP plugin will be installed. Remember, to activate the plugin and you will be redirected to this screen again.</p>
|
147 |
<div id="ampforwp-network-status"></div>
|
148 |
</div>
|
149 |
|
@@ -306,24 +306,24 @@ background: #4CAF50;
|
|
306 |
case 'install':
|
307 |
if ( $status['url'] ) {
|
308 |
/* translators: 1: Plugin name and version. */
|
309 |
-
$action_links[] = '<a class="install-now button-secondary ampforwp-button-install" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( __( 'Install %s now' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
310 |
}
|
311 |
|
312 |
break;
|
313 |
case 'update_available':
|
314 |
if ( $status['url'] ) {
|
315 |
/* translators: 1: Plugin name and version */
|
316 |
-
$action_links[] = '<a class="button ampforwp-button-update" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( __( 'Update %s now' ), $name ) ) . '">' . __( 'Update Now' ) . '</a>';
|
317 |
}
|
318 |
|
319 |
break;
|
320 |
case 'latest_installed':
|
321 |
if ( $status['activation'] == 'not_activated') {
|
322 |
-
$action_links[] = '<a class="install-now button-secondary ampforwp-button-install" href="' . $activation_link . '" aria-label="' . esc_attr( sprintf( __( 'Activate %s ' ), $name ) ) . '">' . __( 'Activate' ) . '</a>';
|
323 |
}
|
324 |
break;
|
325 |
case 'newer_installed':
|
326 |
-
$action_links[] = '<span class="button button-disabled" title="' . esc_attr__( 'This plugin is already installed and is up to date' ) . ' ">' . _x( 'Installed', 'plugin' ) . '</span>';
|
327 |
break;
|
328 |
}
|
329 |
}
|
@@ -332,7 +332,7 @@ background: #4CAF50;
|
|
332 |
'&TB_iframe=true&width=750&height=550' );
|
333 |
|
334 |
/* translators: 1: Plugin name and version. */
|
335 |
-
$action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf( __( 'More information about %s' ), $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';
|
336 |
|
337 |
if ( !empty( $plugin['icons']['svg'] ) ) {
|
338 |
$plugin_icon_url = $plugin['icons']['svg'];
|
@@ -363,7 +363,7 @@ background: #4CAF50;
|
|
363 |
</div>
|
364 |
<div class="desc column-description" style="margin-right: 20px !important;">
|
365 |
<p><?php echo $description; ?></p>
|
366 |
-
<p class="authors"
|
367 |
</div>
|
368 |
</div>
|
369 |
<div class="ampforwp-button-con">
|
@@ -410,7 +410,7 @@ function ampforwp_offline_admin_notice() {
|
|
410 |
(function(){
|
411 |
const statusContainer = document.getElementById('ampforwp-network-status');
|
412 |
if(! navigator.onLine) {
|
413 |
-
statusContainer.innerHTML = "<h1 style='color:#E91E63'> You seems to have been Offline. Please connect to network to continue the installation.</h1>";
|
414 |
} else {
|
415 |
if( statusContainer ) {
|
416 |
statusContainer.innerHTML = "";
|
43 |
|
44 |
function ampforwp_welcome_screen_pages() {
|
45 |
add_dashboard_page(
|
46 |
+
__('Welcome To AMPforWP plugin','accelerated-mobile-pages'),
|
47 |
+
__('Welcome to AMP','accelerated-mobile-pages'),
|
48 |
'read',
|
49 |
'ampforwp-welcome-page',
|
50 |
'ampforwp_welcome_screen_content'
|
60 |
|
61 |
<div class="ampforwp-post-installtion-instructions">
|
62 |
|
63 |
+
<h1 style="color:#388E3C;font-weight:500"><i class="dashicons dashicons-yes"></i><?php echo __('AMP is now Installed!','accelerated-mobile-pages') ?></h1>
|
64 |
+
<p style=" font-family: georgia; font-size: 20px; font-style: italic; margin-bottom: 3px; line-height: 1.5; color: #666;"><?php echo __('Thank you so much for installing the AMPforWP plugin!','accelerated-mobile-pages') ?></p>
|
65 |
+
<p style="font-family: georgia;font-size: 20px;margin-top: 4px;font-style: italic;line-height: 1.5;color: #666;"><?php echo __('Our team works really hard to deliver good user experience to you.','accelerated-mobile-pages') ?></p>
|
66 |
<div class="install_options">
|
67 |
<div class="install_options_left">
|
68 |
+
<p style="margin-top:0;margin-bottom:0;font-size: 15px;line-height: 1;"><b><?php echo __('Head Over to Settings','accelerated-mobile-pages') ?></b></p>
|
69 |
+
<p style="margin-top: 8px;margin-bottom:0px;"><?php echo __('Time to customize the your AMP!','accelerated-mobile-pages') ?></p>
|
70 |
</div>
|
71 |
<div class="install_options_right">
|
72 |
+
<a href="<?php echo esc_url( admin_url('admin.php?page=amp_options') );?>"><?php echo __('AMP Options Panel','accelerated-mobile-pages') ?></a>
|
73 |
</div>
|
74 |
<div class="clear"></div>
|
75 |
</div>
|
77 |
|
78 |
|
79 |
<h1 style="color: #303F9F;font-weight: 500;margin-top: 48px;">
|
80 |
+
<i class="dashicons dashicons-editor-help" style="font-size: 36px; margin-right: 20px; margin-top: -1px;"></i><?php echo __('Need Help?','accelerated-mobile-pages') ?>
|
81 |
</h1>
|
82 |
+
<p style="font-family: georgia;font-size: 20px;font-style: italic;margin-bottom: 3px;line-height: 1.5;margin-top: 11px;color: #666;"><?php echo __('We\'re bunch of passionate people that are dedicated towards helping our users. We will be happy to help you!','accelerated-mobile-pages') ?></p>
|
83 |
<div class="getstarted_wrapper">
|
84 |
<div class="getstarted_options">
|
85 |
+
<p><b><?php echo __('Links to help you started:','accelerated-mobile-pages') ?></b>
|
86 |
<ul class="getstarted_ul">
|
87 |
+
<li><a href="https://ampforwp.com/getting-started-with-amp" target="_blank"><?php echo __('Getting Started with AMP','accelerated-mobile-pages') ?></a></li>
|
88 |
+
<li><a href="https://ampforwp.com/add-menus-amp/" target="_blank"><?php echo __('Adding Navigation Menu','accelerated-mobile-pages') ?></a></li>
|
89 |
+
<li><a href="https://ampforwp.com/add-analytics-amp/" target="_blank"><?php echo __('Adding Google Analtyics','accelerated-mobile-pages') ?></a></li>
|
90 |
+
<a class="getstarted_btn" href="https://ampforwp.com/help/" target="_blank"><?php echo __('View all Tutorials','accelerated-mobile-pages') ?></a>
|
91 |
</ul> </p>
|
92 |
</div>
|
93 |
<div class="getstarted_links">
|
94 |
+
<p><b><?php echo __('There are 3 ways to get help:','accelerated-mobile-pages') ?></b></p>
|
95 |
<ul class="getstarted_ul">
|
96 |
+
<li><a href="https://wordpress.org/support/plugin/accelerated-mobile-pages" target="_blank"><?php echo __('Support Forum','accelerated-mobile-pages') ?></a></li>
|
97 |
+
<li><a href="https://ampforwp.com/tutorials/" target="_blank"><?php echo __('Tutorials','accelerated-mobile-pages') ?></a></li>
|
98 |
+
<li><a href="https://ampforwp.com/help" target="_blank"><?php echo __('View Documentation','accelerated-mobile-pages') ?></a></li>
|
99 |
</ul>
|
100 |
</div><div class="clear"></div>
|
101 |
</div>
|
141 |
|
142 |
<div class="wrap">
|
143 |
<div class="ampforwp-pre-installtion-instructions">
|
144 |
+
<h1 style="color:#388E3C;font-weight:500"><i class="dashicons dashicons-warning"></i><?php echo __('Almost done. One last step remaining.</h1>
|
145 |
<p><b>This plugin requires the following plugin: <i>AMP</i></b></p>
|
146 |
+
<p>Automattic, the company behind WordPress has created a framework for AMP (also known as Default AMP plugin) which we are using as the core.</p><p>To complete the installation, you just need to click on the \'Finish Installation\' button and default AMP plugin will be installed. Remember, to activate the plugin and you will be redirected to this screen again.</p>','accelerated-mobile-pages') ?>
|
147 |
<div id="ampforwp-network-status"></div>
|
148 |
</div>
|
149 |
|
306 |
case 'install':
|
307 |
if ( $status['url'] ) {
|
308 |
/* translators: 1: Plugin name and version. */
|
309 |
+
$action_links[] = '<a class="install-now button-secondary ampforwp-button-install" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( __( 'Install %s now','accelerated-mobile-pages' ), $name ) ) . '">' . __( 'Install Now','accelerated-mobile-pages' ) . '</a>';
|
310 |
}
|
311 |
|
312 |
break;
|
313 |
case 'update_available':
|
314 |
if ( $status['url'] ) {
|
315 |
/* translators: 1: Plugin name and version */
|
316 |
+
$action_links[] = '<a class="button ampforwp-button-update" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( __( 'Update %s now','accelerated-mobile-pages' ), $name ) ) . '">' . __( 'Update Now','accelerated-mobile-pages' ) . '</a>';
|
317 |
}
|
318 |
|
319 |
break;
|
320 |
case 'latest_installed':
|
321 |
if ( $status['activation'] == 'not_activated') {
|
322 |
+
$action_links[] = '<a class="install-now button-secondary ampforwp-button-install" href="' . $activation_link . '" aria-label="' . esc_attr( sprintf( __( 'Activate %s ','accelerated-mobile-pages' ), $name ) ) . '">' . __( 'Activate','accelerated-mobile-pages' ) . '</a>';
|
323 |
}
|
324 |
break;
|
325 |
case 'newer_installed':
|
326 |
+
$action_links[] = '<span class="button button-disabled" title="' . esc_attr__( 'This plugin is already installed and is up to date','accelerated-mobile-pages' ) . ' ">' . _x( 'Installed', 'plugin','accelerated-mobile-pages' ) . '</span>';
|
327 |
break;
|
328 |
}
|
329 |
}
|
332 |
'&TB_iframe=true&width=750&height=550' );
|
333 |
|
334 |
/* translators: 1: Plugin name and version. */
|
335 |
+
$action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf( __( 'More information about %s' ), $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details','accelerated-mobile-pages' ) . '</a>';
|
336 |
|
337 |
if ( !empty( $plugin['icons']['svg'] ) ) {
|
338 |
$plugin_icon_url = $plugin['icons']['svg'];
|
363 |
</div>
|
364 |
<div class="desc column-description" style="margin-right: 20px !important;">
|
365 |
<p><?php echo $description; ?></p>
|
366 |
+
<p class="authors"><?php echo __('by Automattic','accelerated-mobile-pages') ?></p>
|
367 |
</div>
|
368 |
</div>
|
369 |
<div class="ampforwp-button-con">
|
410 |
(function(){
|
411 |
const statusContainer = document.getElementById('ampforwp-network-status');
|
412 |
if(! navigator.onLine) {
|
413 |
+
statusContainer.innerHTML = __("<h1 style='color:#E91E63'> You seems to have been Offline. Please connect to network to continue the installation.</h1>",'accelerated-mobile-pages');
|
414 |
} else {
|
415 |
if( statusContainer ) {
|
416 |
statusContainer.innerHTML = "";
|
@@ -0,0 +1,3755 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
#, fuzzy
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: "
|
8 |
+
"Accelerated Mobile Pages "
|
9 |
+
"v0.9.47.1\n"
|
10 |
+
"POT-Creation-Date: 2017-04-14 "
|
11 |
+
"22:52+0530\n"
|
12 |
+
"PO-Revision-Date: \n"
|
13 |
+
"Last-Translator: Your Name "
|
14 |
+
"<you@example.com>\n"
|
15 |
+
"Language-Team: Ahmed Kaludi "
|
16 |
+
"<team@magazine3.com>\n"
|
17 |
+
"Report-Msgid-Bugs-To: "
|
18 |
+
"Translator Name "
|
19 |
+
"<translations@example.com>\n"
|
20 |
+
"MIME-Version: 1.0\n"
|
21 |
+
"Content-Type: text/plain; "
|
22 |
+
"charset=UTF-8\n"
|
23 |
+
"Content-Transfer-Encoding: "
|
24 |
+
"8bit\n"
|
25 |
+
"Plural-Forms: nplurals=2; "
|
26 |
+
"plural=n != 1;\n"
|
27 |
+
"X-Textdomain-Support: yesX-"
|
28 |
+
"Generator: Poedit 1.6.4\n"
|
29 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
30 |
+
"X-Poedit-KeywordsList: __;_e;"
|
31 |
+
"esc_html_e;esc_html_x:1,2c;"
|
32 |
+
"esc_html__;esc_attr_e;"
|
33 |
+
"esc_attr_x:1,2c;esc_attr__;"
|
34 |
+
"_ex:1,2c;_nx:4c,1,2;"
|
35 |
+
"_nx_noop:4c,1,2;_x:1,2c;_n:1,2;"
|
36 |
+
"_n_noop:1,2;__ngettext:1,2;"
|
37 |
+
"__ngettext_noop:1,2;_c,"
|
38 |
+
"_nc:4c,1,2\n"
|
39 |
+
"X-Poedit-Basepath: ..\n"
|
40 |
+
"Language: en_US\n"
|
41 |
+
"X-Generator: Poedit 2.0.1\n"
|
42 |
+
"X-Poedit-SearchPath-0: .\n"
|
43 |
+
|
44 |
+
#: accelerated-moblie-pages.php:164
|
45 |
+
msgid ""
|
46 |
+
"AMP Installation requires one "
|
47 |
+
"last step:"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: accelerated-moblie-pages.php:164
|
51 |
+
msgid ""
|
52 |
+
"AMP by Automattic plugin is "
|
53 |
+
"not active"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: accelerated-moblie-pages.php:165
|
57 |
+
msgid "Continue Installation"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: accelerated-moblie-pages.php:165
|
61 |
+
msgid "More Information"
|
62 |
+
msgstr ""
|
63 |
+
|
64 |
+
#: accelerated-moblie-pages.php:231
|
65 |
+
msgid "Settings"
|
66 |
+
msgstr ""
|
67 |
+
|
68 |
+
#: accelerated-moblie-pages.php:231
|
69 |
+
msgid "Premium Support"
|
70 |
+
msgstr ""
|
71 |
+
|
72 |
+
#: accelerated-moblie-pages.php:240
|
73 |
+
msgid ""
|
74 |
+
"<span style=\"color:"
|
75 |
+
"#b30000\">Action Required: "
|
76 |
+
"Continue Installation</span>"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: includes/includes.php:15
|
80 |
+
msgid "AMP Menu"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: includes/includes.php:31
|
84 |
+
msgid "AMP Footer Menu"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: includes/newsletter.php:38
|
88 |
+
msgid ""
|
89 |
+
"You are awesome for using AMP!"
|
90 |
+
msgstr ""
|
91 |
+
|
92 |
+
#: includes/newsletter.php:39
|
93 |
+
msgid ""
|
94 |
+
"<p>Do you want the latest on "
|
95 |
+
"<b>AMP update</b> before "
|
96 |
+
"others and some best resources "
|
97 |
+
"on AMP in a single email? - "
|
98 |
+
"Free just for users of AMP!</p>"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: includes/newsletter.php:40
|
102 |
+
msgid ""
|
103 |
+
"\n"
|
104 |
+
" <!-- Begin "
|
105 |
+
"MailChimp Signup Form -->\n"
|
106 |
+
" <style type=\"text/"
|
107 |
+
"css\">\n"
|
108 |
+
" .wp-pointer-"
|
109 |
+
"buttons{ padding:0; overflow: "
|
110 |
+
"hidden; }\n"
|
111 |
+
" .wp-pointer-"
|
112 |
+
"content .button-"
|
113 |
+
"secondary{ left: -25px;"
|
114 |
+
"background: transparent;top: "
|
115 |
+
"5px; border: 0;position: "
|
116 |
+
"relative; padding: 0; box-"
|
117 |
+
"shadow: none;margin: 0;color: "
|
118 |
+
"#bcbcbc;} .wp-pointer-content ."
|
119 |
+
"button-primary{ display:"
|
120 |
+
"none}\t#mc_embed_signup{background:"
|
121 |
+
"#fff; clear:left; font:14px "
|
122 |
+
"Helvetica,Arial,sans-serif; }\n"
|
123 |
+
" </style>\n"
|
124 |
+
" <div id="
|
125 |
+
"\"mc_embed_signup\">\n"
|
126 |
+
" \t<form action=\"//"
|
127 |
+
"app.mailerlite.com/webforms/"
|
128 |
+
"submit/d3w0e1\" data-id="
|
129 |
+
"\"258182\" data-code="
|
130 |
+
"\"d3w0e1\" method=\"POST\" "
|
131 |
+
"target=\"_blank\">\n"
|
132 |
+
"\t \t<div id="
|
133 |
+
"\"mc_embed_signup_scroll\">\n"
|
134 |
+
"\t \t<div class="
|
135 |
+
"\"mc-field-group\" style=\" "
|
136 |
+
"margin-left: 15px; width: "
|
137 |
+
"175px; float: left;\"> \t\n"
|
138 |
+
"\t\t\t\t\t<input type=\"text\" "
|
139 |
+
"name=\"fields[name]\" class="
|
140 |
+
"\"form-control\" placeholder="
|
141 |
+
"\"Name\" hidden value=\""
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: includes/newsletter.php:74
|
145 |
+
#: includes/options/redux-core/inc/class.redux_admin_notices.php:97
|
146 |
+
msgid "Dismiss"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: includes/options/admin-config.php:17
|
150 |
+
msgid ""
|
151 |
+
"Accelerated Mobile Pages "
|
152 |
+
"Options"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: includes/options/admin-config.php:20
|
156 |
+
msgid "AMP"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: includes/options/admin-config.php:70
|
160 |
+
msgid "Theme Information 1"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: includes/options/admin-config.php:71
|
164 |
+
#: includes/options/admin-config.php:76
|
165 |
+
msgid ""
|
166 |
+
"<p>This is the tab content, "
|
167 |
+
"HTML is allowed.</p>"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: includes/options/admin-config.php:75
|
171 |
+
msgid "Theme Information 2"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: includes/options/admin-config.php:82
|
175 |
+
msgid ""
|
176 |
+
"<p>This is the sidebar "
|
177 |
+
"content, HTML is allowed.</p>"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: includes/options/admin-config.php:123
|
181 |
+
msgid "Basic Field"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: includes/options/admin-config.php:125
|
185 |
+
msgid ""
|
186 |
+
"Basic field with no "
|
187 |
+
"subsections."
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: includes/options/admin-config.php:130
|
191 |
+
msgid "Example Text"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: includes/options/admin-config.php:131
|
195 |
+
msgid "Example description."
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: includes/options/admin-config.php:132
|
199 |
+
msgid "Example subtitle."
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: includes/options/admin-config.php:138
|
203 |
+
#: includes/options/redux-core/inc/tracking.php:152
|
204 |
+
msgid "Getting Started"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: includes/options/admin-config.php:140
|
208 |
+
msgid ""
|
209 |
+
"We are actively working on "
|
210 |
+
"updating the plugin. We have "
|
211 |
+
"built user friendly options "
|
212 |
+
"which allows you to make "
|
213 |
+
"changes on your AMP version."
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: includes/options/admin-config.php:141
|
217 |
+
msgid ""
|
218 |
+
"Here are some quick links to "
|
219 |
+
"help you get started:"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: includes/options/admin-config.php:142
|
223 |
+
msgid ""
|
224 |
+
"1. <a href=\"http://ampforwp."
|
225 |
+
"com/help/\" target=\"_blank"
|
226 |
+
"\">User Documentation</a>: "
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: includes/options/admin-config.php:142
|
230 |
+
msgid ""
|
231 |
+
"The AMP for WP plugin is easy "
|
232 |
+
"to setup but we have some "
|
233 |
+
"tutorials and guides prepared "
|
234 |
+
"for you which will help you "
|
235 |
+
"dive deep with the plugin."
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: includes/options/admin-config.php:143
|
239 |
+
msgid ""
|
240 |
+
"2. <a href=\"https://ampforwp."
|
241 |
+
"com/chat/\" target=\"_blank"
|
242 |
+
"\">Chat with Team AMP</a>: "
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: includes/options/admin-config.php:143
|
246 |
+
msgid ""
|
247 |
+
"We’re bunch of passionate "
|
248 |
+
"people that are dedicated "
|
249 |
+
"towards helping our users. We "
|
250 |
+
"will be happy to help you!"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: includes/options/admin-config.php:144
|
254 |
+
msgid ""
|
255 |
+
"3. <a href=\"https://ampforwp."
|
256 |
+
"com/help/#extend\" target="
|
257 |
+
"\"_blank\">Developer Docs</a>: "
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: includes/options/admin-config.php:144
|
261 |
+
msgid ""
|
262 |
+
"We have created special "
|
263 |
+
"documentations for developers "
|
264 |
+
"and semi technical users who "
|
265 |
+
"are willing to modify the "
|
266 |
+
"plugin according to their own "
|
267 |
+
"needs."
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: includes/options/admin-config.php:145
|
271 |
+
msgid ""
|
272 |
+
"4. <a href=\"admin.php?"
|
273 |
+
"page=amp_options&tab=14\" "
|
274 |
+
"target=\"_blank\">Fixing AMP "
|
275 |
+
"Validation Errors</a>: "
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: includes/options/admin-config.php:145
|
279 |
+
msgid ""
|
280 |
+
"We will personally take care "
|
281 |
+
"that your website’s AMP "
|
282 |
+
"version is perfectly "
|
283 |
+
"validated. We will make sure "
|
284 |
+
"that your AMP version gets "
|
285 |
+
"approved and indexed by Google "
|
286 |
+
"Webmaster Tools properly and "
|
287 |
+
"we will even keep an eye on "
|
288 |
+
"AMP updates from Google and "
|
289 |
+
"implement them into your "
|
290 |
+
"website."
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: includes/options/admin-config.php:146
|
294 |
+
msgid ""
|
295 |
+
"5. <a href=\"https://ampforwp."
|
296 |
+
"com/help/#support-forum\" "
|
297 |
+
"target=\"_blank\">Community "
|
298 |
+
"Support Forum</a>: "
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: includes/options/admin-config.php:146
|
302 |
+
msgid ""
|
303 |
+
"We have a special community "
|
304 |
+
"support forum where you can "
|
305 |
+
"ask us questions and get help "
|
306 |
+
"about your AMP related "
|
307 |
+
"questions. Delivering a good "
|
308 |
+
"user experience means alot to "
|
309 |
+
"us and so we try our best to "
|
310 |
+
"reply each and every question "
|
311 |
+
"that gets asked."
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: includes/options/admin-config.php:147
|
315 |
+
msgid ""
|
316 |
+
"6. <a href=\"https://ampforwp."
|
317 |
+
"com/help/#contact\" target="
|
318 |
+
"\"_blank\">Hire Us / Other "
|
319 |
+
"queries</a>: "
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: includes/options/admin-config.php:147
|
323 |
+
msgid ""
|
324 |
+
"We try to answer each and "
|
325 |
+
"every email, so remember to "
|
326 |
+
"give us some time. For any "
|
327 |
+
"other queries, please use the "
|
328 |
+
"contact form. Please be "
|
329 |
+
"descriptive as possible."
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: includes/options/admin-config.php:148
|
333 |
+
msgid ""
|
334 |
+
"7. <a href=\"http://ampforwp."
|
335 |
+
"com/new/\" target=\"_blank\"> "
|
336 |
+
"What's New in this Version?</"
|
337 |
+
"a>: "
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: includes/options/admin-config.php:148
|
341 |
+
msgid ""
|
342 |
+
"If you want to know whats new "
|
343 |
+
"in the latest version of the "
|
344 |
+
"plugin, then please use this "
|
345 |
+
"link. "
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: includes/options/admin-config.php:150
|
349 |
+
#, php-format
|
350 |
+
msgid ""
|
351 |
+
" </br /></br />\n"
|
352 |
+
" <h2>"
|
353 |
+
"%1$sLike this plugin? Support "
|
354 |
+
"us by leaving a 5 Star Rating"
|
355 |
+
"%2$s</h2><br />\n"
|
356 |
+
" "
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: includes/options/admin-config.php:140
|
360 |
+
msgid ""
|
361 |
+
"<div class=\"amp-faq\">Thank "
|
362 |
+
"you for using Accelerated "
|
363 |
+
"Mobile Pages plugin. "
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: includes/options/admin-config.php:160
|
367 |
+
msgid "General"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: includes/options/admin-config.php:170
|
371 |
+
msgid "Logo"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: includes/options/admin-config.php:171
|
375 |
+
msgid ""
|
376 |
+
"Upload a logo for the AMP "
|
377 |
+
"version."
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: includes/options/admin-config.php:172
|
381 |
+
msgid ""
|
382 |
+
"Recommend logo size is: 190x36"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: includes/options/admin-config.php:176
|
386 |
+
msgid "Custom Logo Size"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: includes/options/admin-config.php:183
|
390 |
+
msgid "Logo Width"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: includes/options/admin-config.php:184
|
394 |
+
msgid ""
|
395 |
+
"Default width is 190 pixels"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: includes/options/admin-config.php:191
|
399 |
+
msgid "Logo Height"
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: includes/options/admin-config.php:192
|
403 |
+
msgid ""
|
404 |
+
"Default height is 36 pixels"
|
405 |
+
msgstr ""
|
406 |
+
|
407 |
+
#: includes/options/admin-config.php:200
|
408 |
+
msgid "AMP on Pages"
|
409 |
+
msgstr ""
|
410 |
+
|
411 |
+
#: includes/options/admin-config.php:201
|
412 |
+
msgid ""
|
413 |
+
"Enable or Disable AMP on all "
|
414 |
+
"Pages"
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: includes/options/admin-config.php:203
|
418 |
+
msgid ""
|
419 |
+
"Re-Save permalink if you make "
|
420 |
+
"changes in this option, please "
|
421 |
+
"have a look <a href=\"https://"
|
422 |
+
"ampforwp.com/flush-rewrite-"
|
423 |
+
"urls/\">here</a> on how to do "
|
424 |
+
"it"
|
425 |
+
msgstr ""
|
426 |
+
|
427 |
+
#: includes/options/admin-config.php:208
|
428 |
+
msgid ""
|
429 |
+
"Individual AMP Page (Bulk Edit)"
|
430 |
+
msgstr ""
|
431 |
+
|
432 |
+
#: includes/options/admin-config.php:209
|
433 |
+
msgid ""
|
434 |
+
"Allows you to Show or Hide AMP "
|
435 |
+
"from All pages, so it can be "
|
436 |
+
"changed individually later. "
|
437 |
+
"This option will change the "
|
438 |
+
"Default value of AMP metabox "
|
439 |
+
"in Pages"
|
440 |
+
msgstr ""
|
441 |
+
|
442 |
+
#: includes/options/admin-config.php:210
|
443 |
+
msgid ""
|
444 |
+
"NOTE: Changes will overwrite "
|
445 |
+
"the previous settings."
|
446 |
+
msgstr ""
|
447 |
+
|
448 |
+
#: includes/options/admin-config.php:212
|
449 |
+
msgid "Show by Default"
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: includes/options/admin-config.php:213
|
453 |
+
msgid "Hide by default"
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: includes/options/admin-config.php:237
|
457 |
+
msgid "Homepage"
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: includes/options/admin-config.php:244
|
461 |
+
msgid "Homepage Support"
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#: includes/options/admin-config.php:245
|
465 |
+
msgid ""
|
466 |
+
"Enable/Disable Home page using "
|
467 |
+
"this switch."
|
468 |
+
msgstr ""
|
469 |
+
|
470 |
+
#: includes/options/admin-config.php:251
|
471 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:185
|
472 |
+
msgid "Front Page"
|
473 |
+
msgstr ""
|
474 |
+
|
475 |
+
#: includes/options/admin-config.php:253
|
476 |
+
msgid "Custom AMP front page"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: includes/options/admin-config.php:261
|
480 |
+
msgid "Select Page as Front Page"
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: includes/options/admin-config.php:275
|
484 |
+
msgid ""
|
485 |
+
"Title on Static Front Page"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: includes/options/admin-config.php:276
|
489 |
+
msgid ""
|
490 |
+
"Enable/Disable display of "
|
491 |
+
"title on the Static Front Page."
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#: includes/options/admin-config.php:283
|
495 |
+
msgid ""
|
496 |
+
"Override Homepage Thumbnail "
|
497 |
+
"Size"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: includes/options/admin-config.php:292
|
501 |
+
#: includes/options/admin-config.php:314
|
502 |
+
msgid "Image Width"
|
503 |
+
msgstr ""
|
504 |
+
|
505 |
+
#: includes/options/admin-config.php:293
|
506 |
+
msgid "Defaults to 100"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: includes/options/admin-config.php:303
|
510 |
+
#: includes/options/admin-config.php:325
|
511 |
+
msgid "Image Height"
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: includes/options/admin-config.php:304
|
515 |
+
msgid "Defaults to 75"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: includes/options/admin-config.php:315
|
519 |
+
msgid "Defaults to 450"
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#: includes/options/admin-config.php:326
|
523 |
+
msgid "Defaults to 270"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: includes/options/admin-config.php:336
|
527 |
+
msgid ""
|
528 |
+
"Non-AMP HomePage link in "
|
529 |
+
"Header and Logo"
|
530 |
+
msgstr ""
|
531 |
+
|
532 |
+
#: includes/options/admin-config.php:337
|
533 |
+
msgid ""
|
534 |
+
"If you want users in header to "
|
535 |
+
"go to non-AMP website from the "
|
536 |
+
"Header, then you can enable "
|
537 |
+
"this option"
|
538 |
+
msgstr ""
|
539 |
+
|
540 |
+
#: includes/options/admin-config.php:347
|
541 |
+
msgid "Analytics"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: includes/options/admin-config.php:358
|
545 |
+
#: includes/options/admin-config.php:455
|
546 |
+
msgid "Analytics Type"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: includes/options/admin-config.php:359
|
550 |
+
#: includes/options/admin-config.php:438
|
551 |
+
msgid ""
|
552 |
+
"Select your Analytics provider."
|
553 |
+
msgstr ""
|
554 |
+
|
555 |
+
#: includes/options/admin-config.php:361
|
556 |
+
#: includes/options/admin-config.php:375
|
557 |
+
msgid "Google Analytics"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: includes/options/admin-config.php:362
|
561 |
+
#: includes/options/admin-config.php:387
|
562 |
+
msgid "Segment Analytics"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: includes/options/admin-config.php:363
|
566 |
+
#: includes/options/admin-config.php:398
|
567 |
+
msgid "Piwik Analytics"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: includes/options/admin-config.php:364
|
571 |
+
msgid "Quantcast Measurement"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: includes/options/admin-config.php:365
|
575 |
+
msgid "comScore"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: includes/options/admin-config.php:380
|
579 |
+
msgid ""
|
580 |
+
"Enter your Google Analytics ID."
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: includes/options/admin-config.php:381
|
584 |
+
msgid "Example: UA-XXXXX-Y"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: includes/options/admin-config.php:388
|
588 |
+
msgid ""
|
589 |
+
"Enter your Segment Analytics "
|
590 |
+
"Key."
|
591 |
+
msgstr ""
|
592 |
+
|
593 |
+
#: includes/options/admin-config.php:403
|
594 |
+
msgid ""
|
595 |
+
"Example: https://piwik.example."
|
596 |
+
"org/piwik.php?"
|
597 |
+
"idsite=YOUR_SITE_ID&rec=1&action_name=TITLE&urlref=DOCUMENT_REFERRER&url=CANONICAL_URL&rand=RANDOM"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: includes/options/admin-config.php:404
|
601 |
+
msgid ""
|
602 |
+
"Enter your Piwik Analytics URL."
|
603 |
+
msgstr ""
|
604 |
+
|
605 |
+
#: includes/options/admin-config.php:411
|
606 |
+
msgid "p-code"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: includes/options/admin-config.php:419
|
610 |
+
msgid "C1"
|
611 |
+
msgstr ""
|
612 |
+
|
613 |
+
#: includes/options/admin-config.php:427
|
614 |
+
msgid "C2"
|
615 |
+
msgstr ""
|
616 |
+
|
617 |
+
#: includes/options/admin-config.php:437
|
618 |
+
msgid "Use Google Tag Manager"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: includes/options/admin-config.php:444
|
622 |
+
msgid ""
|
623 |
+
"Tag Manager ID (Container ID)"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: includes/options/admin-config.php:466
|
627 |
+
msgid "Analytics ID"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: includes/options/admin-config.php:506
|
631 |
+
msgid "Design"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: includes/options/admin-config.php:507
|
635 |
+
msgid ""
|
636 |
+
"\n"
|
637 |
+
" <br /><a href=\""
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: includes/options/admin-config.php:517
|
641 |
+
msgid "Design Selector"
|
642 |
+
msgstr ""
|
643 |
+
|
644 |
+
#: includes/options/admin-config.php:518
|
645 |
+
msgid "Select your design."
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#: includes/options/admin-config.php:520
|
649 |
+
msgid "Design One"
|
650 |
+
msgstr ""
|
651 |
+
|
652 |
+
#: includes/options/admin-config.php:521
|
653 |
+
msgid "Design Two"
|
654 |
+
msgstr ""
|
655 |
+
|
656 |
+
#: includes/options/admin-config.php:522
|
657 |
+
msgid "Design Three"
|
658 |
+
msgstr ""
|
659 |
+
|
660 |
+
#: includes/options/admin-config.php:575
|
661 |
+
msgid "Featured Slider"
|
662 |
+
msgstr ""
|
663 |
+
|
664 |
+
#: includes/options/admin-config.php:584
|
665 |
+
msgid "Featured Slider Category"
|
666 |
+
msgstr ""
|
667 |
+
|
668 |
+
#: includes/options/admin-config.php:594
|
669 |
+
#: includes/options/admin-config.php:605
|
670 |
+
#: includes/options/admin-config.php:617
|
671 |
+
msgid ""
|
672 |
+
"HTTPS is mandatory for Search"
|
673 |
+
msgstr ""
|
674 |
+
|
675 |
+
#: includes/options/admin-config.php:595
|
676 |
+
#: includes/options/admin-config.php:607
|
677 |
+
#: includes/options/admin-config.php:619
|
678 |
+
msgid "Search"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
+
#: includes/options/admin-config.php:599
|
682 |
+
#: includes/options/admin-config.php:611
|
683 |
+
#: includes/options/admin-config.php:623
|
684 |
+
msgid ""
|
685 |
+
"HTTPS is required for search "
|
686 |
+
"to work on AMP pages."
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#: includes/options/admin-config.php:630
|
690 |
+
msgid "Call Now Button"
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: includes/options/admin-config.php:639
|
694 |
+
msgid "Enter Phone Number"
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#: includes/options/admin-config.php:657
|
698 |
+
msgid "Credit link"
|
699 |
+
msgstr ""
|
700 |
+
|
701 |
+
#: includes/options/admin-config.php:666
|
702 |
+
msgid "Author Bio in Single"
|
703 |
+
msgstr ""
|
704 |
+
|
705 |
+
#: includes/options/admin-config.php:675
|
706 |
+
msgid "Display Date on Single"
|
707 |
+
msgstr ""
|
708 |
+
|
709 |
+
#: includes/options/admin-config.php:679
|
710 |
+
msgid ""
|
711 |
+
"Display date along with author "
|
712 |
+
"and category"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: includes/options/admin-config.php:686
|
716 |
+
msgid "Custom CSS"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: includes/options/admin-config.php:687
|
720 |
+
msgid ""
|
721 |
+
"You can customize the "
|
722 |
+
"Stylesheet of the AMP version "
|
723 |
+
"by using this option."
|
724 |
+
msgstr ""
|
725 |
+
|
726 |
+
#: includes/options/admin-config.php:701
|
727 |
+
msgid "SEO"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: includes/options/admin-config.php:709
|
731 |
+
msgid "Meta Description"
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: includes/options/admin-config.php:710
|
735 |
+
msgid ""
|
736 |
+
"The meta tag that displays in "
|
737 |
+
"head"
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: includes/options/admin-config.php:717
|
741 |
+
msgid ""
|
742 |
+
"Additional tags for Head "
|
743 |
+
"section AMP page"
|
744 |
+
msgstr ""
|
745 |
+
|
746 |
+
#: includes/options/admin-config.php:718
|
747 |
+
msgid ""
|
748 |
+
"Adds additional Meta to the "
|
749 |
+
"head section"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: includes/options/admin-config.php:719
|
753 |
+
msgid ""
|
754 |
+
"Only link and meta tags allowed"
|
755 |
+
msgstr ""
|
756 |
+
|
757 |
+
#: includes/options/admin-config.php:727
|
758 |
+
msgid "Yoast SEO Options"
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
+
#: includes/options/admin-config.php:734
|
762 |
+
msgid ""
|
763 |
+
"Adds Social and Open Graph "
|
764 |
+
"Meta Tags from Yoast"
|
765 |
+
msgstr ""
|
766 |
+
|
767 |
+
#: includes/options/admin-config.php:735
|
768 |
+
msgid "Meta Tags from Yoast"
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: includes/options/admin-config.php:741
|
772 |
+
msgid ""
|
773 |
+
"Adds Yoast Custom description "
|
774 |
+
"to ld+json for AMP page"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: includes/options/admin-config.php:742
|
778 |
+
msgid ""
|
779 |
+
"Yoast Description in ld+json"
|
780 |
+
msgstr ""
|
781 |
+
|
782 |
+
#: includes/options/admin-config.php:749
|
783 |
+
msgid ""
|
784 |
+
"Advanced Index & No Index "
|
785 |
+
"Options"
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
+
#: includes/options/admin-config.php:755
|
789 |
+
msgid ""
|
790 |
+
"Archive subpages (sitewide)"
|
791 |
+
msgstr ""
|
792 |
+
|
793 |
+
#: includes/options/admin-config.php:764
|
794 |
+
msgid "Author Archive pages"
|
795 |
+
msgstr ""
|
796 |
+
|
797 |
+
#: includes/options/admin-config.php:773
|
798 |
+
msgid "Date Archive pages"
|
799 |
+
msgstr ""
|
800 |
+
|
801 |
+
#: includes/options/admin-config.php:782
|
802 |
+
#: includes/options/admin-config.php:1562
|
803 |
+
msgid "Categories"
|
804 |
+
msgstr ""
|
805 |
+
|
806 |
+
#: includes/options/admin-config.php:790
|
807 |
+
#: includes/options/admin-config.php:1570
|
808 |
+
msgid "Tags"
|
809 |
+
msgstr ""
|
810 |
+
|
811 |
+
#: includes/options/admin-config.php:804
|
812 |
+
msgid "Menu"
|
813 |
+
msgstr ""
|
814 |
+
|
815 |
+
#: includes/options/admin-config.php:805
|
816 |
+
msgid ""
|
817 |
+
"Add Menus to your AMP pages by "
|
818 |
+
"clicking on this <a href=\""
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
+
#: includes/options/admin-config.php:813
|
822 |
+
msgid "Auto Add AMP in Menu URL"
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: includes/options/admin-config.php:814
|
826 |
+
msgid ""
|
827 |
+
"Automatically add <code>AMP</"
|
828 |
+
"code> at the end of menu url"
|
829 |
+
msgstr ""
|
830 |
+
|
831 |
+
#: includes/options/admin-config.php:833
|
832 |
+
msgid "Advertisement"
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: includes/options/admin-config.php:842
|
836 |
+
msgid "AD #1"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: includes/options/admin-config.php:844
|
840 |
+
msgid ""
|
841 |
+
"Below the Header (SiteWide)"
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
+
#: includes/options/admin-config.php:851
|
845 |
+
#: includes/options/admin-config.php:898
|
846 |
+
#: includes/options/admin-config.php:945
|
847 |
+
#: includes/options/admin-config.php:992
|
848 |
+
msgid "AD Size"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: includes/options/admin-config.php:869
|
852 |
+
#: includes/options/admin-config.php:916
|
853 |
+
#: includes/options/admin-config.php:963
|
854 |
+
#: includes/options/admin-config.php:1010
|
855 |
+
msgid "Data AD Client"
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
+
#: includes/options/admin-config.php:870
|
859 |
+
#: includes/options/admin-config.php:917
|
860 |
+
#: includes/options/admin-config.php:964
|
861 |
+
#: includes/options/admin-config.php:1011
|
862 |
+
msgid ""
|
863 |
+
"Enter the Data Ad Client (data-"
|
864 |
+
"ad-client) from the adsense ad "
|
865 |
+
"code."
|
866 |
+
msgstr ""
|
867 |
+
|
868 |
+
#: includes/options/admin-config.php:877
|
869 |
+
#: includes/options/admin-config.php:924
|
870 |
+
#: includes/options/admin-config.php:971
|
871 |
+
#: includes/options/admin-config.php:1018
|
872 |
+
msgid "Data AD Slot"
|
873 |
+
msgstr ""
|
874 |
+
|
875 |
+
#: includes/options/admin-config.php:878
|
876 |
+
#: includes/options/admin-config.php:925
|
877 |
+
#: includes/options/admin-config.php:972
|
878 |
+
msgid ""
|
879 |
+
"Enter the Data Ad Slot (data-"
|
880 |
+
"ad-slot) from the adsense ad "
|
881 |
+
"code."
|
882 |
+
msgstr ""
|
883 |
+
|
884 |
+
#: includes/options/admin-config.php:889
|
885 |
+
msgid "AD #2"
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
+
#: includes/options/admin-config.php:891
|
889 |
+
msgid ""
|
890 |
+
"Below the Footer (SiteWide)"
|
891 |
+
msgstr ""
|
892 |
+
|
893 |
+
#: includes/options/admin-config.php:936
|
894 |
+
msgid "AD #3"
|
895 |
+
msgstr ""
|
896 |
+
|
897 |
+
#: includes/options/admin-config.php:938
|
898 |
+
msgid ""
|
899 |
+
"Above the Post Content (Single "
|
900 |
+
"Post)"
|
901 |
+
msgstr ""
|
902 |
+
|
903 |
+
#: includes/options/admin-config.php:983
|
904 |
+
msgid "AD #4"
|
905 |
+
msgstr ""
|
906 |
+
|
907 |
+
#: includes/options/admin-config.php:985
|
908 |
+
msgid ""
|
909 |
+
"Below the Post Content (Single "
|
910 |
+
"Post)"
|
911 |
+
msgstr ""
|
912 |
+
|
913 |
+
#: includes/options/admin-config.php:1019
|
914 |
+
msgid ""
|
915 |
+
"Enter the Data Ad Slot (data-"
|
916 |
+
"ad-slot) from the adsense ad "
|
917 |
+
"code. "
|
918 |
+
msgstr ""
|
919 |
+
|
920 |
+
#: includes/options/admin-config.php:1031
|
921 |
+
msgid "Single"
|
922 |
+
msgstr ""
|
923 |
+
|
924 |
+
#: includes/options/admin-config.php:1032
|
925 |
+
msgid ""
|
926 |
+
"Additional Options to control "
|
927 |
+
"the look of Single <a href=\""
|
928 |
+
msgstr ""
|
929 |
+
|
930 |
+
#: includes/options/admin-config.php:1040
|
931 |
+
msgid "Sticky Social Icons"
|
932 |
+
msgstr ""
|
933 |
+
|
934 |
+
#: includes/options/admin-config.php:1042
|
935 |
+
msgid ""
|
936 |
+
"Enable Social Icons in single"
|
937 |
+
msgstr ""
|
938 |
+
|
939 |
+
#: includes/options/admin-config.php:1048
|
940 |
+
msgid "Next-Previous Links"
|
941 |
+
msgstr ""
|
942 |
+
|
943 |
+
#: includes/options/admin-config.php:1050
|
944 |
+
msgid ""
|
945 |
+
"Enable Next-Previous links in "
|
946 |
+
"single"
|
947 |
+
msgstr ""
|
948 |
+
|
949 |
+
#: includes/options/admin-config.php:1056
|
950 |
+
msgid "Show Related Post from"
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: includes/options/admin-config.php:1058
|
954 |
+
msgid ""
|
955 |
+
"select the type of related "
|
956 |
+
"posts"
|
957 |
+
msgstr ""
|
958 |
+
|
959 |
+
#: includes/options/admin-config.php:1068
|
960 |
+
msgid "Number of Related Post"
|
961 |
+
msgstr ""
|
962 |
+
|
963 |
+
#: includes/options/admin-config.php:1069
|
964 |
+
msgid ""
|
965 |
+
"Type the number of related "
|
966 |
+
"posts you need, Eg : 2"
|
967 |
+
msgstr ""
|
968 |
+
|
969 |
+
#: includes/options/admin-config.php:1079
|
970 |
+
msgid "Social Share"
|
971 |
+
msgstr ""
|
972 |
+
|
973 |
+
#: includes/options/admin-config.php:1089
|
974 |
+
msgid "Facebook"
|
975 |
+
msgstr ""
|
976 |
+
|
977 |
+
#: includes/options/admin-config.php:1095
|
978 |
+
msgid "Facebook App ID"
|
979 |
+
msgstr ""
|
980 |
+
|
981 |
+
#: includes/options/admin-config.php:1096
|
982 |
+
msgid ""
|
983 |
+
"In order to use Facebook share "
|
984 |
+
"you need to register an app "
|
985 |
+
"ID, you can register one here: "
|
986 |
+
"https://developers.facebook."
|
987 |
+
"com/apps."
|
988 |
+
msgstr ""
|
989 |
+
|
990 |
+
#: includes/options/admin-config.php:1106
|
991 |
+
msgid "Twitter"
|
992 |
+
msgstr ""
|
993 |
+
|
994 |
+
#: includes/options/admin-config.php:1112
|
995 |
+
msgid "Twitter Handle"
|
996 |
+
msgstr ""
|
997 |
+
|
998 |
+
#: includes/options/admin-config.php:1121
|
999 |
+
msgid "GooglePlus"
|
1000 |
+
msgstr ""
|
1001 |
+
|
1002 |
+
#: includes/options/admin-config.php:1128
|
1003 |
+
msgid "Email"
|
1004 |
+
msgstr ""
|
1005 |
+
|
1006 |
+
#: includes/options/admin-config.php:1135
|
1007 |
+
msgid "Pinterest"
|
1008 |
+
msgstr ""
|
1009 |
+
|
1010 |
+
#: includes/options/admin-config.php:1142
|
1011 |
+
msgid "LinkedIn"
|
1012 |
+
msgstr ""
|
1013 |
+
|
1014 |
+
#: includes/options/admin-config.php:1149
|
1015 |
+
msgid "WhatsApp"
|
1016 |
+
msgstr ""
|
1017 |
+
|
1018 |
+
#: includes/options/admin-config.php:1155
|
1019 |
+
msgid ""
|
1020 |
+
"Social Media Profiles (Design "
|
1021 |
+
"#3)"
|
1022 |
+
msgstr ""
|
1023 |
+
|
1024 |
+
#: includes/options/admin-config.php:1156
|
1025 |
+
msgid ""
|
1026 |
+
"Please enter your personal/"
|
1027 |
+
"organizational social media "
|
1028 |
+
"profiles here"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: includes/options/admin-config.php:1166
|
1032 |
+
msgid "Twittter "
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: includes/options/admin-config.php:1175
|
1036 |
+
msgid "Twittter URL"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: includes/options/admin-config.php:1186
|
1040 |
+
msgid "Facebook "
|
1041 |
+
msgstr ""
|
1042 |
+
|
1043 |
+
#: includes/options/admin-config.php:1195
|
1044 |
+
msgid "Facebook URL"
|
1045 |
+
msgstr ""
|
1046 |
+
|
1047 |
+
#: includes/options/admin-config.php:1206
|
1048 |
+
msgid "Pintrest "
|
1049 |
+
msgstr ""
|
1050 |
+
|
1051 |
+
#: includes/options/admin-config.php:1215
|
1052 |
+
msgid "Pintrest URL"
|
1053 |
+
msgstr ""
|
1054 |
+
|
1055 |
+
#: includes/options/admin-config.php:1226
|
1056 |
+
msgid "Google Plus "
|
1057 |
+
msgstr ""
|
1058 |
+
|
1059 |
+
#: includes/options/admin-config.php:1235
|
1060 |
+
msgid "Google Plus URL"
|
1061 |
+
msgstr ""
|
1062 |
+
|
1063 |
+
#: includes/options/admin-config.php:1246
|
1064 |
+
msgid "Linkdin "
|
1065 |
+
msgstr ""
|
1066 |
+
|
1067 |
+
#: includes/options/admin-config.php:1255
|
1068 |
+
msgid "Linkdin URL"
|
1069 |
+
msgstr ""
|
1070 |
+
|
1071 |
+
#: includes/options/admin-config.php:1266
|
1072 |
+
msgid "Youtube "
|
1073 |
+
msgstr ""
|
1074 |
+
|
1075 |
+
#: includes/options/admin-config.php:1276
|
1076 |
+
msgid "Youtube URL"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: includes/options/admin-config.php:1286
|
1080 |
+
msgid "Instagram "
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: includes/options/admin-config.php:1296
|
1084 |
+
msgid "Instagram URL"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: includes/options/admin-config.php:1306
|
1088 |
+
msgid "VKontakte "
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: includes/options/admin-config.php:1316
|
1092 |
+
msgid "VKontakte URL"
|
1093 |
+
msgstr ""
|
1094 |
+
|
1095 |
+
#: includes/options/admin-config.php:1328
|
1096 |
+
msgid "Reddit"
|
1097 |
+
msgstr ""
|
1098 |
+
|
1099 |
+
#: includes/options/admin-config.php:1337
|
1100 |
+
msgid "Reddit URL"
|
1101 |
+
msgstr ""
|
1102 |
+
|
1103 |
+
#: includes/options/admin-config.php:1348
|
1104 |
+
msgid "Snapchat "
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: includes/options/admin-config.php:1357
|
1108 |
+
msgid "Snapchat URL"
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: includes/options/admin-config.php:1368
|
1112 |
+
msgid "Tumblr"
|
1113 |
+
msgstr ""
|
1114 |
+
|
1115 |
+
#: includes/options/admin-config.php:1377
|
1116 |
+
msgid "Tumblr URL"
|
1117 |
+
msgstr ""
|
1118 |
+
|
1119 |
+
#: includes/options/admin-config.php:1389
|
1120 |
+
msgid "Structured Data"
|
1121 |
+
msgstr ""
|
1122 |
+
|
1123 |
+
#: includes/options/admin-config.php:1397
|
1124 |
+
msgid ""
|
1125 |
+
"Default Structured Data Logo"
|
1126 |
+
msgstr ""
|
1127 |
+
|
1128 |
+
#: includes/options/admin-config.php:1398
|
1129 |
+
msgid ""
|
1130 |
+
"Upload the logo you want to "
|
1131 |
+
"show in Google Structured "
|
1132 |
+
"Data. "
|
1133 |
+
msgstr ""
|
1134 |
+
|
1135 |
+
#: includes/options/admin-config.php:1404
|
1136 |
+
msgid "Default Post Image"
|
1137 |
+
msgstr ""
|
1138 |
+
|
1139 |
+
#: includes/options/admin-config.php:1405
|
1140 |
+
msgid ""
|
1141 |
+
"Upload the Image you want to "
|
1142 |
+
"show as Placeholder Image."
|
1143 |
+
msgstr ""
|
1144 |
+
|
1145 |
+
#: includes/options/admin-config.php:1410
|
1146 |
+
msgid "Default Post Image Width"
|
1147 |
+
msgstr ""
|
1148 |
+
|
1149 |
+
#: includes/options/admin-config.php:1418
|
1150 |
+
msgid "Default Post Image Height"
|
1151 |
+
msgstr ""
|
1152 |
+
|
1153 |
+
#: includes/options/admin-config.php:1429
|
1154 |
+
msgid "Notifications"
|
1155 |
+
msgstr ""
|
1156 |
+
|
1157 |
+
#: includes/options/admin-config.php:1430
|
1158 |
+
msgid ""
|
1159 |
+
"Add notifications to your AMP "
|
1160 |
+
"pages"
|
1161 |
+
msgstr ""
|
1162 |
+
|
1163 |
+
#: includes/options/admin-config.php:1437
|
1164 |
+
msgid "Enable Notifications"
|
1165 |
+
msgstr ""
|
1166 |
+
|
1167 |
+
#: includes/options/admin-config.php:1439
|
1168 |
+
msgid ""
|
1169 |
+
"Show notifications on all of "
|
1170 |
+
"your AMP pages for cookie "
|
1171 |
+
"purposes, or anything else."
|
1172 |
+
msgstr ""
|
1173 |
+
|
1174 |
+
#: includes/options/admin-config.php:1445
|
1175 |
+
msgid "Notification text"
|
1176 |
+
msgstr ""
|
1177 |
+
|
1178 |
+
#: includes/options/admin-config.php:1453
|
1179 |
+
msgid ""
|
1180 |
+
"Notification accept button text"
|
1181 |
+
msgstr ""
|
1182 |
+
|
1183 |
+
#: includes/options/admin-config.php:1466
|
1184 |
+
msgid "Translation Panel"
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#: includes/options/admin-config.php:1467
|
1188 |
+
msgid ""
|
1189 |
+
"Please translate the following "
|
1190 |
+
"words of page accordingly else "
|
1191 |
+
"default content is in English "
|
1192 |
+
"Language"
|
1193 |
+
msgstr ""
|
1194 |
+
|
1195 |
+
#: includes/options/admin-config.php:1474
|
1196 |
+
msgid ""
|
1197 |
+
"Use POT file method of "
|
1198 |
+
"Translation"
|
1199 |
+
msgstr ""
|
1200 |
+
|
1201 |
+
#: includes/options/admin-config.php:1475
|
1202 |
+
msgid ""
|
1203 |
+
"Else you can use normal "
|
1204 |
+
"translation method"
|
1205 |
+
msgstr ""
|
1206 |
+
|
1207 |
+
#: includes/options/admin-config.php:1476
|
1208 |
+
msgid ""
|
1209 |
+
"Use this if you want "
|
1210 |
+
"Multilingual Translations"
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
+
#: includes/options/admin-config.php:1482
|
1214 |
+
#: templates/design-manager/design-3/index.php:163
|
1215 |
+
msgid "Show more Posts"
|
1216 |
+
msgstr ""
|
1217 |
+
|
1218 |
+
#: includes/options/admin-config.php:1490
|
1219 |
+
msgid "Show previous Posts"
|
1220 |
+
msgstr ""
|
1221 |
+
|
1222 |
+
#: includes/options/admin-config.php:1498
|
1223 |
+
#: includes/options/redux-core/inc/fields/border/field_border.php:138
|
1224 |
+
#: includes/options/redux-core/inc/fields/spacing/field_spacing.php:215
|
1225 |
+
msgid "Top"
|
1226 |
+
msgstr ""
|
1227 |
+
|
1228 |
+
#: includes/options/admin-config.php:1506
|
1229 |
+
msgid "View Non-AMP Version"
|
1230 |
+
msgstr ""
|
1231 |
+
|
1232 |
+
#: includes/options/admin-config.php:1514
|
1233 |
+
msgid "Related Post"
|
1234 |
+
msgstr ""
|
1235 |
+
|
1236 |
+
#: includes/options/admin-config.php:1522
|
1237 |
+
msgid "Navigate"
|
1238 |
+
msgstr ""
|
1239 |
+
|
1240 |
+
#: includes/options/admin-config.php:1530
|
1241 |
+
#: includes/options/redux-core/inc/fields/switch/field_switch.php:41
|
1242 |
+
msgid "On"
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
+
#: includes/options/admin-config.php:1538
|
1246 |
+
msgid "Next"
|
1247 |
+
msgstr ""
|
1248 |
+
|
1249 |
+
#: includes/options/admin-config.php:1546
|
1250 |
+
msgid "Previous"
|
1251 |
+
msgstr ""
|
1252 |
+
|
1253 |
+
#: includes/options/admin-config.php:1554
|
1254 |
+
msgid "Footer"
|
1255 |
+
msgstr ""
|
1256 |
+
|
1257 |
+
#: includes/options/admin-config.php:1578
|
1258 |
+
msgid "By"
|
1259 |
+
msgstr ""
|
1260 |
+
|
1261 |
+
#: includes/options/admin-config.php:1586
|
1262 |
+
msgid "Published by"
|
1263 |
+
msgstr ""
|
1264 |
+
|
1265 |
+
#: includes/options/admin-config.php:1594
|
1266 |
+
msgid "in"
|
1267 |
+
msgstr ""
|
1268 |
+
|
1269 |
+
#: includes/options/admin-config.php:1602
|
1270 |
+
msgid "View Comments"
|
1271 |
+
msgstr ""
|
1272 |
+
|
1273 |
+
#: includes/options/admin-config.php:1610
|
1274 |
+
msgid "Leave a Comment"
|
1275 |
+
msgstr ""
|
1276 |
+
|
1277 |
+
#: includes/options/admin-config.php:1618
|
1278 |
+
msgid "at"
|
1279 |
+
msgstr ""
|
1280 |
+
|
1281 |
+
#: includes/options/admin-config.php:1626
|
1282 |
+
msgid "says"
|
1283 |
+
msgstr ""
|
1284 |
+
|
1285 |
+
#: includes/options/admin-config.php:1634
|
1286 |
+
msgid "Edit"
|
1287 |
+
msgstr ""
|
1288 |
+
|
1289 |
+
#: includes/options/admin-config.php:1642
|
1290 |
+
msgid "ago"
|
1291 |
+
msgstr ""
|
1292 |
+
|
1293 |
+
#: includes/options/admin-config.php:1650
|
1294 |
+
msgid "Category (archive title)"
|
1295 |
+
msgstr ""
|
1296 |
+
|
1297 |
+
#: includes/options/admin-config.php:1658
|
1298 |
+
msgid "Tag (archive title)"
|
1299 |
+
msgstr ""
|
1300 |
+
|
1301 |
+
#: includes/options/admin-config.php:1666
|
1302 |
+
msgid ""
|
1303 |
+
"View More Posts (Widget Button)"
|
1304 |
+
msgstr ""
|
1305 |
+
|
1306 |
+
#: includes/options/admin-config.php:1674
|
1307 |
+
msgid "Next Read"
|
1308 |
+
msgstr ""
|
1309 |
+
|
1310 |
+
#: includes/options/admin-config.php:1682
|
1311 |
+
msgid " You searched for: "
|
1312 |
+
msgstr ""
|
1313 |
+
|
1314 |
+
#: includes/options/admin-config.php:1690
|
1315 |
+
msgid ""
|
1316 |
+
" It seems we can't find what "
|
1317 |
+
"you're looking for. "
|
1318 |
+
msgstr ""
|
1319 |
+
|
1320 |
+
#: includes/options/admin-config.php:1698
|
1321 |
+
msgid ""
|
1322 |
+
"Search bar Translation Text"
|
1323 |
+
msgstr ""
|
1324 |
+
|
1325 |
+
#: includes/options/admin-config.php:1705
|
1326 |
+
msgid "Type Here"
|
1327 |
+
msgstr ""
|
1328 |
+
|
1329 |
+
#: includes/options/admin-config.php:1715
|
1330 |
+
msgid ""
|
1331 |
+
"Type your search query and hit "
|
1332 |
+
"enter"
|
1333 |
+
msgstr ""
|
1334 |
+
|
1335 |
+
#: includes/options/admin-config.php:1750
|
1336 |
+
#: templates/customizer/customizer.php:192
|
1337 |
+
msgid "Comments"
|
1338 |
+
msgstr ""
|
1339 |
+
|
1340 |
+
#: includes/options/admin-config.php:1758
|
1341 |
+
msgid "Disqus comments Support"
|
1342 |
+
msgstr ""
|
1343 |
+
|
1344 |
+
#: includes/options/admin-config.php:1759
|
1345 |
+
msgid ""
|
1346 |
+
"Enable/Disable Disqus comments "
|
1347 |
+
"using this switch."
|
1348 |
+
msgstr ""
|
1349 |
+
|
1350 |
+
#: includes/options/admin-config.php:1765
|
1351 |
+
msgid "Disqus Name"
|
1352 |
+
msgstr ""
|
1353 |
+
|
1354 |
+
#: includes/options/admin-config.php:1766
|
1355 |
+
msgid ""
|
1356 |
+
"Eg: https://xyz.disqus.com"
|
1357 |
+
msgstr ""
|
1358 |
+
|
1359 |
+
#: includes/options/admin-config.php:1774
|
1360 |
+
msgid ""
|
1361 |
+
"Host Disqus Comments through "
|
1362 |
+
"AMPforWP Servers"
|
1363 |
+
msgstr ""
|
1364 |
+
|
1365 |
+
#: includes/options/admin-config.php:1775
|
1366 |
+
msgid ""
|
1367 |
+
"Use AMPforWP secure servers to "
|
1368 |
+
"serve Comments file. "
|
1369 |
+
"Recommended if your site is "
|
1370 |
+
"non HTTPS"
|
1371 |
+
msgstr ""
|
1372 |
+
|
1373 |
+
#: includes/options/admin-config.php:1783
|
1374 |
+
msgid "Disqus Host File"
|
1375 |
+
msgstr ""
|
1376 |
+
|
1377 |
+
#: includes/options/admin-config.php:1784
|
1378 |
+
msgid ""
|
1379 |
+
"<a href=\"https://ampforwp.com/"
|
1380 |
+
"host-disqus-comments/\"> Click "
|
1381 |
+
"here to know, How to Setup "
|
1382 |
+
"Disqus Host file on your "
|
1383 |
+
"servers </a>"
|
1384 |
+
msgstr ""
|
1385 |
+
|
1386 |
+
#: includes/options/admin-config.php:1792
|
1387 |
+
msgid "No of Comments"
|
1388 |
+
msgstr ""
|
1389 |
+
|
1390 |
+
#: includes/options/admin-config.php:1802
|
1391 |
+
msgid "Advance Settings"
|
1392 |
+
msgstr ""
|
1393 |
+
|
1394 |
+
#: includes/options/admin-config.php:1803
|
1395 |
+
msgid ""
|
1396 |
+
"This section has Advance "
|
1397 |
+
"settings"
|
1398 |
+
msgstr ""
|
1399 |
+
|
1400 |
+
#: includes/options/admin-config.php:1818
|
1401 |
+
msgid "Archive page Support"
|
1402 |
+
msgstr ""
|
1403 |
+
|
1404 |
+
#: includes/options/admin-config.php:1819
|
1405 |
+
msgid ""
|
1406 |
+
"Enable/Disable Archive pages "
|
1407 |
+
"using this switch."
|
1408 |
+
msgstr ""
|
1409 |
+
|
1410 |
+
#: includes/options/admin-config.php:1825
|
1411 |
+
msgid "Mobile Redirection"
|
1412 |
+
msgstr ""
|
1413 |
+
|
1414 |
+
#: includes/options/admin-config.php:1826
|
1415 |
+
msgid ""
|
1416 |
+
"\n"
|
1417 |
+
" Enable "
|
1418 |
+
"AMP for your mobile users. "
|
1419 |
+
"Give your visitors a Faster "
|
1420 |
+
"mobile User Experience."
|
1421 |
+
msgstr ""
|
1422 |
+
|
1423 |
+
#: includes/options/admin-config.php:1835
|
1424 |
+
msgid "RTL Support"
|
1425 |
+
msgstr ""
|
1426 |
+
|
1427 |
+
#: includes/options/admin-config.php:1837
|
1428 |
+
msgid ""
|
1429 |
+
"Enable Right to Left language "
|
1430 |
+
"support"
|
1431 |
+
msgstr ""
|
1432 |
+
|
1433 |
+
#: includes/options/admin-config.php:1844
|
1434 |
+
msgid ""
|
1435 |
+
"Link to Non-AMP page in Footer"
|
1436 |
+
msgstr ""
|
1437 |
+
|
1438 |
+
#: includes/options/admin-config.php:1845
|
1439 |
+
msgid ""
|
1440 |
+
"Enable / Disable Link to Non-"
|
1441 |
+
"AMP page in the footer"
|
1442 |
+
msgstr ""
|
1443 |
+
|
1444 |
+
#: includes/options/admin-config.php:1853
|
1445 |
+
msgid "Enter HTML in Header"
|
1446 |
+
msgstr ""
|
1447 |
+
|
1448 |
+
#: includes/options/admin-config.php:1854
|
1449 |
+
#: includes/options/admin-config.php:1862
|
1450 |
+
msgid ""
|
1451 |
+
"please enter markup that is "
|
1452 |
+
"AMP validated"
|
1453 |
+
msgstr ""
|
1454 |
+
|
1455 |
+
#: includes/options/admin-config.php:1855
|
1456 |
+
msgid ""
|
1457 |
+
"check your markup here (enter "
|
1458 |
+
"markup between HEAD tag) : "
|
1459 |
+
"https://validator.ampproject."
|
1460 |
+
"org/"
|
1461 |
+
msgstr ""
|
1462 |
+
|
1463 |
+
#: includes/options/admin-config.php:1861
|
1464 |
+
msgid "Enter HTML in Footer"
|
1465 |
+
msgstr ""
|
1466 |
+
|
1467 |
+
#: includes/options/admin-config.php:1863
|
1468 |
+
msgid ""
|
1469 |
+
"check your markup here (enter "
|
1470 |
+
"markup between BODY tag) : "
|
1471 |
+
"https://validator.ampproject."
|
1472 |
+
"org/"
|
1473 |
+
msgstr ""
|
1474 |
+
|
1475 |
+
#: includes/options/admin-config.php:1875
|
1476 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:349
|
1477 |
+
msgid "Extensions"
|
1478 |
+
msgstr ""
|
1479 |
+
|
1480 |
+
#: includes/options/admin-config.php:1896
|
1481 |
+
msgid "Fix AMP Errors"
|
1482 |
+
msgstr ""
|
1483 |
+
|
1484 |
+
#: includes/options/redux-core/core/enqueue.php:452
|
1485 |
+
#: includes/options/redux-core/inc/extensions/customizer/extension_customizer.php:685
|
1486 |
+
msgid ""
|
1487 |
+
"You have changes that are not "
|
1488 |
+
"saved. Would you like to save "
|
1489 |
+
"them now?"
|
1490 |
+
msgstr ""
|
1491 |
+
|
1492 |
+
#: includes/options/redux-core/core/enqueue.php:460
|
1493 |
+
#: includes/options/redux-core/inc/extensions/customizer/extension_customizer.php:686
|
1494 |
+
msgid ""
|
1495 |
+
"Are you sure? Resetting will "
|
1496 |
+
"lose all custom values."
|
1497 |
+
msgstr ""
|
1498 |
+
|
1499 |
+
#: includes/options/redux-core/core/enqueue.php:468
|
1500 |
+
msgid ""
|
1501 |
+
"Are you sure? Resetting will "
|
1502 |
+
"lose all custom values in this "
|
1503 |
+
"section."
|
1504 |
+
msgstr ""
|
1505 |
+
|
1506 |
+
#: includes/options/redux-core/core/enqueue.php:476
|
1507 |
+
#: includes/options/redux-core/inc/extensions/customizer/extension_customizer.php:687
|
1508 |
+
msgid ""
|
1509 |
+
"Your current options will be "
|
1510 |
+
"replaced with the values of "
|
1511 |
+
"this preset. Would you like to "
|
1512 |
+
"proceed?"
|
1513 |
+
msgstr ""
|
1514 |
+
|
1515 |
+
#: includes/options/redux-core/core/enqueue.php:483
|
1516 |
+
msgid "Please Wait"
|
1517 |
+
msgstr ""
|
1518 |
+
|
1519 |
+
#: includes/options/redux-core/core/enqueue.php:494
|
1520 |
+
msgid ""
|
1521 |
+
"There was an error saving. "
|
1522 |
+
"Here is the result of your "
|
1523 |
+
"action:"
|
1524 |
+
msgstr ""
|
1525 |
+
|
1526 |
+
#: includes/options/redux-core/core/enqueue.php:495
|
1527 |
+
msgid ""
|
1528 |
+
"There was a problem with your "
|
1529 |
+
"action. Please try again or "
|
1530 |
+
"reload the page."
|
1531 |
+
msgstr ""
|
1532 |
+
|
1533 |
+
#: includes/options/redux-core/core/panel.php:65
|
1534 |
+
msgid ""
|
1535 |
+
"Warning- This options panel "
|
1536 |
+
"will not work properly without "
|
1537 |
+
"javascript!"
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: includes/options/redux-core/core/panel.php:141
|
1541 |
+
msgid "Settings Imported!"
|
1542 |
+
msgstr ""
|
1543 |
+
|
1544 |
+
#: includes/options/redux-core/core/panel.php:156
|
1545 |
+
msgid "All Defaults Restored!"
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: includes/options/redux-core/core/panel.php:170
|
1549 |
+
msgid ""
|
1550 |
+
"Section Defaults Restored!"
|
1551 |
+
msgstr ""
|
1552 |
+
|
1553 |
+
#: includes/options/redux-core/core/panel.php:184
|
1554 |
+
msgid "Settings Saved!"
|
1555 |
+
msgstr ""
|
1556 |
+
|
1557 |
+
#: includes/options/redux-core/core/panel.php:204
|
1558 |
+
msgid ""
|
1559 |
+
"Settings have changed, you "
|
1560 |
+
"should save them!"
|
1561 |
+
msgstr ""
|
1562 |
+
|
1563 |
+
#: includes/options/redux-core/core/panel.php:212
|
1564 |
+
msgid "error(s) were found!"
|
1565 |
+
msgstr ""
|
1566 |
+
|
1567 |
+
#: includes/options/redux-core/core/panel.php:220
|
1568 |
+
msgid "warning(s) were found!"
|
1569 |
+
msgstr ""
|
1570 |
+
|
1571 |
+
#: includes/options/redux-core/core/panel.php:312
|
1572 |
+
msgid ""
|
1573 |
+
"<strong>Your panel has bundled "
|
1574 |
+
"outdated copies of Redux "
|
1575 |
+
"Framework template files</"
|
1576 |
+
"strong> – if you "
|
1577 |
+
"encounter functionality issues "
|
1578 |
+
"this could be the reason. "
|
1579 |
+
"Ensure you update or remove "
|
1580 |
+
"them."
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: includes/options/redux-core/framework.php:220
|
1584 |
+
#, php-format
|
1585 |
+
msgid ""
|
1586 |
+
"Options panel created using "
|
1587 |
+
"%1$s"
|
1588 |
+
msgstr ""
|
1589 |
+
|
1590 |
+
#: includes/options/redux-core/framework.php:220
|
1591 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:205
|
1592 |
+
msgid "Redux Framework"
|
1593 |
+
msgstr ""
|
1594 |
+
|
1595 |
+
#: includes/options/redux-core/framework.php:224
|
1596 |
+
#: includes/options/redux-core/framework.php:228
|
1597 |
+
msgid "Options"
|
1598 |
+
msgstr ""
|
1599 |
+
|
1600 |
+
#: includes/options/redux-core/framework.php:1754
|
1601 |
+
msgid "Enable"
|
1602 |
+
msgstr ""
|
1603 |
+
|
1604 |
+
#: includes/options/redux-core/framework.php:1759
|
1605 |
+
msgid "Disable"
|
1606 |
+
msgstr ""
|
1607 |
+
|
1608 |
+
#: includes/options/redux-core/framework.php:1765
|
1609 |
+
msgid "moving the mouse over"
|
1610 |
+
msgstr ""
|
1611 |
+
|
1612 |
+
#: includes/options/redux-core/framework.php:1767
|
1613 |
+
msgid "clicking"
|
1614 |
+
msgstr ""
|
1615 |
+
|
1616 |
+
#: includes/options/redux-core/framework.php:1771
|
1617 |
+
#, php-format
|
1618 |
+
msgid ""
|
1619 |
+
"Hints are tooltips that popup "
|
1620 |
+
"when %d the hint icon, "
|
1621 |
+
"offering addition information "
|
1622 |
+
"about the field in which they "
|
1623 |
+
"appear. They can be %d d by "
|
1624 |
+
"using the link below."
|
1625 |
+
msgstr ""
|
1626 |
+
|
1627 |
+
#: includes/options/redux-core/framework.php:1776
|
1628 |
+
msgid "Hints"
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#: includes/options/redux-core/framework.php:1903
|
1632 |
+
msgid "Default"
|
1633 |
+
msgstr ""
|
1634 |
+
|
1635 |
+
#: includes/options/redux-core/framework.php:2781
|
1636 |
+
msgid ""
|
1637 |
+
"Invalid security credential. "
|
1638 |
+
"Please reload the page and try "
|
1639 |
+
"again."
|
1640 |
+
msgstr ""
|
1641 |
+
|
1642 |
+
#: includes/options/redux-core/framework.php:2790
|
1643 |
+
msgid ""
|
1644 |
+
"Invalid user capability. "
|
1645 |
+
"Please reload the page and try "
|
1646 |
+
"again."
|
1647 |
+
msgstr ""
|
1648 |
+
|
1649 |
+
#: includes/options/redux-core/framework.php:2870
|
1650 |
+
msgid ""
|
1651 |
+
"Your panel has no fields. "
|
1652 |
+
"Nothing to save."
|
1653 |
+
msgstr ""
|
1654 |
+
|
1655 |
+
#: includes/options/redux-core/framework.php:3985
|
1656 |
+
msgid ""
|
1657 |
+
"<strong>Redux Framework "
|
1658 |
+
"Notice: </strong>There are "
|
1659 |
+
"references to the Redux "
|
1660 |
+
"Framework support site in your "
|
1661 |
+
"config's "
|
1662 |
+
"<code>admin_bar_links</code> "
|
1663 |
+
"argument. This is sample "
|
1664 |
+
"data. Please change or remove "
|
1665 |
+
"this data before shipping your "
|
1666 |
+
"product."
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: includes/options/redux-core/framework.php:4000
|
1670 |
+
msgid ""
|
1671 |
+
"<strong>Redux Framework "
|
1672 |
+
"Notice: </strong>There are "
|
1673 |
+
"references to the Redux "
|
1674 |
+
"Framework support site in your "
|
1675 |
+
"config's <code>share_icons</"
|
1676 |
+
"code> argument. This is "
|
1677 |
+
"sample data. Please change or "
|
1678 |
+
"remove this data before "
|
1679 |
+
"shipping your product."
|
1680 |
+
msgstr ""
|
1681 |
+
|
1682 |
+
#: includes/options/redux-core/inc/class.redux_cdn.php:74
|
1683 |
+
msgid ""
|
1684 |
+
"Please wait a few minutes, "
|
1685 |
+
"then try refreshing the page. "
|
1686 |
+
"Unable to load some remotely "
|
1687 |
+
"hosted scripts."
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: includes/options/redux-core/inc/class.redux_cdn.php:76
|
1691 |
+
#, php-format
|
1692 |
+
msgid ""
|
1693 |
+
"If you are developing offline, "
|
1694 |
+
"please download and install "
|
1695 |
+
"the <a href=\"%s\" target="
|
1696 |
+
"\"_blank\">Redux Vendor "
|
1697 |
+
"Support</a> plugin/extension "
|
1698 |
+
"to bypass the our CDN and "
|
1699 |
+
"avoid this warning"
|
1700 |
+
msgstr ""
|
1701 |
+
|
1702 |
+
#: includes/options/redux-core/inc/class.redux_cdn.php:81
|
1703 |
+
msgid "Redux Framework Warning"
|
1704 |
+
msgstr ""
|
1705 |
+
|
1706 |
+
#: includes/options/redux-core/inc/class.redux_cdn.php:81
|
1707 |
+
#, php-format
|
1708 |
+
msgid ""
|
1709 |
+
"%s CDN unavailable. Some "
|
1710 |
+
"controls may not render "
|
1711 |
+
"properly."
|
1712 |
+
msgstr ""
|
1713 |
+
|
1714 |
+
#: includes/options/redux-core/inc/class.redux_cdn.php:113
|
1715 |
+
#, php-format
|
1716 |
+
msgid ""
|
1717 |
+
"The <a href=\"%s\">Vendor "
|
1718 |
+
"Support plugin</a> (or "
|
1719 |
+
"extension) is either not "
|
1720 |
+
"installed or not activated and "
|
1721 |
+
"thus, some controls may not "
|
1722 |
+
"render properly. Please "
|
1723 |
+
"ensure that it is installed "
|
1724 |
+
"and <a href=\"%s\">activated</"
|
1725 |
+
"a>"
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: includes/options/redux-core/inc/class.redux_filesystem.php:31
|
1729 |
+
#: includes/options/redux-core/inc/class.redux_filesystem.php:60
|
1730 |
+
#: includes/options/redux-core/inc/class.redux_filesystem.php:271
|
1731 |
+
msgid "File Permission Issues"
|
1732 |
+
msgstr ""
|
1733 |
+
|
1734 |
+
#: includes/options/redux-core/inc/class.redux_filesystem.php:31
|
1735 |
+
#, php-format
|
1736 |
+
msgid ""
|
1737 |
+
"We were unable to modify "
|
1738 |
+
"required files. Please check "
|
1739 |
+
"your permissions, or modify "
|
1740 |
+
"your wp-config.php file to "
|
1741 |
+
"contain your FTP login "
|
1742 |
+
"credentials as <a href=\"%s\" "
|
1743 |
+
"target=\"_blank\">outlined "
|
1744 |
+
"here</a>."
|
1745 |
+
msgstr ""
|
1746 |
+
|
1747 |
+
#: includes/options/redux-core/inc/class.redux_filesystem.php:60
|
1748 |
+
#: includes/options/redux-core/inc/class.redux_filesystem.php:271
|
1749 |
+
#, php-format
|
1750 |
+
msgid ""
|
1751 |
+
"We were unable to modify "
|
1752 |
+
"required files. Please ensure "
|
1753 |
+
"that <code>%1s</code> has the "
|
1754 |
+
"proper read-write permissions, "
|
1755 |
+
"or modify your wp-config.php "
|
1756 |
+
"file to contain your FTP login "
|
1757 |
+
"credentials as <a href=\"%2s\" "
|
1758 |
+
"target=\"_blank\">outlined "
|
1759 |
+
"here</a>."
|
1760 |
+
msgstr ""
|
1761 |
+
|
1762 |
+
#: includes/options/redux-core/inc/class.redux_helpers.php:610
|
1763 |
+
#, php-format
|
1764 |
+
msgid ""
|
1765 |
+
"<code>%s</code> version "
|
1766 |
+
"<strong style=\"color:red\">"
|
1767 |
+
"%s</strong> is out of date. "
|
1768 |
+
"The core version is %s"
|
1769 |
+
msgstr ""
|
1770 |
+
|
1771 |
+
#: includes/options/redux-core/inc/extensions/customizer/extension_customizer.php:720
|
1772 |
+
msgid ""
|
1773 |
+
"You have changes that are not "
|
1774 |
+
"saved. Would you like to save "
|
1775 |
+
"them now?"
|
1776 |
+
msgstr ""
|
1777 |
+
|
1778 |
+
#: includes/options/redux-core/inc/extensions/customizer/extension_customizer.php:721
|
1779 |
+
msgid ""
|
1780 |
+
"Are you sure? Resetting will "
|
1781 |
+
"lose all custom values."
|
1782 |
+
msgstr ""
|
1783 |
+
|
1784 |
+
#: includes/options/redux-core/inc/extensions/customizer/extension_customizer.php:722
|
1785 |
+
msgid ""
|
1786 |
+
"Your current options will be "
|
1787 |
+
"replaced with the values of "
|
1788 |
+
"this preset. Would you like "
|
1789 |
+
"to proceed?"
|
1790 |
+
msgstr ""
|
1791 |
+
|
1792 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_panel.php:89
|
1793 |
+
msgid ""
|
1794 |
+
"Press return or enter to open "
|
1795 |
+
"this panel"
|
1796 |
+
msgstr ""
|
1797 |
+
|
1798 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_panel.php:114
|
1799 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_panel.php:142
|
1800 |
+
#, php-format
|
1801 |
+
msgid "You are customizing %s"
|
1802 |
+
msgstr ""
|
1803 |
+
|
1804 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_panel.php:138
|
1805 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_section.php:79
|
1806 |
+
msgid "Back"
|
1807 |
+
msgstr ""
|
1808 |
+
|
1809 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_panel.php:146
|
1810 |
+
msgid "Help"
|
1811 |
+
msgstr ""
|
1812 |
+
|
1813 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_section.php:72
|
1814 |
+
msgid ""
|
1815 |
+
"Press return or enter to open"
|
1816 |
+
msgstr ""
|
1817 |
+
|
1818 |
+
#: includes/options/redux-core/inc/extensions/customizer/inc/customizer_section.php:122
|
1819 |
+
msgid ""
|
1820 |
+
"Press return or enter to expand"
|
1821 |
+
msgstr ""
|
1822 |
+
|
1823 |
+
#: includes/options/redux-core/inc/extensions/import_export/extension_import_export.php:120
|
1824 |
+
msgid "Import / Export"
|
1825 |
+
msgstr ""
|
1826 |
+
|
1827 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:91
|
1828 |
+
msgid "Import Options"
|
1829 |
+
msgstr ""
|
1830 |
+
|
1831 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:95
|
1832 |
+
msgid "Import from File"
|
1833 |
+
msgstr ""
|
1834 |
+
|
1835 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:98
|
1836 |
+
msgid "Import from URL"
|
1837 |
+
msgstr ""
|
1838 |
+
|
1839 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:104
|
1840 |
+
msgid ""
|
1841 |
+
"Input your backup file below "
|
1842 |
+
"and hit Import to restore your "
|
1843 |
+
"sites options from a backup."
|
1844 |
+
msgstr ""
|
1845 |
+
|
1846 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:111
|
1847 |
+
msgid ""
|
1848 |
+
"Input the URL to another sites "
|
1849 |
+
"options set and hit Import to "
|
1850 |
+
"load the options from that "
|
1851 |
+
"site."
|
1852 |
+
msgstr ""
|
1853 |
+
|
1854 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:116
|
1855 |
+
msgid "Import"
|
1856 |
+
msgstr ""
|
1857 |
+
|
1858 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:116
|
1859 |
+
msgid ""
|
1860 |
+
"WARNING! This will overwrite "
|
1861 |
+
"all existing option values, "
|
1862 |
+
"please proceed with caution!"
|
1863 |
+
msgstr ""
|
1864 |
+
|
1865 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:120
|
1866 |
+
msgid "Export Options"
|
1867 |
+
msgstr ""
|
1868 |
+
|
1869 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:124
|
1870 |
+
msgid ""
|
1871 |
+
"Here you can copy/download "
|
1872 |
+
"your current option settings. "
|
1873 |
+
"Keep this safe as you can use "
|
1874 |
+
"it as a backup should anything "
|
1875 |
+
"go wrong, or you can use it to "
|
1876 |
+
"restore your settings on this "
|
1877 |
+
"site (or any other site)."
|
1878 |
+
msgstr ""
|
1879 |
+
|
1880 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:132
|
1881 |
+
msgid "Copy Data"
|
1882 |
+
msgstr ""
|
1883 |
+
|
1884 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:133
|
1885 |
+
msgid "Download Data File"
|
1886 |
+
msgstr ""
|
1887 |
+
|
1888 |
+
#: includes/options/redux-core/inc/extensions/import_export/import_export/field_import_export.php:134
|
1889 |
+
msgid "Copy Export URL"
|
1890 |
+
msgstr ""
|
1891 |
+
|
1892 |
+
#: includes/options/redux-core/inc/extensions/options_object/extension_options_object.php:82
|
1893 |
+
#: includes/options/redux-core/inc/extensions/options_object/options_object/field_options_object.php:104
|
1894 |
+
msgid "Options Object"
|
1895 |
+
msgstr ""
|
1896 |
+
|
1897 |
+
#: includes/options/redux-core/inc/extensions/options_object/options_object/field_options_object.php:107
|
1898 |
+
msgid ""
|
1899 |
+
"Show Object in Javascript "
|
1900 |
+
"Console Object"
|
1901 |
+
msgstr ""
|
1902 |
+
|
1903 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:124
|
1904 |
+
#: includes/options/redux-core/inc/fields/color/field_color.php:73
|
1905 |
+
#: includes/options/redux-core/inc/fields/color_gradient/field_color_gradient.php:79
|
1906 |
+
#: includes/options/redux-core/inc/fields/color_gradient/field_color_gradient.php:91
|
1907 |
+
msgid "Transparent"
|
1908 |
+
msgstr ""
|
1909 |
+
|
1910 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:141
|
1911 |
+
msgid "Background Repeat"
|
1912 |
+
msgstr ""
|
1913 |
+
|
1914 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:157
|
1915 |
+
msgid "Background Clip"
|
1916 |
+
msgstr ""
|
1917 |
+
|
1918 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:173
|
1919 |
+
msgid "Background Origin"
|
1920 |
+
msgstr ""
|
1921 |
+
|
1922 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:188
|
1923 |
+
msgid "Background Size"
|
1924 |
+
msgstr ""
|
1925 |
+
|
1926 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:203
|
1927 |
+
msgid "Background Attachment"
|
1928 |
+
msgstr ""
|
1929 |
+
|
1930 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:223
|
1931 |
+
msgid "Background Position"
|
1932 |
+
msgstr ""
|
1933 |
+
|
1934 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:277
|
1935 |
+
#: includes/options/redux-core/inc/fields/media/field_media.php:149
|
1936 |
+
msgid "No media selected"
|
1937 |
+
msgstr ""
|
1938 |
+
|
1939 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:314
|
1940 |
+
#: includes/options/redux-core/inc/fields/media/field_media.php:198
|
1941 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:126
|
1942 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:188
|
1943 |
+
#: includes/options/redux-core/inc/fields/upload/field_upload.php:30
|
1944 |
+
msgid "Upload"
|
1945 |
+
msgstr ""
|
1946 |
+
|
1947 |
+
#: includes/options/redux-core/inc/fields/background/field_background.php:321
|
1948 |
+
#: includes/options/redux-core/inc/fields/media/field_media.php:205
|
1949 |
+
#: includes/options/redux-core/inc/fields/multi_text/field_multi_text.php:69
|
1950 |
+
#: includes/options/redux-core/inc/fields/multi_text/field_multi_text.php:73
|
1951 |
+
#: includes/options/redux-core/inc/fields/multi_text/field_multi_text.php:76
|
1952 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:133
|
1953 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:190
|
1954 |
+
msgid "Remove"
|
1955 |
+
msgstr ""
|
1956 |
+
|
1957 |
+
#: includes/options/redux-core/inc/fields/border/field_border.php:125
|
1958 |
+
#: includes/options/redux-core/inc/fields/spacing/field_spacing.php:191
|
1959 |
+
msgid "All"
|
1960 |
+
msgstr ""
|
1961 |
+
|
1962 |
+
#: includes/options/redux-core/inc/fields/border/field_border.php:145
|
1963 |
+
#: includes/options/redux-core/inc/fields/spacing/field_spacing.php:222
|
1964 |
+
msgid "Right"
|
1965 |
+
msgstr ""
|
1966 |
+
|
1967 |
+
#: includes/options/redux-core/inc/fields/border/field_border.php:152
|
1968 |
+
#: includes/options/redux-core/inc/fields/spacing/field_spacing.php:229
|
1969 |
+
msgid "Bottom"
|
1970 |
+
msgstr ""
|
1971 |
+
|
1972 |
+
#: includes/options/redux-core/inc/fields/border/field_border.php:159
|
1973 |
+
#: includes/options/redux-core/inc/fields/spacing/field_spacing.php:236
|
1974 |
+
msgid "Left"
|
1975 |
+
msgstr ""
|
1976 |
+
|
1977 |
+
#: includes/options/redux-core/inc/fields/border/field_border.php:174
|
1978 |
+
msgid "Border style"
|
1979 |
+
msgstr ""
|
1980 |
+
|
1981 |
+
#: includes/options/redux-core/inc/fields/color_gradient/field_color_gradient.php:68
|
1982 |
+
msgid "From "
|
1983 |
+
msgstr ""
|
1984 |
+
|
1985 |
+
#: includes/options/redux-core/inc/fields/color_gradient/field_color_gradient.php:82
|
1986 |
+
msgid "To "
|
1987 |
+
msgstr ""
|
1988 |
+
|
1989 |
+
#: includes/options/redux-core/inc/fields/dimensions/field_dimensions.php:162
|
1990 |
+
msgid "Width"
|
1991 |
+
msgstr ""
|
1992 |
+
|
1993 |
+
#: includes/options/redux-core/inc/fields/dimensions/field_dimensions.php:178
|
1994 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:442
|
1995 |
+
msgid "Height"
|
1996 |
+
msgstr ""
|
1997 |
+
|
1998 |
+
#: includes/options/redux-core/inc/fields/dimensions/field_dimensions.php:189
|
1999 |
+
#: includes/options/redux-core/inc/fields/dimensions/field_dimensions.php:190
|
2000 |
+
#: includes/options/redux-core/inc/fields/spacing/field_spacing.php:245
|
2001 |
+
#: includes/options/redux-core/inc/fields/spacing/field_spacing.php:246
|
2002 |
+
msgid "Units"
|
2003 |
+
msgstr ""
|
2004 |
+
|
2005 |
+
#: includes/options/redux-core/inc/fields/gallery/field_gallery.php:73
|
2006 |
+
msgid "Add/Edit Gallery"
|
2007 |
+
msgstr ""
|
2008 |
+
|
2009 |
+
#: includes/options/redux-core/inc/fields/gallery/field_gallery.php:74
|
2010 |
+
msgid "Clear Gallery"
|
2011 |
+
msgstr ""
|
2012 |
+
|
2013 |
+
#: includes/options/redux-core/inc/fields/link_color/field_link_color.php:88
|
2014 |
+
msgid "Regular"
|
2015 |
+
msgstr ""
|
2016 |
+
|
2017 |
+
#: includes/options/redux-core/inc/fields/link_color/field_link_color.php:92
|
2018 |
+
msgid "Hover"
|
2019 |
+
msgstr ""
|
2020 |
+
|
2021 |
+
#: includes/options/redux-core/inc/fields/link_color/field_link_color.php:96
|
2022 |
+
msgid "Visited"
|
2023 |
+
msgstr ""
|
2024 |
+
|
2025 |
+
#: includes/options/redux-core/inc/fields/link_color/field_link_color.php:100
|
2026 |
+
msgid "Active"
|
2027 |
+
msgstr ""
|
2028 |
+
|
2029 |
+
#: includes/options/redux-core/inc/fields/multi_text/field_multi_text.php:61
|
2030 |
+
msgid "Add More"
|
2031 |
+
msgstr ""
|
2032 |
+
|
2033 |
+
#: includes/options/redux-core/inc/fields/password/field_password.php:62
|
2034 |
+
msgid "Password"
|
2035 |
+
msgstr ""
|
2036 |
+
|
2037 |
+
#: includes/options/redux-core/inc/fields/password/field_password.php:63
|
2038 |
+
msgid "Username"
|
2039 |
+
msgstr ""
|
2040 |
+
|
2041 |
+
#: includes/options/redux-core/inc/fields/select/field_select.php:83
|
2042 |
+
#: includes/options/redux-core/inc/fields/select_image/field_select_image.php:63
|
2043 |
+
msgid "Select an item"
|
2044 |
+
msgstr ""
|
2045 |
+
|
2046 |
+
#: includes/options/redux-core/inc/fields/select/field_select.php:134
|
2047 |
+
#: includes/options/redux-core/inc/fields/select_image/field_select_image.php:144
|
2048 |
+
msgid ""
|
2049 |
+
"No items of this type were "
|
2050 |
+
"found."
|
2051 |
+
msgstr ""
|
2052 |
+
|
2053 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:68
|
2054 |
+
msgid "Slide"
|
2055 |
+
msgstr ""
|
2056 |
+
|
2057 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:73
|
2058 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:174
|
2059 |
+
#, php-format
|
2060 |
+
msgid "New %s"
|
2061 |
+
msgstr ""
|
2062 |
+
|
2063 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:145
|
2064 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:200
|
2065 |
+
#: templates/customizer/customizer.php:162
|
2066 |
+
msgid "Title"
|
2067 |
+
msgstr ""
|
2068 |
+
|
2069 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:149
|
2070 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:204
|
2071 |
+
msgid "Description"
|
2072 |
+
msgstr ""
|
2073 |
+
|
2074 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:153
|
2075 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:207
|
2076 |
+
msgid "URL"
|
2077 |
+
msgstr ""
|
2078 |
+
|
2079 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:167
|
2080 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:220
|
2081 |
+
msgid "Delete"
|
2082 |
+
msgstr ""
|
2083 |
+
|
2084 |
+
#: includes/options/redux-core/inc/fields/slides/field_slides.php:223
|
2085 |
+
#, php-format
|
2086 |
+
msgid "Add %s"
|
2087 |
+
msgstr ""
|
2088 |
+
|
2089 |
+
#: includes/options/redux-core/inc/fields/switch/field_switch.php:44
|
2090 |
+
msgid "Off"
|
2091 |
+
msgstr ""
|
2092 |
+
|
2093 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:231
|
2094 |
+
msgid "Font Family"
|
2095 |
+
msgstr ""
|
2096 |
+
|
2097 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:232
|
2098 |
+
msgid "Font family"
|
2099 |
+
msgstr ""
|
2100 |
+
|
2101 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:258
|
2102 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:259
|
2103 |
+
msgid "Backup Font Family"
|
2104 |
+
msgstr ""
|
2105 |
+
|
2106 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:273
|
2107 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:281
|
2108 |
+
msgid "Font style"
|
2109 |
+
msgstr ""
|
2110 |
+
|
2111 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:274
|
2112 |
+
msgid "Font Weight & Style"
|
2113 |
+
msgstr ""
|
2114 |
+
|
2115 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:281
|
2116 |
+
msgid "Style"
|
2117 |
+
msgstr ""
|
2118 |
+
|
2119 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:321
|
2120 |
+
msgid "Font subsets"
|
2121 |
+
msgstr ""
|
2122 |
+
|
2123 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:323
|
2124 |
+
msgid "Font Subsets"
|
2125 |
+
msgstr ""
|
2126 |
+
|
2127 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:325
|
2128 |
+
msgid "Subsets"
|
2129 |
+
msgstr ""
|
2130 |
+
|
2131 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:325
|
2132 |
+
msgid "Font script"
|
2133 |
+
msgstr ""
|
2134 |
+
|
2135 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:342
|
2136 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:343
|
2137 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:344
|
2138 |
+
msgid "Text Align"
|
2139 |
+
msgstr ""
|
2140 |
+
|
2141 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:365
|
2142 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:366
|
2143 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:367
|
2144 |
+
msgid "Text Transform"
|
2145 |
+
msgstr ""
|
2146 |
+
|
2147 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:388
|
2148 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:389
|
2149 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:390
|
2150 |
+
msgid "Font Variant"
|
2151 |
+
msgstr ""
|
2152 |
+
|
2153 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:408
|
2154 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:409
|
2155 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:410
|
2156 |
+
msgid "Text Decoration"
|
2157 |
+
msgstr ""
|
2158 |
+
|
2159 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:432
|
2160 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:433
|
2161 |
+
msgid "Font Size"
|
2162 |
+
msgstr ""
|
2163 |
+
|
2164 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:433
|
2165 |
+
msgid "Size"
|
2166 |
+
msgstr ""
|
2167 |
+
|
2168 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:441
|
2169 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:442
|
2170 |
+
msgid "Line Height"
|
2171 |
+
msgstr ""
|
2172 |
+
|
2173 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:450
|
2174 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:451
|
2175 |
+
msgid "Word Spacing"
|
2176 |
+
msgstr ""
|
2177 |
+
|
2178 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:459
|
2179 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:460
|
2180 |
+
msgid "Letter Spacing"
|
2181 |
+
msgstr ""
|
2182 |
+
|
2183 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:478
|
2184 |
+
msgid "Font Color"
|
2185 |
+
msgstr ""
|
2186 |
+
|
2187 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:480
|
2188 |
+
msgid "Font color"
|
2189 |
+
msgstr ""
|
2190 |
+
|
2191 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:890
|
2192 |
+
msgid "Standard Fonts"
|
2193 |
+
msgstr ""
|
2194 |
+
|
2195 |
+
#: includes/options/redux-core/inc/fields/typography/field_typography.php:991
|
2196 |
+
msgid "Google Webfonts"
|
2197 |
+
msgstr ""
|
2198 |
+
|
2199 |
+
#: includes/options/redux-core/inc/fields/upload/field_upload.php:31
|
2200 |
+
msgid "Remove Upload"
|
2201 |
+
msgstr ""
|
2202 |
+
|
2203 |
+
#: includes/options/redux-core/inc/themecheck/checks/embedded.php:15
|
2204 |
+
#, php-format
|
2205 |
+
msgid ""
|
2206 |
+
"<span class=\"tc-lead tc-"
|
2207 |
+
"recommended\">RECOMMENDED</"
|
2208 |
+
"span>: If you are submitting "
|
2209 |
+
"to WordPress.org Theme "
|
2210 |
+
"Repository, it is "
|
2211 |
+
"<strong>strongly</strong> "
|
2212 |
+
"suggested that you read <a "
|
2213 |
+
"href=\"%s\" target=\"_blank"
|
2214 |
+
"\">this document</a>, or your "
|
2215 |
+
"theme will be rejected because "
|
2216 |
+
"of Redux."
|
2217 |
+
msgstr ""
|
2218 |
+
|
2219 |
+
#: includes/options/redux-core/inc/themecheck/checks/embedded.php:24
|
2220 |
+
#, php-format
|
2221 |
+
msgid ""
|
2222 |
+
"<span class=\"tc-lead tc-"
|
2223 |
+
"required\">REQUIRED</span>: "
|
2224 |
+
"You MUST delete <strong> %s </"
|
2225 |
+
"strong>, or your theme will be "
|
2226 |
+
"rejected by WP.org theme "
|
2227 |
+
"submission because of Redux."
|
2228 |
+
msgstr ""
|
2229 |
+
|
2230 |
+
#: includes/options/redux-core/inc/themecheck/checks/embedded.php:38
|
2231 |
+
msgid "Optional"
|
2232 |
+
msgstr ""
|
2233 |
+
|
2234 |
+
#: includes/options/redux-core/inc/themecheck/checks/embedded.php:40
|
2235 |
+
msgid ""
|
2236 |
+
"<span class=\"tc-lead tc-"
|
2237 |
+
"recommended\">RECOMMENDED</"
|
2238 |
+
"span>: The following arguments "
|
2239 |
+
"MUST be used for WP.org "
|
2240 |
+
"submissions, or you will be "
|
2241 |
+
"rejected because of your Redux "
|
2242 |
+
"configuration."
|
2243 |
+
msgstr ""
|
2244 |
+
|
2245 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:16
|
2246 |
+
msgid ""
|
2247 |
+
"Redux localization utilities"
|
2248 |
+
msgstr ""
|
2249 |
+
|
2250 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:17
|
2251 |
+
msgid "Redux Resting Diles"
|
2252 |
+
msgstr ""
|
2253 |
+
|
2254 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:18
|
2255 |
+
msgid "Redux Code Styles"
|
2256 |
+
msgstr ""
|
2257 |
+
|
2258 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:19
|
2259 |
+
msgid "Redux Unit Testing"
|
2260 |
+
msgstr ""
|
2261 |
+
|
2262 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:20
|
2263 |
+
msgid "Redux Plugin File"
|
2264 |
+
msgstr ""
|
2265 |
+
|
2266 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:21
|
2267 |
+
msgid "Redux Boostrap Tests"
|
2268 |
+
msgstr ""
|
2269 |
+
|
2270 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:22
|
2271 |
+
msgid "CI Testing FIle"
|
2272 |
+
msgstr ""
|
2273 |
+
|
2274 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:23
|
2275 |
+
msgid "PHP Unit Testing"
|
2276 |
+
msgstr ""
|
2277 |
+
|
2278 |
+
#: includes/options/redux-core/inc/themecheck/checks/full_package.php:36
|
2279 |
+
msgid ""
|
2280 |
+
"It appears that you have "
|
2281 |
+
"embedded the full Redux "
|
2282 |
+
"package inside your theme. You "
|
2283 |
+
"need only embed the "
|
2284 |
+
"<strong>ReduxCore</strong> "
|
2285 |
+
"folder. Embedding anything "
|
2286 |
+
"else will get your rejected "
|
2287 |
+
"from theme submission. "
|
2288 |
+
"Suspected Redux package "
|
2289 |
+
"file(s):"
|
2290 |
+
msgstr ""
|
2291 |
+
|
2292 |
+
#: includes/options/redux-core/inc/tracking.php:129
|
2293 |
+
msgid "Help improve Our Panel"
|
2294 |
+
msgstr ""
|
2295 |
+
|
2296 |
+
#: includes/options/redux-core/inc/tracking.php:130
|
2297 |
+
msgid ""
|
2298 |
+
"Please helps us improve our "
|
2299 |
+
"panel by allowing us to gather "
|
2300 |
+
"anonymous usage stats so we "
|
2301 |
+
"know which configurations, "
|
2302 |
+
"plugins and themes to test to "
|
2303 |
+
"ensure compatibility."
|
2304 |
+
msgstr ""
|
2305 |
+
|
2306 |
+
#: includes/options/redux-core/inc/tracking.php:135
|
2307 |
+
msgid "Allow tracking"
|
2308 |
+
msgstr ""
|
2309 |
+
|
2310 |
+
#: includes/options/redux-core/inc/tracking.php:140
|
2311 |
+
msgid "Do not allow tracking"
|
2312 |
+
msgstr ""
|
2313 |
+
|
2314 |
+
#: includes/options/redux-core/inc/tracking.php:151
|
2315 |
+
msgid ""
|
2316 |
+
"Welcome to the Redux Demo Panel"
|
2317 |
+
msgstr ""
|
2318 |
+
|
2319 |
+
#: includes/options/redux-core/inc/tracking.php:152
|
2320 |
+
#, php-format
|
2321 |
+
msgid ""
|
2322 |
+
"This panel demonstrates the "
|
2323 |
+
"many features of Redux. "
|
2324 |
+
"Before digging in, we suggest "
|
2325 |
+
"you get up to speed by "
|
2326 |
+
"reviewing %1$s."
|
2327 |
+
msgstr ""
|
2328 |
+
|
2329 |
+
#: includes/options/redux-core/inc/tracking.php:152
|
2330 |
+
msgid "our documentation"
|
2331 |
+
msgstr ""
|
2332 |
+
|
2333 |
+
#: includes/options/redux-core/inc/tracking.php:153
|
2334 |
+
msgid "Redux Generator"
|
2335 |
+
msgstr ""
|
2336 |
+
|
2337 |
+
#: includes/options/redux-core/inc/tracking.php:153
|
2338 |
+
#, php-format
|
2339 |
+
msgid ""
|
2340 |
+
"Want to get a head start? Use "
|
2341 |
+
"the %1$s. It will create a "
|
2342 |
+
"customized boilerplate theme "
|
2343 |
+
"or a standalone admin folder "
|
2344 |
+
"complete with all things Redux "
|
2345 |
+
"(with the help of Underscores "
|
2346 |
+
"and TGM). Save yourself a "
|
2347 |
+
"headache and try it today."
|
2348 |
+
msgstr ""
|
2349 |
+
|
2350 |
+
#: includes/options/redux-core/inc/tracking.php:154
|
2351 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:229
|
2352 |
+
msgid "Redux Extensions"
|
2353 |
+
msgstr ""
|
2354 |
+
|
2355 |
+
#: includes/options/redux-core/inc/tracking.php:154
|
2356 |
+
#, php-format
|
2357 |
+
msgid ""
|
2358 |
+
"Did you know we have "
|
2359 |
+
"extensions, which greatly "
|
2360 |
+
"enhance the features of "
|
2361 |
+
"Redux? Visit our %1$s to "
|
2362 |
+
"learn more!"
|
2363 |
+
msgstr ""
|
2364 |
+
|
2365 |
+
#: includes/options/redux-core/inc/tracking.php:154
|
2366 |
+
msgid "extensions directory"
|
2367 |
+
msgstr ""
|
2368 |
+
|
2369 |
+
#: includes/options/redux-core/inc/tracking.php:155
|
2370 |
+
msgid "Like Redux?"
|
2371 |
+
msgstr ""
|
2372 |
+
|
2373 |
+
#: includes/options/redux-core/inc/tracking.php:155
|
2374 |
+
#, php-format
|
2375 |
+
msgid ""
|
2376 |
+
"If so, please %1$s and "
|
2377 |
+
"consider making a %2$s to keep "
|
2378 |
+
"development of Redux moving "
|
2379 |
+
"forward."
|
2380 |
+
msgstr ""
|
2381 |
+
|
2382 |
+
#: includes/options/redux-core/inc/tracking.php:155
|
2383 |
+
msgid ""
|
2384 |
+
"leave us a favorable review on "
|
2385 |
+
"WordPress.org"
|
2386 |
+
msgstr ""
|
2387 |
+
|
2388 |
+
#: includes/options/redux-core/inc/tracking.php:155
|
2389 |
+
msgid "donation"
|
2390 |
+
msgstr ""
|
2391 |
+
|
2392 |
+
#: includes/options/redux-core/inc/tracking.php:156
|
2393 |
+
msgid "Newsletter"
|
2394 |
+
msgstr ""
|
2395 |
+
|
2396 |
+
#: includes/options/redux-core/inc/tracking.php:156
|
2397 |
+
msgid ""
|
2398 |
+
"If you'd like to keep up to "
|
2399 |
+
"with all things Redux, please "
|
2400 |
+
"subscribe to our newsletter"
|
2401 |
+
msgstr ""
|
2402 |
+
|
2403 |
+
#: includes/options/redux-core/inc/tracking.php:157
|
2404 |
+
msgid "Email address"
|
2405 |
+
msgstr ""
|
2406 |
+
|
2407 |
+
#: includes/options/redux-core/inc/tracking.php:157
|
2408 |
+
msgid "Subscribe"
|
2409 |
+
msgstr ""
|
2410 |
+
|
2411 |
+
#: includes/options/redux-core/inc/tracking.php:166
|
2412 |
+
msgid "Close"
|
2413 |
+
msgstr ""
|
2414 |
+
|
2415 |
+
#: includes/options/redux-core/inc/validation/color/validation_color.php:15
|
2416 |
+
#: includes/options/redux-core/inc/validation/color_rgba/validation_color_rgba.php:14
|
2417 |
+
#: includes/options/redux-core/inc/validation/colorrgba/validation_colorrgba.php:16
|
2418 |
+
msgid ""
|
2419 |
+
"This field must be a valid "
|
2420 |
+
"color value."
|
2421 |
+
msgstr ""
|
2422 |
+
|
2423 |
+
#: includes/options/redux-core/inc/validation/comma_numeric/validation_comma_numeric.php:16
|
2424 |
+
msgid ""
|
2425 |
+
"You must provide a comma "
|
2426 |
+
"separated list of numerical "
|
2427 |
+
"values for this option."
|
2428 |
+
msgstr ""
|
2429 |
+
|
2430 |
+
#: includes/options/redux-core/inc/validation/css/validation_css.php:39
|
2431 |
+
msgid ""
|
2432 |
+
"Unsafe strings were found in "
|
2433 |
+
"your CSS and have been "
|
2434 |
+
"filtered out."
|
2435 |
+
msgstr ""
|
2436 |
+
|
2437 |
+
#: includes/options/redux-core/inc/validation/date/validation_date.php:16
|
2438 |
+
msgid ""
|
2439 |
+
"This field must be a valid "
|
2440 |
+
"date."
|
2441 |
+
msgstr ""
|
2442 |
+
|
2443 |
+
#: includes/options/redux-core/inc/validation/email/validation_email.php:16
|
2444 |
+
#: includes/options/redux-core/inc/validation/email_not_empty/validation_email_not_empty.php:16
|
2445 |
+
msgid ""
|
2446 |
+
"You must provide a valid email "
|
2447 |
+
"for this option."
|
2448 |
+
msgstr ""
|
2449 |
+
|
2450 |
+
#: includes/options/redux-core/inc/validation/no_html/validation_no_html.php:15
|
2451 |
+
msgid ""
|
2452 |
+
"You must not enter any HTML in "
|
2453 |
+
"this field, all HTML tags have "
|
2454 |
+
"been removed."
|
2455 |
+
msgstr ""
|
2456 |
+
|
2457 |
+
#: includes/options/redux-core/inc/validation/no_special_chars/validation_no_special_chars.php:16
|
2458 |
+
msgid ""
|
2459 |
+
"You must not enter any special "
|
2460 |
+
"characters in this field, all "
|
2461 |
+
"special characters have been "
|
2462 |
+
"removed."
|
2463 |
+
msgstr ""
|
2464 |
+
|
2465 |
+
#: includes/options/redux-core/inc/validation/not_empty/validation_not_empty.php:16
|
2466 |
+
msgid ""
|
2467 |
+
"This field cannot be empty. "
|
2468 |
+
"Please provide a value."
|
2469 |
+
msgstr ""
|
2470 |
+
|
2471 |
+
#: includes/options/redux-core/inc/validation/numeric/validation_numeric.php:16
|
2472 |
+
#: includes/options/redux-core/inc/validation/numeric_not_empty/validation_numeric_not_empty.php:16
|
2473 |
+
msgid ""
|
2474 |
+
"You must provide a numerical "
|
2475 |
+
"value for this option."
|
2476 |
+
msgstr ""
|
2477 |
+
|
2478 |
+
#: includes/options/redux-core/inc/validation/unique_slug/validation_unique_slug.php:16
|
2479 |
+
#, php-format
|
2480 |
+
msgid ""
|
2481 |
+
"That URL slug is in use, "
|
2482 |
+
"please choose another. <code>"
|
2483 |
+
"%s</code> is open for use."
|
2484 |
+
msgstr ""
|
2485 |
+
|
2486 |
+
#: includes/options/redux-core/inc/validation/url/validation_url.php:16
|
2487 |
+
msgid ""
|
2488 |
+
"You must provide a valid URL "
|
2489 |
+
"for this option."
|
2490 |
+
msgstr ""
|
2491 |
+
|
2492 |
+
#: includes/options/redux-core/inc/welcome/views/about.php:2
|
2493 |
+
#, php-format
|
2494 |
+
msgid ""
|
2495 |
+
"Welcome to Redux Framework %s"
|
2496 |
+
msgstr ""
|
2497 |
+
|
2498 |
+
#: includes/options/redux-core/inc/welcome/views/about.php:5
|
2499 |
+
#, php-format
|
2500 |
+
msgid ""
|
2501 |
+
"Thank you for updating to the "
|
2502 |
+
"latest version! Redux "
|
2503 |
+
"Framework %s is a huge step "
|
2504 |
+
"forward in Redux Development. "
|
2505 |
+
"Look at all that's new."
|
2506 |
+
msgstr ""
|
2507 |
+
|
2508 |
+
#: includes/options/redux-core/inc/welcome/views/about.php:8
|
2509 |
+
#: includes/options/redux-core/inc/welcome/views/changelog.php:10
|
2510 |
+
#: includes/options/redux-core/inc/welcome/views/credits.php:10
|
2511 |
+
#: includes/options/redux-core/inc/welcome/views/extensions.php:81
|
2512 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:34
|
2513 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:8
|
2514 |
+
#, php-format
|
2515 |
+
msgid "Version %s"
|
2516 |
+
msgstr ""
|
2517 |
+
|
2518 |
+
#: includes/options/redux-core/inc/welcome/views/about.php:15
|
2519 |
+
msgid "What is Redux Framework?"
|
2520 |
+
msgstr ""
|
2521 |
+
|
2522 |
+
#: includes/options/redux-core/inc/welcome/views/about.php:17
|
2523 |
+
msgid ""
|
2524 |
+
"Redux Framework is the core of "
|
2525 |
+
"many products on the web. It "
|
2526 |
+
"is an option framework which "
|
2527 |
+
"developers use to\n"
|
2528 |
+
" enhance their "
|
2529 |
+
"products."
|
2530 |
+
msgstr ""
|
2531 |
+
|
2532 |
+
#: includes/options/redux-core/inc/welcome/views/about.php:22
|
2533 |
+
msgid "Learn More"
|
2534 |
+
msgstr ""
|
2535 |
+
|
2536 |
+
#: includes/options/redux-core/inc/welcome/views/about.php:28
|
2537 |
+
msgid "New in this Release"
|
2538 |
+
msgstr ""
|
2539 |
+
|
2540 |
+
#: includes/options/redux-core/inc/welcome/views/changelog.php:2
|
2541 |
+
msgid ""
|
2542 |
+
"Redux Framework - Changelog"
|
2543 |
+
msgstr ""
|
2544 |
+
|
2545 |
+
#: includes/options/redux-core/inc/welcome/views/changelog.php:5
|
2546 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:30
|
2547 |
+
msgid ""
|
2548 |
+
"Our core mantra at Redux is "
|
2549 |
+
"backwards compatibility. With "
|
2550 |
+
"hundreds of thousands of "
|
2551 |
+
"instances worldwide, you can "
|
2552 |
+
"be assured that we will take "
|
2553 |
+
"care of you and your clients."
|
2554 |
+
msgstr ""
|
2555 |
+
|
2556 |
+
#: includes/options/redux-core/inc/welcome/views/credits.php:2
|
2557 |
+
msgid ""
|
2558 |
+
"Redux Framework - A Community "
|
2559 |
+
"Effort"
|
2560 |
+
msgstr ""
|
2561 |
+
|
2562 |
+
#: includes/options/redux-core/inc/welcome/views/credits.php:5
|
2563 |
+
msgid ""
|
2564 |
+
"We recognize we are nothing "
|
2565 |
+
"without our community. We "
|
2566 |
+
"would like to thank all of "
|
2567 |
+
"those who help Redux to be "
|
2568 |
+
"what it is. Thank you for your "
|
2569 |
+
"involvement."
|
2570 |
+
msgstr ""
|
2571 |
+
|
2572 |
+
#: includes/options/redux-core/inc/welcome/views/credits.php:18
|
2573 |
+
#, php-format
|
2574 |
+
msgid ""
|
2575 |
+
"Redux is created by a "
|
2576 |
+
"community of developers world "
|
2577 |
+
"wide. Want to have your name "
|
2578 |
+
"listed too? <a href=\"%d\" "
|
2579 |
+
"target=\"_blank\">Contribute "
|
2580 |
+
"to Redux</a>."
|
2581 |
+
msgstr ""
|
2582 |
+
|
2583 |
+
#: includes/options/redux-core/inc/welcome/views/extensions.php:73
|
2584 |
+
msgid ""
|
2585 |
+
"Redux Framework - Extensions"
|
2586 |
+
msgstr ""
|
2587 |
+
|
2588 |
+
#: includes/options/redux-core/inc/welcome/views/extensions.php:76
|
2589 |
+
msgid ""
|
2590 |
+
"Supercharge your Redux "
|
2591 |
+
"experience. Our extensions "
|
2592 |
+
"provide you with features that "
|
2593 |
+
"will take your products to the "
|
2594 |
+
"next level."
|
2595 |
+
msgstr ""
|
2596 |
+
|
2597 |
+
#: includes/options/redux-core/inc/welcome/views/extensions.php:89
|
2598 |
+
msgid ""
|
2599 |
+
"While some are built "
|
2600 |
+
"specificially for developers, "
|
2601 |
+
"extensions such as Custom "
|
2602 |
+
"Fonts are sure to make any "
|
2603 |
+
"user happy."
|
2604 |
+
msgstr ""
|
2605 |
+
|
2606 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:26
|
2607 |
+
msgid ""
|
2608 |
+
"Redux Framework - System Status"
|
2609 |
+
msgstr ""
|
2610 |
+
|
2611 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:43
|
2612 |
+
msgid ""
|
2613 |
+
"Please copy and paste this "
|
2614 |
+
"information in your ticket "
|
2615 |
+
"when contacting support:"
|
2616 |
+
msgstr ""
|
2617 |
+
|
2618 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:48
|
2619 |
+
msgid "Get System Report"
|
2620 |
+
msgstr ""
|
2621 |
+
|
2622 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:53
|
2623 |
+
msgid ""
|
2624 |
+
"Understanding the Status Report"
|
2625 |
+
msgstr ""
|
2626 |
+
|
2627 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:62
|
2628 |
+
msgid "Copied!"
|
2629 |
+
msgstr ""
|
2630 |
+
|
2631 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:63
|
2632 |
+
msgid "Copy for Support"
|
2633 |
+
msgstr ""
|
2634 |
+
|
2635 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:73
|
2636 |
+
msgid "WordPress Environment"
|
2637 |
+
msgstr ""
|
2638 |
+
|
2639 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:80
|
2640 |
+
msgid "Home URL"
|
2641 |
+
msgstr ""
|
2642 |
+
|
2643 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:83
|
2644 |
+
msgid ""
|
2645 |
+
"The URL of your site's "
|
2646 |
+
"homepage."
|
2647 |
+
msgstr ""
|
2648 |
+
|
2649 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:89
|
2650 |
+
msgid "Site URL"
|
2651 |
+
msgstr ""
|
2652 |
+
|
2653 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:92
|
2654 |
+
msgid ""
|
2655 |
+
"The root URL of your site."
|
2656 |
+
msgstr ""
|
2657 |
+
|
2658 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:100
|
2659 |
+
msgid "Redux Version"
|
2660 |
+
msgstr ""
|
2661 |
+
|
2662 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:103
|
2663 |
+
msgid ""
|
2664 |
+
"The version of Redux Framework "
|
2665 |
+
"installed on your site."
|
2666 |
+
msgstr ""
|
2667 |
+
|
2668 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:111
|
2669 |
+
msgid ""
|
2670 |
+
"Redux Data Directory Writable"
|
2671 |
+
msgstr ""
|
2672 |
+
|
2673 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:114
|
2674 |
+
msgid ""
|
2675 |
+
"Redux and its extensions write "
|
2676 |
+
"data to the <code>uploads</"
|
2677 |
+
"code> directory. This "
|
2678 |
+
"directory must be writable."
|
2679 |
+
msgstr ""
|
2680 |
+
|
2681 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:120
|
2682 |
+
#, php-format
|
2683 |
+
msgid ""
|
2684 |
+
"To allow data saving, make "
|
2685 |
+
"<code>%s</code> writable."
|
2686 |
+
msgstr ""
|
2687 |
+
|
2688 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:126
|
2689 |
+
msgid "WP Content URL"
|
2690 |
+
msgstr ""
|
2691 |
+
|
2692 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:129
|
2693 |
+
msgid ""
|
2694 |
+
"The location of Wordpress's "
|
2695 |
+
"content URL."
|
2696 |
+
msgstr ""
|
2697 |
+
|
2698 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:137
|
2699 |
+
msgid "WP Version"
|
2700 |
+
msgstr ""
|
2701 |
+
|
2702 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:140
|
2703 |
+
msgid ""
|
2704 |
+
"The version of WordPress "
|
2705 |
+
"installed on your site."
|
2706 |
+
msgstr ""
|
2707 |
+
|
2708 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:148
|
2709 |
+
msgid "WP Multisite"
|
2710 |
+
msgstr ""
|
2711 |
+
|
2712 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:151
|
2713 |
+
msgid ""
|
2714 |
+
"Whether or not you have "
|
2715 |
+
"WordPress Multisite enabled."
|
2716 |
+
msgstr ""
|
2717 |
+
|
2718 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:162
|
2719 |
+
msgid "Permalink Structure"
|
2720 |
+
msgstr ""
|
2721 |
+
|
2722 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:165
|
2723 |
+
msgid ""
|
2724 |
+
"The current permalink "
|
2725 |
+
"structure as defined in "
|
2726 |
+
"Wordpress Settings->Permalinks."
|
2727 |
+
msgstr ""
|
2728 |
+
|
2729 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:174
|
2730 |
+
msgid "Front Page Display"
|
2731 |
+
msgstr ""
|
2732 |
+
|
2733 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:176
|
2734 |
+
msgid ""
|
2735 |
+
"The current Reading mode of "
|
2736 |
+
"Wordpress."
|
2737 |
+
msgstr ""
|
2738 |
+
|
2739 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:188
|
2740 |
+
msgid ""
|
2741 |
+
"The currently selected page "
|
2742 |
+
"which acts as the site's Front "
|
2743 |
+
"Page."
|
2744 |
+
msgstr ""
|
2745 |
+
|
2746 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:196
|
2747 |
+
msgid "Posts Page"
|
2748 |
+
msgstr ""
|
2749 |
+
|
2750 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:199
|
2751 |
+
msgid ""
|
2752 |
+
"The currently selected page in "
|
2753 |
+
"where blog posts are displayed."
|
2754 |
+
msgstr ""
|
2755 |
+
|
2756 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:210
|
2757 |
+
msgid "WP Memory Limit"
|
2758 |
+
msgstr ""
|
2759 |
+
|
2760 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:213
|
2761 |
+
msgid ""
|
2762 |
+
"The maximum amount of memory "
|
2763 |
+
"(RAM) that your site can use "
|
2764 |
+
"at one time."
|
2765 |
+
msgstr ""
|
2766 |
+
|
2767 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:220
|
2768 |
+
#, php-format
|
2769 |
+
msgid ""
|
2770 |
+
"%s - We recommend setting "
|
2771 |
+
"memory to at least 40MB. See: "
|
2772 |
+
"<a href=\"%s\" target=\"_blank"
|
2773 |
+
"\">Increasing memory allocated "
|
2774 |
+
"to PHP</a>"
|
2775 |
+
msgstr ""
|
2776 |
+
|
2777 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:229
|
2778 |
+
msgid "Database Table Prefix"
|
2779 |
+
msgstr ""
|
2780 |
+
|
2781 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:232
|
2782 |
+
msgid ""
|
2783 |
+
"The prefix structure of the "
|
2784 |
+
"current Wordpress database."
|
2785 |
+
msgstr ""
|
2786 |
+
|
2787 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:240
|
2788 |
+
msgid "WP Debug Mode"
|
2789 |
+
msgstr ""
|
2790 |
+
|
2791 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:243
|
2792 |
+
msgid ""
|
2793 |
+
"Displays whether or not "
|
2794 |
+
"WordPress is in Debug Mode."
|
2795 |
+
msgstr ""
|
2796 |
+
|
2797 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:255
|
2798 |
+
msgid "Language"
|
2799 |
+
msgstr ""
|
2800 |
+
|
2801 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:258
|
2802 |
+
msgid ""
|
2803 |
+
"The current language used by "
|
2804 |
+
"WordPress. Default = English"
|
2805 |
+
msgstr ""
|
2806 |
+
|
2807 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:270
|
2808 |
+
msgid "Browser"
|
2809 |
+
msgstr ""
|
2810 |
+
|
2811 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:277
|
2812 |
+
msgid "Browser Info"
|
2813 |
+
msgstr ""
|
2814 |
+
|
2815 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:280
|
2816 |
+
msgid ""
|
2817 |
+
"Information about web browser "
|
2818 |
+
"current in use."
|
2819 |
+
msgstr ""
|
2820 |
+
|
2821 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:297
|
2822 |
+
msgid "Server Environment"
|
2823 |
+
msgstr ""
|
2824 |
+
|
2825 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:304
|
2826 |
+
msgid "Server Info"
|
2827 |
+
msgstr ""
|
2828 |
+
|
2829 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:307
|
2830 |
+
msgid ""
|
2831 |
+
"Information about the web "
|
2832 |
+
"server that is currently "
|
2833 |
+
"hosting your site."
|
2834 |
+
msgstr ""
|
2835 |
+
|
2836 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:315
|
2837 |
+
msgid "Localhost Environment"
|
2838 |
+
msgstr ""
|
2839 |
+
|
2840 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:318
|
2841 |
+
msgid ""
|
2842 |
+
"Is the server running in a "
|
2843 |
+
"localhost environment."
|
2844 |
+
msgstr ""
|
2845 |
+
|
2846 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:332
|
2847 |
+
msgid "PHP Version"
|
2848 |
+
msgstr ""
|
2849 |
+
|
2850 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:335
|
2851 |
+
msgid ""
|
2852 |
+
"The version of PHP installed "
|
2853 |
+
"on your hosting server."
|
2854 |
+
msgstr ""
|
2855 |
+
|
2856 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:343
|
2857 |
+
msgid "ABSPATH"
|
2858 |
+
msgstr ""
|
2859 |
+
|
2860 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:346
|
2861 |
+
msgid ""
|
2862 |
+
"The ABSPATH variable on the "
|
2863 |
+
"server."
|
2864 |
+
msgstr ""
|
2865 |
+
|
2866 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:355
|
2867 |
+
msgid "PHP Memory Limit"
|
2868 |
+
msgstr ""
|
2869 |
+
|
2870 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:356
|
2871 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:361
|
2872 |
+
msgid ""
|
2873 |
+
"The largest filesize that can "
|
2874 |
+
"be contained in one post."
|
2875 |
+
msgstr ""
|
2876 |
+
|
2877 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:360
|
2878 |
+
msgid "PHP Post Max Size"
|
2879 |
+
msgstr ""
|
2880 |
+
|
2881 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:365
|
2882 |
+
msgid "PHP Time Limit"
|
2883 |
+
msgstr ""
|
2884 |
+
|
2885 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:366
|
2886 |
+
msgid ""
|
2887 |
+
"The amount of time (in "
|
2888 |
+
"seconds) that your site will "
|
2889 |
+
"spend on a single operation "
|
2890 |
+
"before timing out (to avoid "
|
2891 |
+
"server lockups)"
|
2892 |
+
msgstr ""
|
2893 |
+
|
2894 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:370
|
2895 |
+
msgid "PHP Max Input Vars"
|
2896 |
+
msgstr ""
|
2897 |
+
|
2898 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:371
|
2899 |
+
msgid ""
|
2900 |
+
"The maximum number of "
|
2901 |
+
"variables your server can use "
|
2902 |
+
"for a single function to avoid "
|
2903 |
+
"overloads."
|
2904 |
+
msgstr ""
|
2905 |
+
|
2906 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:375
|
2907 |
+
msgid "PHP Display Errors"
|
2908 |
+
msgstr ""
|
2909 |
+
|
2910 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:376
|
2911 |
+
msgid ""
|
2912 |
+
"Determines if PHP will display "
|
2913 |
+
"errors within the browser."
|
2914 |
+
msgstr ""
|
2915 |
+
|
2916 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:387
|
2917 |
+
msgid "SUHOSIN Installed"
|
2918 |
+
msgstr ""
|
2919 |
+
|
2920 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:388
|
2921 |
+
msgid ""
|
2922 |
+
"Suhosin is an advanced "
|
2923 |
+
"protection system for PHP "
|
2924 |
+
"installations. It was designed "
|
2925 |
+
"to protect your servers on the "
|
2926 |
+
"one hand against a number of "
|
2927 |
+
"well known problems in PHP "
|
2928 |
+
"applications and on the other "
|
2929 |
+
"hand against potential unknown "
|
2930 |
+
"vulnerabilities within these "
|
2931 |
+
"applications or the PHP core "
|
2932 |
+
"itself. If enabled on your "
|
2933 |
+
"server, Suhosin may need to be "
|
2934 |
+
"configured to increase its "
|
2935 |
+
"data submission limits."
|
2936 |
+
msgstr ""
|
2937 |
+
|
2938 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:399
|
2939 |
+
msgid "MySQL Version"
|
2940 |
+
msgstr ""
|
2941 |
+
|
2942 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:400
|
2943 |
+
msgid ""
|
2944 |
+
"The version of MySQL installed "
|
2945 |
+
"on your hosting server."
|
2946 |
+
msgstr ""
|
2947 |
+
|
2948 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:404
|
2949 |
+
msgid "Max Upload Size"
|
2950 |
+
msgstr ""
|
2951 |
+
|
2952 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:405
|
2953 |
+
msgid ""
|
2954 |
+
"The largest filesize that can "
|
2955 |
+
"be uploaded to your WordPress "
|
2956 |
+
"installation."
|
2957 |
+
msgstr ""
|
2958 |
+
|
2959 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:410
|
2960 |
+
msgid "Default Timezone is UTC"
|
2961 |
+
msgstr ""
|
2962 |
+
|
2963 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:412
|
2964 |
+
msgid ""
|
2965 |
+
"The default timezone for your "
|
2966 |
+
"server."
|
2967 |
+
msgstr ""
|
2968 |
+
|
2969 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:416
|
2970 |
+
#, php-format
|
2971 |
+
msgid ""
|
2972 |
+
"Default timezone is %s - it "
|
2973 |
+
"should be UTC"
|
2974 |
+
msgstr ""
|
2975 |
+
|
2976 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:428
|
2977 |
+
msgid ""
|
2978 |
+
"Used when communicating with "
|
2979 |
+
"remote services with PHP."
|
2980 |
+
msgstr ""
|
2981 |
+
|
2982 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:434
|
2983 |
+
msgid ""
|
2984 |
+
"Your server does not have "
|
2985 |
+
"fsockopen or cURL enabled - "
|
2986 |
+
"cURL is used to communicate "
|
2987 |
+
"with other servers. Please "
|
2988 |
+
"contact your hosting provider."
|
2989 |
+
msgstr ""
|
2990 |
+
|
2991 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:473
|
2992 |
+
msgid "Remote Post"
|
2993 |
+
msgstr ""
|
2994 |
+
|
2995 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:474
|
2996 |
+
msgid ""
|
2997 |
+
"Used to send data to remote "
|
2998 |
+
"servers."
|
2999 |
+
msgstr ""
|
3000 |
+
|
3001 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:479
|
3002 |
+
msgid ""
|
3003 |
+
"wp_remote_post() failed. Many "
|
3004 |
+
"advanced features may not "
|
3005 |
+
"function. Contact your hosting "
|
3006 |
+
"provider."
|
3007 |
+
msgstr ""
|
3008 |
+
|
3009 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:482
|
3010 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:497
|
3011 |
+
#, php-format
|
3012 |
+
msgid "Error: %s"
|
3013 |
+
msgstr ""
|
3014 |
+
|
3015 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:489
|
3016 |
+
msgid "Remote Get"
|
3017 |
+
msgstr ""
|
3018 |
+
|
3019 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:490
|
3020 |
+
msgid ""
|
3021 |
+
"Used to grab information from "
|
3022 |
+
"remote servers for updates "
|
3023 |
+
"updates."
|
3024 |
+
msgstr ""
|
3025 |
+
|
3026 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:495
|
3027 |
+
msgid ""
|
3028 |
+
"wp_remote_get() failed. This "
|
3029 |
+
"is needed to get information "
|
3030 |
+
"from remote servers. Contact "
|
3031 |
+
"your hosting provider."
|
3032 |
+
msgstr ""
|
3033 |
+
|
3034 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:531
|
3035 |
+
msgid "Active Plugins"
|
3036 |
+
msgstr ""
|
3037 |
+
|
3038 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:546
|
3039 |
+
msgid "Visit plugin homepage"
|
3040 |
+
msgstr ""
|
3041 |
+
|
3042 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:553
|
3043 |
+
#, php-format
|
3044 |
+
msgctxt "by author"
|
3045 |
+
msgid "by %s"
|
3046 |
+
msgstr ""
|
3047 |
+
|
3048 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:572
|
3049 |
+
msgid "Redux Instance: "
|
3050 |
+
msgstr ""
|
3051 |
+
|
3052 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:579
|
3053 |
+
msgid ""
|
3054 |
+
"The opt_name argument for this "
|
3055 |
+
"instance of Redux."
|
3056 |
+
msgstr ""
|
3057 |
+
|
3058 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:587
|
3059 |
+
msgid ""
|
3060 |
+
"The global_variable argument "
|
3061 |
+
"for this instance of Redux."
|
3062 |
+
msgstr ""
|
3063 |
+
|
3064 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:595
|
3065 |
+
msgid ""
|
3066 |
+
"Indicates if developer mode is "
|
3067 |
+
"enabled for this instance of "
|
3068 |
+
"Redux."
|
3069 |
+
msgstr ""
|
3070 |
+
|
3071 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:600
|
3072 |
+
msgid ""
|
3073 |
+
"Indicates if ajax based saving "
|
3074 |
+
"is enabled for this instance "
|
3075 |
+
"of Redux."
|
3076 |
+
msgstr ""
|
3077 |
+
|
3078 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:605
|
3079 |
+
msgid ""
|
3080 |
+
"The page slug denotes the "
|
3081 |
+
"string used for the options "
|
3082 |
+
"panel page for this instance "
|
3083 |
+
"of Redux."
|
3084 |
+
msgstr ""
|
3085 |
+
|
3086 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:610
|
3087 |
+
msgid ""
|
3088 |
+
"The page permissions variable "
|
3089 |
+
"sets the permission level "
|
3090 |
+
"required to access the options "
|
3091 |
+
"panel for this instance of "
|
3092 |
+
"Redux."
|
3093 |
+
msgstr ""
|
3094 |
+
|
3095 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:615
|
3096 |
+
msgid ""
|
3097 |
+
"This variable set whether or "
|
3098 |
+
"not the menu is displayed as "
|
3099 |
+
"an admin menu item for this "
|
3100 |
+
"instance of Redux."
|
3101 |
+
msgstr ""
|
3102 |
+
|
3103 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:620
|
3104 |
+
msgid ""
|
3105 |
+
"The page parent variable sets "
|
3106 |
+
"where the options menu will be "
|
3107 |
+
"placed on the WordPress admin "
|
3108 |
+
"sidebar for this instance of "
|
3109 |
+
"Redux."
|
3110 |
+
msgstr ""
|
3111 |
+
|
3112 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:626
|
3113 |
+
msgid ""
|
3114 |
+
"Indicates if the compiler flag "
|
3115 |
+
"is enabled for this instance "
|
3116 |
+
"of Redux."
|
3117 |
+
msgstr ""
|
3118 |
+
|
3119 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:631
|
3120 |
+
msgid ""
|
3121 |
+
"Indicates if output flag for "
|
3122 |
+
"globally shutting off all CSS "
|
3123 |
+
"output is enabled for this "
|
3124 |
+
"instance of Redux."
|
3125 |
+
msgstr ""
|
3126 |
+
|
3127 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:636
|
3128 |
+
msgid ""
|
3129 |
+
"The output_tag variable sets "
|
3130 |
+
"whether or not dynamic CSS "
|
3131 |
+
"will be generated for the "
|
3132 |
+
"customizer and Google fonts "
|
3133 |
+
"for this instance of Redux."
|
3134 |
+
msgstr ""
|
3135 |
+
|
3136 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:645
|
3137 |
+
msgid ""
|
3138 |
+
"The specified template path "
|
3139 |
+
"containing custom template "
|
3140 |
+
"files for this instance of "
|
3141 |
+
"Redux."
|
3142 |
+
msgstr ""
|
3143 |
+
|
3144 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:650
|
3145 |
+
msgid ""
|
3146 |
+
"List of template files "
|
3147 |
+
"overriding the default Redux "
|
3148 |
+
"template files."
|
3149 |
+
msgstr ""
|
3150 |
+
|
3151 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:676
|
3152 |
+
msgid ""
|
3153 |
+
"Indicates the installed Redux "
|
3154 |
+
"extensions and their version "
|
3155 |
+
"numbers."
|
3156 |
+
msgstr ""
|
3157 |
+
|
3158 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:705
|
3159 |
+
msgid "Theme"
|
3160 |
+
msgstr ""
|
3161 |
+
|
3162 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:710
|
3163 |
+
msgid "Name"
|
3164 |
+
msgstr ""
|
3165 |
+
|
3166 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:711
|
3167 |
+
msgid ""
|
3168 |
+
"The name of the current active "
|
3169 |
+
"theme."
|
3170 |
+
msgstr ""
|
3171 |
+
|
3172 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:715
|
3173 |
+
msgid "Version"
|
3174 |
+
msgstr ""
|
3175 |
+
|
3176 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:716
|
3177 |
+
msgid ""
|
3178 |
+
"The installed version of the "
|
3179 |
+
"current active theme."
|
3180 |
+
msgstr ""
|
3181 |
+
|
3182 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:722
|
3183 |
+
msgid "is available"
|
3184 |
+
msgstr ""
|
3185 |
+
|
3186 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:728
|
3187 |
+
msgid "Author URL"
|
3188 |
+
msgstr ""
|
3189 |
+
|
3190 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:729
|
3191 |
+
msgid "The theme developers URL."
|
3192 |
+
msgstr ""
|
3193 |
+
|
3194 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:733
|
3195 |
+
msgid "Child Theme"
|
3196 |
+
msgstr ""
|
3197 |
+
|
3198 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:734
|
3199 |
+
msgid ""
|
3200 |
+
"Displays whether or not the "
|
3201 |
+
"current theme is a child theme."
|
3202 |
+
msgstr ""
|
3203 |
+
|
3204 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:737
|
3205 |
+
#, php-format
|
3206 |
+
msgid ""
|
3207 |
+
"If you're modifying Redux "
|
3208 |
+
"Framework or a parent theme "
|
3209 |
+
"you didn't build personally, "
|
3210 |
+
"we recommend using a child "
|
3211 |
+
"theme. See: <a href=\"%s\" "
|
3212 |
+
"target=\"_blank\">How to "
|
3213 |
+
"create a child theme</a>"
|
3214 |
+
msgstr ""
|
3215 |
+
|
3216 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:745
|
3217 |
+
msgid "Parent Theme Name"
|
3218 |
+
msgstr ""
|
3219 |
+
|
3220 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:747
|
3221 |
+
msgid ""
|
3222 |
+
"The name of the parent theme."
|
3223 |
+
msgstr ""
|
3224 |
+
|
3225 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:752
|
3226 |
+
msgid "Parent Theme Version"
|
3227 |
+
msgstr ""
|
3228 |
+
|
3229 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:754
|
3230 |
+
msgid ""
|
3231 |
+
"The installed version of the "
|
3232 |
+
"parent theme."
|
3233 |
+
msgstr ""
|
3234 |
+
|
3235 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:759
|
3236 |
+
msgid "Parent Theme Author URL"
|
3237 |
+
msgstr ""
|
3238 |
+
|
3239 |
+
#: includes/options/redux-core/inc/welcome/views/status_report.php:761
|
3240 |
+
msgid ""
|
3241 |
+
"The parent theme developers "
|
3242 |
+
"URL."
|
3243 |
+
msgstr ""
|
3244 |
+
|
3245 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:2
|
3246 |
+
msgid "Redux Framework - Support"
|
3247 |
+
msgstr ""
|
3248 |
+
|
3249 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:4
|
3250 |
+
msgid ""
|
3251 |
+
"We are an open source project "
|
3252 |
+
"used by developers to make "
|
3253 |
+
"powerful control panels."
|
3254 |
+
msgstr ""
|
3255 |
+
|
3256 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:19
|
3257 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:40
|
3258 |
+
msgid "Generate a Support URL"
|
3259 |
+
msgstr ""
|
3260 |
+
|
3261 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:20
|
3262 |
+
msgid "Select Support Type"
|
3263 |
+
msgstr ""
|
3264 |
+
|
3265 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:21
|
3266 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:87
|
3267 |
+
msgid "How to Get Support"
|
3268 |
+
msgstr ""
|
3269 |
+
|
3270 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:27
|
3271 |
+
msgid "Submit a Support Request"
|
3272 |
+
msgstr ""
|
3273 |
+
|
3274 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:31
|
3275 |
+
msgid ""
|
3276 |
+
"To get started, we will need "
|
3277 |
+
"to generate a support hash."
|
3278 |
+
msgstr ""
|
3279 |
+
|
3280 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:35
|
3281 |
+
#, php-format
|
3282 |
+
msgid ""
|
3283 |
+
"This will provide to your "
|
3284 |
+
"developer all the information "
|
3285 |
+
"they may need to remedy your "
|
3286 |
+
"issue. This action WILL send "
|
3287 |
+
"information securely to a "
|
3288 |
+
"remote server. To see the type "
|
3289 |
+
"of information sent, please "
|
3290 |
+
"look at the <a href=\"%s"
|
3291 |
+
"\">Status tab</a>."
|
3292 |
+
msgstr ""
|
3293 |
+
|
3294 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:52
|
3295 |
+
msgid "Select Your Support Type"
|
3296 |
+
msgstr ""
|
3297 |
+
|
3298 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:56
|
3299 |
+
msgid ""
|
3300 |
+
"What type of user are you?"
|
3301 |
+
msgstr ""
|
3302 |
+
|
3303 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:63
|
3304 |
+
msgid "User"
|
3305 |
+
msgstr ""
|
3306 |
+
|
3307 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:65
|
3308 |
+
msgid ""
|
3309 |
+
"I am a user, using a pre-built "
|
3310 |
+
"product."
|
3311 |
+
msgstr ""
|
3312 |
+
|
3313 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:70
|
3314 |
+
msgid "Developer"
|
3315 |
+
msgstr ""
|
3316 |
+
|
3317 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:72
|
3318 |
+
msgid ""
|
3319 |
+
"I am a developer, building a "
|
3320 |
+
"product using Redux."
|
3321 |
+
msgstr ""
|
3322 |
+
|
3323 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:92
|
3324 |
+
msgid ""
|
3325 |
+
"Please proceed to the Redux "
|
3326 |
+
"Framework issue tracker and "
|
3327 |
+
"supply us with your support "
|
3328 |
+
"URL below. Please also provide "
|
3329 |
+
"any information that will help "
|
3330 |
+
"us to reproduce your issue."
|
3331 |
+
msgstr ""
|
3332 |
+
|
3333 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:101
|
3334 |
+
msgid ""
|
3335 |
+
"Listed below are the Wordpress "
|
3336 |
+
"plugins and/or theme installed "
|
3337 |
+
"on your site that utilize "
|
3338 |
+
"Redux Framework. We do not "
|
3339 |
+
"directly support products "
|
3340 |
+
"created with our framework. "
|
3341 |
+
"It is the responsibility of "
|
3342 |
+
"the plugin or theme developer "
|
3343 |
+
"to support their work. You "
|
3344 |
+
"will need to contact the "
|
3345 |
+
"author(s) of the products "
|
3346 |
+
"listed below with your support "
|
3347 |
+
"questions."
|
3348 |
+
msgstr ""
|
3349 |
+
|
3350 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:105
|
3351 |
+
msgid ""
|
3352 |
+
"Please be sure to include for "
|
3353 |
+
"your developer - via cut and "
|
3354 |
+
"paste - the Support URL in the "
|
3355 |
+
"box below."
|
3356 |
+
msgstr ""
|
3357 |
+
|
3358 |
+
#: includes/options/redux-core/inc/welcome/views/support.php:134
|
3359 |
+
#, php-format
|
3360 |
+
msgid ""
|
3361 |
+
"Should the developer not be "
|
3362 |
+
"responsive, read the <a href="
|
3363 |
+
"\"%s\" target=\"_blank"
|
3364 |
+
"\">following article</a> "
|
3365 |
+
"before asking for support from "
|
3366 |
+
"us directly."
|
3367 |
+
msgstr ""
|
3368 |
+
|
3369 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:106
|
3370 |
+
msgid ""
|
3371 |
+
"If you like <strong>Redux</"
|
3372 |
+
"strong> please leave us a <a "
|
3373 |
+
"href=\"https://wordpress.org/"
|
3374 |
+
"support/view/plugin-reviews/"
|
3375 |
+
"redux-framework?"
|
3376 |
+
"filter=5#postform\" target="
|
3377 |
+
"\"_blank\" class=\"redux-"
|
3378 |
+
"rating-link\" data-rated="
|
3379 |
+
"\"Thanks :)\">★★"
|
3380 |
+
"★★★</a> "
|
3381 |
+
"rating. A huge thank you from "
|
3382 |
+
"Redux in advance!"
|
3383 |
+
msgstr ""
|
3384 |
+
|
3385 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:183
|
3386 |
+
msgid ""
|
3387 |
+
"Support hash could not be "
|
3388 |
+
"generated. Please try again "
|
3389 |
+
"later."
|
3390 |
+
msgstr ""
|
3391 |
+
|
3392 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:205
|
3393 |
+
msgid ""
|
3394 |
+
"Welcome to Redux Framework"
|
3395 |
+
msgstr ""
|
3396 |
+
|
3397 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:213
|
3398 |
+
msgid "Redux Framework Changelog"
|
3399 |
+
msgstr ""
|
3400 |
+
|
3401 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:221
|
3402 |
+
msgid "Get Support"
|
3403 |
+
msgstr ""
|
3404 |
+
|
3405 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:238
|
3406 |
+
msgid ""
|
3407 |
+
"The people that develop Redux "
|
3408 |
+
"Framework"
|
3409 |
+
msgstr ""
|
3410 |
+
|
3411 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:246
|
3412 |
+
msgid "Redux Framework Status"
|
3413 |
+
msgstr ""
|
3414 |
+
|
3415 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:346
|
3416 |
+
msgid "What's New"
|
3417 |
+
msgstr ""
|
3418 |
+
|
3419 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:352
|
3420 |
+
msgid "Changelog"
|
3421 |
+
msgstr ""
|
3422 |
+
|
3423 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:355
|
3424 |
+
msgid "Credits"
|
3425 |
+
msgstr ""
|
3426 |
+
|
3427 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:358
|
3428 |
+
msgid "Support"
|
3429 |
+
msgstr ""
|
3430 |
+
|
3431 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:361
|
3432 |
+
msgid "Status"
|
3433 |
+
msgstr ""
|
3434 |
+
|
3435 |
+
#: includes/options/redux-core/inc/welcome/welcome.php:521
|
3436 |
+
#, php-format
|
3437 |
+
msgid "View %s"
|
3438 |
+
msgstr ""
|
3439 |
+
|
3440 |
+
#: includes/options/redux-core/templates/panel/footer.tpl.php:57
|
3441 |
+
#: includes/options/redux-core/templates/panel/header_stickybar.tpl.php:33
|
3442 |
+
#: includes/options/templates/footer.tpl.php:17
|
3443 |
+
#: includes/options/templates/header_stickybar.tpl.php:16
|
3444 |
+
msgid "Save Changes"
|
3445 |
+
msgstr ""
|
3446 |
+
|
3447 |
+
#: includes/options/redux-core/templates/panel/footer.tpl.php:61
|
3448 |
+
#: includes/options/redux-core/templates/panel/header_stickybar.tpl.php:37
|
3449 |
+
#: includes/options/templates/footer.tpl.php:24
|
3450 |
+
#: includes/options/templates/header_stickybar.tpl.php:22
|
3451 |
+
msgid "Reset Section"
|
3452 |
+
msgstr ""
|
3453 |
+
|
3454 |
+
#: includes/options/redux-core/templates/panel/footer.tpl.php:62
|
3455 |
+
#: includes/options/redux-core/templates/panel/header_stickybar.tpl.php:38
|
3456 |
+
#: includes/options/templates/footer.tpl.php:25
|
3457 |
+
#: includes/options/templates/header_stickybar.tpl.php:23
|
3458 |
+
msgid "Reset All"
|
3459 |
+
msgstr ""
|
3460 |
+
|
3461 |
+
#: includes/options/redux-core/templates/panel/footer.tpl.php:67
|
3462 |
+
#: includes/options/redux-core/templates/panel/header_stickybar.tpl.php:41
|
3463 |
+
#: includes/options/templates/footer.tpl.php:30
|
3464 |
+
#: includes/options/templates/header_stickybar.tpl.php:26
|
3465 |
+
msgid "Working..."
|
3466 |
+
msgstr ""
|
3467 |
+
|
3468 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:11
|
3469 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:50
|
3470 |
+
#: includes/options/templates/header.tpl.php:11
|
3471 |
+
msgid "Developer Mode Enabled"
|
3472 |
+
msgstr ""
|
3473 |
+
|
3474 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:20
|
3475 |
+
#: includes/options/templates/header.tpl.php:20
|
3476 |
+
msgid "WP_DEBUG is enabled"
|
3477 |
+
msgstr ""
|
3478 |
+
|
3479 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:26
|
3480 |
+
#: includes/options/templates/header.tpl.php:26
|
3481 |
+
msgid ""
|
3482 |
+
"you are working in a localhost "
|
3483 |
+
"environment"
|
3484 |
+
msgstr ""
|
3485 |
+
|
3486 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:31
|
3487 |
+
#: includes/options/templates/header.tpl.php:31
|
3488 |
+
msgid "and"
|
3489 |
+
msgstr ""
|
3490 |
+
|
3491 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:34
|
3492 |
+
#: includes/options/templates/header.tpl.php:34
|
3493 |
+
msgid ""
|
3494 |
+
"This has been automatically "
|
3495 |
+
"enabled because"
|
3496 |
+
msgstr ""
|
3497 |
+
|
3498 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:36
|
3499 |
+
#: includes/options/templates/header.tpl.php:36
|
3500 |
+
msgid ""
|
3501 |
+
"If you are not a developer, "
|
3502 |
+
"your theme/plugin author "
|
3503 |
+
"shipped with developer mode "
|
3504 |
+
"enabled. Contact them directly "
|
3505 |
+
"to fix it."
|
3506 |
+
msgstr ""
|
3507 |
+
|
3508 |
+
#: includes/options/redux-core/templates/panel/header.tpl.php:59
|
3509 |
+
msgid ""
|
3510 |
+
"FORCED DEV MODE OFF ENABLED"
|
3511 |
+
msgstr ""
|
3512 |
+
|
3513 |
+
#: includes/options/redux-core/templates/panel/header_stickybar.tpl.php:15
|
3514 |
+
msgid "Expand"
|
3515 |
+
msgstr ""
|
3516 |
+
|
3517 |
+
#: includes/options/templates/header.tpl.php:56
|
3518 |
+
msgid ""
|
3519 |
+
"20+ awesome widgets, more "
|
3520 |
+
"widgets styling, premium "
|
3521 |
+
"support"
|
3522 |
+
msgstr ""
|
3523 |
+
|
3524 |
+
#: includes/options/templates/header.tpl.php:56
|
3525 |
+
msgid "upgrade Now!"
|
3526 |
+
msgstr ""
|
3527 |
+
|
3528 |
+
#: includes/options/templates/header.tpl.php:58
|
3529 |
+
msgid "Support Request"
|
3530 |
+
msgstr ""
|
3531 |
+
|
3532 |
+
#: includes/welcome.php:283
|
3533 |
+
#, php-format
|
3534 |
+
msgid "By %s"
|
3535 |
+
msgstr ""
|
3536 |
+
|
3537 |
+
#: includes/welcome.php:309
|
3538 |
+
#, php-format
|
3539 |
+
msgid "Install %s now"
|
3540 |
+
msgstr ""
|
3541 |
+
|
3542 |
+
#: includes/welcome.php:309
|
3543 |
+
msgid "Install Now"
|
3544 |
+
msgstr ""
|
3545 |
+
|
3546 |
+
#: includes/welcome.php:316
|
3547 |
+
#, php-format
|
3548 |
+
msgid "Update %s now"
|
3549 |
+
msgstr ""
|
3550 |
+
|
3551 |
+
#: includes/welcome.php:316
|
3552 |
+
msgid "Update Now"
|
3553 |
+
msgstr ""
|
3554 |
+
|
3555 |
+
#: includes/welcome.php:322
|
3556 |
+
#, php-format
|
3557 |
+
msgid "Activate %s "
|
3558 |
+
msgstr ""
|
3559 |
+
|
3560 |
+
#: includes/welcome.php:322
|
3561 |
+
msgid "Activate"
|
3562 |
+
msgstr ""
|
3563 |
+
|
3564 |
+
#: includes/welcome.php:326
|
3565 |
+
msgid ""
|
3566 |
+
"This plugin is already "
|
3567 |
+
"installed and is up to date"
|
3568 |
+
msgstr ""
|
3569 |
+
|
3570 |
+
#: includes/welcome.php:326
|
3571 |
+
msgctxt "plugin"
|
3572 |
+
msgid "Installed"
|
3573 |
+
msgstr ""
|
3574 |
+
|
3575 |
+
#: includes/welcome.php:335
|
3576 |
+
#, php-format
|
3577 |
+
msgid "More information about %s"
|
3578 |
+
msgstr ""
|
3579 |
+
|
3580 |
+
#: includes/welcome.php:335
|
3581 |
+
msgid "More Details"
|
3582 |
+
msgstr ""
|
3583 |
+
|
3584 |
+
#: templates/custom-amp-content.php:61
|
3585 |
+
#: templates/custom-amp-content.php:63
|
3586 |
+
msgid "Custom AMP Editor"
|
3587 |
+
msgstr ""
|
3588 |
+
|
3589 |
+
#: templates/custom-amp-content.php:86
|
3590 |
+
msgid ""
|
3591 |
+
"Use This Content as AMP Content"
|
3592 |
+
msgstr ""
|
3593 |
+
|
3594 |
+
#: templates/custom-sanitizer.php:66
|
3595 |
+
#, php-format
|
3596 |
+
msgid ""
|
3597 |
+
"Embed Handler (%s) must extend "
|
3598 |
+
"`AMP_Embed_Handler`"
|
3599 |
+
msgstr ""
|
3600 |
+
|
3601 |
+
#: templates/custom-sanitizer.php:102
|
3602 |
+
#, php-format
|
3603 |
+
msgid ""
|
3604 |
+
"Sanitizer (%s) class does not "
|
3605 |
+
"exist"
|
3606 |
+
msgstr ""
|
3607 |
+
|
3608 |
+
#: templates/custom-sanitizer.php:109
|
3609 |
+
#, php-format
|
3610 |
+
msgid ""
|
3611 |
+
"Sanitizer (%s) must extend "
|
3612 |
+
"`AMP_Base_Sanitizer`"
|
3613 |
+
msgstr ""
|
3614 |
+
|
3615 |
+
#: templates/customizer/customizer.php:60
|
3616 |
+
msgid "Design Manager"
|
3617 |
+
msgstr ""
|
3618 |
+
|
3619 |
+
#: templates/customizer/customizer.php:61
|
3620 |
+
msgid ""
|
3621 |
+
"Enable and reorder Design "
|
3622 |
+
"Elements."
|
3623 |
+
msgstr ""
|
3624 |
+
|
3625 |
+
#: templates/customizer/customizer.php:156
|
3626 |
+
msgid "Meta info"
|
3627 |
+
msgstr ""
|
3628 |
+
|
3629 |
+
#: templates/customizer/customizer.php:168
|
3630 |
+
msgid "Featured Image"
|
3631 |
+
msgstr ""
|
3632 |
+
|
3633 |
+
#: templates/customizer/customizer.php:174
|
3634 |
+
msgid "The Content"
|
3635 |
+
msgstr ""
|
3636 |
+
|
3637 |
+
#: templates/customizer/customizer.php:180
|
3638 |
+
msgid "Categories and Tags"
|
3639 |
+
msgstr ""
|
3640 |
+
|
3641 |
+
#: templates/customizer/customizer.php:186
|
3642 |
+
msgid "Social Icons"
|
3643 |
+
msgstr ""
|
3644 |
+
|
3645 |
+
#: templates/customizer/customizer.php:198
|
3646 |
+
msgid "Related Posts"
|
3647 |
+
msgstr ""
|
3648 |
+
|
3649 |
+
#: templates/design-manager/design-1/archive.php:66
|
3650 |
+
#: templates/design-manager/design-1/index.php:69
|
3651 |
+
#: templates/design-manager/design-1/search.php:69
|
3652 |
+
#: templates/design-manager/design-3/archive.php:116
|
3653 |
+
#, php-format
|
3654 |
+
msgctxt ""
|
3655 |
+
"%2$s = human-readable time "
|
3656 |
+
"difference"
|
3657 |
+
msgid "%1$s "
|
3658 |
+
msgstr ""
|
3659 |
+
|
3660 |
+
#: templates/design-manager/design-1/elements/comments.php:32
|
3661 |
+
#: templates/design-manager/design-1/frontpage.php:136
|
3662 |
+
#: templates/design-manager/design-2/elements/comments.php:32
|
3663 |
+
#: templates/design-manager/design-2/frontpage.php:134
|
3664 |
+
#: templates/design-manager/design-3/elements/comments.php:32
|
3665 |
+
#: templates/design-manager/design-3/frontpage.php:136
|
3666 |
+
#, php-format
|
3667 |
+
msgid ""
|
3668 |
+
"<b class=\"fn\">%s</b> <span "
|
3669 |
+
"class=\"says\">"
|
3670 |
+
msgstr ""
|
3671 |
+
|
3672 |
+
#: templates/design-manager/design-1/elements/comments.php:38
|
3673 |
+
#: templates/design-manager/design-1/frontpage.php:142
|
3674 |
+
#: templates/design-manager/design-2/elements/comments.php:38
|
3675 |
+
#: templates/design-manager/design-2/frontpage.php:140
|
3676 |
+
#: templates/design-manager/design-3/elements/comments.php:38
|
3677 |
+
#: templates/design-manager/design-3/frontpage.php:142
|
3678 |
+
#, php-format
|
3679 |
+
msgid "%1$s "
|
3680 |
+
msgstr ""
|
3681 |
+
|
3682 |
+
#: templates/design-manager/design-1/elements/comments.php:41
|
3683 |
+
#: templates/design-manager/design-1/frontpage.php:145
|
3684 |
+
#: templates/design-manager/design-2/elements/comments.php:41
|
3685 |
+
#: templates/design-manager/design-2/frontpage.php:143
|
3686 |
+
#: templates/design-manager/design-3/elements/comments.php:41
|
3687 |
+
#: templates/design-manager/design-3/frontpage.php:145
|
3688 |
+
msgid "("
|
3689 |
+
msgstr ""
|
3690 |
+
|
3691 |
+
#: templates/design-manager/design-1/elements/meta-info.php:23
|
3692 |
+
#, php-format
|
3693 |
+
msgctxt ""
|
3694 |
+
"%s = human-readable time "
|
3695 |
+
"difference"
|
3696 |
+
msgid "%s "
|
3697 |
+
msgstr ""
|
3698 |
+
|
3699 |
+
#: templates/design-manager/design-1/elements/meta-taxonomy.php:8
|
3700 |
+
#: templates/design-manager/design-1/elements/meta-taxonomy.php:24
|
3701 |
+
#: templates/design-manager/design-1/elements/meta-taxonomy.php:35
|
3702 |
+
#: templates/design-manager/design-2/elements/meta-info.php:14
|
3703 |
+
#: templates/design-manager/design-2/elements/meta-info.php:27
|
3704 |
+
#: templates/design-manager/design-2/elements/meta-info.php:41
|
3705 |
+
#: templates/design-manager/design-2/elements/meta-taxonomy.php:9
|
3706 |
+
#: templates/design-manager/design-2/elements/meta-taxonomy.php:22
|
3707 |
+
#: templates/design-manager/design-3/elements/meta-info.php:18
|
3708 |
+
#: templates/design-manager/design-3/elements/meta-info.php:28
|
3709 |
+
msgid " "
|
3710 |
+
msgstr ""
|
3711 |
+
|
3712 |
+
#: templates/design-manager/design-3/elements/meta-info.php:33
|
3713 |
+
msgid "on please die"
|
3714 |
+
msgstr ""
|
3715 |
+
|
3716 |
+
#: templates/design-manager/design-3/index.php:161
|
3717 |
+
msgctxt ""
|
3718 |
+
"accelerated-mobile-pages"
|
3719 |
+
msgid "angrezi"
|
3720 |
+
msgstr ""
|
3721 |
+
|
3722 |
+
#: templates/features.php:873
|
3723 |
+
#: templates/features.php:877
|
3724 |
+
msgid ""
|
3725 |
+
"Show AMP for Current Page?"
|
3726 |
+
msgstr ""
|
3727 |
+
|
3728 |
+
#: templates/features.php:923
|
3729 |
+
msgid "Show"
|
3730 |
+
msgstr ""
|
3731 |
+
|
3732 |
+
#: templates/features.php:927
|
3733 |
+
msgid "Hide"
|
3734 |
+
msgstr ""
|
3735 |
+
|
3736 |
+
#: templates/report-bugs.php:6
|
3737 |
+
msgid ""
|
3738 |
+
"Report an Issue /<br> Request "
|
3739 |
+
"a Feature"
|
3740 |
+
msgstr ""
|
3741 |
+
|
3742 |
+
#: templates/search-functions.php:81
|
3743 |
+
msgctxt "submit button"
|
3744 |
+
msgid "Search"
|
3745 |
+
msgstr ""
|
3746 |
+
|
3747 |
+
#: templates/widget.php:146
|
3748 |
+
#: templates/widget.php:158
|
3749 |
+
msgid "Yes "
|
3750 |
+
msgstr ""
|
3751 |
+
|
3752 |
+
#: templates/widget.php:149
|
3753 |
+
#: templates/widget.php:161
|
3754 |
+
msgid " No"
|
3755 |
+
msgstr ""
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#How to use the pot file#
|
2 |
+
|
3 |
+
The pot file included in this folder is ready to use.
|
4 |
+
|
5 |
+
1. Start up Poedit.
|
6 |
+
|
7 |
+
2. In Poedit goto File -> New from POT/PO file...
|
8 |
+
|
9 |
+
3. Select and Open the pot file from the languages folder.
|
10 |
+
|
11 |
+
4. Enter your name, email address, your language and country (i.e. French fr_FR, German de_DE) to the setting form.
|
12 |
+
|
13 |
+
5. Click the Update button in the main Poedit UI.
|
14 |
+
|
15 |
+
6. Save the file:
|
16 |
+
- like accelerated-mobile-pages-xx_XX.po with xx_XX for your language and country.
|
17 |
+
|
18 |
+
7. That's it, go to your WordPress blog and see your translation in action. N'joy your blogging!!!
|
19 |
+
|
20 |
+
Thank you for your contribution.
|
@@ -1,10 +1,10 @@
|
|
1 |
=== AMP for WP - Accelerated Mobile Pages ===
|
2 |
Contributors: mohammed_kaludi, ahmedkaludi, ampforwp
|
3 |
-
Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, google, plugin
|
4 |
Donate link: https://www.paypal.me/Kaludi/5
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.7.
|
7 |
-
Stable tag: 0.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -15,7 +15,7 @@ AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) func
|
|
15 |
|
16 |
[What's New in this Version?](http://ampforwp.com/new/) | [Priority Support](https://ampforwp.com/priority-support/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) | [View Demo](https://demo.ampforwp.com/amp/) | [Screenshots](https://wordpress.org/plugins/accelerated-mobile-pages/screenshots/) | [Community](http://ampforwp.com/community/)
|
17 |
|
18 |
-
[youtube https://www.youtube.com/watch?v=
|
19 |
|
20 |
> <strong>Extensions</strong><br>
|
21 |
> Some useful extensions to extend AMP features, check [AMP Adsense Support](https://ampforwp.com/advanced-amp-ads/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin), [Custom Post Type Support](https://ampforwp.com/custom-post-type/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) and [DoubleClick Support](https://ampforwp.com/doubleclick-for-publishers/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin). To view more, go to our [Extensions page](https://ampforwp.com/extensions/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin).
|
@@ -29,12 +29,15 @@ AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) func
|
|
29 |
|
30 |
= Features: =
|
31 |
|
|
|
|
|
|
|
32 |
* NEW - Comments Forms in AMP.
|
33 |
* NEW - Native AMP Search functionality.
|
34 |
* NEW - Design 3 [Watch the Video Overview](https://www.youtube.com/watch?v=ub1pwskt3Rc)
|
35 |
-
*
|
36 |
-
*
|
37 |
-
*
|
38 |
* Custom AMP Editor - Which allows you to override your Content that you had written in Post or page, so you can add the different content just for AMP.
|
39 |
* Mobile Redirection - More than 50% of your traffic is from mobile and you aren’t doing anything to improve their user experience, which means you are falling behind on SEO and it can result in lower SERPS. Lightning fast mobile version means faster User experience means more engagement which directly results in the lower bounce rate.
|
40 |
* Custom Post Type Support
|
@@ -50,7 +53,6 @@ AMP for WP automatically adds Accelerated Mobile Pages (Google AMP Project) func
|
|
50 |
* Recent Comments list
|
51 |
* Automatically integrate AMP to your website.
|
52 |
* Google Adsense (AMP-AD) Support with 4 different Ad slots across the layout! The First Plugin to have this capability.
|
53 |
-
* 7 Advertisement sizes
|
54 |
* Google Analytics Support.
|
55 |
* User Friendly Theme Options Panel.
|
56 |
* Unlimited Color Scheme.
|
@@ -129,6 +131,38 @@ You can contact me using this url: http://ampforwp.com/contact/
|
|
129 |
|
130 |
== Changelog ==
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
= 0.9.47.2 (12 April 2017) =
|
133 |
* Design-3 Slider URL redirecting to non-AMP page #758
|
134 |
* Ads showing in comments #768
|
1 |
=== AMP for WP - Accelerated Mobile Pages ===
|
2 |
Contributors: mohammed_kaludi, ahmedkaludi, ampforwp
|
3 |
+
Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, google, plugin, SEO
|
4 |
Donate link: https://www.paypal.me/Kaludi/5
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.7.4
|
7 |
+
Stable tag: 0.9.48
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
15 |
|
16 |
[What's New in this Version?](http://ampforwp.com/new/) | [Priority Support](https://ampforwp.com/priority-support/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) | [View Demo](https://demo.ampforwp.com/amp/) | [Screenshots](https://wordpress.org/plugins/accelerated-mobile-pages/screenshots/) | [Community](http://ampforwp.com/community/)
|
17 |
|
18 |
+
[youtube https://www.youtube.com/watch?v=jglJGmlZyos]
|
19 |
|
20 |
> <strong>Extensions</strong><br>
|
21 |
> Some useful extensions to extend AMP features, check [AMP Adsense Support](https://ampforwp.com/advanced-amp-ads/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin), [Custom Post Type Support](https://ampforwp.com/custom-post-type/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin) and [DoubleClick Support](https://ampforwp.com/doubleclick-for-publishers/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin). To view more, go to our [Extensions page](https://ampforwp.com/extensions/#utm_source=wp_org&utm_medium=description-tab-pro-box&utm_campaign=AMP%20Plugin).
|
29 |
|
30 |
= Features: =
|
31 |
|
32 |
+
* NEW - Email Opt-in Subscription form support in AMP added
|
33 |
+
* NEW - Call to Action boxes and notification bars
|
34 |
+
* NEW - 9 Advertisement sizes - 2 More AD slots added recently
|
35 |
* NEW - Comments Forms in AMP.
|
36 |
* NEW - Native AMP Search functionality.
|
37 |
* NEW - Design 3 [Watch the Video Overview](https://www.youtube.com/watch?v=ub1pwskt3Rc)
|
38 |
+
* Disqus Comments Support
|
39 |
+
* Google Tag Manager Support
|
40 |
+
* Page, Category & Tags Support Added
|
41 |
* Custom AMP Editor - Which allows you to override your Content that you had written in Post or page, so you can add the different content just for AMP.
|
42 |
* Mobile Redirection - More than 50% of your traffic is from mobile and you aren’t doing anything to improve their user experience, which means you are falling behind on SEO and it can result in lower SERPS. Lightning fast mobile version means faster User experience means more engagement which directly results in the lower bounce rate.
|
43 |
* Custom Post Type Support
|
53 |
* Recent Comments list
|
54 |
* Automatically integrate AMP to your website.
|
55 |
* Google Adsense (AMP-AD) Support with 4 different Ad slots across the layout! The First Plugin to have this capability.
|
|
|
56 |
* Google Analytics Support.
|
57 |
* User Friendly Theme Options Panel.
|
58 |
* Unlimited Color Scheme.
|
131 |
|
132 |
== Changelog ==
|
133 |
|
134 |
+
= 0.9.48 (28 April 2017) =
|
135 |
+
* View more details on: https://ampforwp.com/0-9-48-released-step-towards-multilingual-support-55th-update/
|
136 |
+
* The default translation method of WordPress added. (Option in Translation panel to switch between * Translation panel and POT file #540)
|
137 |
+
* A new Advertisement slot added above the related posts in the Single. It not only gives better options for people to display ads but this ad slot is also very handy if you are using ad companies like Taboola and RevContent.
|
138 |
+
* Another Advertisement slot added below the post title in the Single post.
|
139 |
+
* Fatal error: require_once report-bugs.php #747 fixed
|
140 |
+
* Add / for codes in Meta Description #766 fixed
|
141 |
+
* Controls re-adjusted & Renamed title of yoast description control in Options panel
|
142 |
+
* Design-3 Slider URL redirecting to non-AMP page #758
|
143 |
+
* Added new sanitizer For HTML to AMP-HTML conversion
|
144 |
+
* Sanitized Archive descriptions so that it would convert to AMP
|
145 |
+
* Comments sanitized with new sanitizer so that HTML tags automatically become AMP compatible.
|
146 |
+
* 301 redirects on non-pretty internal links #767
|
147 |
+
* Create a filter to modify the value of rel="amphtml" #778
|
148 |
+
* Max-width added for images in comments
|
149 |
+
* If in WooCommerce ?amp endpoint set then update href.
|
150 |
+
* Undefined Variable (Debug) #733 and many other debug issues were fixed
|
151 |
+
* Show last updated Post instead of published date #575
|
152 |
+
* WooCommerce Widget added to display latest products on homepage. #763
|
153 |
+
* add amp_post_template_above_footer hook global in all the designs #779
|
154 |
+
* Excerpt on top of the content in Single #665
|
155 |
+
* Subscribe box has been improved for the UX needs #712
|
156 |
+
* Notice warnings since 0.4.2 update #740
|
157 |
+
* AMP Comments Form Integration with the extension
|
158 |
+
* Filter added on the loop in Homepage of the Design 3 so that it can be modified with an external plugin.
|
159 |
+
* 404 on paged home page #781
|
160 |
+
* Twitter handle should be at the end of the tweet not in the beginning #787
|
161 |
+
* Wrong Rel Canonical for AMP Custom Frontpage #799
|
162 |
+
* Merged a pull request #761 that will improve the title and description output that is much more stable and flexible for future enhancement and use. It was contributed by Sybre Waaijer - Thanks mate for the contribution, we (our team and users) really appreciate your hard work done on this code.
|
163 |
+
* Extension page user experienced improved.
|
164 |
+
* Removed old Youtube installation video and replaced with new one.
|
165 |
+
|
166 |
= 0.9.47.2 (12 April 2017) =
|
167 |
* Design-3 Slider URL redirecting to non-AMP page #758
|
168 |
* Ads showing in comments #768
|
@@ -4,9 +4,9 @@
|
|
4 |
public function __construct() {
|
5 |
$widget_options = array(
|
6 |
'classname' => 'ampforwp_categories_widget',
|
7 |
-
'description' => 'This Widget adds categories where necessary in AMP Pages'
|
8 |
);
|
9 |
-
parent::__construct( 'ampforwp_categories_widget', 'AMP Categories', $widget_options );
|
10 |
}
|
11 |
|
12 |
|
@@ -80,7 +80,7 @@
|
|
80 |
//show more
|
81 |
if( $ampforwp_category_link === 'yes' && $ampforwp_category_id !== '' ) {
|
82 |
global $redux_builder_amp;
|
83 |
-
echo '<a class="amp-category-block-btn" href="'.trailingslashit(get_category_link($ampforwp_category_id)).'amp'.'">'
|
84 |
}
|
85 |
echo '</ul></div>';
|
86 |
|
@@ -107,14 +107,14 @@
|
|
107 |
<!-- Form Ends Here -->
|
108 |
<p>
|
109 |
<!-- text Start Here -->
|
110 |
-
<label for="<?php echo $this->get_field_id( 'title' ); ?>"
|
111 |
<input class="widefat" type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $ampforwp_title ); ?>" />
|
112 |
</label><br>
|
113 |
<!-- text End Here -->
|
114 |
</p>
|
115 |
<!-- select Start Here -->
|
116 |
<p>
|
117 |
-
<label for="<?php echo esc_attr( $this->get_field_id( 'category' ) ); ?>"
|
118 |
<select id="<?php echo $this->get_field_id('category'); ?>" name="<?php echo $this->get_field_name('category'); ?>" class="widefat" value>
|
119 |
<?php
|
120 |
|
@@ -134,31 +134,31 @@
|
|
134 |
|
135 |
<p>
|
136 |
<!-- text starts Here -->
|
137 |
-
<label for="<?php echo $this->get_field_id( 'count' ); ?>"
|
138 |
<input class="widefat" type="number" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<?php echo $this->get_field_name( 'count' ); ?>" value="<?php echo esc_attr( $ampforwp_category_count ); ?>" />
|
139 |
</label>
|
140 |
</p>
|
141 |
<!-- text End Here -->
|
142 |
<p>
|
143 |
<!-- radio buttons starts Here -->
|
144 |
-
<label for="<?php echo $this->get_field_id( 'showButton' ); ?>" value="<?php echo esc_attr( $ampforwp_title );?>"
|
145 |
<label for="<?php echo $this->get_field_id('show_button_1'); ?>">
|
146 |
-
<input class="widefat" id="<?php echo $this->get_field_id('show_button_1'); ?>" name="<?php echo $this->get_field_name('
|
147 |
</label>
|
148 |
<label for="<?php echo $this->get_field_id('show_button_2'); ?>">
|
149 |
-
<input class="widefat" id="<?php echo $this->get_field_id('show_button_2'); ?>" name="<?php echo $this->get_field_name('showButton'); ?>" type="radio" value="no" <?php if($radio_buttons === 'no'){ echo 'checked="checked"'; } ?> /><?php
|
150 |
</label>
|
151 |
<!-- radio buttons Ends Here -->
|
152 |
</p>
|
153 |
|
154 |
<p>
|
155 |
<!-- Excerpt related code starts Here -->
|
156 |
-
<label for="<?php echo $this->get_field_id( 'showExcerpt' ); ?>" value="<?php echo esc_attr( $ampforwp_title );?>">Show Excerpt
|
157 |
<label for="<?php echo $this->get_field_id('show_button_3'); ?>">
|
158 |
-
<input class="widefat" id="<?php echo $this->get_field_id('show_button_3'); ?>" name="<?php echo $this->get_field_name('showExcerpt'); ?>" type="radio" value="yes" <?php if($excerpt_buttons === 'yes'){ echo 'checked="checked"'; } ?> /><?php
|
159 |
</label>
|
160 |
<label for="<?php echo $this->get_field_id('show_button_4'); ?>">
|
161 |
-
<input class="widefat" id="<?php echo $this->get_field_id('show_button_4'); ?>" name="<?php echo $this->get_field_name('showExcerpt'); ?>" type="radio" value="no" <?php if($excerpt_buttons === 'no'){ echo 'checked="checked"'; } ?> /><?php
|
162 |
</label>
|
163 |
<!-- Excerpt related code Ends Here -->
|
164 |
</p>
|
4 |
public function __construct() {
|
5 |
$widget_options = array(
|
6 |
'classname' => 'ampforwp_categories_widget',
|
7 |
+
'description' => __('This Widget adds categories where necessary in AMP Pages','accelerated-mobile-pages')
|
8 |
);
|
9 |
+
parent::__construct( 'ampforwp_categories_widget', __('AMP Categories','accelerated-mobile-pages'), $widget_options );
|
10 |
}
|
11 |
|
12 |
|
80 |
//show more
|
81 |
if( $ampforwp_category_link === 'yes' && $ampforwp_category_id !== '' ) {
|
82 |
global $redux_builder_amp;
|
83 |
+
echo '<a class="amp-category-block-btn" href="'.trailingslashit(get_category_link($ampforwp_category_id)).'amp'.'">'. ampforwp_translation($redux_builder_amp['amp-translator-show-more-text'], 'View More Posts (Widget Button)').'</a>';
|
84 |
}
|
85 |
echo '</ul></div>';
|
86 |
|
107 |
<!-- Form Ends Here -->
|
108 |
<p>
|
109 |
<!-- text Start Here -->
|
110 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php echo __('Title:','accelerated-mobile-pages') ?>
|
111 |
<input class="widefat" type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $ampforwp_title ); ?>" />
|
112 |
</label><br>
|
113 |
<!-- text End Here -->
|
114 |
</p>
|
115 |
<!-- select Start Here -->
|
116 |
<p>
|
117 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'category' ) ); ?>"><?php echo __('Category:','accelerated-mobile-pages') ?>
|
118 |
<select id="<?php echo $this->get_field_id('category'); ?>" name="<?php echo $this->get_field_name('category'); ?>" class="widefat" value>
|
119 |
<?php
|
120 |
|
134 |
|
135 |
<p>
|
136 |
<!-- text starts Here -->
|
137 |
+
<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php echo __('Number of Posts:','accelerated-mobile-pages') ?>
|
138 |
<input class="widefat" type="number" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<?php echo $this->get_field_name( 'count' ); ?>" value="<?php echo esc_attr( $ampforwp_category_count ); ?>" />
|
139 |
</label>
|
140 |
</p>
|
141 |
<!-- text End Here -->
|
142 |
<p>
|
143 |
<!-- radio buttons starts Here -->
|
144 |
+
<label for="<?php echo $this->get_field_id( 'showButton' ); ?>" value="<?php echo esc_attr( $ampforwp_title );?>"><?php echo __('Show View more Button:','accelerated-mobile-pages') ?></label><br>
|
145 |
<label for="<?php echo $this->get_field_id('show_button_1'); ?>">
|
146 |
+
<input class="widefat" id="<?php echo $this->get_field_id('show_button_1'); ?>" name="<?php echo $this->get_field_name('sho) ?>wButton'); ?>" type="radio" value="yes" <?php if($radio_buttons === 'yes'){ echo 'checked="checked"'; } ?> /><?php echo __('Yes ','accelerated-mobile-pages'); ?>
|
147 |
</label>
|
148 |
<label for="<?php echo $this->get_field_id('show_button_2'); ?>">
|
149 |
+
<input class="widefat" id="<?php echo $this->get_field_id('show_button_2'); ?>" name="<?php echo $this->get_field_name('showButton'); ?>" type="radio" value="no" <?php if($radio_buttons === 'no'){ echo 'checked="checked"'; } ?> /><?php echo __(' No','accelerated-mobile-pages'); ?>
|
150 |
</label>
|
151 |
<!-- radio buttons Ends Here -->
|
152 |
</p>
|
153 |
|
154 |
<p>
|
155 |
<!-- Excerpt related code starts Here -->
|
156 |
+
<label for="<?php echo $this->get_field_id( 'showExcerpt' ); ?>" value="<?php echo esc_attr( $ampforwp_title );?>"> <?php echo __('Show Excerpt:','accelerated-mobile-pages') ?></label><br>
|
157 |
<label for="<?php echo $this->get_field_id('show_button_3'); ?>">
|
158 |
+
<input class="widefat" id="<?php echo $this->get_field_id('show_button_3'); ?>" name="<?php echo $this->get_field_name('showExcerpt'); ?>" type="radio" value="yes" <?php if($excerpt_buttons === 'yes'){ echo 'checked="checked"'; } ?> /><?php echo __('Yes ','accelerated-mobile-pages'); ?>
|
159 |
</label>
|
160 |
<label for="<?php echo $this->get_field_id('show_button_4'); ?>">
|
161 |
+
<input class="widefat" id="<?php echo $this->get_field_id('show_button_4'); ?>" name="<?php echo $this->get_field_name('showExcerpt'); ?>" type="radio" value="no" <?php if($excerpt_buttons === 'no'){ echo 'checked="checked"'; } ?> /><?php echo __(' No','accelerated-mobile-pages'); ?>
|
162 |
</label>
|
163 |
<!-- Excerpt related code Ends Here -->
|
164 |
</p>
|
@@ -58,9 +58,9 @@ function ampforwp_custom_post_content_sanitizer( $data, $post ) {
|
|
58 |
|
59 |
function ampforwp_custom_content_meta_register() {
|
60 |
|
61 |
-
add_meta_box( 'custom_content_editor',
|
62 |
|
63 |
-
add_meta_box( 'custom_content_editor',
|
64 |
|
65 |
}
|
66 |
add_action('add_meta_boxes','ampforwp_custom_content_meta_register');
|
@@ -83,7 +83,8 @@ function amp_content_editor_title_callback( $post ) {
|
|
83 |
<label for="meta-checkbox">
|
84 |
<p>
|
85 |
<input type="checkbox" name="ampforwp_custom_content_editor_checkbox" id="meta-checkbox" value="yes" <?php if ( isset ( $amp_content_on_off ) ) checked( $amp_content_on_off, 'yes' ); ?> />
|
86 |
-
<?php
|
|
|
87 |
</label>
|
88 |
|
89 |
<!--HTML content Ends here-->
|
58 |
|
59 |
function ampforwp_custom_content_meta_register() {
|
60 |
|
61 |
+
add_meta_box( 'custom_content_editor', __( 'Custom AMP Editor', 'accelerated-mobile-pages' ), 'amp_content_editor_title_callback', 'post','normal', 'default' );
|
62 |
|
63 |
+
add_meta_box( 'custom_content_editor', __( 'Custom AMP Editor','accelerated-mobile-pages' ), 'amp_content_editor_title_callback', 'page','normal', 'default' );
|
64 |
|
65 |
}
|
66 |
add_action('add_meta_boxes','ampforwp_custom_content_meta_register');
|
83 |
<label for="meta-checkbox">
|
84 |
<p>
|
85 |
<input type="checkbox" name="ampforwp_custom_content_editor_checkbox" id="meta-checkbox" value="yes" <?php if ( isset ( $amp_content_on_off ) ) checked( $amp_content_on_off, 'yes' ); ?> />
|
86 |
+
<?php echo __( 'Use This Content as AMP Content','accelerated-mobile-pages' )?> </p>
|
87 |
+
<?php echo __('<p>If you want to add some special tags, then please use normal HTML into this area, it will automatically convert them into AMP compatible tags.</p>','accelerated-mobile-pages') ?>
|
88 |
</label>
|
89 |
|
90 |
<!--HTML content Ends here-->
|
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
require_once( AMP__DIR__ . '/includes/utils/class-amp-dom-utils.php' );
|
4 |
+
require_once( AMP__DIR__ . '/includes/sanitizers/class-amp-base-sanitizer.php' );
|
5 |
+
require_once( AMP__DIR__ . '/includes/embeds/class-amp-base-embed-handler.php' );
|
6 |
+
|
7 |
+
class AMPFORWP_Content {
|
8 |
+
private $content;
|
9 |
+
private $amp_content = '';
|
10 |
+
private $amp_scripts = array();
|
11 |
+
private $amp_styles = array();
|
12 |
+
private $args = array();
|
13 |
+
private $embed_handler_classes = array();
|
14 |
+
private $sanitizer_classes = array();
|
15 |
+
|
16 |
+
public function __construct( $content, $embed_handler_classes, $sanitizer_classes, $args = array() ) {
|
17 |
+
$this->content = $content;
|
18 |
+
$this->args = $args;
|
19 |
+
$this->embed_handler_classes = $embed_handler_classes;
|
20 |
+
$this->sanitizer_classes = $sanitizer_classes;
|
21 |
+
|
22 |
+
$this->transform();
|
23 |
+
}
|
24 |
+
|
25 |
+
public function get_amp_content() {
|
26 |
+
return $this->amp_content;
|
27 |
+
}
|
28 |
+
|
29 |
+
public function get_amp_scripts() {
|
30 |
+
return $this->amp_scripts;
|
31 |
+
}
|
32 |
+
|
33 |
+
public function get_amp_styles() {
|
34 |
+
return $this->amp_styles;
|
35 |
+
}
|
36 |
+
|
37 |
+
private function transform() {
|
38 |
+
$content = $this->content;
|
39 |
+
|
40 |
+
// // First, embeds + the_content filter
|
41 |
+
$embed_handlers = $this->register_embed_handlers();
|
42 |
+
$content = apply_filters( 'ampforwp_the_content', $content );
|
43 |
+
$this->unregister_embed_handlers( $embed_handlers );
|
44 |
+
|
45 |
+
// Then, sanitize to strip and/or convert non-amp content
|
46 |
+
$content = $this->sanitize( $content );
|
47 |
+
|
48 |
+
$this->amp_content = $content;
|
49 |
+
}
|
50 |
+
|
51 |
+
private function add_scripts( $scripts ) {
|
52 |
+
$this->amp_scripts = array_merge( $this->amp_scripts, $scripts );
|
53 |
+
}
|
54 |
+
|
55 |
+
private function add_styles( $styles ) {
|
56 |
+
$this->amp_styles = array_merge( $this->amp_styles, $styles );
|
57 |
+
}
|
58 |
+
|
59 |
+
private function register_embed_handlers() {
|
60 |
+
$embed_handlers = array();
|
61 |
+
|
62 |
+
foreach ( $this->embed_handler_classes as $embed_handler_class => $args ) {
|
63 |
+
$embed_handler = new $embed_handler_class( array_merge( $this->args, $args ) );
|
64 |
+
|
65 |
+
if ( ! is_subclass_of( $embed_handler, 'AMP_Base_Embed_Handler' ) ) {
|
66 |
+
_doing_it_wrong( __METHOD__, sprintf( __( 'Embed Handler (%s) must extend `AMP_Embed_Handler`', 'accelerated-mobile-pages' ), $embed_handler_class ), '0.1' );
|
67 |
+
continue;
|
68 |
+
}
|
69 |
+
|
70 |
+
$embed_handler->register_embed();
|
71 |
+
$embed_handlers[] = $embed_handler;
|
72 |
+
}
|
73 |
+
|
74 |
+
return $embed_handlers;
|
75 |
+
}
|
76 |
+
|
77 |
+
private function unregister_embed_handlers( $embed_handlers ) {
|
78 |
+
foreach ( $embed_handlers as $embed_handler ) {
|
79 |
+
$this->add_scripts( $embed_handler->get_scripts() );
|
80 |
+
$embed_handler->unregister_embed();
|
81 |
+
}
|
82 |
+
}
|
83 |
+
|
84 |
+
private function sanitize( $content ) {
|
85 |
+
list( $sanitized_content, $scripts, $styles ) = AMPFORWP_Content_Sanitizer::sanitize( $content, $this->sanitizer_classes, $this->args );
|
86 |
+
|
87 |
+
$this->add_scripts( $scripts );
|
88 |
+
$this->add_styles( $styles );
|
89 |
+
|
90 |
+
return $sanitized_content;
|
91 |
+
}
|
92 |
+
}
|
93 |
+
|
94 |
+
class AMPFORWP_Content_Sanitizer {
|
95 |
+
public static function sanitize( $content, $sanitizer_classes, $global_args = array() ) {
|
96 |
+
$scripts = array();
|
97 |
+
$styles = array();
|
98 |
+
$dom = AMP_DOM_Utils::get_dom_from_content( $content );
|
99 |
+
|
100 |
+
foreach ( $sanitizer_classes as $sanitizer_class => $args ) {
|
101 |
+
if ( ! class_exists( $sanitizer_class ) ) {
|
102 |
+
_doing_it_wrong( __METHOD__, sprintf( __( 'Sanitizer (%s) class does not exist', 'accelerated-mobile-pages' ), esc_html( $sanitizer_class ) ), '0.4.1' );
|
103 |
+
continue;
|
104 |
+
}
|
105 |
+
|
106 |
+
$sanitizer = new $sanitizer_class( $dom, array_merge( $global_args, $args ) );
|
107 |
+
|
108 |
+
if ( ! is_subclass_of( $sanitizer, 'AMP_Base_Sanitizer' ) ) {
|
109 |
+
_doing_it_wrong( __METHOD__, sprintf( __( 'Sanitizer (%s) must extend `AMP_Base_Sanitizer`', 'accelerated-mobile-pages' ), esc_html( $sanitizer_class ) ), '0.1' );
|
110 |
+
continue;
|
111 |
+
}
|
112 |
+
|
113 |
+
$sanitizer->sanitize();
|
114 |
+
|
115 |
+
$scripts = array_merge( $scripts, $sanitizer->get_scripts() );
|
116 |
+
$styles = array_merge( $styles, $sanitizer->get_styles() );
|
117 |
+
}
|
118 |
+
|
119 |
+
$sanitized_content = AMP_DOM_Utils::get_content_from_dom( $dom );
|
120 |
+
|
121 |
+
return array( $sanitized_content, $scripts, $styles );
|
122 |
+
}
|
123 |
+
}
|
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings {
|
3 |
const NEW_COLOR_SCHEME = 'light';
|
4 |
-
|
5 |
public static function init() {
|
6 |
add_action( 'amp_customizer_init', array( __CLASS__, 'init_customizer' ) );
|
7 |
add_filter( 'amp_customizer_get_settings', array( __CLASS__, 'append_settings' ) );
|
@@ -9,42 +9,42 @@ class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings
|
|
9 |
|
10 |
public static function init_customizer() {
|
11 |
add_action( 'amp_customizer_register_settings', array( __CLASS__, 'register_customizer_settings' ) );
|
12 |
-
add_action( 'amp_customizer_register_ui', array( __CLASS__, 'register_customizer_ui' )
|
13 |
add_action( 'amp_customizer_enqueue_preview_scripts', array( __CLASS__, 'enqueue_customizer_preview_scripts' ) );
|
14 |
}
|
15 |
|
16 |
public static function register_customizer_settings( $wp_customize ) {
|
17 |
-
|
18 |
/* Add Settings */
|
19 |
$wp_customize->add_setting(
|
20 |
'ampforwp_design[elements]', /* option name */
|
21 |
array(
|
22 |
-
'default' => self::ampforwp_controls_default(),
|
23 |
// 'sanitize_callback' => 'ampforwp_sanitize_controller',
|
24 |
'transport' => 'postMessage',
|
25 |
'type' => 'option',
|
26 |
'capability' => 'manage_options',
|
27 |
'priority' => 10,
|
28 |
)
|
29 |
-
);
|
30 |
|
31 |
// $wp_customize->add_setting(
|
32 |
// 'ampforwp_design[amp_design_type]', /* option name */
|
33 |
// array(
|
34 |
-
// 'default' => '3',
|
35 |
// 'transport' => 'postMessage',
|
36 |
// 'type' => 'option',
|
37 |
// 'capability' => 'manage_options',
|
38 |
// 'priority' => 10,
|
39 |
// )
|
40 |
-
// );
|
41 |
-
|
42 |
}
|
43 |
|
44 |
public function register_customizer_ui( $wp_customize ) {
|
45 |
/* Load custom controls */
|
46 |
require_once( AMPFORWP_PLUGIN_DIR . 'templates/customizer/customizer-controls.php' );
|
47 |
-
|
48 |
/* Add Control for the settings. */
|
49 |
$choices = array();
|
50 |
$services = self::ampforwp_controls();
|
@@ -53,17 +53,17 @@ class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings
|
|
53 |
}
|
54 |
$wp_customize->add_control(
|
55 |
new AMPFORWP_Customize_Control_Sortable_Checkboxes(
|
56 |
-
$wp_customize, 'ampforwp_controls',
|
57 |
array(
|
58 |
'section' => 'amp_design',
|
59 |
'settings' => 'ampforwp_design[elements]',
|
60 |
-
'label' => __( 'Design Manager', '
|
61 |
-
'description' => __( 'Enable and reorder Design Elements.', '
|
62 |
'choices' => $choices,
|
63 |
'priority' => 9,
|
64 |
)
|
65 |
)
|
66 |
-
);
|
67 |
|
68 |
// Current AMP Design
|
69 |
// $wp_customize->add_control( 'ampforwp_design[amp_design_type]', array(
|
@@ -86,7 +86,7 @@ class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings
|
|
86 |
$ampforwp_customizer_settings = array( 'design_type' => $redux_builder_amp['amp-design-selector'] );
|
87 |
|
88 |
wp_localize_script( 'ampforwp-customizer-design-preview', 'ampforwp_customizer_settings', $ampforwp_customizer_settings );
|
89 |
-
|
90 |
wp_enqueue_script( 'ampforwp-customizer-design-preview' );
|
91 |
}
|
92 |
|
@@ -102,7 +102,7 @@ class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings
|
|
102 |
// 'amp_design_type' => $settings['ampforwp_design[amp_design_type]'],
|
103 |
) );
|
104 |
}
|
105 |
-
|
106 |
/**
|
107 |
* Sanitize Sharing Services
|
108 |
* @since 0.1.0
|
@@ -146,67 +146,67 @@ class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings
|
|
146 |
* Services
|
147 |
* list of available sharing services
|
148 |
*/
|
149 |
-
public function ampforwp_controls(){
|
150 |
-
|
151 |
$services = array();
|
152 |
-
|
153 |
/* Meta info */
|
154 |
$services['meta_info'] = array(
|
155 |
'id' => 'meta_info',
|
156 |
-
'label' => __( 'Meta info', '
|
157 |
);
|
158 |
-
|
159 |
/* title */
|
160 |
$services['title'] = array(
|
161 |
'id' => 'title',
|
162 |
-
'label' => __( 'Title', '
|
163 |
);
|
164 |
-
|
165 |
/* Featured Image */
|
166 |
$services['featured_image'] = array(
|
167 |
'id' => 'featured_image',
|
168 |
-
'label' => __( 'Featured Image', '
|
169 |
);
|
170 |
|
171 |
/* The Content */
|
172 |
$services['content'] = array(
|
173 |
'id' => 'content',
|
174 |
-
'label' => __( 'The Content', '
|
175 |
);
|
176 |
|
177 |
/* Meta Taxonomy */
|
178 |
$services['meta_taxonomy'] = array(
|
179 |
'id' => 'meta_taxonomy',
|
180 |
-
'label' => __( 'Categories and Tags', '
|
181 |
);
|
182 |
|
183 |
/* Social Icons */
|
184 |
$services['social_icons'] = array(
|
185 |
'id' => 'social_icons',
|
186 |
-
'label' => __( 'Social Icons', '
|
187 |
);
|
188 |
|
189 |
/* Comments */
|
190 |
$services['comments'] = array(
|
191 |
'id' => 'comments',
|
192 |
-
'label' => __( 'Comments', '
|
193 |
);
|
194 |
|
195 |
/* Related Posts */
|
196 |
$services['related_posts'] = array(
|
197 |
'id' => 'related_posts',
|
198 |
-
'label' => __( 'Related Posts', '
|
199 |
);
|
200 |
-
|
201 |
return apply_filters( 'ampforwp_controls', $services );
|
202 |
}
|
203 |
-
|
204 |
-
|
205 |
/**
|
206 |
* Utility: Default Services to use in customizer default value
|
207 |
* @return string
|
208 |
*/
|
209 |
-
public function ampforwp_controls_default(){
|
210 |
$default = array();
|
211 |
$services = self::ampforwp_controls();
|
212 |
foreach( $services as $service ){
|
@@ -217,21 +217,24 @@ class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings
|
|
217 |
}
|
218 |
|
219 |
// Add New Contols and Settings in Customizer
|
220 |
-
add_action( 'amp_init', array( 'AMPFORWP_Customizer_Design_Contols', 'init' ) );
|
|
|
|
|
|
|
221 |
|
222 |
/* Register Customizer Scripts */
|
223 |
add_action( 'customize_controls_enqueue_scripts', 'ampforwp_customize_register_scripts', 0 );
|
224 |
define( 'AMPFORWP_SHARE_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
225 |
-
|
226 |
/**
|
227 |
* Register Scripts
|
228 |
* so we can easily load this scripts multiple times when needed (?)
|
229 |
*/
|
230 |
function ampforwp_customize_register_scripts(){
|
231 |
-
|
232 |
/* CSS */
|
233 |
wp_register_style( 'ampforwp-share-customize', AMPFORWP_SHARE_URL . 'assets/customizer-control.css' );
|
234 |
-
|
235 |
/* JS */
|
236 |
wp_register_script( 'ampforwp-share-customize', AMPFORWP_SHARE_URL . 'assets/customizer-control.js', array( 'jquery', 'jquery-ui-sortable', 'customize-controls' ) );
|
237 |
|
1 |
<?php
|
2 |
class AMPFORWP_Customizer_Design_Contols extends AMP_Customizer_Design_Settings {
|
3 |
const NEW_COLOR_SCHEME = 'light';
|
4 |
+
|
5 |
public static function init() {
|
6 |
add_action( 'amp_customizer_init', array( __CLASS__, 'init_customizer' ) );
|
7 |
add_filter( 'amp_customizer_get_settings', array( __CLASS__, 'append_settings' ) );
|
9 |
|
10 |
public static function init_customizer() {
|
11 |
add_action( 'amp_customizer_register_settings', array( __CLASS__, 'register_customizer_settings' ) );
|
12 |
+
add_action( 'amp_customizer_register_ui', array( __CLASS__, 'register_customizer_ui' ) );
|
13 |
add_action( 'amp_customizer_enqueue_preview_scripts', array( __CLASS__, 'enqueue_customizer_preview_scripts' ) );
|
14 |
}
|
15 |
|
16 |
public static function register_customizer_settings( $wp_customize ) {
|
17 |
+
|
18 |
/* Add Settings */
|
19 |
$wp_customize->add_setting(
|
20 |
'ampforwp_design[elements]', /* option name */
|
21 |
array(
|
22 |
+
'default' => self::ampforwp_controls_default(),
|
23 |
// 'sanitize_callback' => 'ampforwp_sanitize_controller',
|
24 |
'transport' => 'postMessage',
|
25 |
'type' => 'option',
|
26 |
'capability' => 'manage_options',
|
27 |
'priority' => 10,
|
28 |
)
|
29 |
+
);
|
30 |
|
31 |
// $wp_customize->add_setting(
|
32 |
// 'ampforwp_design[amp_design_type]', /* option name */
|
33 |
// array(
|
34 |
+
// 'default' => '3',
|
35 |
// 'transport' => 'postMessage',
|
36 |
// 'type' => 'option',
|
37 |
// 'capability' => 'manage_options',
|
38 |
// 'priority' => 10,
|
39 |
// )
|
40 |
+
// );
|
41 |
+
|
42 |
}
|
43 |
|
44 |
public function register_customizer_ui( $wp_customize ) {
|
45 |
/* Load custom controls */
|
46 |
require_once( AMPFORWP_PLUGIN_DIR . 'templates/customizer/customizer-controls.php' );
|
47 |
+
|
48 |
/* Add Control for the settings. */
|
49 |
$choices = array();
|
50 |
$services = self::ampforwp_controls();
|
53 |
}
|
54 |
$wp_customize->add_control(
|
55 |
new AMPFORWP_Customize_Control_Sortable_Checkboxes(
|
56 |
+
$wp_customize, 'ampforwp_controls',
|
57 |
array(
|
58 |
'section' => 'amp_design',
|
59 |
'settings' => 'ampforwp_design[elements]',
|
60 |
+
'label' => __( 'Design Manager', 'accelerated-mobile-pages' ),
|
61 |
+
'description' => __( 'Enable and reorder Design Elements.', 'accelerated-mobile-pages' ),
|
62 |
'choices' => $choices,
|
63 |
'priority' => 9,
|
64 |
)
|
65 |
)
|
66 |
+
);
|
67 |
|
68 |
// Current AMP Design
|
69 |
// $wp_customize->add_control( 'ampforwp_design[amp_design_type]', array(
|
86 |
$ampforwp_customizer_settings = array( 'design_type' => $redux_builder_amp['amp-design-selector'] );
|
87 |
|
88 |
wp_localize_script( 'ampforwp-customizer-design-preview', 'ampforwp_customizer_settings', $ampforwp_customizer_settings );
|
89 |
+
|
90 |
wp_enqueue_script( 'ampforwp-customizer-design-preview' );
|
91 |
}
|
92 |
|
102 |
// 'amp_design_type' => $settings['ampforwp_design[amp_design_type]'],
|
103 |
) );
|
104 |
}
|
105 |
+
|
106 |
/**
|
107 |
* Sanitize Sharing Services
|
108 |
* @since 0.1.0
|
146 |
* Services
|
147 |
* list of available sharing services
|
148 |
*/
|
149 |
+
static public function ampforwp_controls(){
|
150 |
+
|
151 |
$services = array();
|
152 |
+
|
153 |
/* Meta info */
|
154 |
$services['meta_info'] = array(
|
155 |
'id' => 'meta_info',
|
156 |
+
'label' => __( 'Meta info', 'accelerated-mobile-pages' ),
|
157 |
);
|
158 |
+
|
159 |
/* title */
|
160 |
$services['title'] = array(
|
161 |
'id' => 'title',
|
162 |
+
'label' => __( 'Title', 'accelerated-mobile-pages' ),
|
163 |
);
|
164 |
+
|
165 |
/* Featured Image */
|
166 |
$services['featured_image'] = array(
|
167 |
'id' => 'featured_image',
|
168 |
+
'label' => __( 'Featured Image', 'accelerated-mobile-pages' ),
|
169 |
);
|
170 |
|
171 |
/* The Content */
|
172 |
$services['content'] = array(
|
173 |
'id' => 'content',
|
174 |
+
'label' => __( 'The Content', 'accelerated-mobile-pages' ),
|
175 |
);
|
176 |
|
177 |
/* Meta Taxonomy */
|
178 |
$services['meta_taxonomy'] = array(
|
179 |
'id' => 'meta_taxonomy',
|
180 |
+
'label' => __( 'Categories and Tags', 'accelerated-mobile-pages'),
|
181 |
);
|
182 |
|
183 |
/* Social Icons */
|
184 |
$services['social_icons'] = array(
|
185 |
'id' => 'social_icons',
|
186 |
+
'label' => __( 'Social Icons', 'accelerated-mobile-pages' ),
|
187 |
);
|
188 |
|
189 |
/* Comments */
|
190 |
$services['comments'] = array(
|
191 |
'id' => 'comments',
|
192 |
+
'label' => __( 'Comments', 'accelerated-mobile-pages' ),
|
193 |
);
|
194 |
|
195 |
/* Related Posts */
|
196 |
$services['related_posts'] = array(
|
197 |
'id' => 'related_posts',
|
198 |
+
'label' => __( 'Related Posts', 'accelerated-mobile-pages' ),
|
199 |
);
|
200 |
+
|
201 |
return apply_filters( 'ampforwp_controls', $services );
|
202 |
}
|
203 |
+
|
204 |
+
|
205 |
/**
|
206 |
* Utility: Default Services to use in customizer default value
|
207 |
* @return string
|
208 |
*/
|
209 |
+
static public function ampforwp_controls_default(){
|
210 |
$default = array();
|
211 |
$services = self::ampforwp_controls();
|
212 |
foreach( $services as $service ){
|
217 |
}
|
218 |
|
219 |
// Add New Contols and Settings in Customizer
|
220 |
+
// add_action( 'amp_init', array( 'AMPFORWP_Customizer_Design_Contols', 'init' ) );
|
221 |
+
add_action( 'amp_init', function(){
|
222 |
+
AMPFORWP_Customizer_Design_Contols::init();
|
223 |
+
} );
|
224 |
|
225 |
/* Register Customizer Scripts */
|
226 |
add_action( 'customize_controls_enqueue_scripts', 'ampforwp_customize_register_scripts', 0 );
|
227 |
define( 'AMPFORWP_SHARE_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
228 |
+
|
229 |
/**
|
230 |
* Register Scripts
|
231 |
* so we can easily load this scripts multiple times when needed (?)
|
232 |
*/
|
233 |
function ampforwp_customize_register_scripts(){
|
234 |
+
|
235 |
/* CSS */
|
236 |
wp_register_style( 'ampforwp-share-customize', AMPFORWP_SHARE_URL . 'assets/customizer-control.css' );
|
237 |
+
|
238 |
/* JS */
|
239 |
wp_register_script( 'ampforwp-share-customize', AMPFORWP_SHARE_URL . 'assets/customizer-control.js', array( 'jquery', 'jquery-ui-sortable', 'customize-controls' ) );
|
240 |
|
@@ -33,7 +33,8 @@
|
|
33 |
<?php if ( is_archive() ) {
|
34 |
the_archive_title( '<h3 class="page-title">', '</h3>' );
|
35 |
$description = get_the_archive_description();
|
36 |
-
$
|
|
|
37 |
if( $arch_desc ) { ?>
|
38 |
<div class="amp-wp-content taxonomy-description">
|
39 |
<?php echo $arch_desc ; ?>
|
@@ -41,19 +42,28 @@
|
|
41 |
}
|
42 |
} ?>
|
43 |
|
44 |
-
<?php if ( have_posts() ) : while ( have_posts() ) : the_post();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
<div class="amp-wp-content amp-wp-article-header amp-loop-list">
|
46 |
|
47 |
<h1 class="amp-wp-title">
|
48 |
-
<?php
|
49 |
-
<a href="<?php echo trailingslashit( trailingslashit( $ampforwp_post_url ) . AMPFORWP_AMP_QUERY_VAR );?>"><?php the_title() ?></a>
|
50 |
</h1>
|
51 |
|
52 |
<div class="amp-wp-content-loop">
|
53 |
|
54 |
<div class="amp-wp-meta">
|
55 |
<time> <?php
|
56 |
-
printf(
|
57 |
human_time_diff( get_the_time( 'U' ),
|
58 |
current_time( 'timestamp' ) ) ); ?>
|
59 |
</time>
|
@@ -66,7 +76,7 @@
|
|
66 |
$thumb_url = $thumb_url_array[0];
|
67 |
?>
|
68 |
<div class="home-post-image">
|
69 |
-
<a href="<?php
|
70 |
<amp-img
|
71 |
src=<?php echo $thumb_url ?>
|
72 |
<?php if( $redux_builder_amp['ampforwp-homepage-posts-image-modify-size'] ) { ?>
|
@@ -92,8 +102,8 @@
|
|
92 |
<div class="amp-wp-content pagination-holder">
|
93 |
|
94 |
<div id="pagination">
|
95 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-next-text']. ' »', 0 ) ?></div>
|
96 |
-
<div class="prev"><?php previous_posts_link( '« '. $redux_builder_amp['amp-translator-previous-text'] ); ?></div>
|
97 |
<div class="clearfix"></div>
|
98 |
</div>
|
99 |
|
@@ -104,8 +114,8 @@
|
|
104 |
|
105 |
</article>
|
106 |
|
|
|
107 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
108 |
-
|
109 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
110 |
|
111 |
</body>
|
33 |
<?php if ( is_archive() ) {
|
34 |
the_archive_title( '<h3 class="page-title">', '</h3>' );
|
35 |
$description = get_the_archive_description();
|
36 |
+
$sanitizer = new AMPFORWP_Content( $description, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array() ) ) );
|
37 |
+
$arch_desc = $sanitizer->get_amp_content();
|
38 |
if( $arch_desc ) { ?>
|
39 |
<div class="amp-wp-content taxonomy-description">
|
40 |
<?php echo $arch_desc ; ?>
|
42 |
}
|
43 |
} ?>
|
44 |
|
45 |
+
<?php if ( have_posts() ) : while ( have_posts() ) : the_post();
|
46 |
+
|
47 |
+
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ;
|
48 |
+
|
49 |
+
$ampforwp_amp_post_url = trailingslashit( $ampforwp_amp_post_url );
|
50 |
+
|
51 |
+
if( in_array( 'ampforwp-custom-type-amp-endpoint' , $redux_builder_amp ) ) {
|
52 |
+
if ( $redux_builder_amp['ampforwp-custom-type-amp-endpoint']) {
|
53 |
+
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . '?amp';
|
54 |
+
}
|
55 |
+
} ?>
|
56 |
<div class="amp-wp-content amp-wp-article-header amp-loop-list">
|
57 |
|
58 |
<h1 class="amp-wp-title">
|
59 |
+
<a href="<?php echo esc_url( $ampforwp_amp_post_url ); ?>"><?php the_title() ?></a>
|
|
|
60 |
</h1>
|
61 |
|
62 |
<div class="amp-wp-content-loop">
|
63 |
|
64 |
<div class="amp-wp-meta">
|
65 |
<time> <?php
|
66 |
+
printf( __( '%1$s '. ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ), '%2$s = human-readable time difference', 'accelerated-mobile-pages' ),
|
67 |
human_time_diff( get_the_time( 'U' ),
|
68 |
current_time( 'timestamp' ) ) ); ?>
|
69 |
</time>
|
76 |
$thumb_url = $thumb_url_array[0];
|
77 |
?>
|
78 |
<div class="home-post-image">
|
79 |
+
<a href="<?php echo esc_url( $ampforwp_amp_post_url ); ?>">
|
80 |
<amp-img
|
81 |
src=<?php echo $thumb_url ?>
|
82 |
<?php if( $redux_builder_amp['ampforwp-homepage-posts-image-modify-size'] ) { ?>
|
102 |
<div class="amp-wp-content pagination-holder">
|
103 |
|
104 |
<div id="pagination">
|
105 |
+
<div class="next"><?php next_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-next-text']. ' »' , 'Next'), 0 ) ?></div>
|
106 |
+
<div class="prev"><?php previous_posts_link( '« '. ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous' ) ); ?></div>
|
107 |
<div class="clearfix"></div>
|
108 |
</div>
|
109 |
|
114 |
|
115 |
</article>
|
116 |
|
117 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
118 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
|
|
119 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
120 |
|
121 |
</body>
|
@@ -15,7 +15,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
15 |
));
|
16 |
if ( $comments ) { ?>
|
17 |
<div class="amp-wp-content comments_list">
|
18 |
-
<h3><?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-view-comments-text'] ?></h3>
|
19 |
<ul>
|
20 |
<?php
|
21 |
// Display the list of comments
|
@@ -29,16 +29,14 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
29 |
<footer class="comment-meta">
|
30 |
<div class="comment-author vcard">
|
31 |
<?php
|
32 |
-
printf(__('<b class="fn">%s</b> <span class="says">'
|
33 |
</div>
|
34 |
<!-- .comment-author -->
|
35 |
<div class="comment-metadata">
|
36 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
37 |
-
<?php
|
38 |
-
printf(__('%1$s '.$redux_builder_amp['amp-translator-at-text'].' %2$s'), get_comment_date(), get_comment_time())
|
39 |
-
?>
|
40 |
</a>
|
41 |
-
<?php edit_comment_link(
|
42 |
</div>
|
43 |
<!-- .comment-metadata -->
|
44 |
</footer>
|
@@ -46,7 +44,8 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
46 |
<div class="comment-content">
|
47 |
<p><?php
|
48 |
$comment_content = get_comment_text();
|
49 |
-
|
|
|
50 |
</p>
|
51 |
</div>
|
52 |
<!-- .comment-content -->
|
@@ -71,7 +70,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
71 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
72 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
73 |
<div class="comment-button-wrapper">
|
74 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
75 |
</div>
|
76 |
<?php } ?>
|
77 |
<?php } else {
|
@@ -82,7 +81,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
82 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
83 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
84 |
<div class="comment-button-wrapper">
|
85 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
86 |
</div>
|
87 |
<?php } ?>
|
88 |
<?php } ?>
|
15 |
));
|
16 |
if ( $comments ) { ?>
|
17 |
<div class="amp-wp-content comments_list">
|
18 |
+
<h3><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-view-comments-text'] , 'View Comments' )?></h3>
|
19 |
<ul>
|
20 |
<?php
|
21 |
// Display the list of comments
|
29 |
<footer class="comment-meta">
|
30 |
<div class="comment-author vcard">
|
31 |
<?php
|
32 |
+
printf(__('<b class="fn">%s</b> <span class="says">'.ampforwp_translation($redux_builder_amp['amp-translator-says-text'],'says').':</span>'), get_comment_author_link()) ?>
|
33 |
</div>
|
34 |
<!-- .comment-author -->
|
35 |
<div class="comment-metadata">
|
36 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
37 |
+
<?php printf( ampforwp_translation( ('%1$s '. ampforwp_translation($redux_builder_amp['amp-translator-at-text'],'at').' %2$s'), '%1$s at %2$s') , get_comment_date(), get_comment_time())?>
|
|
|
|
|
38 |
</a>
|
39 |
+
<?php edit_comment_link( ampforwp_translation( $redux_builder_amp['amp-translator-Edit-text'], 'Edit' ) ) ?>
|
40 |
</div>
|
41 |
<!-- .comment-metadata -->
|
42 |
</footer>
|
44 |
<div class="comment-content">
|
45 |
<p><?php
|
46 |
$comment_content = get_comment_text();
|
47 |
+
$sanitizer = new AMPFORWP_Content( $comment_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array() ) ) );
|
48 |
+
echo $sanitizer->get_amp_content(); ?>
|
49 |
</p>
|
50 |
</div>
|
51 |
<!-- .comment-content -->
|
70 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
71 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
72 |
<div class="comment-button-wrapper">
|
73 |
+
<a href="<?php echo trailingslashit( get_permalink() ) .'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
74 |
</div>
|
75 |
<?php } ?>
|
76 |
<?php } else {
|
81 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
82 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
83 |
<div class="comment-button-wrapper">
|
84 |
+
<a href="<?php echo trailingslashit( get_permalink() ) .'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
85 |
</div>
|
86 |
<?php } ?>
|
87 |
<?php } ?>
|
@@ -1,5 +1,10 @@
|
|
1 |
-
<div class="amp-wp-article-content">
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
do_action('ampforwp_inside_post_content_before');
|
4 |
$amp_custom_content_enable = get_post_meta( $this->get( 'post_id' ) , 'ampforwp_custom_content_editor_checkbox', true);
|
5 |
|
@@ -11,7 +16,7 @@
|
|
11 |
echo $this->get( 'ampforwp_amp_content' );
|
12 |
}
|
13 |
|
14 |
-
do_action('
|
15 |
|
16 |
<!--Post Next-Previous Links-->
|
17 |
<?php global $redux_builder_amp;
|
1 |
+
<div class="amp-wp-article-content">
|
2 |
+
<?php if(has_excerpt()){ ?>
|
3 |
+
<div class="ampforwp_single_excerpt">
|
4 |
+
<?php $content = get_the_excerpt();
|
5 |
+
echo $content; ?>
|
6 |
+
</div>
|
7 |
+
<?php }
|
8 |
do_action('ampforwp_inside_post_content_before');
|
9 |
$amp_custom_content_enable = get_post_meta( $this->get( 'post_id' ) , 'ampforwp_custom_content_editor_checkbox', true);
|
10 |
|
16 |
echo $this->get( 'ampforwp_amp_content' );
|
17 |
}
|
18 |
|
19 |
+
do_action('ampforwp_after_post_content') ?>
|
20 |
|
21 |
<!--Post Next-Previous Links-->
|
22 |
<?php global $redux_builder_amp;
|
@@ -5,7 +5,7 @@
|
|
5 |
if ( $post_author ) : ?>
|
6 |
<div class="amp-wp-meta amp-wp-byline">
|
7 |
<?php
|
8 |
-
$author_image = get_avatar_url( $post_author->user_email, array( 'size' => 24 ) );
|
9 |
if ( function_exists( 'get_avatar_url' ) && ( $author_image ) ) { ?>
|
10 |
<amp-img src="<?php echo esc_url($author_image); ?>" width="24" height="24" layout="fixed"></amp-img>
|
11 |
<?php }?>
|
@@ -15,12 +15,12 @@
|
|
15 |
<?php endif; ?>
|
16 |
|
17 |
<div class="amp-wp-meta amp-wp-posted-on">
|
18 |
-
<time datetime="<?php echo esc_attr( date( 'c', $this->get( '
|
19 |
<?php
|
20 |
global $redux_builder_amp;
|
21 |
echo esc_html(
|
22 |
sprintf(
|
23 |
-
_x( '%s '
|
24 |
human_time_diff( $this->get( 'post_publish_timestamp' ), current_time( 'timestamp' ) )
|
25 |
)
|
26 |
);
|
5 |
if ( $post_author ) : ?>
|
6 |
<div class="amp-wp-meta amp-wp-byline">
|
7 |
<?php
|
8 |
+
$author_image = get_avatar_url( $post_author->user_email, array( 'size' => 24 ) );
|
9 |
if ( function_exists( 'get_avatar_url' ) && ( $author_image ) ) { ?>
|
10 |
<amp-img src="<?php echo esc_url($author_image); ?>" width="24" height="24" layout="fixed"></amp-img>
|
11 |
<?php }?>
|
15 |
<?php endif; ?>
|
16 |
|
17 |
<div class="amp-wp-meta amp-wp-posted-on">
|
18 |
+
<time datetime="<?php echo esc_attr( date( 'c', $this->get( 'post_modified_timestamp' ) ) ); ?>">
|
19 |
<?php
|
20 |
global $redux_builder_amp;
|
21 |
echo esc_html(
|
22 |
sprintf(
|
23 |
+
_x( '%s '.ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ), '%s = human-readable time difference', 'accelerated-mobile-pages' ),
|
24 |
human_time_diff( $this->get( 'post_publish_timestamp' ), current_time( 'timestamp' ) )
|
25 |
)
|
26 |
);
|
@@ -5,7 +5,7 @@
|
|
5 |
<?php $ampforwp_categories = get_the_terms( $this->ID, 'category' );
|
6 |
if ( $ampforwp_categories ) : ?>
|
7 |
<div class="amp-wp-meta amp-wp-tax-category">
|
8 |
-
<span><?php global $redux_builder_amp; printf(
|
9 |
<?php foreach ($ampforwp_categories as $cat ) {
|
10 |
if($redux_builder_amp['ampforwp-archive-support']){
|
11 |
echo ('<span><a href="'.trailingslashit( trailingslashit( get_category_link( $cat->term_taxonomy_id ) ) . AMPFORWP_AMP_QUERY_VAR ) .'" > '. $cat->name .'</a></span>');
|
@@ -21,7 +21,7 @@
|
|
21 |
if ( $ampforwp_tags && ! is_wp_error( $ampforwp_tags ) ) :?>
|
22 |
<div class="amp-wp-meta amp-wp-tax-tag ampforwp-tax-tag">
|
23 |
<?php if($redux_builder_amp['amp-rtl-select-option']==0) {
|
24 |
-
global $redux_builder_amp; printf(
|
25 |
}
|
26 |
foreach ($ampforwp_tags as $tag) {
|
27 |
if($redux_builder_amp['ampforwp-archive-support']){
|
@@ -32,7 +32,7 @@
|
|
32 |
}
|
33 |
}
|
34 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
35 |
-
global $redux_builder_amp; printf(
|
36 |
}?>
|
37 |
</div>
|
38 |
<?php endif;?>
|
5 |
<?php $ampforwp_categories = get_the_terms( $this->ID, 'category' );
|
6 |
if ( $ampforwp_categories ) : ?>
|
7 |
<div class="amp-wp-meta amp-wp-tax-category">
|
8 |
+
<span><?php global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-categories-text'] .' ', 'accelerated-mobile-pages' )); ?></span>
|
9 |
<?php foreach ($ampforwp_categories as $cat ) {
|
10 |
if($redux_builder_amp['ampforwp-archive-support']){
|
11 |
echo ('<span><a href="'.trailingslashit( trailingslashit( get_category_link( $cat->term_taxonomy_id ) ) . AMPFORWP_AMP_QUERY_VAR ) .'" > '. $cat->name .'</a></span>');
|
21 |
if ( $ampforwp_tags && ! is_wp_error( $ampforwp_tags ) ) :?>
|
22 |
<div class="amp-wp-meta amp-wp-tax-tag ampforwp-tax-tag">
|
23 |
<?php if($redux_builder_amp['amp-rtl-select-option']==0) {
|
24 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-tags-text'] .' ', 'accelerated-mobile-pages' ));
|
25 |
}
|
26 |
foreach ($ampforwp_tags as $tag) {
|
27 |
if($redux_builder_amp['ampforwp-archive-support']){
|
32 |
}
|
33 |
}
|
34 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
35 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-tags-text'] .' ', 'accelerated-mobile-pages' ));
|
36 |
}?>
|
37 |
</div>
|
38 |
<?php endif;?>
|
@@ -1,4 +1,5 @@
|
|
1 |
<?php
|
|
|
2 |
global $post, $redux_builder_amp;
|
3 |
$string_number_of_related_posts = $redux_builder_amp['ampforwp-number-of-related-posts'];
|
4 |
$int_number_of_related_posts = round(abs(floatval($string_number_of_related_posts)));
|
@@ -42,7 +43,7 @@
|
|
42 |
<div class="amp-wp-content relatedpost">
|
43 |
<div class="related_posts">
|
44 |
<ol class="clearfix">
|
45 |
-
<h3><?php echo
|
46 |
<?php
|
47 |
while( $my_query->have_posts() ) {
|
48 |
$my_query->the_post();
|
1 |
<?php
|
2 |
+
do_action('ampforwp_above_related_post'); //Above Related Posts
|
3 |
global $post, $redux_builder_amp;
|
4 |
$string_number_of_related_posts = $redux_builder_amp['ampforwp-number-of-related-posts'];
|
5 |
$int_number_of_related_posts = round(abs(floatval($string_number_of_related_posts)));
|
43 |
<div class="amp-wp-content relatedpost">
|
44 |
<div class="related_posts">
|
45 |
<ol class="clearfix">
|
46 |
+
<h3><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-related-text'], 'Related Post' ); ?></h3>
|
47 |
<?php
|
48 |
while( $my_query->have_posts() ) {
|
49 |
$my_query->the_post();
|
@@ -6,6 +6,6 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
6 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
7 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
8 |
<div class="comment-button-wrapper ampforwp-comment-button">
|
9 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
10 |
</div>
|
11 |
<?php } ?>
|
6 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
7 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
8 |
<div class="comment-button-wrapper ampforwp-comment-button">
|
9 |
+
<a href="<?php echo trailingslashit( get_permalink() ) .'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
10 |
</div>
|
11 |
<?php } ?>
|
@@ -9,7 +9,7 @@
|
|
9 |
width="50"
|
10 |
height="28"
|
11 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
12 |
-
data-param-text="<?php echo $data_param_data ?>
|
13 |
></amp-social-share>
|
14 |
<?php } ?>
|
15 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
9 |
width="50"
|
10 |
height="28"
|
11 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
12 |
+
data-param-text="TITLE <?php echo $data_param_data ?>"
|
13 |
></amp-social-share>
|
14 |
<?php } ?>
|
15 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
@@ -1,3 +1,4 @@
|
|
1 |
<header class="amp-wp-article-header ampforwp-title">
|
2 |
<h1 class="amp-wp-title"><?php echo wp_kses_data( $this->get( 'post_title' ) ); ?></h1>
|
3 |
</header>
|
|
1 |
<header class="amp-wp-article-header ampforwp-title">
|
2 |
<h1 class="amp-wp-title"><?php echo wp_kses_data( $this->get( 'post_title' ) ); ?></h1>
|
3 |
</header>
|
4 |
+
<?php do_action('ampforwp_below_the_title'); ?>
|
@@ -4,41 +4,40 @@ global $redux_builder_amp;
|
|
4 |
|
5 |
$ampforwp_backto_nonamp = '';
|
6 |
if ( is_home() ) {
|
7 |
-
$ampforwp_backto_nonamp =
|
8 |
}
|
9 |
if ( is_single() ){
|
10 |
global $post;
|
11 |
-
$ampforwp_backto_nonamp =
|
12 |
}
|
13 |
if ( is_page() ){
|
14 |
global $post;
|
15 |
-
$ampforwp_backto_nonamp =
|
16 |
}
|
17 |
if( is_archive() ) {
|
18 |
global $wp;
|
19 |
$ampforwp_backto_nonamp = esc_url( untrailingslashit(home_url( $wp->request )).'?nonamp=1' );
|
20 |
-
$ampforwp_backto_nonamp = preg_replace('/\/amp\?nonamp=1/','
|
21 |
-
}
|
22 |
-
?>
|
23 |
<footer class="amp-wp-footer">
|
24 |
<div>
|
25 |
<h2><?php echo esc_html( $this->get( 'blog_name' ) ); ?></h2>
|
26 |
<p class="copyright_txt">
|
27 |
<?php
|
28 |
global $allowed_html;
|
29 |
-
echo wp_kses($redux_builder_amp['amp-translator-footer-text']
|
30 |
?>
|
31 |
</p>
|
32 |
|
33 |
<p class="back-to-top">
|
34 |
-
<a href="#top"> <?php echo
|
35 |
</a>
|
36 |
<?php
|
37 |
//24. Added an options button for switching on/off link to non amp page
|
38 |
if($redux_builder_amp['amp-footer-link-non-amp-page']=='1'){
|
39 |
if ( $ampforwp_backto_nonamp ) { ?>
|
40 |
|
|
41 |
-
<a href="<?php echo $ampforwp_backto_nonamp; ?>" rel="nofollow"><?php echo
|
42 |
</a> <?php
|
43 |
}//End of inner condition
|
44 |
}//End of outer condition?>
|
4 |
|
5 |
$ampforwp_backto_nonamp = '';
|
6 |
if ( is_home() ) {
|
7 |
+
$ampforwp_backto_nonamp = trailingslashit(home_url()).'?nonamp=1' ;
|
8 |
}
|
9 |
if ( is_single() ){
|
10 |
global $post;
|
11 |
+
$ampforwp_backto_nonamp = trailingslashit(get_permalink( $post->ID )).'?nonamp=1' ;
|
12 |
}
|
13 |
if ( is_page() ){
|
14 |
global $post;
|
15 |
+
$ampforwp_backto_nonamp = trailingslashit(get_permalink( $post->ID )).'?nonamp=1';
|
16 |
}
|
17 |
if( is_archive() ) {
|
18 |
global $wp;
|
19 |
$ampforwp_backto_nonamp = esc_url( untrailingslashit(home_url( $wp->request )).'?nonamp=1' );
|
20 |
+
$ampforwp_backto_nonamp = preg_replace('/\/amp\?nonamp=1/','/?nonamp=1',$ampforwp_backto_nonamp);
|
21 |
+
} ?>
|
|
|
22 |
<footer class="amp-wp-footer">
|
23 |
<div>
|
24 |
<h2><?php echo esc_html( $this->get( 'blog_name' ) ); ?></h2>
|
25 |
<p class="copyright_txt">
|
26 |
<?php
|
27 |
global $allowed_html;
|
28 |
+
echo wp_kses( ampforwp_translation($redux_builder_amp['amp-translator-footer-text'], 'Footer' ) , $allowed_html) ;
|
29 |
?>
|
30 |
</p>
|
31 |
|
32 |
<p class="back-to-top">
|
33 |
+
<a href="#top"> <?php echo ampforwp_translation( $redux_builder_amp['amp-translator-top-text'], 'Top' ); ?>
|
34 |
</a>
|
35 |
<?php
|
36 |
//24. Added an options button for switching on/off link to non amp page
|
37 |
if($redux_builder_amp['amp-footer-link-non-amp-page']=='1'){
|
38 |
if ( $ampforwp_backto_nonamp ) { ?>
|
39 |
|
|
40 |
+
<a href="<?php echo $ampforwp_backto_nonamp; ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-non-amp-page-text'], 'View Non-AMP Version' ) ;?>
|
41 |
</a> <?php
|
42 |
}//End of inner condition
|
43 |
}//End of outer condition?>
|
@@ -5,15 +5,19 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
5 |
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); ?>>
|
6 |
<head>
|
7 |
<meta charset="utf-8"> <?php
|
8 |
-
$page =
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
if ( $page >= '2') { ?>
|
10 |
<link rel="canonical" href="<?php
|
11 |
-
|
12 |
-
echo trailingslashit( get_permalink( $ID ) ) . '?page=' . $page ?>"> <?php
|
13 |
} else { ?>
|
14 |
<link rel="canonical" href="<?php
|
15 |
-
|
16 |
-
echo get_permalink( $ID ) ?>"> <?php
|
17 |
} ?>
|
18 |
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
19 |
<?php do_action( 'amp_post_template_head', $this ); ?>
|
@@ -91,7 +95,7 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
91 |
));
|
92 |
if ( $comments ) { ?>
|
93 |
<div class="amp-wp-content comments_list">
|
94 |
-
<h3><?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-view-comments-text'] ?></h3>
|
95 |
<ul>
|
96 |
<?php
|
97 |
$page = (get_query_var('page')) ? get_query_var('page') : 1;
|
@@ -112,8 +116,8 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
112 |
'end_size' => 1,
|
113 |
'mid_size' => 2,
|
114 |
'prev_next' => True,
|
115 |
-
'prev_text' => $redux_builder_amp['amp-translator-previous-text'],
|
116 |
-
'next_text' => $redux_builder_amp['amp-translator-next-text'],
|
117 |
'type' => 'plain'
|
118 |
);
|
119 |
|
@@ -127,16 +131,14 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
127 |
<footer class="comment-meta">
|
128 |
<div class="comment-author vcard">
|
129 |
<?php
|
130 |
-
printf(__('<b class="fn">%s</b> <span class="says">'
|
131 |
</div>
|
132 |
<!-- .comment-author -->
|
133 |
<div class="comment-metadata">
|
134 |
<a href="<?php echo trailingslashit( htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
135 |
-
<?php
|
136 |
-
printf(__('%1$s '.$redux_builder_amp['amp-translator-at-text'].' %2$s'), get_comment_date(), get_comment_time())
|
137 |
-
?>
|
138 |
</a>
|
139 |
-
<?php edit_comment_link(
|
140 |
</div>
|
141 |
<!-- .comment-metadata -->
|
142 |
</footer>
|
@@ -170,14 +172,14 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
170 |
</ul>
|
171 |
</div>
|
172 |
<div class="comment-button-wrapper">
|
173 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
174 |
</div><?php
|
175 |
} else {
|
176 |
if ( !comments_open() ) {
|
177 |
return;
|
178 |
} ?>
|
179 |
<div class="comment-button-wrapper">
|
180 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
181 |
</div>
|
182 |
<?php } ?>
|
183 |
</div> <?php
|
@@ -217,6 +219,7 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
217 |
<?php } ?>
|
218 |
</article>
|
219 |
<?php do_action('ampforwp_frontpage_below_loop') ?>
|
|
|
220 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
221 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
222 |
</body>
|
5 |
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); ?>>
|
6 |
<head>
|
7 |
<meta charset="utf-8"> <?php
|
8 |
+
$page = '';
|
9 |
+
$query_arg_array = $wp->query_vars;
|
10 |
+
|
11 |
+
if( array_key_exists( "page" , $query_arg_array ) ){
|
12 |
+
$page = $wp->query_vars['page'];
|
13 |
+
}
|
14 |
+
|
15 |
if ( $page >= '2') { ?>
|
16 |
<link rel="canonical" href="<?php
|
17 |
+
echo trailingslashit( home_url() ) . '?page=' . $page ?>"> <?php
|
|
|
18 |
} else { ?>
|
19 |
<link rel="canonical" href="<?php
|
20 |
+
echo trailingslashit( home_url() ) ?>"> <?php
|
|
|
21 |
} ?>
|
22 |
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
23 |
<?php do_action( 'amp_post_template_head', $this ); ?>
|
95 |
));
|
96 |
if ( $comments ) { ?>
|
97 |
<div class="amp-wp-content comments_list">
|
98 |
+
<h3><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-view-comments-text'] , 'View Comments' )?></h3>
|
99 |
<ul>
|
100 |
<?php
|
101 |
$page = (get_query_var('page')) ? get_query_var('page') : 1;
|
116 |
'end_size' => 1,
|
117 |
'mid_size' => 2,
|
118 |
'prev_next' => True,
|
119 |
+
'prev_text' => ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous'),
|
120 |
+
'next_text' => ampforwp_translation( $redux_builder_amp['amp-translator-next-text'], 'Next'),
|
121 |
'type' => 'plain'
|
122 |
);
|
123 |
|
131 |
<footer class="comment-meta">
|
132 |
<div class="comment-author vcard">
|
133 |
<?php
|
134 |
+
printf(__('<b class="fn">%s</b> <span class="says">'.ampforwp_translation($redux_builder_amp['amp-translator-says-text'],'says').':</span>'), get_comment_author_link()) ?>
|
135 |
</div>
|
136 |
<!-- .comment-author -->
|
137 |
<div class="comment-metadata">
|
138 |
<a href="<?php echo trailingslashit( htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
139 |
+
<?php printf( ampforwp_translation( ('%1$s '. ampforwp_translation($redux_builder_amp['amp-translator-at-text'],'at').' %2$s'), '%1$s at %2$s') , get_comment_date(), get_comment_time())?>
|
|
|
|
|
140 |
</a>
|
141 |
+
<?php edit_comment_link( ampforwp_translation( $redux_builder_amp['amp-translator-Edit-text'], 'Edit' ) ) ?>
|
142 |
</div>
|
143 |
<!-- .comment-metadata -->
|
144 |
</footer>
|
172 |
</ul>
|
173 |
</div>
|
174 |
<div class="comment-button-wrapper">
|
175 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
176 |
</div><?php
|
177 |
} else {
|
178 |
if ( !comments_open() ) {
|
179 |
return;
|
180 |
} ?>
|
181 |
<div class="comment-button-wrapper">
|
182 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
183 |
</div>
|
184 |
<?php } ?>
|
185 |
</div> <?php
|
219 |
<?php } ?>
|
220 |
</article>
|
221 |
<?php do_action('ampforwp_frontpage_below_loop') ?>
|
222 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
223 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
224 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
225 |
</body>
|
@@ -4,18 +4,18 @@
|
|
4 |
<?php
|
5 |
if( $redux_builder_amp['amp-on-off-support-for-non-amp-home-page'] ) {
|
6 |
if( $redux_builder_amp['amp-mobile-redirection'] ) { ?>
|
7 |
-
<a href="<?php echo esc_url(
|
8 |
<?php } else { ?>
|
9 |
-
<a href="<?php echo esc_url(
|
10 |
<?php }
|
11 |
} else { ?>
|
12 |
<?php if($redux_builder_amp['ampforwp-homepage-on-off-support']) { ?>
|
13 |
<a href="<?php echo esc_url( trailingslashit( trailingslashit( $this->get( 'home_url' ) ) ) . AMPFORWP_AMP_QUERY_VAR ); ?>">
|
14 |
<?php } else {
|
15 |
if( $redux_builder_amp['amp-mobile-redirection'] ) { ?>
|
16 |
-
<a href="<?php echo esc_url(
|
17 |
<?php } else { ?>
|
18 |
-
<a href="<?php echo esc_url(
|
19 |
<?php }
|
20 |
}
|
21 |
} ?>
|
4 |
<?php
|
5 |
if( $redux_builder_amp['amp-on-off-support-for-non-amp-home-page'] ) {
|
6 |
if( $redux_builder_amp['amp-mobile-redirection'] ) { ?>
|
7 |
+
<a href="<?php echo esc_url( trailingslashit( $this->get( 'home_url' ) ).'?nonamp=1'); ?>" rel="nofollow">
|
8 |
<?php } else { ?>
|
9 |
+
<a href="<?php echo esc_url( trailingslashit( $this->get( 'home_url' ) ) ); ?>">
|
10 |
<?php }
|
11 |
} else { ?>
|
12 |
<?php if($redux_builder_amp['ampforwp-homepage-on-off-support']) { ?>
|
13 |
<a href="<?php echo esc_url( trailingslashit( trailingslashit( $this->get( 'home_url' ) ) ) . AMPFORWP_AMP_QUERY_VAR ); ?>">
|
14 |
<?php } else {
|
15 |
if( $redux_builder_amp['amp-mobile-redirection'] ) { ?>
|
16 |
+
<a href="<?php echo esc_url( trailingslashit( $this->get( 'home_url' ) ).'?nonamp=1'); ?>" rel="nofollow">
|
17 |
<?php } else { ?>
|
18 |
+
<a href="<?php echo esc_url( trailingslashit( $this->get( 'home_url' ) ) ); ?>" >
|
19 |
<?php }
|
20 |
}
|
21 |
} ?>
|
@@ -66,7 +66,7 @@
|
|
66 |
<div class="amp-wp-meta">
|
67 |
<?php $this->load_parts( apply_filters( 'amp_post_template_meta_parts', array( 'meta-author') ) ); ?>
|
68 |
<time> <?php
|
69 |
-
printf( _x( '%1$s '. $redux_builder_amp['amp-translator-ago-date-text'], '%2$s = human-readable time difference', '
|
70 |
human_time_diff( get_the_time( 'U' ),
|
71 |
current_time( 'timestamp' ) ) ); ?>
|
72 |
</time>
|
@@ -107,8 +107,8 @@
|
|
107 |
<div class="amp-wp-content pagination-holder">
|
108 |
|
109 |
<div id="pagination">
|
110 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-next-text']. ' »', 0 ) ?></div>
|
111 |
-
<div class="prev"><?php previous_posts_link( '« '. $redux_builder_amp['amp-translator-previous-text'] ); ?></div>
|
112 |
<div class="clearfix"></div>
|
113 |
</div>
|
114 |
|
@@ -121,9 +121,8 @@
|
|
121 |
</article>
|
122 |
|
123 |
<?php do_action('ampforwp_home_below_loop') ?>
|
124 |
-
|
125 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
126 |
-
|
127 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
128 |
|
129 |
</body>
|
66 |
<div class="amp-wp-meta">
|
67 |
<?php $this->load_parts( apply_filters( 'amp_post_template_meta_parts', array( 'meta-author') ) ); ?>
|
68 |
<time> <?php
|
69 |
+
printf( _x( '%1$s '. ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ), '%2$s = human-readable time difference', 'accelerated-mobile-pages' ),
|
70 |
human_time_diff( get_the_time( 'U' ),
|
71 |
current_time( 'timestamp' ) ) ); ?>
|
72 |
</time>
|
107 |
<div class="amp-wp-content pagination-holder">
|
108 |
|
109 |
<div id="pagination">
|
110 |
+
<div class="next"><?php next_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-next-text']. ' »', 'Next'), 0 ) ?></div>
|
111 |
+
<div class="prev"><?php previous_posts_link( '« '. ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous' ) ); ?></div>
|
112 |
<div class="clearfix"></div>
|
113 |
</div>
|
114 |
|
121 |
</article>
|
122 |
|
123 |
<?php do_action('ampforwp_home_below_loop') ?>
|
124 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
125 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
|
|
126 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
127 |
|
128 |
</body>
|
@@ -51,7 +51,7 @@
|
|
51 |
'post_status' => 'publish'
|
52 |
) ); ?>
|
53 |
|
54 |
-
<h3 class="amp-wp-content page-title"><?php echo $redux_builder_amp['amp-translator-search-text'] . ' ' . get_search_query();?> </h3>
|
55 |
|
56 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
57 |
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ; ?>
|
@@ -66,7 +66,7 @@
|
|
66 |
<div class="amp-wp-content-loop">
|
67 |
|
68 |
<div class="amp-wp-meta">
|
69 |
-
<time> <?php printf( _x( '%1$s '. $redux_builder_amp['amp-translator-ago-date-text'], '%2$s = human-readable time difference', '
|
70 |
</div>
|
71 |
|
72 |
<?php if ( has_post_thumbnail() ) { ?>
|
@@ -93,15 +93,15 @@
|
|
93 |
<div class="amp-wp-content pagination-holder">
|
94 |
|
95 |
<div id="pagination">
|
96 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-next-text']. ' »', 0 ) ?></div>
|
97 |
-
<div class="prev"><?php previous_posts_link( '« '. $redux_builder_amp['amp-translator-previous-text'] ); ?></div>
|
98 |
<div class="clearfix"></div>
|
99 |
</div>
|
100 |
|
101 |
</div>
|
102 |
<?php else: ?>
|
103 |
<div class="amp-wp-content amp-wp-article-header amp-loop-list">
|
104 |
-
<?php echo $redux_builder_amp['amp-translator-search-no-found']; ?>
|
105 |
<div class="cb"></div>
|
106 |
</div>
|
107 |
<?php endif; ?> <?php wp_reset_postdata(); ?>
|
@@ -110,8 +110,8 @@
|
|
110 |
|
111 |
</article>
|
112 |
|
|
|
113 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
114 |
-
|
115 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
116 |
|
117 |
</body>
|
51 |
'post_status' => 'publish'
|
52 |
) ); ?>
|
53 |
|
54 |
+
<h3 class="amp-wp-content page-title"><?php echo ampforwp_translation($redux_builder_amp['amp-translator-search-text'], 'You searched for:' ) . ' ' . get_search_query();?> </h3>
|
55 |
|
56 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
57 |
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ; ?>
|
66 |
<div class="amp-wp-content-loop">
|
67 |
|
68 |
<div class="amp-wp-meta">
|
69 |
+
<time> <?php printf( _x( '%1$s '. ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ), '%2$s = human-readable time difference', 'accelerated-mobile-pages' ), human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) ); ?> </time>
|
70 |
</div>
|
71 |
|
72 |
<?php if ( has_post_thumbnail() ) { ?>
|
93 |
<div class="amp-wp-content pagination-holder">
|
94 |
|
95 |
<div id="pagination">
|
96 |
+
<div class="next"><?php next_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-next-text']. ' »', 'Next' ), 0 ) ?></div>
|
97 |
+
<div class="prev"><?php previous_posts_link( '« '. ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous' ) ); ?></div>
|
98 |
<div class="clearfix"></div>
|
99 |
</div>
|
100 |
|
101 |
</div>
|
102 |
<?php else: ?>
|
103 |
<div class="amp-wp-content amp-wp-article-header amp-loop-list">
|
104 |
+
<?php echo ampforwp_translation($redux_builder_amp['amp-translator-search-no-found'], 'It seems we can\'t find what you\'re looking for. '); ?>
|
105 |
<div class="cb"></div>
|
106 |
</div>
|
107 |
<?php endif; ?> <?php wp_reset_postdata(); ?>
|
110 |
|
111 |
</article>
|
112 |
|
113 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
114 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
|
|
115 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
116 |
|
117 |
</body>
|
@@ -23,9 +23,9 @@
|
|
23 |
<?php do_action('ampforwp_post_after_design_elements') ?>
|
24 |
</article>
|
25 |
|
|
|
26 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
27 |
-
|
28 |
-
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
29 |
|
30 |
</body>
|
31 |
</html>
|
23 |
<?php do_action('ampforwp_post_after_design_elements') ?>
|
24 |
</article>
|
25 |
|
26 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
27 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
28 |
+
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
|
|
29 |
|
30 |
</body>
|
31 |
</html>
|
@@ -29,8 +29,9 @@ blockquote {color: <?php echo sanitize_hex_color( $text_color ); ?>;background:
|
|
29 |
.amp-wp-article-featured-image {margin: 1.5em 16px 1.5em;}.amp-wp-article-featured-image amp-img {margin: 0 auto;}.amp-wp-article-featured-image.wp-caption .wp-caption-text {margin: 0 18px;}.amp-wp-frontpage .the_content {padding: 10px;}.amp-wp-frontpage .ampforwp-title {margin-left:10px;}.amp-wp-article a{text-decoration:none}.amp-wp-article-content {margin: 0 16px;}.amp-wp-article-content ul,.amp-wp-article-content ol {margin-left: 1em;}.amp-wp-article-content amp-img {margin: 0 auto;}.amp-wp-article-content amp-img.alignright {margin: 0 0 1em 16px;}.amp-wp-article-content amp-img.alignleft {margin: 0 16px 1em 0;} .amp-disqus-comments {padding: 15px;}.amp-disqus-comments amp-iframe{background: none;}.wp-caption {padding: 0;}.wp-caption.alignleft {margin-right: 16px;}.wp-caption.alignright { margin-left: 16px;}.wp-caption-text {border-bottom: 1px solid <?php echo sanitize_hex_color( $border_color ); ?>;color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .875em;line-height: 1.5em;margin: 0;padding: .66em 10px .75em;text-align: center;} amp-carousel {background: <?php echo sanitize_hex_color( $border_color ); ?>;margin: 0 -16px 1.5em;} amp-iframe,amp-youtube,amp-instagram,amp-vine {background: <?php echo sanitize_hex_color( $border_color ); ?>;margin: 0 -16px 1.5em; } .amp-wp-article-content amp-carousel amp-img {border: none;} amp-carousel > amp-img > img {object-fit: contain; } .amp-wp-iframe-placeholder { background: <?php echo sanitize_hex_color( $border_color ); ?> url( <?php echo esc_url( $get_customizer->get( 'placeholder_image_url' ) ); ?> ) no-repeat center 40%;background-size: 48px 48px;min-height: 48px;} .amp-wp-article-footer .amp-wp-meta {display: block;} .amp-wp-tax-category span{margin-right:5px;} .amp-wp-tax-category, .amp-wp-tax-tag { color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .875em;line-height: 1.5em;margin: 1.5em 16px;}.ampforwp-comment-button {margin-bottom:20px;} .amp-wp-comments-link {color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .875em;line-height: 1.5em;text-align: center;margin: 2.25em 0 1.5em;} .amp-wp-comments-link a { border-style: solid;border-color: <?php echo sanitize_hex_color( $border_color ); ?>;border-width: 1px 1px 2px;border-radius: 4px;background-color: transparent;color: <?php echo sanitize_hex_color( $link_color ); ?>;cursor: pointer; display: block;font-size: 14px;font-weight: 600;line-height: 18px;margin: 0 auto;max-width: 200px;padding: 11px 16px;text-decoration: none;width: 50%;-webkit-transition: background-color 0.2s ease;transition: background-color 0.2s ease;} .page-title {margin: 0 15px;} .amp-wp-footer {border-top: 1px solid <?php echo sanitize_hex_color( $border_color ); ?>;margin: calc(1.5em - 1px) 0 0;padding-bottom:25px;}
|
30 |
.amp-wp-footer div{margin:0 auto;max-width:calc(840px - 32px);padding:1.25em 16px;position:relative}.amp-wp-footer h2{font-size:1em;line-height:1.375em;margin:0 0 .5em}
|
31 |
.amp-wp-footer p {color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .8em;line-height: 1.5em;margin: 0 15px 0 0;}
|
32 |
-
.amp-wp-footer a{text-decoration:none}.copyright_txt{float:left}.back-to-top{float:right}.amp-wp-header .nav_container{float: right;top: 16px;line-height: 1; right: 65px; position: absolute}.toggle-text{position:absolute;right:0;height:22px;width:28px}.toggle-text span{display:block;position:absolute;height:2px;width:25px;background:#fff;border-radius:19px;opacity:1;left:0}.toggle-text span:nth-child(2){top:9px}.toggle-text span:nth-child(3){top:18px}.amp-wp-home .amp-wp-meta{margin:5px 0}.amp-wp-home .amp-wp-content p{display:inline-block;width:100%}.ampforwp-custom-index .amp-wp-title a {text-decoration: none;color: <?php echo sanitize_hex_color( $text_color ); ?>;}.comment-button-wrapper a,.related_posts ol{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.amp-wp-meta{display:flex}.amp-wp-posted-on{display:initial}#pagination .next,#pagination .prev{display:inline-block}.ampforwp-custom-index .amp-wp-content{margin-bottom:30px}.pagination-holder{margin:1.5em 16px}#pagination .next{float:right}.amp-wp-home .amp-wp-content p{display:inline}.home-post-image{float:right;margin:0 0 10px 20px}.amp-wp-article-content amp-img{max-width:100%}.amp-wp-meta.amp-wp-tax-category,.amp-wp-meta.amp-wp-tax-tag{margin:0}.amp-wp-meta.amp-wp-tax-tag{display:initial}.ampforwp-social-icons{margin:1.5em 16px}.whatsapp-share-icon{width:50px;height:20px;display:inline-block;background:#5cbe4a;padding:4px 0;position:relative;top:-4px;text-align:center}.comment-button-wrapper a{border-style:solid;border-color:#c2c2c2;border-width:1px 1px 2px;border-radius:4px;background-color:transparent;color:#0a89c0;cursor:pointer;display:block;font-size:14px;font-weight:600;text-align:center;line-height:18px;margin:0 auto;max-width:200px;padding:11px 16px;text-decoration:none;width:50%;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.close-nav,.comments_list div,.related_posts ol li,.toggle-navigation ul,.toggle-navigationv2 ul li a{display:inline-block}main .amp-wp-content.comments_list,main .amp-wp-content.relatedpost{background:0 0;box-shadow:none;max-width:1030px}.relatedpost{margin:2em 16px}.comments_list h3,.related_posts h3{font-size:14px;font-weight:700;letter-spacing:.4px;margin:25px 0 10px;color:#333}.related_posts ol{list-style-type:none;margin:0;padding:0}.related_posts ol li{width:100%;margin-bottom:12px;padding:0}.related_posts .related_link a{color:#000;font-size:18px}.related_posts ol li amp-img{width:100px;float:left;margin-right:15px}.related_posts ol li p{font-size:12px;color:#999;line-height:1.2;margin:12px 0 0}.no_related_thumbnail{padding:15px 18px}.comments_list{margin:2.5em 16px}.comments_list ul{margin:0;padding:0}.comments_list ul.children{padding-bottom:10px;margin-left:4%;width:96%}.comments_list ul li p{margin:0;font-size:14px;clear:both;padding-top:5px}.comments_list ul li{font-family:sans-serif;font-size:11px;list-style-type:none;margin-bottom:12px;background:#fefefe;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 2px 3px rgba(0,0,0,.05);-webkit-box-shadow:0 2px 3px rgba(0,0,0,.05);box-shadow:0 2px 3px rgba(0,0,0,.05);padding:0;max-width:1000px;width:96%}.comments_list ul li .says{margin-right:4px}.comments_list li li,.comments_list li li li{margin:20px 20px 10px}.comments_list ul li p{font-family:Merriweather,'Times New Roman',Times,Serif}.comments_list ul li .comment-body{padding:10px 0 15px}.comment-author{float:left}.single-post footer.comment-meta{padding-bottom:0}.comments_list li li{background:#f7f7f7;box-shadow:none;border:1px solid #eee} .page-numbers{ padding: 9px 10px; background: #fff; font-size: 14px; } amp-sidebar{width:250px}.amp-sidebar-image{line-height:100px;vertical-align:middle}.amp-close-image{top:15px;left:225px;cursor:pointer}.toggle-navigationv2 ul{list-style-type:none;margin:0;font-family:sans-serif;padding:0}.toggle-navigationv2 ul ul li a{padding-left:35px;background:#fff;display:inline-block}.toggle-navigationv2 ul li a{padding:10px 15px 10px 25px;width:88%;text-decoration:none;background:#fafafa;font-size:13px;border-bottom:1px solid #efefef}.close-nav{font-size:12px;font-family:sans-serif;background:rgba(0,0,0,.25);letter-spacing:1px;padding:10px;border-radius:100px;line-height:8px;margin:14px;left:191px;color:#fff}.close-nav:hover{background:rgba(0,0,0,.45)}.toggle-navigation ul{list-style-type:none;margin:0;padding:0;width:100%}.menu-all-pages-container:after{content:"";clear:both}.toggle-navigation ul li{font-size:13px;border-bottom:1px solid rgba(0,0,0,.11);padding:11px 0;width:25%;float:left;text-align:center;margin-top:6px}.toggle-navigation ul ul{display:none}.toggle-navigation ul li a{color:#eee;padding:15px}.toggle-navigation{display:none;background:#444}.nav_container:hover+.toggle-navigation,.toggle-navigation:active,.toggle-navigation:focus,.toggle-navigation:hover{display:inline-block;width:100%}#amp-user-notification1 p{display:inline-block}amp-user-notification{padding:5px;text-align:center;background:#fff;border-top:1px solid} amp-user-notification button {padding: 8px 10px;background: <?php echo sanitize_hex_color( $header_background_color ); ?>;color: <?php echo sanitize_hex_color( $header_color ); ?>;margin-left: 5px;border: 0;}amp-user-notification button:hover {cursor: pointer} .amp-ad-wrapper {text-align: center} <?php if( $redux_builder_amp['enable-single-social-icons'] == true && is_single() ) { ?>body {padding-bottom: 43px;}<?php } ?> .sticky_social{width:100%;bottom:0;display:block;left:0;box-shadow:0 4px 7px #000;background:#fff;padding:7px 0 0;position:fixed;margin:0;z-index:10;text-align:center}.whatsapp-share-icon{width:50px;height:
|
33 |
-
.amp-wp-content-loop{width:100%}
|
|
|
34 |
|
35 |
/* Category 1 */
|
36 |
.amp-category-block ul{ list-style-type:none }
|
@@ -119,4 +120,4 @@ header, amp-sidebar, article, footer{ direction: rtl;}
|
|
119 |
if ( class_exists('TablePress') ) { ?>
|
120 |
.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}@media (min-width:768px) and (max-width:1600px){.tablepress{overflow-x:none}}@media (min-width:320px) and (max-width:767px){.tablepress{display:inline-block;overflow-x:scroll}}
|
121 |
<?php } ?>
|
122 |
-
<?php echo $redux_builder_amp['css_editor']; } ?>
|
29 |
.amp-wp-article-featured-image {margin: 1.5em 16px 1.5em;}.amp-wp-article-featured-image amp-img {margin: 0 auto;}.amp-wp-article-featured-image.wp-caption .wp-caption-text {margin: 0 18px;}.amp-wp-frontpage .the_content {padding: 10px;}.amp-wp-frontpage .ampforwp-title {margin-left:10px;}.amp-wp-article a{text-decoration:none}.amp-wp-article-content {margin: 0 16px;}.amp-wp-article-content ul,.amp-wp-article-content ol {margin-left: 1em;}.amp-wp-article-content amp-img {margin: 0 auto;}.amp-wp-article-content amp-img.alignright {margin: 0 0 1em 16px;}.amp-wp-article-content amp-img.alignleft {margin: 0 16px 1em 0;} .amp-disqus-comments {padding: 15px;}.amp-disqus-comments amp-iframe{background: none;}.wp-caption {padding: 0;}.wp-caption.alignleft {margin-right: 16px;}.wp-caption.alignright { margin-left: 16px;}.wp-caption-text {border-bottom: 1px solid <?php echo sanitize_hex_color( $border_color ); ?>;color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .875em;line-height: 1.5em;margin: 0;padding: .66em 10px .75em;text-align: center;} amp-carousel {background: <?php echo sanitize_hex_color( $border_color ); ?>;margin: 0 -16px 1.5em;} amp-iframe,amp-youtube,amp-instagram,amp-vine {background: <?php echo sanitize_hex_color( $border_color ); ?>;margin: 0 -16px 1.5em; } .amp-wp-article-content amp-carousel amp-img {border: none;} amp-carousel > amp-img > img {object-fit: contain; } .amp-wp-iframe-placeholder { background: <?php echo sanitize_hex_color( $border_color ); ?> url( <?php echo esc_url( $get_customizer->get( 'placeholder_image_url' ) ); ?> ) no-repeat center 40%;background-size: 48px 48px;min-height: 48px;} .amp-wp-article-footer .amp-wp-meta {display: block;} .amp-wp-tax-category span{margin-right:5px;} .amp-wp-tax-category, .amp-wp-tax-tag { color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .875em;line-height: 1.5em;margin: 1.5em 16px;}.ampforwp-comment-button {margin-bottom:20px;} .amp-wp-comments-link {color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .875em;line-height: 1.5em;text-align: center;margin: 2.25em 0 1.5em;} .amp-wp-comments-link a { border-style: solid;border-color: <?php echo sanitize_hex_color( $border_color ); ?>;border-width: 1px 1px 2px;border-radius: 4px;background-color: transparent;color: <?php echo sanitize_hex_color( $link_color ); ?>;cursor: pointer; display: block;font-size: 14px;font-weight: 600;line-height: 18px;margin: 0 auto;max-width: 200px;padding: 11px 16px;text-decoration: none;width: 50%;-webkit-transition: background-color 0.2s ease;transition: background-color 0.2s ease;} .page-title {margin: 0 15px;} .amp-wp-footer {border-top: 1px solid <?php echo sanitize_hex_color( $border_color ); ?>;margin: calc(1.5em - 1px) 0 0;padding-bottom:25px;}
|
30 |
.amp-wp-footer div{margin:0 auto;max-width:calc(840px - 32px);padding:1.25em 16px;position:relative}.amp-wp-footer h2{font-size:1em;line-height:1.375em;margin:0 0 .5em}
|
31 |
.amp-wp-footer p {color: <?php echo sanitize_hex_color( $muted_text_color ); ?>;font-size: .8em;line-height: 1.5em;margin: 0 15px 0 0;}
|
32 |
+
.amp-wp-footer a{text-decoration:none}.copyright_txt{float:left}.back-to-top{float:right}.amp-wp-header .nav_container{float: right;top: 16px;line-height: 1; right: 65px; position: absolute}.toggle-text{position:absolute;right:0;height:22px;width:28px}.toggle-text span{display:block;position:absolute;height:2px;width:25px;background:#fff;border-radius:19px;opacity:1;left:0}.toggle-text span:nth-child(2){top:9px}.toggle-text span:nth-child(3){top:18px}.amp-wp-home .amp-wp-meta{margin:5px 0}.amp-wp-home .amp-wp-content p{display:inline-block;width:100%}.ampforwp-custom-index .amp-wp-title a {text-decoration: none;color: <?php echo sanitize_hex_color( $text_color ); ?>;}.comment-button-wrapper a,.related_posts ol{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.amp-wp-meta{display:flex}.amp-wp-posted-on{display:initial}#pagination .next,#pagination .prev{display:inline-block}.ampforwp-custom-index .amp-wp-content{margin-bottom:30px}.pagination-holder{margin:1.5em 16px}#pagination .next{float:right}.amp-wp-home .amp-wp-content p{display:inline}.home-post-image{float:right;margin:0 0 10px 20px}.amp-wp-article-content amp-img{max-width:100%}.amp-wp-meta.amp-wp-tax-category,.amp-wp-meta.amp-wp-tax-tag{margin:0}.amp-wp-meta.amp-wp-tax-tag{display:initial}.ampforwp-social-icons{margin:1.5em 16px}.whatsapp-share-icon{width:50px;height:20px;display:inline-block;background:#5cbe4a;padding:4px 0;position:relative;top:-4px;text-align:center}.comment-button-wrapper a{border-style:solid;border-color:#c2c2c2;border-width:1px 1px 2px;border-radius:4px;background-color:transparent;color:#0a89c0;cursor:pointer;display:block;font-size:14px;font-weight:600;text-align:center;line-height:18px;margin:0 auto;max-width:200px;padding:11px 16px;text-decoration:none;width:50%;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.close-nav,.comments_list div,.related_posts ol li,.toggle-navigation ul,.toggle-navigationv2 ul li a{display:inline-block}main .amp-wp-content.comments_list,main .amp-wp-content.relatedpost{background:0 0;box-shadow:none;max-width:1030px}.relatedpost{margin:2em 16px}.comments_list h3,.related_posts h3{font-size:14px;font-weight:700;letter-spacing:.4px;margin:25px 0 10px;color:#333}.related_posts ol{list-style-type:none;margin:0;padding:0}.related_posts ol li{width:100%;margin-bottom:12px;padding:0}.related_posts .related_link a{color:#000;font-size:18px}.related_posts ol li amp-img{width:100px;float:left;margin-right:15px}.related_posts ol li p{font-size:12px;color:#999;line-height:1.2;margin:12px 0 0}.no_related_thumbnail{padding:15px 18px}.comments_list{margin:2.5em 16px}.comments_list ul{margin:0;padding:0}.comments_list ul.children{padding-bottom:10px;margin-left:4%;width:96%}.comments_list ul li p{margin:0;font-size:14px;clear:both;padding-top:5px}.comments_list ul li{font-family:sans-serif;font-size:11px;list-style-type:none;margin-bottom:12px;background:#fefefe;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 2px 3px rgba(0,0,0,.05);-webkit-box-shadow:0 2px 3px rgba(0,0,0,.05);box-shadow:0 2px 3px rgba(0,0,0,.05);padding:0;max-width:1000px;width:96%}.comments_list ul li .says{margin-right:4px}.comments_list li li,.comments_list li li li{margin:20px 20px 10px}.comments_list ul li p{font-family:Merriweather,'Times New Roman',Times,Serif}.comments_list ul li .comment-body{padding:10px 0 15px}.comment-author{float:left}.single-post footer.comment-meta{padding-bottom:0}.comments_list li li{background:#f7f7f7;box-shadow:none;border:1px solid #eee} .page-numbers{ padding: 9px 10px; background: #fff; font-size: 14px; } .comment-content amp-img{max-width: 300px;} amp-sidebar{width:250px}.amp-sidebar-image{line-height:100px;vertical-align:middle}.amp-close-image{top:15px;left:225px;cursor:pointer}.toggle-navigationv2 ul{list-style-type:none;margin:0;font-family:sans-serif;padding:0}.toggle-navigationv2 ul ul li a{padding-left:35px;background:#fff;display:inline-block}.toggle-navigationv2 ul li a{padding:10px 15px 10px 25px;width:88%;text-decoration:none;background:#fafafa;font-size:13px;border-bottom:1px solid #efefef}.close-nav{font-size:12px;font-family:sans-serif;background:rgba(0,0,0,.25);letter-spacing:1px;padding:10px;border-radius:100px;line-height:8px;margin:14px;left:191px;color:#fff}.close-nav:hover{background:rgba(0,0,0,.45)}.toggle-navigation ul{list-style-type:none;margin:0;padding:0;width:100%}.menu-all-pages-container:after{content:"";clear:both}.toggle-navigation ul li{font-size:13px;border-bottom:1px solid rgba(0,0,0,.11);padding:11px 0;width:25%;float:left;text-align:center;margin-top:6px}.toggle-navigation ul ul{display:none}.toggle-navigation ul li a{color:#eee;padding:15px}.toggle-navigation{display:none;background:#444}.nav_container:hover+.toggle-navigation,.toggle-navigation:active,.toggle-navigation:focus,.toggle-navigation:hover{display:inline-block;width:100%}#amp-user-notification1 p{display:inline-block}amp-user-notification{padding:5px;text-align:center;background:#fff;border-top:1px solid} amp-user-notification button {padding: 8px 10px;background: <?php echo sanitize_hex_color( $header_background_color ); ?>;color: <?php echo sanitize_hex_color( $header_color ); ?>;margin-left: 5px;border: 0;}amp-user-notification button:hover {cursor: pointer} .amp-ad-wrapper {text-align: center} <?php if( $redux_builder_amp['enable-single-social-icons'] == true && is_single() ) { ?>body {padding-bottom: 43px;}<?php } ?> .sticky_social{width:100%;bottom:0;display:block;left:0;box-shadow:0 4px 7px #000;background:#fff;padding:7px 0 0;position:fixed;margin:0;z-index:10;text-align:center}.whatsapp-share-icon{width:50px;height:28px;display:inline-block;background:#5cbe4a;padding:4px 0;position:relative;top:-4px}.amp-wp-tax-category span:first-child:after{content:' '}.amp-wp-tax-category span:after,.amp-wp-tax-tag span:after{content:', '}.amp-wp-tax-category span:last-child:after,.amp-wp-tax-tag span:last-child:after{content:' '}pre{white-space:pre-wrap}.amp-ad-wrapper.amp_ad_1{padding-top:20px}
|
33 |
+
.amp-wp-content-loop{width:100%} .ampforwp_single_excerpt { margin-bottom:15px; }
|
34 |
+
.ampforwp-ad-above-related-post{padding-top:15px;}
|
35 |
|
36 |
/* Category 1 */
|
37 |
.amp-category-block ul{ list-style-type:none }
|
120 |
if ( class_exists('TablePress') ) { ?>
|
121 |
.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}@media (min-width:768px) and (max-width:1600px){.tablepress{overflow-x:none}}@media (min-width:320px) and (max-width:767px){.tablepress{display:inline-block;overflow-x:scroll}}
|
122 |
<?php } ?>
|
123 |
+
<?php echo $redux_builder_amp['css_editor']; } ?>
|
@@ -5,7 +5,6 @@
|
|
5 |
<meta charset="utf-8">
|
6 |
<link rel="dns-prefetch" href="https://cdn.ampproject.org">
|
7 |
<?php
|
8 |
-
global $redux_builder_amp;
|
9 |
if ( is_home() || is_front_page() || is_archive() ){
|
10 |
global $wp;
|
11 |
$current_archive_url = home_url( $wp->request );
|
@@ -35,7 +34,8 @@
|
|
35 |
<?php
|
36 |
the_archive_title( '<h3 class="page-title">', '</h3>' );
|
37 |
$description = get_the_archive_description();
|
38 |
-
$
|
|
|
39 |
if( $arch_desc ) { ?>
|
40 |
<div class="amp-wp-content taxonomy-description">
|
41 |
<?php echo $arch_desc ; ?>
|
@@ -46,7 +46,15 @@
|
|
46 |
} ?>
|
47 |
|
48 |
<?php if ( have_posts() ) : while ( have_posts() ) : the_post();
|
49 |
-
$ampforwp_amp_post_url =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
<div class="amp-wp-content amp-loop-list">
|
52 |
<?php if ( has_post_thumbnail() ) { ?>
|
@@ -93,8 +101,8 @@
|
|
93 |
<div class="amp-wp-content pagination-holder">
|
94 |
|
95 |
<div id="pagination">
|
96 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-next-text'] . ' »', 0 ) ?></div>
|
97 |
-
<div class="prev"><?php previous_posts_link( '« '. $redux_builder_amp['amp-translator-previous-text'] ); ?></div>
|
98 |
|
99 |
<div class="clearfix"></div>
|
100 |
</div>
|
@@ -103,6 +111,7 @@
|
|
103 |
<?php endif; ?>
|
104 |
<?php do_action('ampforwp_post_after_loop') ?>
|
105 |
</main>
|
|
|
106 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
107 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
108 |
</body>
|
5 |
<meta charset="utf-8">
|
6 |
<link rel="dns-prefetch" href="https://cdn.ampproject.org">
|
7 |
<?php
|
|
|
8 |
if ( is_home() || is_front_page() || is_archive() ){
|
9 |
global $wp;
|
10 |
$current_archive_url = home_url( $wp->request );
|
34 |
<?php
|
35 |
the_archive_title( '<h3 class="page-title">', '</h3>' );
|
36 |
$description = get_the_archive_description();
|
37 |
+
$sanitizer = new AMPFORWP_Content( $description, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array() ) ) );
|
38 |
+
$arch_desc = $sanitizer->get_amp_content();
|
39 |
if( $arch_desc ) { ?>
|
40 |
<div class="amp-wp-content taxonomy-description">
|
41 |
<?php echo $arch_desc ; ?>
|
46 |
} ?>
|
47 |
|
48 |
<?php if ( have_posts() ) : while ( have_posts() ) : the_post();
|
49 |
+
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ;
|
50 |
+
|
51 |
+
$ampforwp_amp_post_url = trailingslashit( $ampforwp_amp_post_url );
|
52 |
+
|
53 |
+
if( in_array( "ampforwp-custom-type-amp-endpoint" , $redux_builder_amp ) ) {
|
54 |
+
if ( $redux_builder_amp['ampforwp-custom-type-amp-endpoint']) {
|
55 |
+
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . '?amp';
|
56 |
+
}
|
57 |
+
} ?>
|
58 |
|
59 |
<div class="amp-wp-content amp-loop-list">
|
60 |
<?php if ( has_post_thumbnail() ) { ?>
|
101 |
<div class="amp-wp-content pagination-holder">
|
102 |
|
103 |
<div id="pagination">
|
104 |
+
<div class="next"><?php next_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-next-text'] . ' »' , 'Next' ) , 0 ) ?></div>
|
105 |
+
<div class="prev"><?php previous_posts_link( '« '. ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous') ); ?></div>
|
106 |
|
107 |
<div class="clearfix"></div>
|
108 |
</div>
|
111 |
<?php endif; ?>
|
112 |
<?php do_action('ampforwp_post_after_loop') ?>
|
113 |
</main>
|
114 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
115 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
116 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
117 |
</body>
|
@@ -15,7 +15,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
15 |
));
|
16 |
if ( $comments ) { ?>
|
17 |
<div class="amp-wp-content comments_list">
|
18 |
-
<h3><?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-view-comments-text'] ?></h3>
|
19 |
<ul>
|
20 |
<?php
|
21 |
// Display the list of comments
|
@@ -29,16 +29,14 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
29 |
<footer class="comment-meta">
|
30 |
<div class="comment-author vcard">
|
31 |
<?php
|
32 |
-
printf(__('<b class="fn">%s</b> <span class="says">'
|
33 |
</div>
|
34 |
<!-- .comment-author -->
|
35 |
<div class="comment-metadata">
|
36 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
37 |
-
<?php
|
38 |
-
printf(__('%1$s '.$redux_builder_amp['amp-translator-at-text'].' %2$s'), get_comment_date(), get_comment_time())
|
39 |
-
?>
|
40 |
</a>
|
41 |
-
<?php edit_comment_link(
|
42 |
</div>
|
43 |
<!-- .comment-metadata -->
|
44 |
</footer>
|
@@ -46,7 +44,8 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
46 |
<div class="comment-content">
|
47 |
<p><?php
|
48 |
$comment_content = get_comment_text();
|
49 |
-
|
|
|
50 |
</p>
|
51 |
</div>
|
52 |
<!-- .comment-content -->
|
@@ -71,7 +70,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
71 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
72 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
73 |
<div class="comment-button-wrapper">
|
74 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
75 |
</div>
|
76 |
<?php } ?>
|
77 |
<?php
|
@@ -83,7 +82,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
83 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
84 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
85 |
<div class="comment-button-wrapper">
|
86 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
87 |
</div>
|
88 |
<?php } ?>
|
89 |
<?php } ?>
|
15 |
));
|
16 |
if ( $comments ) { ?>
|
17 |
<div class="amp-wp-content comments_list">
|
18 |
+
<h3><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-view-comments-text'], 'View Comments' )?></h3>
|
19 |
<ul>
|
20 |
<?php
|
21 |
// Display the list of comments
|
29 |
<footer class="comment-meta">
|
30 |
<div class="comment-author vcard">
|
31 |
<?php
|
32 |
+
printf(__('<b class="fn">%s</b> <span class="says">'.ampforwp_translation($redux_builder_amp['amp-translator-says-text'],'says').':</span>'), get_comment_author_link()) ?>
|
33 |
</div>
|
34 |
<!-- .comment-author -->
|
35 |
<div class="comment-metadata">
|
36 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
37 |
+
<?php printf( ampforwp_translation( ('%1$s '. ampforwp_translation($redux_builder_amp['amp-translator-at-text'],'at').' %2$s'), '%1$s at %2$s') , get_comment_date(), get_comment_time())?>
|
|
|
|
|
38 |
</a>
|
39 |
+
<?php edit_comment_link( ampforwp_translation( $redux_builder_amp['amp-translator-Edit-text'], 'Edit' ) ) ?>
|
40 |
</div>
|
41 |
<!-- .comment-metadata -->
|
42 |
</footer>
|
44 |
<div class="comment-content">
|
45 |
<p><?php
|
46 |
$comment_content = get_comment_text();
|
47 |
+
$sanitizer = new AMPFORWP_Content( $comment_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array() ) ) );
|
48 |
+
echo $sanitizer->get_amp_content(); ?>
|
49 |
</p>
|
50 |
</div>
|
51 |
<!-- .comment-content -->
|
70 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
71 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
72 |
<div class="comment-button-wrapper">
|
73 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
74 |
</div>
|
75 |
<?php } ?>
|
76 |
<?php
|
82 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
83 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
84 |
<div class="comment-button-wrapper">
|
85 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
86 |
</div>
|
87 |
<?php } ?>
|
88 |
<?php } ?>
|
@@ -1,9 +1,13 @@
|
|
1 |
<div class="amp-wp-article-content">
|
2 |
-
|
3 |
<!--Post Content here-->
|
4 |
<div class="amp-wp-content the_content">
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
<?php
|
9 |
$amp_custom_content_enable = get_post_meta( $this->get( 'post_id' ) , 'ampforwp_custom_content_editor_checkbox', true);
|
@@ -15,7 +19,6 @@
|
|
15 |
// Custom/Alternative AMP content added through post meta
|
16 |
echo $this->get( 'ampforwp_amp_content' );
|
17 |
}
|
18 |
-
|
19 |
// echo $this->get( 'post_amp_content' ); // amphtml content; no kses
|
20 |
?>
|
21 |
|
1 |
<div class="amp-wp-article-content">
|
|
|
2 |
<!--Post Content here-->
|
3 |
<div class="amp-wp-content the_content">
|
4 |
+
<?php if(has_excerpt()){ ?>
|
5 |
+
<div class="ampforwp_single_excerpt">
|
6 |
+
<?php $content = get_the_excerpt();
|
7 |
+
echo $content; ?>
|
8 |
+
</div>
|
9 |
+
<?php }
|
10 |
+
do_action('ampforwp_before_post_content') //Post before Content here ?>
|
11 |
|
12 |
<?php
|
13 |
$amp_custom_content_enable = get_post_meta( $this->get( 'post_id' ) , 'ampforwp_custom_content_editor_checkbox', true);
|
19 |
// Custom/Alternative AMP content added through post meta
|
20 |
echo $this->get( 'ampforwp_amp_content' );
|
21 |
}
|
|
|
22 |
// echo $this->get( 'post_amp_content' ); // amphtml content; no kses
|
23 |
?>
|
24 |
|
@@ -6,12 +6,12 @@
|
|
6 |
<?php if ( $post_author ) : ?>
|
7 |
<?php $author_avatar_url = get_avatar_url( $post_author->user_email, array( 'size' => 24 ) ); ?>
|
8 |
<div class="amp-wp-meta amp-wp-byline">
|
9 |
-
<?php if ( function_exists( 'get_avatar_url' ) ) : ?>
|
10 |
<amp-img src="<?php echo esc_url( $author_avatar_url ); ?>" width="24" height="24" layout="fixed"></amp-img>
|
11 |
<?php endif; ?>
|
12 |
<span class="amp-wp-author author vcard"><?php echo esc_html( $post_author->display_name ); ?></span>
|
13 |
|
14 |
-
<li class="amp-wp-meta-date"> <?php global $redux_builder_amp;
|
15 |
|
16 |
</div>
|
17 |
<?php endif; ?>
|
@@ -24,7 +24,7 @@
|
|
24 |
<?php global $redux_builder_amp;
|
25 |
//if RTL is OFF
|
26 |
if(!$redux_builder_amp['amp-rtl-select-option']) {
|
27 |
-
global $redux_builder_amp; printf(
|
28 |
}
|
29 |
?>
|
30 |
</span>
|
@@ -38,7 +38,7 @@
|
|
38 |
|
39 |
//if RTL is ON
|
40 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
41 |
-
global $redux_builder_amp; printf(
|
42 |
}
|
43 |
?>
|
44 |
</div>
|
6 |
<?php if ( $post_author ) : ?>
|
7 |
<?php $author_avatar_url = get_avatar_url( $post_author->user_email, array( 'size' => 24 ) ); ?>
|
8 |
<div class="amp-wp-meta amp-wp-byline">
|
9 |
+
<?php if ( function_exists( 'get_avatar_url' ) && $author_avatar_url ) : ?>
|
10 |
<amp-img src="<?php echo esc_url( $author_avatar_url ); ?>" width="24" height="24" layout="fixed"></amp-img>
|
11 |
<?php endif; ?>
|
12 |
<span class="amp-wp-author author vcard"><?php echo esc_html( $post_author->display_name ); ?></span>
|
13 |
|
14 |
+
<li class="amp-wp-meta-date"> <?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-on-text'], 'On '); the_modified_date( get_option( 'date_format' ) ) ?></li>
|
15 |
|
16 |
</div>
|
17 |
<?php endif; ?>
|
24 |
<?php global $redux_builder_amp;
|
25 |
//if RTL is OFF
|
26 |
if(!$redux_builder_amp['amp-rtl-select-option']) {
|
27 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-categories-text'] .' ', 'accelerated-mobile-pages' ));
|
28 |
}
|
29 |
?>
|
30 |
</span>
|
38 |
|
39 |
//if RTL is ON
|
40 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
41 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-categories-text'] .' ', 'accelerated-mobile-pages' ));
|
42 |
}
|
43 |
?>
|
44 |
</div>
|
@@ -6,7 +6,7 @@
|
|
6 |
<?php
|
7 |
//if RTL is OFF
|
8 |
if(!$redux_builder_amp['amp-rtl-select-option']) {
|
9 |
-
global $redux_builder_amp; printf(
|
10 |
}
|
11 |
|
12 |
foreach ($ampforwp_tags as $tag) {
|
@@ -19,7 +19,7 @@
|
|
19 |
|
20 |
//if RTL is ON
|
21 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
22 |
-
global $redux_builder_amp; printf(
|
23 |
}
|
24 |
?>
|
25 |
|
6 |
<?php
|
7 |
//if RTL is OFF
|
8 |
if(!$redux_builder_amp['amp-rtl-select-option']) {
|
9 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-tags-text'] .' ', 'accelerated-mobile-pages' ));
|
10 |
}
|
11 |
|
12 |
foreach ($ampforwp_tags as $tag) {
|
19 |
|
20 |
//if RTL is ON
|
21 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
22 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-tags-text'] .' ', 'accelerated-mobile-pages' ));
|
23 |
}
|
24 |
?>
|
25 |
|
@@ -1,4 +1,5 @@
|
|
1 |
<?php
|
|
|
2 |
global $post, $redux_builder_amp;
|
3 |
$string_number_of_related_posts = $redux_builder_amp['ampforwp-number-of-related-posts']; $int_number_of_related_posts = round(abs(floatval($string_number_of_related_posts)));
|
4 |
|
@@ -41,7 +42,7 @@
|
|
41 |
<div class="amp-wp-content relatedpost">
|
42 |
<div class="related_posts">
|
43 |
<ol class="clearfix">
|
44 |
-
<h3><?php echo
|
45 |
<?php
|
46 |
while( $my_query->have_posts() ) {
|
47 |
$my_query->the_post();
|
1 |
<?php
|
2 |
+
do_action('ampforwp_above_related_post'); //Above Related Posts
|
3 |
global $post, $redux_builder_amp;
|
4 |
$string_number_of_related_posts = $redux_builder_amp['ampforwp-number-of-related-posts']; $int_number_of_related_posts = round(abs(floatval($string_number_of_related_posts)));
|
5 |
|
42 |
<div class="amp-wp-content relatedpost">
|
43 |
<div class="related_posts">
|
44 |
<ol class="clearfix">
|
45 |
+
<h3><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-related-text'], 'Related Post' ); ?></h3>
|
46 |
<?php
|
47 |
while( $my_query->have_posts() ) {
|
48 |
$my_query->the_post();
|
@@ -6,6 +6,6 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
6 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
7 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
8 |
<div class="comment-button-wrapper ampforwp-comment-button">
|
9 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
10 |
</div>
|
11 |
<?php } ?>
|
6 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
7 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
8 |
<div class="comment-button-wrapper ampforwp-comment-button">
|
9 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
10 |
</div>
|
11 |
<?php } ?>
|
@@ -9,7 +9,7 @@
|
|
9 |
width="50"
|
10 |
height="28"
|
11 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
12 |
-
data-param-text="<?php echo $data_param_data ?>
|
13 |
></amp-social-share>
|
14 |
<?php } ?>
|
15 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
9 |
width="50"
|
10 |
height="28"
|
11 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
12 |
+
data-param-text="TITLE <?php echo $data_param_data ?>"
|
13 |
></amp-social-share>
|
14 |
<?php } ?>
|
15 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
@@ -1,3 +1,4 @@
|
|
1 |
<header class="amp-wp-article-header ampforwp-title">
|
2 |
<h1 class="amp-wp-title"><?php echo wp_kses_data( $this->get( 'post_title' ) ); ?></h1>
|
|
|
3 |
</header>
|
1 |
<header class="amp-wp-article-header ampforwp-title">
|
2 |
<h1 class="amp-wp-title"><?php echo wp_kses_data( $this->get( 'post_title' ) ); ?></h1>
|
3 |
+
<?php do_action('ampforwp_below_the_title'); ?>
|
4 |
</header>
|
@@ -3,25 +3,25 @@
|
|
3 |
|
4 |
$ampforwp_backto_nonamp = " ";
|
5 |
if ( is_home() ) {
|
6 |
-
$ampforwp_backto_nonamp =
|
7 |
}
|
8 |
if ( is_single() ){
|
9 |
global $post;
|
10 |
-
$ampforwp_backto_nonamp =
|
11 |
}
|
12 |
if ( is_page() ){
|
13 |
global $post;
|
14 |
-
$ampforwp_backto_nonamp =
|
15 |
}
|
16 |
if( is_archive() ) {
|
17 |
global $wp;
|
18 |
$ampforwp_backto_nonamp = esc_url( untrailingslashit(home_url( $wp->request )).'?nonamp=1' );
|
19 |
-
$ampforwp_backto_nonamp = preg_replace('/\/amp\?nonamp=1/','
|
20 |
}
|
21 |
?>
|
22 |
<footer class="container">
|
23 |
<div id="footer">
|
24 |
-
<p><a href="#header"> <?php echo
|
25 |
//24. Added an options button for switching on/off link to non amp page
|
26 |
if($redux_builder_amp['amp-footer-link-non-amp-page']=='1') {
|
27 |
if ( $ampforwp_backto_nonamp ) { ?> | <a href="<?php echo $ampforwp_backto_nonamp; ?>" rel="nofollow"><?php echo esc_html( $redux_builder_amp['amp-translator-non-amp-page-text'] ) ;?> </a> <?php }
|
@@ -30,7 +30,7 @@
|
|
30 |
<p>
|
31 |
<?php
|
32 |
global $allowed_html;
|
33 |
-
echo wp_kses($redux_builder_amp['amp-translator-footer-text'],$allowed_html)
|
34 |
?>
|
35 |
</p>
|
36 |
</div>
|
3 |
|
4 |
$ampforwp_backto_nonamp = " ";
|
5 |
if ( is_home() ) {
|
6 |
+
$ampforwp_backto_nonamp = trailingslashit(home_url()).'?nonamp=1';
|
7 |
}
|
8 |
if ( is_single() ){
|
9 |
global $post;
|
10 |
+
$ampforwp_backto_nonamp = trailingslashit(get_permalink( $post->ID )).'?nonamp=1';
|
11 |
}
|
12 |
if ( is_page() ){
|
13 |
global $post;
|
14 |
+
$ampforwp_backto_nonamp = trailingslashit(get_permalink( $post->ID )).'?nonamp=1';
|
15 |
}
|
16 |
if( is_archive() ) {
|
17 |
global $wp;
|
18 |
$ampforwp_backto_nonamp = esc_url( untrailingslashit(home_url( $wp->request )).'?nonamp=1' );
|
19 |
+
$ampforwp_backto_nonamp = preg_replace('/\/amp\?nonamp=1/','/?nonamp=1',$ampforwp_backto_nonamp);
|
20 |
}
|
21 |
?>
|
22 |
<footer class="container">
|
23 |
<div id="footer">
|
24 |
+
<p><a href="#header"> <?php echo ampforwp_translation( $redux_builder_amp['amp-translator-top-text'], 'Top'); ?></a> <?php
|
25 |
//24. Added an options button for switching on/off link to non amp page
|
26 |
if($redux_builder_amp['amp-footer-link-non-amp-page']=='1') {
|
27 |
if ( $ampforwp_backto_nonamp ) { ?> | <a href="<?php echo $ampforwp_backto_nonamp; ?>" rel="nofollow"><?php echo esc_html( $redux_builder_amp['amp-translator-non-amp-page-text'] ) ;?> </a> <?php }
|
30 |
<p>
|
31 |
<?php
|
32 |
global $allowed_html;
|
33 |
+
echo wp_kses( ampforwp_translation($redux_builder_amp['amp-translator-footer-text'], 'Footer'),$allowed_html);
|
34 |
?>
|
35 |
</p>
|
36 |
</div>
|
@@ -5,15 +5,18 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
5 |
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); ?>>
|
6 |
<head>
|
7 |
<meta charset="utf-8"> <?php
|
8 |
-
$
|
|
|
|
|
|
|
|
|
|
|
9 |
if ( $page >= '2') { ?>
|
10 |
<link rel="canonical" href="<?php
|
11 |
-
|
12 |
-
echo trailingslashit( get_permalink( $ID ) ) . '?page=' . $page ?>"> <?php
|
13 |
} else { ?>
|
14 |
<link rel="canonical" href="<?php
|
15 |
-
|
16 |
-
echo get_permalink( $ID ) ?>"> <?php
|
17 |
} ?>
|
18 |
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
19 |
<?php do_action( 'amp_post_template_head', $this ); ?>
|
@@ -90,7 +93,7 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
90 |
));
|
91 |
if ( $comments ) { ?>
|
92 |
<div class="amp-wp-content comments_list">
|
93 |
-
<h3><?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-view-comments-text'] ?></h3>
|
94 |
<ul>
|
95 |
<?php
|
96 |
$page = (get_query_var('page')) ? get_query_var('page') : 1;
|
@@ -111,8 +114,8 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
111 |
'end_size' => 1,
|
112 |
'mid_size' => 2,
|
113 |
'prev_next' => True,
|
114 |
-
'prev_text' => $redux_builder_amp['amp-translator-previous-text'],
|
115 |
-
'next_text' => $redux_builder_amp['amp-translator-next-text'],
|
116 |
'type' => 'plain'
|
117 |
);
|
118 |
|
@@ -126,16 +129,14 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
126 |
<footer class="comment-meta">
|
127 |
<div class="comment-author vcard">
|
128 |
<?php
|
129 |
-
printf(__('<b class="fn">%s</b> <span class="says">'
|
130 |
</div>
|
131 |
<!-- .comment-author -->
|
132 |
<div class="comment-metadata">
|
133 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
134 |
-
<?php
|
135 |
-
printf(__('%1$s '.$redux_builder_amp['amp-translator-at-text'].' %2$s'), get_comment_date(), get_comment_time())
|
136 |
-
?>
|
137 |
</a>
|
138 |
-
<?php edit_comment_link(
|
139 |
</div>
|
140 |
<!-- .comment-metadata -->
|
141 |
</footer>
|
@@ -169,14 +170,14 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
169 |
</ul>
|
170 |
</div>
|
171 |
<div class="comment-button-wrapper">
|
172 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
173 |
</div><?php
|
174 |
} else {
|
175 |
if ( !comments_open() ) {
|
176 |
return;
|
177 |
} ?>
|
178 |
<div class="comment-button-wrapper">
|
179 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
180 |
</div>
|
181 |
<?php } ?>
|
182 |
</div> <?php
|
@@ -215,7 +216,7 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
215 |
<?php } ?>
|
216 |
</main>
|
217 |
<?php do_action('ampforwp_frontpage_below_loop') ?>
|
218 |
-
|
219 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
220 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
221 |
|
5 |
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); ?>>
|
6 |
<head>
|
7 |
<meta charset="utf-8"> <?php
|
8 |
+
$query_arg_array = $wp->query_vars;
|
9 |
+
$page = '' ;
|
10 |
+
if( array_key_exists( "page" , $query_arg_array ) ) {
|
11 |
+
$page = $wp->query_vars['page'];
|
12 |
+
}
|
13 |
+
|
14 |
if ( $page >= '2') { ?>
|
15 |
<link rel="canonical" href="<?php
|
16 |
+
echo trailingslashit( home_url() ) . '?page=' . $page ?>"> <?php
|
|
|
17 |
} else { ?>
|
18 |
<link rel="canonical" href="<?php
|
19 |
+
echo trailingslashit( home_url() ) ?>"> <?php
|
|
|
20 |
} ?>
|
21 |
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
22 |
<?php do_action( 'amp_post_template_head', $this ); ?>
|
93 |
));
|
94 |
if ( $comments ) { ?>
|
95 |
<div class="amp-wp-content comments_list">
|
96 |
+
<h3><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-view-comments-text'], 'View Comments' )?></h3>
|
97 |
<ul>
|
98 |
<?php
|
99 |
$page = (get_query_var('page')) ? get_query_var('page') : 1;
|
114 |
'end_size' => 1,
|
115 |
'mid_size' => 2,
|
116 |
'prev_next' => True,
|
117 |
+
'prev_text' => ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous'),
|
118 |
+
'next_text' => ampforwp_translation($redux_builder_amp['amp-translator-next-text'], 'Next'),
|
119 |
'type' => 'plain'
|
120 |
);
|
121 |
|
129 |
<footer class="comment-meta">
|
130 |
<div class="comment-author vcard">
|
131 |
<?php
|
132 |
+
printf(__('<b class="fn">%s</b> <span class="says">'.ampforwp_translation($redux_builder_amp['amp-translator-says-text'],'says').':</span>'), get_comment_author_link()) ?>
|
133 |
</div>
|
134 |
<!-- .comment-author -->
|
135 |
<div class="comment-metadata">
|
136 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
137 |
+
<?php printf( ampforwp_translation( ('%1$s '. ampforwp_translation($redux_builder_amp['amp-translator-at-text'],'at').' %2$s'), '%1$s at %2$s') , get_comment_date(), get_comment_time())?>
|
|
|
|
|
138 |
</a>
|
139 |
+
<?php edit_comment_link( ampforwp_translation( $redux_builder_amp['amp-translator-Edit-text'], 'Edit' ) ) ?>
|
140 |
</div>
|
141 |
<!-- .comment-metadata -->
|
142 |
</footer>
|
170 |
</ul>
|
171 |
</div>
|
172 |
<div class="comment-button-wrapper">
|
173 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
174 |
</div><?php
|
175 |
} else {
|
176 |
if ( !comments_open() ) {
|
177 |
return;
|
178 |
} ?>
|
179 |
<div class="comment-button-wrapper">
|
180 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
181 |
</div>
|
182 |
<?php } ?>
|
183 |
</div> <?php
|
216 |
<?php } ?>
|
217 |
</main>
|
218 |
<?php do_action('ampforwp_frontpage_below_loop') ?>
|
219 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
220 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
221 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
222 |
|
@@ -7,20 +7,20 @@
|
|
7 |
|
8 |
if( $redux_builder_amp['amp-on-off-support-for-non-amp-home-page'] ) {
|
9 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
10 |
-
$ampforwp_home_url =
|
11 |
$set_rel_to_noamp = true;
|
12 |
} else {
|
13 |
-
$ampforwp_home_url =
|
14 |
}
|
15 |
} else {
|
16 |
if($redux_builder_amp['ampforwp-homepage-on-off-support']) {
|
17 |
$ampforwp_home_url = trailingslashit( trailingslashit( get_bloginfo('url') ) . AMPFORWP_AMP_QUERY_VAR );
|
18 |
} else {
|
19 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
20 |
-
$ampforwp_home_url =
|
21 |
$set_rel_to_noamp = true;
|
22 |
} else {
|
23 |
-
$ampforwp_home_url =
|
24 |
}
|
25 |
}
|
26 |
}?>
|
@@ -51,7 +51,7 @@
|
|
51 |
|
52 |
|
53 |
<div on='tap:sidebar.toggle' role="button" tabindex="0" class="nav_container">
|
54 |
-
<a href="#" class="toggle-text"><?php echo
|
55 |
</div>
|
56 |
|
57 |
<amp-sidebar id='sidebar'
|
7 |
|
8 |
if( $redux_builder_amp['amp-on-off-support-for-non-amp-home-page'] ) {
|
9 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
10 |
+
$ampforwp_home_url = trailingslashit( get_bloginfo('url') ).'?nonamp=1';
|
11 |
$set_rel_to_noamp = true;
|
12 |
} else {
|
13 |
+
$ampforwp_home_url = trailingslashit( get_bloginfo('url') );
|
14 |
}
|
15 |
} else {
|
16 |
if($redux_builder_amp['ampforwp-homepage-on-off-support']) {
|
17 |
$ampforwp_home_url = trailingslashit( trailingslashit( get_bloginfo('url') ) . AMPFORWP_AMP_QUERY_VAR );
|
18 |
} else {
|
19 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
20 |
+
$ampforwp_home_url = trailingslashit( get_bloginfo('url') ).'?nonamp=1';
|
21 |
$set_rel_to_noamp = true;
|
22 |
} else {
|
23 |
+
$ampforwp_home_url = trailingslashit( get_bloginfo('url') );
|
24 |
}
|
25 |
}
|
26 |
}?>
|
51 |
|
52 |
|
53 |
<div on='tap:sidebar.toggle' role="button" tabindex="0" class="nav_container">
|
54 |
+
<a href="#" class="toggle-text"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-navigate-text'], 'Navigate' ); ?></a>
|
55 |
</div>
|
56 |
|
57 |
<amp-sidebar id='sidebar'
|
@@ -103,8 +103,8 @@
|
|
103 |
<div class="amp-wp-content pagination-holder">
|
104 |
|
105 |
<div id="pagination">
|
106 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-next-text'] . ' »', 0 ) ?></div>
|
107 |
-
<div class="prev"><?php previous_posts_link( '« '. $redux_builder_amp['amp-translator-previous-text'] ); ?></div>
|
108 |
|
109 |
<div class="clearfix"></div>
|
110 |
</div>
|
@@ -117,6 +117,7 @@
|
|
117 |
|
118 |
</main>
|
119 |
<?php do_action('ampforwp_home_below_loop') ?>
|
|
|
120 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
121 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
122 |
</body>
|
103 |
<div class="amp-wp-content pagination-holder">
|
104 |
|
105 |
<div id="pagination">
|
106 |
+
<div class="next"><?php next_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-next-text'] . ' »' , 'Next'), 0 ) ?></div>
|
107 |
+
<div class="prev"><?php previous_posts_link( '« '. ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous' ) ); ?></div>
|
108 |
|
109 |
<div class="clearfix"></div>
|
110 |
</div>
|
117 |
|
118 |
</main>
|
119 |
<?php do_action('ampforwp_home_below_loop') ?>
|
120 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
121 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
122 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
123 |
</body>
|
@@ -48,7 +48,7 @@
|
|
48 |
'post_status' => 'publish'
|
49 |
) ); ?>
|
50 |
<div class="amp-wp-content amp-archive-heading">
|
51 |
-
<h3 class="page-title"><?php echo $redux_builder_amp['amp-translator-search-text'] . ' ' . get_search_query();?> </h3>
|
52 |
</div>
|
53 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
54 |
$ampforwp_amp_post_url = trailingslashit( trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ); ?>
|
@@ -78,8 +78,8 @@
|
|
78 |
<div class="amp-wp-content pagination-holder">
|
79 |
|
80 |
<div id="pagination">
|
81 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-next-text'] . ' »', 0 ) ?></div>
|
82 |
-
<div class="prev"><?php previous_posts_link( '« '. $redux_builder_amp['amp-translator-previous-text'] ); ?></div>
|
83 |
|
84 |
<div class="clearfix"></div>
|
85 |
</div>
|
@@ -87,7 +87,8 @@
|
|
87 |
<?php else: ?>
|
88 |
<div class="amp-wp-content amp-loop-list">
|
89 |
<div class="amp-wp-post-content">
|
90 |
-
<?php echo $redux_builder_amp['amp-translator-search-no-found']
|
|
|
91 |
</div>
|
92 |
<div class="cb"></div>
|
93 |
</div>
|
@@ -95,6 +96,7 @@
|
|
95 |
<?php wp_reset_postdata(); ?>
|
96 |
<?php do_action('ampforwp_post_after_loop') ?>
|
97 |
</main>
|
|
|
98 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
99 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
100 |
</body>
|
48 |
'post_status' => 'publish'
|
49 |
) ); ?>
|
50 |
<div class="amp-wp-content amp-archive-heading">
|
51 |
+
<h3 class="page-title"><?php echo ampforwp_translation($redux_builder_amp['amp-translator-search-text'], 'You searched for:' ) . ' ' . get_search_query();?> </h3>
|
52 |
</div>
|
53 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
54 |
$ampforwp_amp_post_url = trailingslashit( trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ); ?>
|
78 |
<div class="amp-wp-content pagination-holder">
|
79 |
|
80 |
<div id="pagination">
|
81 |
+
<div class="next"><?php next_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-next-text'] . ' »' ,'Next' ), 0 ) ?></div>
|
82 |
+
<div class="prev"><?php previous_posts_link( '« '. ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous') ); ?></div>
|
83 |
|
84 |
<div class="clearfix"></div>
|
85 |
</div>
|
87 |
<?php else: ?>
|
88 |
<div class="amp-wp-content amp-loop-list">
|
89 |
<div class="amp-wp-post-content">
|
90 |
+
<?php echo ampforwp_translation($redux_builder_amp['amp-translator-search-no-found'],
|
91 |
+
'It seems we can\'t find what you\'re looking for. '); ?>
|
92 |
</div>
|
93 |
<div class="cb"></div>
|
94 |
</div>
|
96 |
<?php wp_reset_postdata(); ?>
|
97 |
<?php do_action('ampforwp_post_after_loop') ?>
|
98 |
</main>
|
99 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
100 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
101 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
102 |
</body>
|
@@ -23,7 +23,8 @@
|
|
23 |
<?php do_action('ampforwp_post_after_design_elements') ?>
|
24 |
</article>
|
25 |
</main>
|
26 |
-
|
|
|
27 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
28 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
29 |
</body>
|
23 |
<?php do_action('ampforwp_post_after_design_elements') ?>
|
24 |
</article>
|
25 |
</main>
|
26 |
+
|
27 |
+
<?php do_action( 'amp_post_template_above_footer', $this ); ?>
|
28 |
<?php $this->load_parts( array( 'footer' ) ); ?>
|
29 |
<?php do_action( 'amp_post_template_footer', $this ); ?>
|
30 |
</body>
|
@@ -92,7 +92,7 @@ amp-lightbox{ background: rgba(0, 0, 0,0.85); }
|
|
92 |
/* Sticky Social bar in Single */
|
93 |
.ampforwp-social-icons-wrapper{ margin: 0.65em 0px 0.65em 0px; height: 28px; }
|
94 |
.sticky_social{ width: 100%; bottom: 0; display: block; left: 0; box-shadow: 0px 4px 7px #000; background: #fff; padding: 7px 0px 0px 0px; position: fixed; margin: 0; z-index: 10; text-align: center; }
|
95 |
-
.whatsapp-share-icon{ width: 50px; height:
|
96 |
/* Header */
|
97 |
#header{ background: #fff; text-align: center; }
|
98 |
#header h3{ text-align: center; font-size: 20px; font-weight: bold; line-height: 1; padding: 15px; margin: 0; }
|
@@ -139,7 +139,7 @@ figcaption{ font-size: 11px; margin-bottom: 11px; background: #eee; padding: 6px
|
|
139 |
main .amp-wp-content.featured-image-content{ padding: 0px; border: 0; margin-bottom: 0; box-shadow: none }
|
140 |
.amp-wp-content.post-pagination-meta{ max-width: 1030px; }
|
141 |
.single-post .ampforwp-social-icons.ampforwp-social-icons-wrapper{ display: block; margin: 2em auto 0.9em auto ; max-width: 1030px; }
|
142 |
-
.amp-wp-article-header.amp-wp-article-category.ampforwp-meta-taxonomy{ margin: 10px auto; max-width: 1030px; }
|
143 |
/* Related Posts */
|
144 |
main .amp-wp-content.relatedpost{ background: none; box-shadow: none; max-width: 1030px; padding:0px 0 0 0; margin:1.8em auto 1.5em auto }
|
145 |
.related_posts h3, .comments_list h3{ font-size: 14px; font-weight: bold; letter-spacing: 0.4px; margin: 15px 0 10px 0; color: #333; }
|
@@ -166,6 +166,7 @@ main .amp-wp-content.comments_list {background: none;box-shadow: none;max-width:
|
|
166 |
.single-post footer.comment-meta{ padding-bottom: 0;}
|
167 |
.comments_list li li{ margin: 20px 20px 10px 20px;background: #f7f7f7;box-shadow: none;border: 1px solid #eee;}
|
168 |
.comments_list li li li{ margin:20px 20px 10px 20px}
|
|
|
169 |
/* ADS */
|
170 |
.amp_home_body .amp_ad_1{ margin-top: 10px; margin-bottom: -20px; }
|
171 |
.single-post .amp_ad_1{ margin-top: 10px; margin-bottom: -20px; }
|
@@ -242,7 +243,7 @@ amp-user-notification button { background-color: <?php echo sanitize_hex_color(
|
|
242 |
.amp-ad-2{ margin-bottom: 50px; }
|
243 |
<?php } ?>
|
244 |
/**/
|
245 |
-
.amp-wp-author:before{ content: " <?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-by-text']; ?> "; }
|
246 |
.ampforwp-tax-category span:first-child:after { content: ' '; }
|
247 |
.ampforwp-tax-category span:after,.ampforwp-tax-tag span:after { content: ', '; }
|
248 |
.ampforwp-tax-category span:last-child:after, .ampforwp-tax-tag span:last-child:after { content: ' '; }
|
@@ -267,4 +268,4 @@ amp-user-notification button { background-color: <?php echo sanitize_hex_color(
|
|
267 |
@media (min-width: 320px) and (max-width: 767px) {.tablepress { display: inline-block; overflow-x: scroll; } }
|
268 |
<?php } ?>
|
269 |
|
270 |
-
<?php echo $redux_builder_amp['css_editor']; } ?>
|
92 |
/* Sticky Social bar in Single */
|
93 |
.ampforwp-social-icons-wrapper{ margin: 0.65em 0px 0.65em 0px; height: 28px; }
|
94 |
.sticky_social{ width: 100%; bottom: 0; display: block; left: 0; box-shadow: 0px 4px 7px #000; background: #fff; padding: 7px 0px 0px 0px; position: fixed; margin: 0; z-index: 10; text-align: center; }
|
95 |
+
.whatsapp-share-icon{ width: 50px; height: 28px; display: inline-block; background: #5cbe4a; padding: 4px 0px; position: relative; top: -4px; }
|
96 |
/* Header */
|
97 |
#header{ background: #fff; text-align: center; }
|
98 |
#header h3{ text-align: center; font-size: 20px; font-weight: bold; line-height: 1; padding: 15px; margin: 0; }
|
139 |
main .amp-wp-content.featured-image-content{ padding: 0px; border: 0; margin-bottom: 0; box-shadow: none }
|
140 |
.amp-wp-content.post-pagination-meta{ max-width: 1030px; }
|
141 |
.single-post .ampforwp-social-icons.ampforwp-social-icons-wrapper{ display: block; margin: 2em auto 0.9em auto ; max-width: 1030px; }
|
142 |
+
.amp-wp-article-header.amp-wp-article-category.ampforwp-meta-taxonomy{ margin: 10px auto; max-width: 1030px; } .ampforwp_single_excerpt { margin-bottom:15px; font-size: 15px;}
|
143 |
/* Related Posts */
|
144 |
main .amp-wp-content.relatedpost{ background: none; box-shadow: none; max-width: 1030px; padding:0px 0 0 0; margin:1.8em auto 1.5em auto }
|
145 |
.related_posts h3, .comments_list h3{ font-size: 14px; font-weight: bold; letter-spacing: 0.4px; margin: 15px 0 10px 0; color: #333; }
|
166 |
.single-post footer.comment-meta{ padding-bottom: 0;}
|
167 |
.comments_list li li{ margin: 20px 20px 10px 20px;background: #f7f7f7;box-shadow: none;border: 1px solid #eee;}
|
168 |
.comments_list li li li{ margin:20px 20px 10px 20px}
|
169 |
+
.comment-content amp-img{max-width: 300px;}
|
170 |
/* ADS */
|
171 |
.amp_home_body .amp_ad_1{ margin-top: 10px; margin-bottom: -20px; }
|
172 |
.single-post .amp_ad_1{ margin-top: 10px; margin-bottom: -20px; }
|
243 |
.amp-ad-2{ margin-bottom: 50px; }
|
244 |
<?php } ?>
|
245 |
/**/
|
246 |
+
.amp-wp-author:before{ content: " <?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-by-text'], 'By '); ?> "; }
|
247 |
.ampforwp-tax-category span:first-child:after { content: ' '; }
|
248 |
.ampforwp-tax-category span:after,.ampforwp-tax-tag span:after { content: ', '; }
|
249 |
.ampforwp-tax-category span:last-child:after, .ampforwp-tax-tag span:last-child:after { content: ' '; }
|
268 |
@media (min-width: 320px) and (max-width: 767px) {.tablepress { display: inline-block; overflow-x: scroll; } }
|
269 |
<?php } ?>
|
270 |
|
271 |
+
<?php echo $redux_builder_amp['css_editor']; } ?>
|
@@ -55,9 +55,9 @@ if ( get_query_var( 'paged' ) ) {
|
|
55 |
|
56 |
<?php if ( is_archive() ) {
|
57 |
the_archive_title( '<h3 class="amp-wp-content page-title">', '</h3>' );
|
58 |
-
|
59 |
$description = get_the_archive_description();
|
60 |
-
$
|
|
|
61 |
if( $arch_desc ) { ?>
|
62 |
<div class="amp-wp-content taxonomy-description">
|
63 |
<?php echo $arch_desc ; ?>
|
@@ -66,7 +66,14 @@ if ( get_query_var( 'paged' ) ) {
|
|
66 |
} ?>
|
67 |
|
68 |
<?php if ( have_posts() ) : while ( have_posts() ) : the_post();
|
69 |
-
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
<div class="amp-wp-content amp-loop-list">
|
72 |
<?php if ( has_post_thumbnail() ) { ?>
|
@@ -76,7 +83,7 @@ if ( get_query_var( 'paged' ) ) {
|
|
76 |
$thumb_url = $thumb_url_array[0];
|
77 |
?>
|
78 |
<div class="home-post_image">
|
79 |
-
<a href="<?php echo esc_url(
|
80 |
<amp-img
|
81 |
layout="responsive"
|
82 |
src=<?php echo $thumb_url ?>
|
@@ -93,7 +100,7 @@ if ( get_query_var( 'paged' ) ) {
|
|
93 |
<li><?php echo $category->cat_name ?></li>
|
94 |
<?php } ?>
|
95 |
</ul>
|
96 |
-
<h2 class="amp-wp-title"> <a href="<?php echo esc_url(
|
97 |
|
98 |
|
99 |
<?php
|
@@ -106,7 +113,7 @@ if ( get_query_var( 'paged' ) ) {
|
|
106 |
<p><?php echo wp_trim_words( strip_shortcodes( $content ) , '15' ); ?></p>
|
107 |
<div class="featured_time">
|
108 |
<?php
|
109 |
-
printf( _x( '%1$s '. $redux_builder_amp['amp-translator-ago-date-text'], '%2$s = human-readable time difference', '
|
110 |
human_time_diff( get_the_time( 'U' ),
|
111 |
current_time( 'timestamp' ) ) );
|
112 |
?>
|
@@ -122,9 +129,9 @@ if ( get_query_var( 'paged' ) ) {
|
|
122 |
|
123 |
|
124 |
<div id="pagination">
|
125 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-show-more-posts-text'] , 0 ) ?></div>
|
126 |
<?php if ( $paged > 1 ) { ?>
|
127 |
-
<div class="prev"><?php previous_posts_link( $redux_builder_amp['amp-translator-show-previous-posts-text'] ); ?></div>
|
128 |
<?php } ?>
|
129 |
<div class="clearfix"></div>
|
130 |
</div>
|
55 |
|
56 |
<?php if ( is_archive() ) {
|
57 |
the_archive_title( '<h3 class="amp-wp-content page-title">', '</h3>' );
|
|
|
58 |
$description = get_the_archive_description();
|
59 |
+
$sanitizer = new AMPFORWP_Content( $description, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array() ) ) );
|
60 |
+
$arch_desc = $sanitizer->get_amp_content();
|
61 |
if( $arch_desc ) { ?>
|
62 |
<div class="amp-wp-content taxonomy-description">
|
63 |
<?php echo $arch_desc ; ?>
|
66 |
} ?>
|
67 |
|
68 |
<?php if ( have_posts() ) : while ( have_posts() ) : the_post();
|
69 |
+
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ;
|
70 |
+
$ampforwp_amp_post_url = trailingslashit( $ampforwp_amp_post_url );
|
71 |
+
|
72 |
+
if( in_array( 'ampforwp-custom-type-amp-endpoint' , $redux_builder_amp ) ) {
|
73 |
+
if ( $redux_builder_amp['ampforwp-custom-type-amp-endpoint']) {
|
74 |
+
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . '?amp';
|
75 |
+
}
|
76 |
+
}?>
|
77 |
|
78 |
<div class="amp-wp-content amp-loop-list">
|
79 |
<?php if ( has_post_thumbnail() ) { ?>
|
83 |
$thumb_url = $thumb_url_array[0];
|
84 |
?>
|
85 |
<div class="home-post_image">
|
86 |
+
<a href="<?php echo esc_url( $ampforwp_amp_post_url ); ?>">
|
87 |
<amp-img
|
88 |
layout="responsive"
|
89 |
src=<?php echo $thumb_url ?>
|
100 |
<li><?php echo $category->cat_name ?></li>
|
101 |
<?php } ?>
|
102 |
</ul>
|
103 |
+
<h2 class="amp-wp-title"> <a href="<?php echo esc_url( $ampforwp_amp_post_url ); ?>"> <?php the_title(); ?></a></h2>
|
104 |
|
105 |
|
106 |
<?php
|
113 |
<p><?php echo wp_trim_words( strip_shortcodes( $content ) , '15' ); ?></p>
|
114 |
<div class="featured_time">
|
115 |
<?php
|
116 |
+
printf( _x( '%1$s '. ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ), '%2$s = human-readable time difference', 'accelerated-mobile-pages' ),
|
117 |
human_time_diff( get_the_time( 'U' ),
|
118 |
current_time( 'timestamp' ) ) );
|
119 |
?>
|
129 |
|
130 |
|
131 |
<div id="pagination">
|
132 |
+
<div class="next"><?php next_posts_link( ampforwp_translation ($redux_builder_amp['amp-translator-show-more-posts-text'] , 'Show more Posts') ,0 ) ?></div>
|
133 |
<?php if ( $paged > 1 ) { ?>
|
134 |
+
<div class="prev"><?php previous_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-show-previous-posts-text'], 'Show previous Posts') ); ?></div>
|
135 |
<?php } ?>
|
136 |
<div class="clearfix"></div>
|
137 |
</div>
|
@@ -15,7 +15,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
15 |
));
|
16 |
if ( $comments ) { ?>
|
17 |
<div class="amp-wp-content comments_list">
|
18 |
-
<h3><?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-view-comments-text'] ?></h3>
|
19 |
<ul>
|
20 |
<?php
|
21 |
// Display the list of comments
|
@@ -29,16 +29,14 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
29 |
<footer class="comment-meta">
|
30 |
<div class="comment-author vcard">
|
31 |
<?php
|
32 |
-
printf(__('<b class="fn">%s</b> <span class="says">'
|
33 |
</div>
|
34 |
<!-- .comment-author -->
|
35 |
<div class="comment-metadata">
|
36 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
37 |
-
<?php
|
38 |
-
printf(__('%1$s '.$redux_builder_amp['amp-translator-at-text'].' %2$s'), get_comment_date(), get_comment_time())
|
39 |
-
?>
|
40 |
</a>
|
41 |
-
<?php edit_comment_link(
|
42 |
</div>
|
43 |
<!-- .comment-metadata -->
|
44 |
</footer>
|
@@ -46,7 +44,8 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
46 |
<div class="comment-content">
|
47 |
<p><?php
|
48 |
$comment_content = get_comment_text();
|
49 |
-
|
|
|
50 |
</p>
|
51 |
</div>
|
52 |
<!-- .comment-content -->
|
@@ -71,7 +70,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
71 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
72 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
73 |
<div class="comment-button-wrapper">
|
74 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
75 |
</div>
|
76 |
<?php } ?>
|
77 |
<?php
|
@@ -83,7 +82,7 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
83 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
84 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
85 |
<div class="comment-button-wrapper">
|
86 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
87 |
</div>
|
88 |
<?php } ?>
|
89 |
<?php } ?>
|
15 |
));
|
16 |
if ( $comments ) { ?>
|
17 |
<div class="amp-wp-content comments_list">
|
18 |
+
<h3><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-view-comments-text'], 'View Comments' )?></h3>
|
19 |
<ul>
|
20 |
<?php
|
21 |
// Display the list of comments
|
29 |
<footer class="comment-meta">
|
30 |
<div class="comment-author vcard">
|
31 |
<?php
|
32 |
+
printf(__('<b class="fn">%s</b> <span class="says">'.ampforwp_translation($redux_builder_amp['amp-translator-says-text'],'says').':</span>'), get_comment_author_link()) ?>
|
33 |
</div>
|
34 |
<!-- .comment-author -->
|
35 |
<div class="comment-metadata">
|
36 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) ) ?>">
|
37 |
+
<?php printf( ampforwp_translation( ('%1$s '. ampforwp_translation($redux_builder_amp['amp-translator-at-text'],'at').' %2$s'), '%1$s at %2$s') , get_comment_date(), get_comment_time())?>
|
|
|
|
|
38 |
</a>
|
39 |
+
<?php edit_comment_link( ampforwp_translation( $redux_builder_amp['amp-translator-Edit-text'], 'Edit' ) ) ?>
|
40 |
</div>
|
41 |
<!-- .comment-metadata -->
|
42 |
</footer>
|
44 |
<div class="comment-content">
|
45 |
<p><?php
|
46 |
$comment_content = get_comment_text();
|
47 |
+
$sanitizer = new AMPFORWP_Content( $comment_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array() ) ) );
|
48 |
+
echo $sanitizer->get_amp_content(); ?>
|
49 |
</p>
|
50 |
</div>
|
51 |
<!-- .comment-content -->
|
70 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
71 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
72 |
<div class="comment-button-wrapper">
|
73 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
74 |
</div>
|
75 |
<?php } ?>
|
76 |
<?php
|
82 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
83 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
84 |
<div class="comment-button-wrapper">
|
85 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
86 |
</div>
|
87 |
<?php } ?>
|
88 |
<?php } ?>
|
@@ -2,8 +2,13 @@
|
|
2 |
|
3 |
<!--Post Content here-->
|
4 |
<div class="amp-wp-content the_content">
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
<?php
|
9 |
$amp_custom_content_enable = get_post_meta( $this->get( 'post_id' ) , 'ampforwp_custom_content_editor_checkbox', true);
|
@@ -31,7 +36,7 @@
|
|
31 |
<div id="pagination">
|
32 |
<?php $next_post = get_next_post();
|
33 |
if (!empty( $next_post )) { ?>
|
34 |
-
<span><?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-next-read-text']; ?></span> <a href="<?php echo trailingslashit( trailingslashit(get_permalink( $next_post->ID )) . AMPFORWP_AMP_QUERY_VAR) ; ?>"><?php echo $next_post->post_title; ?> »</a> <?php
|
35 |
} ?>
|
36 |
</div>
|
37 |
</div>
|
2 |
|
3 |
<!--Post Content here-->
|
4 |
<div class="amp-wp-content the_content">
|
5 |
+
<?php if(has_excerpt()){ ?>
|
6 |
+
<div class="ampforwp_single_excerpt">
|
7 |
+
<?php $content = get_the_excerpt();
|
8 |
+
echo $content; ?>
|
9 |
+
</div>
|
10 |
+
<?php }
|
11 |
+
do_action('ampforwp_before_post_content') //Post before Content here ?>
|
12 |
|
13 |
<?php
|
14 |
$amp_custom_content_enable = get_post_meta( $this->get( 'post_id' ) , 'ampforwp_custom_content_editor_checkbox', true);
|
36 |
<div id="pagination">
|
37 |
<?php $next_post = get_next_post();
|
38 |
if (!empty( $next_post )) { ?>
|
39 |
+
<span><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-next-read-text'], 'Next Read' ); ?></span> <a href="<?php echo trailingslashit( trailingslashit(get_permalink( $next_post->ID )) . AMPFORWP_AMP_QUERY_VAR) ; ?>"><?php echo $next_post->post_title; ?> »</a> <?php
|
40 |
} ?>
|
41 |
</div>
|
42 |
</div>
|
@@ -6,7 +6,6 @@
|
|
6 |
<ul class="amp-wp-meta amp-meta-wrapper">
|
7 |
<?php $post_author = $this->get( 'post_author' ); ?>
|
8 |
<?php if ( $post_author ) : ?>
|
9 |
-
<?php $author_avatar_url = get_avatar_url( $post_author->user_email, array( 'size' => 24 ) ); ?>
|
10 |
<div class="amp-wp-meta amp-wp-byline">
|
11 |
<span class="amp-wp-author author vcard"><?php echo esc_html( $post_author->display_name ); ?></span>
|
12 |
|
@@ -16,7 +15,7 @@
|
|
16 |
<?php
|
17 |
//if RTL is OFF
|
18 |
if(!$redux_builder_amp['amp-rtl-select-option']) {
|
19 |
-
global $redux_builder_amp; printf(
|
20 |
<?php foreach ($ampforwp_categories as $cat ) {
|
21 |
if($redux_builder_amp['ampforwp-archive-support']){
|
22 |
echo ('<span><a href="'.trailingslashit( trailingslashit(get_category_link($cat->term_taxonomy_id)).'amp') . '" >'.$cat->name .'</a></span>');
|
@@ -26,12 +25,12 @@
|
|
26 |
}
|
27 |
//if RTL is ON
|
28 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
29 |
-
global $redux_builder_amp; printf(
|
30 |
</span>
|
31 |
<?php endif; ?>
|
32 |
|
33 |
<?php if ( $redux_builder_amp['amp-design-3-date-feature'] ) : ?>
|
34 |
-
<span class="ampforwp-design3-single-date"><?php global $redux_builder_amp;
|
35 |
<?php endif; ?>
|
36 |
|
37 |
</div>
|
6 |
<ul class="amp-wp-meta amp-meta-wrapper">
|
7 |
<?php $post_author = $this->get( 'post_author' ); ?>
|
8 |
<?php if ( $post_author ) : ?>
|
|
|
9 |
<div class="amp-wp-meta amp-wp-byline">
|
10 |
<span class="amp-wp-author author vcard"><?php echo esc_html( $post_author->display_name ); ?></span>
|
11 |
|
15 |
<?php
|
16 |
//if RTL is OFF
|
17 |
if(!$redux_builder_amp['amp-rtl-select-option']) {
|
18 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-in-designthree'] .' ', 'accelerated-mobile-pages' )); } ?>
|
19 |
<?php foreach ($ampforwp_categories as $cat ) {
|
20 |
if($redux_builder_amp['ampforwp-archive-support']){
|
21 |
echo ('<span><a href="'.trailingslashit( trailingslashit(get_category_link($cat->term_taxonomy_id)).'amp') . '" >'.$cat->name .'</a></span>');
|
25 |
}
|
26 |
//if RTL is ON
|
27 |
if($redux_builder_amp['amp-rtl-select-option']) {
|
28 |
+
global $redux_builder_amp; printf( ampforwp_translation($redux_builder_amp['amp-translator-categories-text'] .' ', 'accelerated-mobile-pages' )); } ?>
|
29 |
</span>
|
30 |
<?php endif; ?>
|
31 |
|
32 |
<?php if ( $redux_builder_amp['amp-design-3-date-feature'] ) : ?>
|
33 |
+
<span class="ampforwp-design3-single-date"><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-on-text'], 'On '); the_modified_date( get_option( 'date_format' ) ) ?></span>
|
34 |
<?php endif; ?>
|
35 |
|
36 |
</div>
|
@@ -1,4 +1,7 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
2 |
global $post, $redux_builder_amp;
|
3 |
$string_number_of_related_posts = $redux_builder_amp['ampforwp-number-of-related-posts']; $int_number_of_related_posts = round(abs(floatval($string_number_of_related_posts)));
|
4 |
|
@@ -41,7 +44,7 @@
|
|
41 |
<div class="amp-wp-content relatedpost">
|
42 |
<div class="related_posts">
|
43 |
<ol class="clearfix">
|
44 |
-
<h3><?php echo
|
45 |
<?php
|
46 |
while( $my_query->have_posts() ) {
|
47 |
$my_query->the_post();
|
1 |
<?php
|
2 |
+
|
3 |
+
do_action('ampforwp_above_related_post'); //Above Related Posts
|
4 |
+
|
5 |
global $post, $redux_builder_amp;
|
6 |
$string_number_of_related_posts = $redux_builder_amp['ampforwp-number-of-related-posts']; $int_number_of_related_posts = round(abs(floatval($string_number_of_related_posts)));
|
7 |
|
44 |
<div class="amp-wp-content relatedpost">
|
45 |
<div class="related_posts">
|
46 |
<ol class="clearfix">
|
47 |
+
<h3><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-related-text'], 'Related Post' ); ?></h3>
|
48 |
<?php
|
49 |
while( $my_query->have_posts() ) {
|
50 |
$my_query->the_post();
|
@@ -7,6 +7,6 @@ if (!comments_open() || $redux_builder_amp['ampforwp-disqus-comments-support'])
|
|
7 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
8 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
9 |
<div class="comment-button-wrapper ampforwp-comment-button">
|
10 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
11 |
</div>
|
12 |
<?php } ?>
|
7 |
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
8 |
if( ! is_plugin_active( 'amp-comments/amp-comments.php' ) ) { ?>
|
9 |
<div class="comment-button-wrapper ampforwp-comment-button">
|
10 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
11 |
</div>
|
12 |
<?php } ?>
|
@@ -9,7 +9,7 @@
|
|
9 |
$data_param_data = $redux_builder_amp['enable-single-twitter-share-handle']; ?>
|
10 |
<amp-social-share type="twitter" width="40" height="40"
|
11 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
12 |
-
data-param-text="<?php echo $data_param_data ?>
|
13 |
></amp-social-share>
|
14 |
<?php } ?>
|
15 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
9 |
$data_param_data = $redux_builder_amp['enable-single-twitter-share-handle']; ?>
|
10 |
<amp-social-share type="twitter" width="40" height="40"
|
11 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
12 |
+
data-param-text="TITLE <?php echo $data_param_data ?>"
|
13 |
></amp-social-share>
|
14 |
<?php } ?>
|
15 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
@@ -1,3 +1,4 @@
|
|
1 |
<header class="amp-wp-content amp-wp-article-header ampforwp-title">
|
2 |
<h1 class="amp-wp-title"><?php echo wp_kses_data( $this->get( 'post_title' ) ); ?></h1>
|
|
|
3 |
</header>
|
1 |
<header class="amp-wp-content amp-wp-article-header ampforwp-title">
|
2 |
<h1 class="amp-wp-title"><?php echo wp_kses_data( $this->get( 'post_title' ) ); ?></h1>
|
3 |
+
<?php do_action('ampforwp_below_the_title'); ?>
|
4 |
</header>
|
@@ -3,20 +3,20 @@
|
|
3 |
|
4 |
$ampforwp_backto_nonamp = " ";
|
5 |
if ( is_home() ) {
|
6 |
-
$ampforwp_backto_nonamp =
|
7 |
}
|
8 |
if ( is_single() ){
|
9 |
global $post;
|
10 |
-
$ampforwp_backto_nonamp =
|
11 |
}
|
12 |
if ( is_page() ){
|
13 |
global $post;
|
14 |
-
$ampforwp_backto_nonamp =
|
15 |
}
|
16 |
if( is_archive() ) {
|
17 |
global $wp;
|
18 |
$ampforwp_backto_nonamp = esc_url( untrailingslashit(home_url( $wp->request )).'?nonamp=1' );
|
19 |
-
$ampforwp_backto_nonamp = preg_replace('/\/amp\?nonamp=1/','
|
20 |
}
|
21 |
?>
|
22 |
|
@@ -97,12 +97,12 @@
|
|
97 |
<p class="rightslink">
|
98 |
<?php
|
99 |
global $allowed_html;
|
100 |
-
echo wp_kses($redux_builder_amp['amp-translator-footer-text'],$allowed_html) ;
|
101 |
?>
|
102 |
<?php
|
103 |
//24. Added an options button for switching on/off link to non amp page
|
104 |
if($redux_builder_amp['amp-footer-link-non-amp-page']=='1') {
|
105 |
-
if ( $ampforwp_backto_nonamp ) { ?> | <a href="<?php echo $ampforwp_backto_nonamp; ?>" rel="nofollow"><?php echo
|
106 |
} ?>
|
107 |
</p>
|
108 |
<?php global $redux_builder_amp; if( $redux_builder_amp['amp-design-3-credit-link'] ) { ?>
|
3 |
|
4 |
$ampforwp_backto_nonamp = " ";
|
5 |
if ( is_home() ) {
|
6 |
+
$ampforwp_backto_nonamp = trailingslashit(home_url()).'?nonamp=1';
|
7 |
}
|
8 |
if ( is_single() ){
|
9 |
global $post;
|
10 |
+
$ampforwp_backto_nonamp = trailingslashit(get_permalink( $post->ID )).'?nonamp=1';
|
11 |
}
|
12 |
if ( is_page() ){
|
13 |
global $post;
|
14 |
+
$ampforwp_backto_nonamp = trailingslashit(get_permalink( $post->ID )).'?nonamp=1';
|
15 |
}
|
16 |
if( is_archive() ) {
|
17 |
global $wp;
|
18 |
$ampforwp_backto_nonamp = esc_url( untrailingslashit(home_url( $wp->request )).'?nonamp=1' );
|
19 |
+
$ampforwp_backto_nonamp = preg_replace('/\/amp\?nonamp=1/','/?nonamp=1',$ampforwp_backto_nonamp);
|
20 |
}
|
21 |
?>
|
22 |
|
97 |
<p class="rightslink">
|
98 |
<?php
|
99 |
global $allowed_html;
|
100 |
+
echo wp_kses( ampforwp_translation($redux_builder_amp['amp-translator-footer-text'], 'Footer') ,$allowed_html) ;
|
101 |
?>
|
102 |
<?php
|
103 |
//24. Added an options button for switching on/off link to non amp page
|
104 |
if($redux_builder_amp['amp-footer-link-non-amp-page']=='1') {
|
105 |
+
if ( $ampforwp_backto_nonamp ) { ?> | <a href="<?php echo $ampforwp_backto_nonamp; ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-non-amp-page-text'], 'View Non-AMP Version' ) ;?> </a> <?php }
|
106 |
} ?>
|
107 |
</p>
|
108 |
<?php global $redux_builder_amp; if( $redux_builder_amp['amp-design-3-credit-link'] ) { ?>
|
@@ -5,16 +5,19 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
5 |
<!doctype html>
|
6 |
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); ?>>
|
7 |
<head>
|
8 |
-
<meta charset="utf-8"> <?php
|
9 |
-
$
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
11 |
<link rel="canonical" href="<?php
|
12 |
-
|
13 |
-
echo trailingslashit( get_permalink( $ID ) ) . '?page=' . $page ?>"> <?php
|
14 |
} else { ?>
|
15 |
<link rel="canonical" href="<?php
|
16 |
-
|
17 |
-
echo get_permalink( $ID ) ?>"> <?php
|
18 |
} ?>
|
19 |
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
20 |
<?php do_action( 'amp_post_template_head', $this ); ?>
|
@@ -92,7 +95,7 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
92 |
));
|
93 |
if ( $comments ) { ?>
|
94 |
<div class="amp-wp-content comments_list">
|
95 |
-
<h3><?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-view-comments-text'] ?></h3>
|
96 |
<ul>
|
97 |
<?php
|
98 |
$page = (get_query_var('page')) ? get_query_var('page') : 1;
|
@@ -113,8 +116,8 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
113 |
'end_size' => 1,
|
114 |
'mid_size' => 2,
|
115 |
'prev_next' => True,
|
116 |
-
'prev_text' => $redux_builder_amp['amp-translator-previous-text'],
|
117 |
-
'next_text' => $redux_builder_amp['amp-translator-next-text'],
|
118 |
'type' => 'plain'
|
119 |
);
|
120 |
|
@@ -128,16 +131,14 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
128 |
<footer class="comment-meta">
|
129 |
<div class="comment-author vcard">
|
130 |
<?php
|
131 |
-
printf(__('<b class="fn">%s</b> <span class="says">'
|
132 |
</div>
|
133 |
<!-- .comment-author -->
|
134 |
<div class="comment-metadata">
|
135 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) )?>">
|
136 |
-
<?php
|
137 |
-
printf(__('%1$s '.$redux_builder_amp['amp-translator-at-text'].' %2$s'), get_comment_date(), get_comment_time())
|
138 |
-
?>
|
139 |
</a>
|
140 |
-
<?php edit_comment_link(
|
141 |
</div>
|
142 |
<!-- .comment-metadata -->
|
143 |
</footer>
|
@@ -171,14 +172,14 @@ $template = new AMP_Post_Template( $post_id );?>
|
|
171 |
</ul>
|
172 |
</div>
|
173 |
<div class="comment-button-wrapper">
|
174 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
175 |
</div><?php
|
176 |
} else {
|
177 |
if ( !comments_open() ) {
|
178 |
return;
|
179 |
} ?>
|
180 |
<div class="comment-button-wrapper">
|
181 |
-
<a href="<?php echo get_permalink().'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php
|
182 |
</div>
|
183 |
<?php } ?>
|
184 |
</div> <?php
|
5 |
<!doctype html>
|
6 |
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); ?>>
|
7 |
<head>
|
8 |
+
<meta charset="utf-8"> <?php
|
9 |
+
$query_arg_array = $wp->query_vars;
|
10 |
+
$page = '' ;
|
11 |
+
if( array_key_exists( "page" , $query_arg_array ) ) {
|
12 |
+
$page = $wp->query_vars['page'];
|
13 |
+
}
|
14 |
+
|
15 |
+
if ( $page >= '2') { ?>
|
16 |
<link rel="canonical" href="<?php
|
17 |
+
echo trailingslashit( home_url() ) . '?page=' . $page ?>"> <?php
|
|
|
18 |
} else { ?>
|
19 |
<link rel="canonical" href="<?php
|
20 |
+
echo trailingslashit( home_url() ) ?>"> <?php
|
|
|
21 |
} ?>
|
22 |
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
23 |
<?php do_action( 'amp_post_template_head', $this ); ?>
|
95 |
));
|
96 |
if ( $comments ) { ?>
|
97 |
<div class="amp-wp-content comments_list">
|
98 |
+
<h3><?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-view-comments-text'], 'View Comments' ) ?></h3>
|
99 |
<ul>
|
100 |
<?php
|
101 |
$page = (get_query_var('page')) ? get_query_var('page') : 1;
|
116 |
'end_size' => 1,
|
117 |
'mid_size' => 2,
|
118 |
'prev_next' => True,
|
119 |
+
'prev_text' => ampforwp_translation($redux_builder_amp['amp-translator-previous-text'], 'Previous'),
|
120 |
+
'next_text' => ampforwp_translation($redux_builder_amp['amp-translator-next-text'], 'Next'),
|
121 |
'type' => 'plain'
|
122 |
);
|
123 |
|
131 |
<footer class="comment-meta">
|
132 |
<div class="comment-author vcard">
|
133 |
<?php
|
134 |
+
printf(__('<b class="fn">%s</b> <span class="says">'.ampforwp_translation($redux_builder_amp['amp-translator-says-text'],'says').':</span>'), get_comment_author_link()) ?>
|
135 |
</div>
|
136 |
<!-- .comment-author -->
|
137 |
<div class="comment-metadata">
|
138 |
<a href="<?php echo htmlspecialchars( trailingslashit( get_comment_link( $comment->comment_ID ) ) )?>">
|
139 |
+
<?php printf( ampforwp_translation( ('%1$s '. ampforwp_translation($redux_builder_amp['amp-translator-at-text'],'at').' %2$s'), '%1$s at %2$s') , get_comment_date(), get_comment_time())?>
|
|
|
|
|
140 |
</a>
|
141 |
+
<?php edit_comment_link( ampforwp_translation( $redux_builder_amp['amp-translator-Edit-text'], 'Edit' ) ) ?>
|
142 |
</div>
|
143 |
<!-- .comment-metadata -->
|
144 |
</footer>
|
172 |
</ul>
|
173 |
</div>
|
174 |
<div class="comment-button-wrapper">
|
175 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
176 |
</div><?php
|
177 |
} else {
|
178 |
if ( !comments_open() ) {
|
179 |
return;
|
180 |
} ?>
|
181 |
<div class="comment-button-wrapper">
|
182 |
+
<a href="<?php echo trailingslashit( get_permalink() ).'?nonamp=1'.'#commentform' ?>" rel="nofollow"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-leave-a-comment-text'], 'Leave a Comment' ); ?></a>
|
183 |
</div>
|
184 |
<?php } ?>
|
185 |
</div> <?php
|
@@ -6,7 +6,7 @@
|
|
6 |
|
7 |
<?php
|
8 |
if( has_nav_menu( 'amp-menu' ) ) { ?>
|
9 |
-
<div class="navigation_heading"><?php echo
|
10 |
<?php
|
11 |
wp_nav_menu( array(
|
12 |
'theme_location' => 'amp-menu',
|
@@ -91,17 +91,17 @@
|
|
91 |
|
92 |
if( $redux_builder_amp['amp-on-off-support-for-non-amp-home-page'] ) {
|
93 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
94 |
-
$ampforwp_home_url =
|
95 |
$set_rel_to_noamp = true;
|
96 |
} else {
|
97 |
-
$ampforwp_home_url =
|
98 |
}
|
99 |
} else {
|
100 |
if($redux_builder_amp['ampforwp-homepage-on-off-support']) {
|
101 |
-
$ampforwp_home_url = trailingslashit( get_bloginfo('url') ) . AMPFORWP_AMP_QUERY_VAR;
|
102 |
} else {
|
103 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
104 |
-
$ampforwp_home_url =
|
105 |
$set_rel_to_noamp = true;
|
106 |
} else {
|
107 |
$ampforwp_home_url = trailingslashit( get_bloginfo('url') );
|
6 |
|
7 |
<?php
|
8 |
if( has_nav_menu( 'amp-menu' ) ) { ?>
|
9 |
+
<div class="navigation_heading"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-navigate-text'] , 'Navigate' ); ?></div>
|
10 |
<?php
|
11 |
wp_nav_menu( array(
|
12 |
'theme_location' => 'amp-menu',
|
91 |
|
92 |
if( $redux_builder_amp['amp-on-off-support-for-non-amp-home-page'] ) {
|
93 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
94 |
+
$ampforwp_home_url = trailingslashit( get_bloginfo('url') ).'?nonamp=1';
|
95 |
$set_rel_to_noamp = true;
|
96 |
} else {
|
97 |
+
$ampforwp_home_url = trailingslashit( get_bloginfo('url') );
|
98 |
}
|
99 |
} else {
|
100 |
if($redux_builder_amp['ampforwp-homepage-on-off-support']) {
|
101 |
+
$ampforwp_home_url = trailingslashit( trailingslashit( get_bloginfo('url') ) . AMPFORWP_AMP_QUERY_VAR );
|
102 |
} else {
|
103 |
if( $redux_builder_amp['amp-mobile-redirection'] ) {
|
104 |
+
$ampforwp_home_url = trailingslashit( get_bloginfo('url') ).'?nonamp=1';
|
105 |
$set_rel_to_noamp = true;
|
106 |
} else {
|
107 |
$ampforwp_home_url = trailingslashit( get_bloginfo('url') );
|
@@ -81,7 +81,7 @@ if ( get_query_var( 'paged' ) ) {
|
|
81 |
<?php } ?>
|
82 |
<a href="<?php echo trailingslashit( trailingslashit( get_the_permalink() ) . AMPFORWP_AMP_QUERY_VAR ); ?>">
|
83 |
<div class="featured_title">
|
84 |
-
<div class="featured_time"><?php global $redux_builder_amp; echo human_time_diff( get_the_time('U'), current_time('timestamp') ) .' '. $redux_builder_amp['amp-translator-ago-date-text']; ?></div>
|
85 |
<h1><?php the_title() ?></h1>
|
86 |
</div>
|
87 |
</a>
|
@@ -97,15 +97,19 @@ if ( get_query_var( 'paged' ) ) {
|
|
97 |
<?php
|
98 |
|
99 |
$exclude_ids = get_option('ampforwp_exclude_post');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
'post__not_in' => $exclude_ids,
|
106 |
-
'has_password' => false,
|
107 |
-
'post_status'=> 'publish'
|
108 |
-
) ); ?>
|
109 |
|
110 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
111 |
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ; ?>
|
@@ -146,7 +150,7 @@ if ( get_query_var( 'paged' ) ) {
|
|
146 |
}
|
147 |
?>
|
148 |
<p><?php echo wp_trim_words( strip_shortcodes( $content ) , '15' ); ?></p>
|
149 |
-
<div class="featured_time"><?php global $redux_builder_amp ; echo human_time_diff( get_the_time('U'), current_time('timestamp') ) .' '. $redux_builder_amp['amp-translator-ago-date-text']; ?></div>
|
150 |
|
151 |
</div>
|
152 |
<div class="cb"></div>
|
@@ -157,9 +161,9 @@ if ( get_query_var( 'paged' ) ) {
|
|
157 |
<div class="amp-wp-content pagination-holder">
|
158 |
|
159 |
<div id="pagination">
|
160 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-show-more-posts-text'] , 0 ) ?></div>
|
161 |
<?php if ( $paged > 1 ) { ?>
|
162 |
-
<div class="prev"><?php previous_posts_link( $redux_builder_amp['amp-translator-show-previous-posts-text'] ); ?></div>
|
163 |
<?php } ?>
|
164 |
<div class="clearfix"></div>
|
165 |
</div>
|
81 |
<?php } ?>
|
82 |
<a href="<?php echo trailingslashit( trailingslashit( get_the_permalink() ) . AMPFORWP_AMP_QUERY_VAR ); ?>">
|
83 |
<div class="featured_title">
|
84 |
+
<div class="featured_time"><?php global $redux_builder_amp; echo human_time_diff( get_the_time('U'), current_time('timestamp') ) .' '. ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ); ?></div>
|
85 |
<h1><?php the_title() ?></h1>
|
86 |
</div>
|
87 |
</a>
|
97 |
<?php
|
98 |
|
99 |
$exclude_ids = get_option('ampforwp_exclude_post');
|
100 |
+
$args_new = array(
|
101 |
+
'post_type' => 'post',
|
102 |
+
'orderby' => 'date',
|
103 |
+
'paged' => esc_attr($paged),
|
104 |
+
'post__not_in' => $exclude_ids,
|
105 |
+
'has_password' => false,
|
106 |
+
'post_status'=> 'publish'
|
107 |
+
);
|
108 |
|
109 |
+
$filtered_args = apply_filters('ampforwp_query_args', $args_new);
|
110 |
+
|
111 |
+
|
112 |
+
$q = new WP_Query( $filtered_args ); ?>
|
|
|
|
|
|
|
|
|
113 |
|
114 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
115 |
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ; ?>
|
150 |
}
|
151 |
?>
|
152 |
<p><?php echo wp_trim_words( strip_shortcodes( $content ) , '15' ); ?></p>
|
153 |
+
<div class="featured_time"><?php global $redux_builder_amp ; echo human_time_diff( get_the_time('U'), current_time('timestamp') ) .' '. ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ); ?></div>
|
154 |
|
155 |
</div>
|
156 |
<div class="cb"></div>
|
161 |
<div class="amp-wp-content pagination-holder">
|
162 |
|
163 |
<div id="pagination">
|
164 |
+
<div class="next"><?php next_posts_link( ampforwp_translation( $redux_builder_amp['amp-translator-show-more-posts-text'] , 'Show more Posts'), 0 ) ?></div>
|
165 |
<?php if ( $paged > 1 ) { ?>
|
166 |
+
<div class="prev"><?php previous_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-show-previous-posts-text'], 'Show previous Posts') ); ?></div>
|
167 |
<?php } ?>
|
168 |
<div class="clearfix"></div>
|
169 |
</div>
|
@@ -56,7 +56,7 @@
|
|
56 |
|
57 |
|
58 |
<?php global $redux_builder_amp; ?>
|
59 |
-
<h3 class="amp-wp-content page-title"><?php echo $redux_builder_amp['amp-translator-search-text'] . ' ' . get_search_query();?> </h3>
|
60 |
|
61 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
62 |
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ; ?>
|
@@ -88,7 +88,7 @@
|
|
88 |
}
|
89 |
?>
|
90 |
<p><?php echo wp_trim_words( strip_shortcodes( $content ) , '15' ); ?></p>
|
91 |
-
<div class="featured_time"><?php global $redux_builder_amp; echo human_time_diff( get_the_time('U'), current_time('timestamp') ) .' '. $redux_builder_amp['amp-translator-ago-date-text']; ?></div>
|
92 |
|
93 |
</div>
|
94 |
<div class="cb"></div>
|
@@ -100,16 +100,16 @@
|
|
100 |
|
101 |
|
102 |
<div id="pagination">
|
103 |
-
<div class="next"><?php next_posts_link( $redux_builder_amp['amp-translator-show-more-posts-text'] , 0 ) ?></div>
|
104 |
<?php if ( $paged > 1 ) { ?>
|
105 |
-
<div class="prev"><?php previous_posts_link( $redux_builder_amp['amp-translator-show-previous-posts-text'] ); ?></div>
|
106 |
<?php } ?>
|
107 |
<div class="clearfix"></div>
|
108 |
</div>
|
109 |
</div>
|
110 |
<?php else : ?>
|
111 |
<div class="amp-wp-content">
|
112 |
-
<?php echo $redux_builder_amp['amp-translator-search-no-found']; ?>
|
113 |
</div>
|
114 |
|
115 |
<?php endif; ?>
|
56 |
|
57 |
|
58 |
<?php global $redux_builder_amp; ?>
|
59 |
+
<h3 class="amp-wp-content page-title"><?php echo ampforwp_translation( $redux_builder_amp['amp-translator-search-text'], 'You searched for:') . ' ' . get_search_query();?> </h3>
|
60 |
|
61 |
<?php if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
|
62 |
$ampforwp_amp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ; ?>
|
88 |
}
|
89 |
?>
|
90 |
<p><?php echo wp_trim_words( strip_shortcodes( $content ) , '15' ); ?></p>
|
91 |
+
<div class="featured_time"><?php global $redux_builder_amp; echo human_time_diff( get_the_time('U'), current_time('timestamp') ) .' '. ampforwp_translation( $redux_builder_amp['amp-translator-ago-date-text'],'ago' ); ?></div>
|
92 |
|
93 |
</div>
|
94 |
<div class="cb"></div>
|
100 |
|
101 |
|
102 |
<div id="pagination">
|
103 |
+
<div class="next"><?php next_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-show-more-posts-text'] , 'Show more Posts'), 0 ) ?></div>
|
104 |
<?php if ( $paged > 1 ) { ?>
|
105 |
+
<div class="prev"><?php previous_posts_link( ampforwp_translation($redux_builder_amp['amp-translator-show-previous-posts-text'], 'Show previous Posts' ) ); ?></div>
|
106 |
<?php } ?>
|
107 |
<div class="clearfix"></div>
|
108 |
</div>
|
109 |
</div>
|
110 |
<?php else : ?>
|
111 |
<div class="amp-wp-content">
|
112 |
+
<?php echo ampforwp_translation($redux_builder_amp['amp-translator-search-no-found'], 'It seems we can\'t find what you\'re looking for. '); ?>
|
113 |
</div>
|
114 |
|
115 |
<?php endif; ?>
|
@@ -116,7 +116,7 @@ h1.amp-wp-title{ margin: 0; color: #333333; font-size: 48px; line-height: 58px;
|
|
116 |
.single-post .amp_author_area .amp_author_area_wrapper{ display: inline-block; width: 100%; line-height: 1.4; margin-top: 22px; font-size: 16px; color:#333; font-family: sans-serif; }
|
117 |
.single-post .amp_author_area amp-img{ margin: 0; float: left; margin-right: 12px; border-radius: 60px; }
|
118 |
.amp-wp-article-tags .ampforwp-tax-tag, .amp-wp-article-tags .ampforwp-tax-tag a{ font-size: 12px; color: #555; font-family: sans-serif; margin: 20px 0 0 0; }
|
119 |
-
.amp-wp-article-tags span{ background: #
|
120 |
.ampforwp-social-icons{ margin-bottom: 28px; margin-top: 25px; height: 40px; }
|
121 |
.ampforwp-social-icons amp-social-share{ border-radius:60px; background-size:22px; margin-right:6px; }
|
122 |
.ampforwp-social-icons-wrapper .whatsapp-share-icon{ padding: 11px 12px 9px 12px; top: -13px; position: relative; line-height:1; height: 20px; border-radius: 60px; }
|
@@ -143,7 +143,7 @@ main .amp-wp-content.relatedpost{ background: none; box-shadow: none; padding:0p
|
|
143 |
.related_posts ol li amp-img{ width:100px; float:left; margin-right:15px }
|
144 |
.related_posts ol li p{ font-size: 12px; color: #999; line-height: 1.2; margin: 12px 0 0 0; }
|
145 |
.no_related_thumbnail{ padding: 15px 18px; }
|
146 |
-
.no_related_thumbnail .related_link{ margin: 16px 18px 20px 19px; }
|
147 |
/* Comments */
|
148 |
.page-numbers{ padding: 9px 10px; background: #fff; font-size: 14px; }
|
149 |
.comment-body .comment-content{ font-family:'PT Serif', serif; margin-top: 2px; }
|
@@ -160,6 +160,7 @@ main .amp-wp-content.comments_list{ background: none; box-shadow: none; padding:
|
|
160 |
.comment-metadata a{ color:#888 }
|
161 |
.comments_list li li{ margin: 20px 20px 10px 20px; background: #f7f7f7; box-shadow: none; border: 1px solid #eee; }
|
162 |
.comments_list li li li{ margin:20px 20px 10px 20px }
|
|
|
163 |
/* ADS */
|
164 |
.amp_ad_1{ margin-top: 15px; margin-bottom: 10px; }
|
165 |
.single-post .amp_ad_1{ margin-bottom: -15px; }
|
@@ -270,7 +271,7 @@ table tr:hover td { background: #f2f2f2; background: -webkit-gradient(linear, le
|
|
270 |
.single-post .amp-wp-article-content amp-img{ margin:0 -17px 17px -17px }
|
271 |
}
|
272 |
@media screen and (max-width: 1033px){
|
273 |
-
.single-post figcaption{ margin: -17px 17px 17px -17px }
|
274 |
}
|
275 |
@media screen and (max-width: 768px){ .amp-wp-meta{ margin:10px 0px 15px 0px } .home-post_image{ width: 40%; } .amp-loop-list .amp-wp-post-content{ width: 58%; } .amp-loop-list .featured_time{line-height:1} .single-post main .amp-wp-content h1{ line-height:1.4; font-size: 30px;} }
|
276 |
@media screen and (max-width: 600px){ .amp-loop-list .amp-wp-tags{display:none} }
|
@@ -301,7 +302,7 @@ main .amp-wp-content{ direction: rtl; }
|
|
301 |
.single-post .amp_author_area amp-img{ float: right; margin-left: 12px; }
|
302 |
.amp-wp-article, .footer_wrapper container{ direction: rtl; }
|
303 |
.single-post .post-pagination-meta span{ float: right; }
|
304 |
-
.amp-wp-article-tags span{ background: #
|
305 |
.amp_author_area_wrapper strong{ float: right; }
|
306 |
|
307 |
/* RTL End */
|
@@ -319,7 +320,7 @@ amp-user-notification button { background-color: <?php echo $redux_builder_amp[
|
|
319 |
.single-post amp-img.alignleft, amp-anim.alignleft{ margin-right: 15px; margin-bottom:5px; float: left;}
|
320 |
.single-post amp-img.alignright, amp-anim.alignright{ float:right; margin-left: 15px; margin-bottom:5px;}
|
321 |
.single-post amp-img.aligncenter, amp-anim.aligncenter{ text-align:center; margin: 0 auto; max-width:100%}
|
322 |
-
.amp-wp-author:before{ content: " <?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-published-by'];?> ";}
|
323 |
.ampforwp-tax-category span:last-child:after { content: ' ';}
|
324 |
.ampforwp-tax-category span:after{ content: ', ';}
|
325 |
.amp-wp-article-content img { max-width: 100%;}
|
@@ -391,4 +392,4 @@ if ( class_exists('TablePress') ) { ?>
|
|
391 |
<?php } ?>
|
392 |
p.wp-caption-text{ text-align: center }
|
393 |
|
394 |
-
<?php echo $redux_builder_amp['css_editor']; } ?>
|
116 |
.single-post .amp_author_area .amp_author_area_wrapper{ display: inline-block; width: 100%; line-height: 1.4; margin-top: 22px; font-size: 16px; color:#333; font-family: sans-serif; }
|
117 |
.single-post .amp_author_area amp-img{ margin: 0; float: left; margin-right: 12px; border-radius: 60px; }
|
118 |
.amp-wp-article-tags .ampforwp-tax-tag, .amp-wp-article-tags .ampforwp-tax-tag a{ font-size: 12px; color: #555; font-family: sans-serif; margin: 20px 0 0 0; }
|
119 |
+
.amp-wp-article-tags span{ background: #eee; margin-right: 10px; padding: 5px 12px 5px 12px; border-radius: 3px; }
|
120 |
.ampforwp-social-icons{ margin-bottom: 28px; margin-top: 25px; height: 40px; }
|
121 |
.ampforwp-social-icons amp-social-share{ border-radius:60px; background-size:22px; margin-right:6px; }
|
122 |
.ampforwp-social-icons-wrapper .whatsapp-share-icon{ padding: 11px 12px 9px 12px; top: -13px; position: relative; line-height:1; height: 20px; border-radius: 60px; }
|
143 |
.related_posts ol li amp-img{ width:100px; float:left; margin-right:15px }
|
144 |
.related_posts ol li p{ font-size: 12px; color: #999; line-height: 1.2; margin: 12px 0 0 0; }
|
145 |
.no_related_thumbnail{ padding: 15px 18px; }
|
146 |
+
.no_related_thumbnail .related_link{ margin: 16px 18px 20px 19px; } .ampforwp_single_excerpt{ margin-bottom: 15px; }
|
147 |
/* Comments */
|
148 |
.page-numbers{ padding: 9px 10px; background: #fff; font-size: 14px; }
|
149 |
.comment-body .comment-content{ font-family:'PT Serif', serif; margin-top: 2px; }
|
160 |
.comment-metadata a{ color:#888 }
|
161 |
.comments_list li li{ margin: 20px 20px 10px 20px; background: #f7f7f7; box-shadow: none; border: 1px solid #eee; }
|
162 |
.comments_list li li li{ margin:20px 20px 10px 20px }
|
163 |
+
.comment-content amp-img{max-width: 300px;}
|
164 |
/* ADS */
|
165 |
.amp_ad_1{ margin-top: 15px; margin-bottom: 10px; }
|
166 |
.single-post .amp_ad_1{ margin-bottom: -15px; }
|
271 |
.single-post .amp-wp-article-content amp-img{ margin:0 -17px 17px -17px }
|
272 |
}
|
273 |
@media screen and (max-width: 1033px){
|
274 |
+
.single-post figcaption{ margin: -17px 17px 17px -17px }
|
275 |
}
|
276 |
@media screen and (max-width: 768px){ .amp-wp-meta{ margin:10px 0px 15px 0px } .home-post_image{ width: 40%; } .amp-loop-list .amp-wp-post-content{ width: 58%; } .amp-loop-list .featured_time{line-height:1} .single-post main .amp-wp-content h1{ line-height:1.4; font-size: 30px;} }
|
277 |
@media screen and (max-width: 600px){ .amp-loop-list .amp-wp-tags{display:none} }
|
302 |
.single-post .amp_author_area amp-img{ float: right; margin-left: 12px; }
|
303 |
.amp-wp-article, .footer_wrapper container{ direction: rtl; }
|
304 |
.single-post .post-pagination-meta span{ float: right; }
|
305 |
+
.amp-wp-article-tags span{ background: #eee; margin-right: 10px; padding: 5px 12px 5px 12px; border-radius: 3px; display: inline-block; margin: 5px; }
|
306 |
.amp_author_area_wrapper strong{ float: right; }
|
307 |
|
308 |
/* RTL End */
|
320 |
.single-post amp-img.alignleft, amp-anim.alignleft{ margin-right: 15px; margin-bottom:5px; float: left;}
|
321 |
.single-post amp-img.alignright, amp-anim.alignright{ float:right; margin-left: 15px; margin-bottom:5px;}
|
322 |
.single-post amp-img.aligncenter, amp-anim.aligncenter{ text-align:center; margin: 0 auto; max-width:100%}
|
323 |
+
.amp-wp-author:before{ content: " <?php global $redux_builder_amp; echo ampforwp_translation($redux_builder_amp['amp-translator-published-by'], 'Published by' );?> ";}
|
324 |
.ampforwp-tax-category span:last-child:after { content: ' ';}
|
325 |
.ampforwp-tax-category span:after{ content: ', ';}
|
326 |
.amp-wp-article-content img { max-width: 100%;}
|
392 |
<?php } ?>
|
393 |
p.wp-caption-text{ text-align: center }
|
394 |
|
395 |
+
<?php echo $redux_builder_amp['css_editor']; } ?>
|
@@ -65,6 +65,8 @@
|
|
65 |
53. Adding the Markup for AMP Woocommerce latest Products
|
66 |
54. Change the default values of post meta for AMP pages.
|
67 |
55. Call Now Button Feature added
|
|
|
|
|
68 |
*/
|
69 |
// Adding AMP-related things to the main theme
|
70 |
global $redux_builder_amp;
|
@@ -75,7 +77,8 @@
|
|
75 |
require 'customizer/customizer.php';
|
76 |
// Custom AMP Content
|
77 |
require 'custom-amp-content.php';
|
78 |
-
|
|
|
79 |
//0.
|
80 |
|
81 |
define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comments'] );
|
@@ -120,11 +123,15 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
120 |
if( is_page() && !$redux_builder_amp['amp-on-off-for-all-pages'] ) {
|
121 |
return;
|
122 |
}
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
128 |
}
|
129 |
|
130 |
if ( is_home() || is_front_page() || is_archive() ){
|
@@ -138,7 +145,7 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
138 |
|
139 |
global $post;
|
140 |
$ampforwp_amp_post_on_off_meta = get_post_meta( get_the_ID(),'ampforwp-amp-on-off',true);
|
141 |
-
if( $ampforwp_amp_post_on_off_meta === 'hide-amp' ) {
|
142 |
//dont Echo anything
|
143 |
} else {
|
144 |
$supported_types = array('post','page');
|
@@ -162,29 +169,34 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
162 |
$type = get_post_type();
|
163 |
$supported_amp_post_types = in_array( $type , $supported_types );
|
164 |
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
}
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
$inserted = array(AMPFORWP_AMP_QUERY_VAR);
|
175 |
-
array_splice( $explode_path, -2, 0, $inserted );
|
176 |
-
$impode_url = implode('/', $explode_path);
|
177 |
-
|
178 |
-
$amp_url = $new_url . $impode_url ;
|
179 |
}
|
180 |
|
181 |
-
|
182 |
-
$current_search_url =trailingslashit(get_home_url())."?amp=1&s=".get_search_query();
|
183 |
-
if ( $wp->query_vars['paged'] >= '2' ) {
|
184 |
-
$current_search_url =trailingslashit(get_home_url()) . $wp->request .'/'."?amp=1&s=".get_search_query();
|
185 |
-
}
|
186 |
-
$amp_url = untrailingslashit($current_search_url);
|
187 |
-
}
|
188 |
|
189 |
if( $supported_amp_post_types) {
|
190 |
printf( '<link rel="amphtml" href="%s" />', esc_url( $amp_url ) );
|
@@ -422,11 +434,7 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
422 |
}
|
423 |
|
424 |
// Above Footer Global
|
425 |
-
add_action('amp_post_template_footer','ampforwp_footer_advert',8);
|
426 |
add_action('amp_post_template_above_footer','ampforwp_footer_advert',10);
|
427 |
-
if ( $redux_builder_amp['amp-design-selector'] == 3) {
|
428 |
-
remove_action('amp_post_template_footer','ampforwp_footer_advert',8);
|
429 |
-
}
|
430 |
|
431 |
function ampforwp_footer_advert() {
|
432 |
global $redux_builder_amp;
|
@@ -510,7 +518,8 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
510 |
|
511 |
// Below Content Single
|
512 |
add_action('ampforwp_after_post_content','ampforwp_after_post_content_advert');
|
513 |
-
|
|
|
514 |
function ampforwp_after_post_content_advert() {
|
515 |
global $redux_builder_amp;
|
516 |
|
@@ -549,6 +558,94 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
549 |
}
|
550 |
}
|
551 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
552 |
// 10. Analytics Area
|
553 |
add_action('amp_post_template_footer','ampforwp_analytics',11);
|
554 |
function ampforwp_analytics() {
|
@@ -722,11 +819,12 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
722 |
add_filter( 'amp_post_template_metadata', 'ampforwp_update_metadata', 10, 2 );
|
723 |
function ampforwp_update_metadata( $metadata, $post ) {
|
724 |
global $redux_builder_amp;
|
|
|
|
|
725 |
|
726 |
if (! empty( $redux_builder_amp['opt-media']['url'] ) ) {
|
727 |
$structured_data_main_logo = $redux_builder_amp['opt-media']['url'];
|
728 |
}
|
729 |
-
|
730 |
if (! empty( $redux_builder_amp['amp-structured-data-logo']['url'] ) ) {
|
731 |
$structured_data_logo = $redux_builder_amp['amp-structured-data-logo']['url'];
|
732 |
}
|
@@ -781,6 +879,7 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
781 |
$post_image_id = get_post_thumbnail_id( $post_id );
|
782 |
$structured_data_image = wp_get_attachment_image_src( $post_image_id, 'full' );
|
783 |
$post_image_check = $structured_data_image;
|
|
|
784 |
|
785 |
if ( $post_image_check == false) {
|
786 |
if (! empty( $redux_builder_amp['amp-structured-data-placeholder-image']['url'] ) ) {
|
@@ -824,9 +923,12 @@ define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comm
|
|
824 |
$metadata['headline'] = $structured_data_archive_title;
|
825 |
}
|
826 |
|
827 |
-
if (
|
828 |
-
|
829 |
-
|
|
|
|
|
|
|
830 |
|
831 |
return $metadata;
|
832 |
}
|
@@ -850,16 +952,16 @@ function ampforwp_title_custom_meta() {
|
|
850 |
|
851 |
foreach ( $post_types as $post_type ) {
|
852 |
|
853 |
-
if( $post_type == 'amp-cta' ) {
|
854 |
continue;
|
855 |
}
|
856 |
|
857 |
if( $post_type !== 'page' ) {
|
858 |
-
add_meta_box( 'ampforwp_title_meta', __( 'Show AMP for Current Page?' ), 'ampforwp_title_callback', $post_type,'side' );
|
859 |
}
|
860 |
|
861 |
if( $redux_builder_amp['amp-on-off-for-all-pages'] && $post_type == 'page' ) {
|
862 |
-
add_meta_box( 'ampforwp_title_meta', __( 'Show AMP for Current Page?' ), 'ampforwp_title_callback','page','side' );
|
863 |
}
|
864 |
|
865 |
}
|
@@ -1083,7 +1185,7 @@ function ampforwp_sticky_social_icons(){
|
|
1083 |
width="50"
|
1084 |
height="28"
|
1085 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
1086 |
-
data-param-text="<?php echo $data_param_data ?>
|
1087 |
></amp-social-share>
|
1088 |
<?php } ?>
|
1089 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
@@ -1173,7 +1275,8 @@ function ampforwp_add_proper_post_meta(){
|
|
1173 |
|
1174 |
add_filter('wpseo_opengraph_url', 'custom_og_url_homepage');
|
1175 |
|
1176 |
-
|
|
|
1177 |
add_filter('wpseo_opengraph_image', 'custom_og_image_homepage');
|
1178 |
} else {
|
1179 |
add_action( 'amp_post_template_head', 'ampforwp_custom_yoast_meta' );
|
@@ -1199,89 +1302,69 @@ function custom_og_image_homepage() {
|
|
1199 |
}
|
1200 |
|
1201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1202 |
//26. Extending Title Tagand De-Hooking the Standard one from AMP
|
1203 |
-
add_action('amp_post_template_include_single','ampforwp_remove_title_tags');
|
1204 |
-
function ampforwp_remove_title_tags(){
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
function ampforwp_add_custom_title_tag(){
|
1209 |
-
global $redux_builder_amp; ?>
|
1210 |
-
<title> <?php
|
1211 |
-
|
1212 |
-
// title for a single post and single page
|
1213 |
-
if( is_single() || is_page() ){
|
1214 |
-
global $post;
|
1215 |
-
$title = $post->post_title;
|
1216 |
-
$site_title = $title . ' | ' . get_option( 'blogname' ) ;
|
1217 |
-
}
|
1218 |
-
|
1219 |
-
// title for archive pages
|
1220 |
-
if ( is_archive() && $redux_builder_amp['ampforwp-archive-support'] ) {
|
1221 |
-
$site_title = strip_tags(get_the_archive_title( '' )) . ' | ' . strip_tags(get_the_archive_description( '' ));
|
1222 |
-
}
|
1223 |
|
1224 |
-
|
1225 |
-
|
1226 |
-
if ( $redux_builder_amp['amp-frontpage-select-option']== 1) {
|
1227 |
-
$ID = $redux_builder_amp['amp-frontpage-select-option-pages'];
|
1228 |
-
$site_title = get_the_title( $ID ) . ' | ' . get_option('blogname');
|
1229 |
-
} else {
|
1230 |
-
global $wp;
|
1231 |
-
$current_archive_url = home_url( $wp->request );
|
1232 |
-
$current_url_in_pieces = explode('/',$current_archive_url);
|
1233 |
-
$cnt = count($current_url_in_pieces);
|
1234 |
-
if( is_numeric( $current_url_in_pieces[ $cnt-1 ] ) ) {
|
1235 |
-
$site_title .= ' | Page '.$current_url_in_pieces[$cnt-1];
|
1236 |
-
}
|
1237 |
-
}
|
1238 |
-
}
|
1239 |
|
1240 |
-
|
1241 |
-
|
1242 |
-
}
|
1243 |
|
1244 |
-
|
1245 |
-
|
1246 |
-
$title = $front->title( $site_title );
|
1247 |
|
1248 |
-
|
1249 |
-
|
|
|
|
|
|
|
|
|
|
|
1250 |
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
}
|
1258 |
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
if ( $custom_fp_title ) {
|
1272 |
-
$title = $custom_fp_title;
|
1273 |
-
} else {
|
1274 |
-
$title = get_the_title($post_id) .' '. $seperator .' '. $site_title ;
|
1275 |
-
}
|
1276 |
-
}
|
1277 |
-
}
|
1278 |
|
1279 |
-
|
1280 |
-
|
1281 |
-
echo $site_title;
|
1282 |
-
} ?>
|
1283 |
-
</title> <?php
|
1284 |
-
}
|
1285 |
}
|
1286 |
|
1287 |
// 27. Clean the Defer issue
|
@@ -1480,7 +1563,7 @@ function ampforwp_add_disqus_support() {
|
|
1480 |
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
1481 |
frameborder="0"
|
1482 |
src="<?php echo $disqus_url ?>" >
|
1483 |
-
<div overflow tabindex="0" role="button" aria-label="Read more"
|
1484 |
</amp-iframe>
|
1485 |
</section>
|
1486 |
<?php
|
@@ -1536,9 +1619,9 @@ add_filter( 'get_the_archive_title', 'ampforwp_editable_archvies_title' );
|
|
1536 |
function ampforwp_editable_archvies_title($title) {
|
1537 |
global $redux_builder_amp;
|
1538 |
if ( is_category() ) {
|
1539 |
-
$title = single_cat_title( $redux_builder_amp['amp-translator-archive-cat-text'].' ', false );
|
1540 |
} elseif ( is_tag() ) {
|
1541 |
-
$title = single_tag_title( $redux_builder_amp['amp-translator-archive-tag-text'].' ', false );
|
1542 |
}
|
1543 |
return $title;
|
1544 |
}
|
@@ -1609,9 +1692,12 @@ function ampforwp_talking_to_robots() {
|
|
1609 |
}
|
1610 |
}
|
1611 |
|
1612 |
-
$
|
1613 |
-
if (
|
1614 |
-
$
|
|
|
|
|
|
|
1615 |
}
|
1616 |
|
1617 |
if( $talk_to_robots ) {
|
@@ -1703,9 +1789,11 @@ function ampforwp_search_or_homepage_or_staticpage_metadata( $metadata, $post )
|
|
1703 |
} else {
|
1704 |
$current_url = trailingslashit(get_home_url())."?s=".get_search_query();
|
1705 |
$current_url = untrailingslashit( $current_url );
|
1706 |
-
$headline =
|
1707 |
}
|
1708 |
|
|
|
|
|
1709 |
// placeholder Image area
|
1710 |
if (! empty( $redux_builder_amp['amp-structured-data-placeholder-image']['url'] ) ) {
|
1711 |
$structured_data_image_url = $redux_builder_amp['amp-structured-data-placeholder-image']['url'];
|
@@ -1897,10 +1985,17 @@ Examples:
|
|
1897 |
return;
|
1898 |
}
|
1899 |
|
1900 |
-
$atts
|
1901 |
-
|
1902 |
-
|
1903 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1904 |
|
1905 |
$exclude_ids = get_option('ampforwp_exclude_post');
|
1906 |
$number_of_latest_prcts = $atts['num'] ;
|
@@ -1908,14 +2003,13 @@ Examples:
|
|
1908 |
$q = new WP_Query( array(
|
1909 |
'post_type' => 'product',
|
1910 |
'orderby' => 'date',
|
1911 |
-
'paged' => esc_attr($paged),
|
1912 |
'post__not_in' => $exclude_ids,
|
1913 |
'has_password' => false,
|
1914 |
'post_status'=> 'publish',
|
1915 |
'posts_per_page' => $number_of_latest_prcts
|
1916 |
) );
|
1917 |
|
1918 |
-
if ( $q->have_posts() ) : $content
|
1919 |
while ( $q->have_posts() ) : $q->the_post();
|
1920 |
global $post;
|
1921 |
global $product;
|
@@ -1954,12 +2048,12 @@ Examples:
|
|
1954 |
$rating = $product->get_average_rating();
|
1955 |
if ( get_option( 'woocommerce_enable_review_rating' ) === 'yes' && $rating_count ) {
|
1956 |
$content .= '<div class="ampforwp_wc_star_rating" class="star-rating" title="Rated '.$rating.' out of 5' . '">';
|
1957 |
-
$content .= '<span class="ampforwp_wc_star_rating_text" ><strong>'.$rating.'</strong>'.' out of 5 </span>';
|
1958 |
$content .= '</div>';
|
1959 |
}
|
1960 |
|
1961 |
}
|
1962 |
-
|
1963 |
<?php endwhile; $content .= '</ul>'; ?>
|
1964 |
<?php endif; ?>
|
1965 |
<?php wp_reset_postdata();
|
@@ -1980,12 +2074,15 @@ Examples:
|
|
1980 |
// Adding the styling for AMP Woocommerce latest Products
|
1981 |
add_action('amp_post_template_css','amp_latest_products_styling',PHP_INT_MAX);
|
1982 |
function amp_latest_products_styling() { ?>
|
1983 |
-
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
|
1988 |
-
|
|
|
|
|
|
|
1989 |
|
1990 |
// 54. Change the default values of post meta for AMP pages. #746
|
1991 |
add_action('admin_head','ampforwp_change_default_amp_page_meta');
|
@@ -2019,15 +2116,15 @@ function ampforwp_change_default_amp_page_meta() {
|
|
2019 |
// Adding the meta="description" from yoast or from the content
|
2020 |
add_action('amp_post_template_head','ampforwp_meta_description');
|
2021 |
function ampforwp_meta_description() {
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
|
2026 |
-
|
2027 |
-
|
2028 |
-
|
2029 |
-
|
2030 |
-
|
2031 |
if ( class_exists('WPSEO_Frontend') ) {
|
2032 |
// general Description of everywhere
|
2033 |
$front = WPSEO_Frontend::get_instance();
|
@@ -2044,7 +2141,7 @@ function ampforwp_meta_description() {
|
|
2044 |
}
|
2045 |
// for search
|
2046 |
if( is_search() ) {
|
2047 |
-
$desc = addslashes( $redux_builder_amp['amp-translator-search-text'] . ' ' . get_search_query() );
|
2048 |
}
|
2049 |
} else {
|
2050 |
if( is_home() ) {
|
@@ -2068,7 +2165,7 @@ function ampforwp_meta_description() {
|
|
2068 |
}
|
2069 |
|
2070 |
if( is_search() ) {
|
2071 |
-
$desc = addslashes( $redux_builder_amp['amp-translator-search-text'] . ' ' . get_search_query() );
|
2072 |
}
|
2073 |
|
2074 |
if( is_home() && $redux_builder_amp['amp-frontpage-select-option'] ) {
|
@@ -2085,12 +2182,46 @@ function ampforwp_meta_description() {
|
|
2085 |
echo '<meta name="description" content="'. $desc .'"/>';
|
2086 |
}
|
2087 |
}
|
2088 |
-
|
|
|
2089 |
add_action('ampforwp_call_button','ampforwp_call_button_html_output');
|
2090 |
function ampforwp_call_button_html_output(){
|
2091 |
-
global $redux_builder_amp;
|
2092 |
-
if ($redux_builder_amp['ampforwp-callnow-button']) {
|
2093 |
-
|
2094 |
-
<
|
2095 |
-
<?php
|
2096 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
53. Adding the Markup for AMP Woocommerce latest Products
|
66 |
54. Change the default values of post meta for AMP pages.
|
67 |
55. Call Now Button Feature added
|
68 |
+
56. Multi Translation Feature #540
|
69 |
+
57. Adding Updated date at in the Content
|
70 |
*/
|
71 |
// Adding AMP-related things to the main theme
|
72 |
global $redux_builder_amp;
|
77 |
require 'customizer/customizer.php';
|
78 |
// Custom AMP Content
|
79 |
require 'custom-amp-content.php';
|
80 |
+
// Custom AMPFORWP Sanitizers
|
81 |
+
require 'custom-sanitizer.php';
|
82 |
//0.
|
83 |
|
84 |
define('AMPFORWP_COMMENTS_PER_PAGE', $redux_builder_amp['ampforwp-number-of-comments'] );
|
123 |
if( is_page() && !$redux_builder_amp['amp-on-off-for-all-pages'] ) {
|
124 |
return;
|
125 |
}
|
126 |
+
|
127 |
+
$query_arg_array = $wp->query_vars;
|
128 |
+
if( in_array( "cpage" , $query_arg_array ) ) {
|
129 |
+
if( is_front_page() && $wp->query_vars['cpage'] >= '2' ) {
|
130 |
+
return;
|
131 |
+
}
|
132 |
+
if( is_singular() && $wp->query_vars['cpage'] >= '2' ) {
|
133 |
+
return;
|
134 |
+
}
|
135 |
}
|
136 |
|
137 |
if ( is_home() || is_front_page() || is_archive() ){
|
145 |
|
146 |
global $post;
|
147 |
$ampforwp_amp_post_on_off_meta = get_post_meta( get_the_ID(),'ampforwp-amp-on-off',true);
|
148 |
+
if( is_singular() && $ampforwp_amp_post_on_off_meta === 'hide-amp' ) {
|
149 |
//dont Echo anything
|
150 |
} else {
|
151 |
$supported_types = array('post','page');
|
169 |
$type = get_post_type();
|
170 |
$supported_amp_post_types = in_array( $type , $supported_types );
|
171 |
|
172 |
+
$query_arg_array = $wp->query_vars;
|
173 |
+
if( array_key_exists( 'paged' , $query_arg_array ) ) {
|
174 |
+
if ( is_home() && $wp->query_vars['paged'] >= '2' ) {
|
175 |
+
$new_url = home_url('/');
|
176 |
+
$new_url = $new_url . AMPFORWP_AMP_QUERY_VAR . '/' . $wp->request ;
|
177 |
+
$amp_url = $new_url ;
|
178 |
+
}
|
179 |
+
if ( is_archive() && $wp->query_vars['paged'] >= '2' ) {
|
180 |
+
$new_url = home_url('/');
|
181 |
+
$category_path = $wp->request;
|
182 |
+
$explode_path = explode("/",$category_path);
|
183 |
+
$inserted = array(AMPFORWP_AMP_QUERY_VAR);
|
184 |
+
array_splice( $explode_path, -2, 0, $inserted );
|
185 |
+
$impode_url = implode('/', $explode_path);
|
186 |
+
|
187 |
+
$amp_url = $new_url . $impode_url ;
|
188 |
+
}
|
189 |
+
if( is_search() && $wp->query_vars['paged'] >= '2' ) {
|
190 |
+
$current_search_url =trailingslashit(get_home_url()) . $wp->request .'/'."?amp=1&s=".get_search_query();
|
191 |
+
}
|
192 |
}
|
193 |
+
|
194 |
+
if( is_search() ) {
|
195 |
+
$current_search_url =trailingslashit(get_home_url())."?amp=1&s=".get_search_query();
|
196 |
+
$amp_url = untrailingslashit($current_search_url);
|
|
|
|
|
|
|
|
|
|
|
197 |
}
|
198 |
|
199 |
+
$amp_url = apply_filters('ampforwp_modify_rel_canonical',$amp_url);
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
|
201 |
if( $supported_amp_post_types) {
|
202 |
printf( '<link rel="amphtml" href="%s" />', esc_url( $amp_url ) );
|
434 |
}
|
435 |
|
436 |
// Above Footer Global
|
|
|
437 |
add_action('amp_post_template_above_footer','ampforwp_footer_advert',10);
|
|
|
|
|
|
|
438 |
|
439 |
function ampforwp_footer_advert() {
|
440 |
global $redux_builder_amp;
|
518 |
|
519 |
// Below Content Single
|
520 |
add_action('ampforwp_after_post_content','ampforwp_after_post_content_advert');
|
521 |
+
// Hook updated
|
522 |
+
// add_action('ampforwp_inside_post_content_after','ampforwp_after_post_content_advert');
|
523 |
function ampforwp_after_post_content_advert() {
|
524 |
global $redux_builder_amp;
|
525 |
|
558 |
}
|
559 |
}
|
560 |
|
561 |
+
// Below The Title
|
562 |
+
|
563 |
+
add_action('ampforwp_below_the_title','ampforwp_below_the_title_advert');
|
564 |
+
|
565 |
+
|
566 |
+
function ampforwp_below_the_title_advert() {
|
567 |
+
global $redux_builder_amp;
|
568 |
+
|
569 |
+
if($redux_builder_amp['enable-amp-ads-5'] == true) {
|
570 |
+
if($redux_builder_amp['enable-amp-ads-select-5'] == 1) {
|
571 |
+
$advert_width = '300';
|
572 |
+
$advert_height = '250';
|
573 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-5'] == 2) {
|
574 |
+
$advert_width = '336';
|
575 |
+
$advert_height = '280';
|
576 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-5'] == 3) {
|
577 |
+
$advert_width = '728';
|
578 |
+
$advert_height = '90';
|
579 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-5'] == 4) {
|
580 |
+
$advert_width = '300';
|
581 |
+
$advert_height = '600';
|
582 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-5'] == 5) {
|
583 |
+
$advert_width = '320';
|
584 |
+
$advert_height = '100';
|
585 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-5'] == 6) {
|
586 |
+
$advert_width = '200';
|
587 |
+
$advert_height = '50';
|
588 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-5'] == 7) {
|
589 |
+
$advert_width = '320';
|
590 |
+
$advert_height = '50';
|
591 |
+
}
|
592 |
+
$output = '<div class="amp-ad-wrapper">';
|
593 |
+
$output .= '<amp-ad class="amp-ad-5"
|
594 |
+
type="adsense"
|
595 |
+
width='. $advert_width .' height='. $advert_height . '
|
596 |
+
data-ad-client="'. $redux_builder_amp['enable-amp-ads-text-feild-client-5'].'"
|
597 |
+
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-5'] .'">';
|
598 |
+
$output .= '</amp-ad>';
|
599 |
+
$output .= ' </div>';
|
600 |
+
echo $output;
|
601 |
+
}
|
602 |
+
}
|
603 |
+
|
604 |
+
|
605 |
+
// Above Related post
|
606 |
+
|
607 |
+
add_action('ampforwp_above_related_post','ampforwp_above_related_post_advert');
|
608 |
+
|
609 |
+
|
610 |
+
function ampforwp_above_related_post_advert() {
|
611 |
+
global $redux_builder_amp;
|
612 |
+
|
613 |
+
if($redux_builder_amp['enable-amp-ads-6'] == true) {
|
614 |
+
if($redux_builder_amp['enable-amp-ads-select-6'] == 1) {
|
615 |
+
$advert_width = '300';
|
616 |
+
$advert_height = '250';
|
617 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-6'] == 2) {
|
618 |
+
$advert_width = '336';
|
619 |
+
$advert_height = '280';
|
620 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-6'] == 3) {
|
621 |
+
$advert_width = '728';
|
622 |
+
$advert_height = '90';
|
623 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-6'] == 4) {
|
624 |
+
$advert_width = '300';
|
625 |
+
$advert_height = '600';
|
626 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-6'] == 5) {
|
627 |
+
$advert_width = '320';
|
628 |
+
$advert_height = '100';
|
629 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-6'] == 6) {
|
630 |
+
$advert_width = '200';
|
631 |
+
$advert_height = '50';
|
632 |
+
} elseif ($redux_builder_amp['enable-amp-ads-select-6'] == 7) {
|
633 |
+
$advert_width = '320';
|
634 |
+
$advert_height = '50';
|
635 |
+
}
|
636 |
+
$output = '<div class="amp-ad-wrapper">';
|
637 |
+
$output .= '<amp-ad class="amp-ad-6"
|
638 |
+
type="adsense"
|
639 |
+
width='. $advert_width .' height='. $advert_height . '
|
640 |
+
data-ad-client="'. $redux_builder_amp['enable-amp-ads-text-feild-client-6'].'"
|
641 |
+
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-6'] .'">';
|
642 |
+
$output .= '</amp-ad>';
|
643 |
+
$output .= ' </div>';
|
644 |
+
echo $output;
|
645 |
+
}
|
646 |
+
}
|
647 |
+
|
648 |
+
|
649 |
// 10. Analytics Area
|
650 |
add_action('amp_post_template_footer','ampforwp_analytics',11);
|
651 |
function ampforwp_analytics() {
|
819 |
add_filter( 'amp_post_template_metadata', 'ampforwp_update_metadata', 10, 2 );
|
820 |
function ampforwp_update_metadata( $metadata, $post ) {
|
821 |
global $redux_builder_amp;
|
822 |
+
$structured_data_logo = '';
|
823 |
+
$structured_data_main_logo = '';
|
824 |
|
825 |
if (! empty( $redux_builder_amp['opt-media']['url'] ) ) {
|
826 |
$structured_data_main_logo = $redux_builder_amp['opt-media']['url'];
|
827 |
}
|
|
|
828 |
if (! empty( $redux_builder_amp['amp-structured-data-logo']['url'] ) ) {
|
829 |
$structured_data_logo = $redux_builder_amp['amp-structured-data-logo']['url'];
|
830 |
}
|
879 |
$post_image_id = get_post_thumbnail_id( $post_id );
|
880 |
$structured_data_image = wp_get_attachment_image_src( $post_image_id, 'full' );
|
881 |
$post_image_check = $structured_data_image;
|
882 |
+
$structured_data_image_url = '';
|
883 |
|
884 |
if ( $post_image_check == false) {
|
885 |
if (! empty( $redux_builder_amp['amp-structured-data-placeholder-image']['url'] ) ) {
|
923 |
$metadata['headline'] = $structured_data_archive_title;
|
924 |
}
|
925 |
|
926 |
+
if( in_array( "image" , $metadata ) ) {
|
927 |
+
if ( $metadata['image']['width'] < 696 ) {
|
928 |
+
$metadata['image']['width'] = 700 ;
|
929 |
+
}
|
930 |
+
}
|
931 |
+
|
932 |
|
933 |
return $metadata;
|
934 |
}
|
952 |
|
953 |
foreach ( $post_types as $post_type ) {
|
954 |
|
955 |
+
if( $post_type == 'amp-cta' || $post_type == 'amp-optin' ) {
|
956 |
continue;
|
957 |
}
|
958 |
|
959 |
if( $post_type !== 'page' ) {
|
960 |
+
add_meta_box( 'ampforwp_title_meta', __( 'Show AMP for Current Page?','accelerated-mobile-pages' ), 'ampforwp_title_callback', $post_type,'side' );
|
961 |
}
|
962 |
|
963 |
if( $redux_builder_amp['amp-on-off-for-all-pages'] && $post_type == 'page' ) {
|
964 |
+
add_meta_box( 'ampforwp_title_meta', __( 'Show AMP for Current Page?' ,'accelerated-mobile-pages'), 'ampforwp_title_callback','page','side' );
|
965 |
}
|
966 |
|
967 |
}
|
1185 |
width="50"
|
1186 |
height="28"
|
1187 |
data-param-url="<?php echo wp_get_shortlink() ?>"
|
1188 |
+
data-param-text="TITLE via <?php echo $data_param_data ?>"
|
1189 |
></amp-social-share>
|
1190 |
<?php } ?>
|
1191 |
<?php if($redux_builder_amp['enable-single-gplus-share'] == true) { ?>
|
1275 |
|
1276 |
add_filter('wpseo_opengraph_url', 'custom_og_url_homepage');
|
1277 |
|
1278 |
+
// This is causing the 2nd debug issue reported in #740
|
1279 |
+
// add_filter('wpseo_twitter_image', 'custom_og_image_homepage');
|
1280 |
add_filter('wpseo_opengraph_image', 'custom_og_image_homepage');
|
1281 |
} else {
|
1282 |
add_action( 'amp_post_template_head', 'ampforwp_custom_yoast_meta' );
|
1302 |
}
|
1303 |
|
1304 |
|
1305 |
+
/**
|
1306 |
+
* PR by Sybre Waaijer:
|
1307 |
+
* @link https://github.com/ahmedkaludi/accelerated-mobile-pages/pull/761
|
1308 |
+
*
|
1309 |
+
* @since version 0.9.48 :
|
1310 |
+
* 1. Removes unused code.
|
1311 |
+
* 2. Cleaned up code.
|
1312 |
+
* 3. Keeps legacy action in place.
|
1313 |
+
* 4. No longer replaces the title tag.
|
1314 |
+
* 5. Instead, filters the title tag.
|
1315 |
+
* 6. Therefore, it works with all SEO plugins.
|
1316 |
+
* 7. Removed direct Yoast SEO compat -- It's no longer needed.
|
1317 |
+
* 8. Removed unwanted spaces.
|
1318 |
+
* 9. Improved performance.
|
1319 |
+
* 10. Improved security.
|
1320 |
+
* 11. Added support for CPT and attachment pages.
|
1321 |
+
*/
|
1322 |
//26. Extending Title Tagand De-Hooking the Standard one from AMP
|
1323 |
+
add_action( 'amp_post_template_include_single', 'ampforwp_remove_title_tags' );
|
1324 |
+
function ampforwp_remove_title_tags() {
|
1325 |
+
return ampforwp_replace_title_tags();
|
1326 |
+
}
|
1327 |
+
function ampforwp_replace_title_tags() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1328 |
|
1329 |
+
add_filter( 'pre_get_document_title', 'ampforwp_add_custom_title_tag', 10 );
|
1330 |
+
add_filter( 'wp_title', 'ampforwp_add_custom_title_tag', 10, 3 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1331 |
|
1332 |
+
function ampforwp_add_custom_title_tag( $title = '', $sep = '', $seplocation = '' ) {
|
1333 |
+
global $redux_builder_amp;
|
|
|
1334 |
|
1335 |
+
//* We can filter this later if needed:
|
1336 |
+
$sep = ' | ';
|
|
|
1337 |
|
1338 |
+
if ( is_singular() ) {
|
1339 |
+
global $post;
|
1340 |
+
$title = ! empty( $post->post_title ) ? $post->post_title : $title;
|
1341 |
+
$site_title = $title . $sep . get_option( 'blogname' );
|
1342 |
+
} elseif ( is_archive() && $redux_builder_amp['ampforwp-archive-support'] ) {
|
1343 |
+
$site_title = strip_tags( get_the_archive_title( '' ) . $sep . get_the_archive_description( '' ) );
|
1344 |
+
}
|
1345 |
|
1346 |
+
if ( is_home() ) {
|
1347 |
+
if ( 1 == $redux_builder_amp['amp-frontpage-select-option'] ) {
|
1348 |
+
$ID = $redux_builder_amp['amp-frontpage-select-option-pages'];
|
1349 |
+
$site_title = get_the_title( $ID ) . $sep . get_option( 'blogname' );
|
1350 |
+
} else {
|
1351 |
+
$site_title = get_bloginfo( 'name' ) . $sep . get_option( 'blogdescription' );
|
|
|
1352 |
|
1353 |
+
$current_archive_url = home_url( $GLOBALS['wp']->request );
|
1354 |
+
$current_url_in_pieces = explode( '/', $current_archive_url );
|
1355 |
+
$cnt = count( $current_url_in_pieces );
|
1356 |
+
if ( is_numeric( $current_url_in_pieces[ $cnt - 1 ] ) ) {
|
1357 |
+
$site_title .= $sep . 'Page ' . $current_url_in_pieces[ $cnt - 1 ];
|
1358 |
+
}
|
1359 |
+
}
|
1360 |
+
}
|
1361 |
|
1362 |
+
if ( is_search() ) {
|
1363 |
+
$site_title = $redux_builder_amp['amp-translator-search-text'] . ' ' . get_search_query();
|
1364 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1365 |
|
1366 |
+
return esc_html( convert_chars( wptexturize( trim( $site_title ) ) ) );
|
1367 |
+
}
|
|
|
|
|
|
|
|
|
1368 |
}
|
1369 |
|
1370 |
// 27. Clean the Defer issue
|
1563 |
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
1564 |
frameborder="0"
|
1565 |
src="<?php echo $disqus_url ?>" >
|
1566 |
+
<div overflow tabindex="0" role="button" aria-label="Read more"><?php echo __('Disqus Comments Loading...','accelerated-mobile-pages') ?></div>
|
1567 |
</amp-iframe>
|
1568 |
</section>
|
1569 |
<?php
|
1619 |
function ampforwp_editable_archvies_title($title) {
|
1620 |
global $redux_builder_amp;
|
1621 |
if ( is_category() ) {
|
1622 |
+
$title = single_cat_title( ampforwp_translation($redux_builder_amp['amp-translator-archive-cat-text'], 'Category (archive title)').' ', false );
|
1623 |
} elseif ( is_tag() ) {
|
1624 |
+
$title = single_tag_title( ampforwp_translation($redux_builder_amp['amp-translator-archive-tag-text'], 'Tag (archive title)').' ', false );
|
1625 |
}
|
1626 |
return $title;
|
1627 |
}
|
1692 |
}
|
1693 |
}
|
1694 |
|
1695 |
+
$query_array = $wp->query_vars;
|
1696 |
+
if( in_array( 'page' , $query_array ) ) {
|
1697 |
+
$page = $wp->query_vars['page'];
|
1698 |
+
if ( $redux_builder_amp['amp-frontpage-select-option'] && $page >= '2') {
|
1699 |
+
$talk_to_robots = true;
|
1700 |
+
}
|
1701 |
}
|
1702 |
|
1703 |
if( $talk_to_robots ) {
|
1789 |
} else {
|
1790 |
$current_url = trailingslashit(get_home_url())."?s=".get_search_query();
|
1791 |
$current_url = untrailingslashit( $current_url );
|
1792 |
+
$headline = ampforwp_translation($redux_builder_amp['amp-translator-search-text'], 'You searched for:') . ' ' . get_search_query();
|
1793 |
}
|
1794 |
|
1795 |
+
// creating this to prevent errors
|
1796 |
+
$structured_data_image_url = '';
|
1797 |
// placeholder Image area
|
1798 |
if (! empty( $redux_builder_amp['amp-structured-data-placeholder-image']['url'] ) ) {
|
1799 |
$structured_data_image_url = $redux_builder_amp['amp-structured-data-placeholder-image']['url'];
|
1985 |
return;
|
1986 |
}
|
1987 |
|
1988 |
+
if( array_key_exists( 'link' , $atts ) ) {
|
1989 |
+
$atts[] = shortcode_atts( array(
|
1990 |
+
'num' => get_permalink($atts['num']),
|
1991 |
+
'link' => get_permalink($atts['link'])
|
1992 |
+
), $atts );
|
1993 |
+
} else {
|
1994 |
+
$atts[] = shortcode_atts( array(
|
1995 |
+
'num' => get_permalink($atts['num']),
|
1996 |
+
), $atts );
|
1997 |
+
$atts['link'] = 'noamp';
|
1998 |
+
}
|
1999 |
|
2000 |
$exclude_ids = get_option('ampforwp_exclude_post');
|
2001 |
$number_of_latest_prcts = $atts['num'] ;
|
2003 |
$q = new WP_Query( array(
|
2004 |
'post_type' => 'product',
|
2005 |
'orderby' => 'date',
|
|
|
2006 |
'post__not_in' => $exclude_ids,
|
2007 |
'has_password' => false,
|
2008 |
'post_status'=> 'publish',
|
2009 |
'posts_per_page' => $number_of_latest_prcts
|
2010 |
) );
|
2011 |
|
2012 |
+
if ( $q->have_posts() ) : $content = '<ul class="ampforwp_wc_shortcode">';
|
2013 |
while ( $q->have_posts() ) : $q->the_post();
|
2014 |
global $post;
|
2015 |
global $product;
|
2048 |
$rating = $product->get_average_rating();
|
2049 |
if ( get_option( 'woocommerce_enable_review_rating' ) === 'yes' && $rating_count ) {
|
2050 |
$content .= '<div class="ampforwp_wc_star_rating" class="star-rating" title="Rated '.$rating.' out of 5' . '">';
|
2051 |
+
$content .= '<span class="ampforwp_wc_star_rating_text" ><strong>'.$rating.'</strong>'.__(' out of 5 </span>','accelerated-mobile-pages');
|
2052 |
$content .= '</div>';
|
2053 |
}
|
2054 |
|
2055 |
}
|
2056 |
+
$content .= '</a></li>'; ?>
|
2057 |
<?php endwhile; $content .= '</ul>'; ?>
|
2058 |
<?php endif; ?>
|
2059 |
<?php wp_reset_postdata();
|
2074 |
// Adding the styling for AMP Woocommerce latest Products
|
2075 |
add_action('amp_post_template_css','amp_latest_products_styling',PHP_INT_MAX);
|
2076 |
function amp_latest_products_styling() { ?>
|
2077 |
+
.ampforwp_wc_shortcode{margin-top: 0;padding:0;display:inline-block;width: 100%;}
|
2078 |
+
.ampforwp_wc_shortcode li{position: relative;width:29%; font-size:12px; line-height: 1; float: left;list-style-type: none;margin:2%;}
|
2079 |
+
.ampforwp_wc_shortcode .onsale{position: absolute;top: 0;right: 0;background: #ddd;padding: 7px;font-size: 12px;}
|
2080 |
+
.single-post .ampforwp_wc_shortcode li amp-img{margin:0}
|
2081 |
+
.ampforwp-wc-title{margin: 8px 0px 10px 0px;font-size: 13px;}
|
2082 |
+
.ampforwp-wc-price{color:#444}
|
2083 |
+
.wc_widgettitle{text-align:center;margin-bottom: 0px;}
|
2084 |
+
.ampforwp-wc-price, .ampforwp_wc_star_rating{float:left;margin-right: 10px;}
|
2085 |
+
<?php }
|
2086 |
|
2087 |
// 54. Change the default values of post meta for AMP pages. #746
|
2088 |
add_action('admin_head','ampforwp_change_default_amp_page_meta');
|
2116 |
// Adding the meta="description" from yoast or from the content
|
2117 |
add_action('amp_post_template_head','ampforwp_meta_description');
|
2118 |
function ampforwp_meta_description() {
|
2119 |
+
global $redux_builder_amp;
|
2120 |
+
if( !$redux_builder_amp['ampforwp-seo-meta-description'] ){
|
2121 |
+
return;
|
2122 |
+
}
|
2123 |
+
|
2124 |
+
global $post;
|
2125 |
+
$desc = "" ;
|
2126 |
+
|
2127 |
+
if($redux_builder_amp['ampforwp-seo-yoast-description']){
|
2128 |
if ( class_exists('WPSEO_Frontend') ) {
|
2129 |
// general Description of everywhere
|
2130 |
$front = WPSEO_Frontend::get_instance();
|
2141 |
}
|
2142 |
// for search
|
2143 |
if( is_search() ) {
|
2144 |
+
$desc = addslashes( ampforwp_translation($redux_builder_amp['amp-translator-search-text'], 'You searched for:') . ' ' . get_search_query() );
|
2145 |
}
|
2146 |
} else {
|
2147 |
if( is_home() ) {
|
2165 |
}
|
2166 |
|
2167 |
if( is_search() ) {
|
2168 |
+
$desc = addslashes( ampforwp_translation($redux_builder_amp['amp-translator-search-text'], 'You searched for:') . ' ' . get_search_query() );
|
2169 |
}
|
2170 |
|
2171 |
if( is_home() && $redux_builder_amp['amp-frontpage-select-option'] ) {
|
2182 |
echo '<meta name="description" content="'. $desc .'"/>';
|
2183 |
}
|
2184 |
}
|
2185 |
+
|
2186 |
+
// 55. Call Now Button Feature added
|
2187 |
add_action('ampforwp_call_button','ampforwp_call_button_html_output');
|
2188 |
function ampforwp_call_button_html_output(){
|
2189 |
+
global $redux_builder_amp;
|
2190 |
+
if ( $redux_builder_amp['ampforwp-callnow-button'] ) { ?>
|
2191 |
+
<div class="callnow">
|
2192 |
+
<a href="tel:<?php echo $redux_builder_amp['enable-amp-call-numberfield']; ?>"></a>
|
2193 |
+
</div> <?php
|
2194 |
+
}
|
2195 |
+
}
|
2196 |
+
|
2197 |
+
// 56. Multi Translation Feature #540
|
2198 |
+
function ampforwp_translation( $redux_style_translation , $pot_style_translation ) {
|
2199 |
+
global $redux_builder_amp;
|
2200 |
+
$single_translation_enabled = $redux_builder_amp['amp-use-pot'];
|
2201 |
+
if ( !$single_translation_enabled ) {
|
2202 |
+
return $redux_style_translation;
|
2203 |
+
} else {
|
2204 |
+
return __($pot_style_translation,'accelerated-mobile-pages');
|
2205 |
+
}
|
2206 |
+
}
|
2207 |
+
|
2208 |
+
// 57. Adding Updated date at in the Content
|
2209 |
+
add_action('ampforwp_after_post_content','ampforwp_add_modified_date');
|
2210 |
+
function ampforwp_add_modified_date($post_id){
|
2211 |
+
global $redux_builder_amp;
|
2212 |
+
if ( is_single() && $redux_builder_amp['post-modified-date'] ) { ?>
|
2213 |
+
<div class="ampforwp-last-modified-date">
|
2214 |
+
<p> <?php
|
2215 |
+
$post_object = new AMP_Post_Template($post_id);
|
2216 |
+
if( $post_object->get( 'post_modified_timestamp' ) !== $post_object->get( 'post_publish_timestamp' ) ){
|
2217 |
+
echo esc_html(
|
2218 |
+
sprintf(
|
2219 |
+
_x( ampforwp_translation( $redux_builder_amp['amp-translator-modified-date-text'],'This article was last modified on ' ) . ' %s ' , '%s = human-readable time difference', 'accelerated-mobile-pages' ),
|
2220 |
+
date( "F j, Y, g:i a" , $post_object->get( 'post_modified_timestamp' ) )
|
2221 |
+
)
|
2222 |
+
);
|
2223 |
+
} ?>
|
2224 |
+
</p>
|
2225 |
+
</div> <?php
|
2226 |
+
}
|
2227 |
+
}
|
@@ -3,12 +3,12 @@ if ( ! function_exists( 'ampforwp_reporting_bugs' ) ) {
|
|
3 |
function ampforwp_reporting_bugs($sections){
|
4 |
|
5 |
$sections[] = array(
|
6 |
-
'title' => __( 'Report an Issue /<br> Request a Feature', '
|
7 |
// 'id' => 'opt-structured-data',
|
8 |
// 'subsection' => true,
|
9 |
'icon' => 'el el-warning-sign ',
|
10 |
-
'desc' => "<p><br
|
11 |
-
<p>We take every issue and bug report very seriously. Me and my team personally goes through your feedback and works hard on solving them.</p>
|
12 |
<p>
|
13 |
<a href='https://goo.gl/forms/zIks2sTbhBZK0A3L2' style='background: #E91E63;
|
14 |
padding: 10px 16px;
|
3 |
function ampforwp_reporting_bugs($sections){
|
4 |
|
5 |
$sections[] = array(
|
6 |
+
'title' => __( 'Report an Issue /<br> Request a Feature', 'accelerated-mobile-pages' ),
|
7 |
// 'id' => 'opt-structured-data',
|
8 |
// 'subsection' => true,
|
9 |
'icon' => 'el el-warning-sign ',
|
10 |
+
'desc' => "<p><br />".__("<h3>Tell Us What's Happening</h3><strong>We need your help in improving this plugin!</strong></p>
|
11 |
+
<p>We take every issue and bug report very seriously. Me and my team personally goes through your feedback and works hard on solving them.</p>",'accelerated-mobile-pages')."
|
12 |
<p>
|
13 |
<a href='https://goo.gl/forms/zIks2sTbhBZK0A3L2' style='background: #E91E63;
|
14 |
padding: 10px 16px;
|
@@ -71,8 +71,8 @@ function ampforwp_the_search_form() {
|
|
71 |
function ampforwp_get_search_form() {
|
72 |
if ( is_search_enabled_in_ampforwp() ) {
|
73 |
global $redux_builder_amp;
|
74 |
-
$label = $redux_builder_amp['ampforwp-search-label'];
|
75 |
-
$placeholder = $redux_builder_amp['ampforwp-search-placeholder'];
|
76 |
$form = '<form role="search" method="get" id="searchform" class="searchform" target="_top" action="' . get_bloginfo('url') .'">
|
77 |
<div>
|
78 |
<label class="screen-reader-text" for="s">' . $label . '</label>
|
71 |
function ampforwp_get_search_form() {
|
72 |
if ( is_search_enabled_in_ampforwp() ) {
|
73 |
global $redux_builder_amp;
|
74 |
+
$label = ampforwp_translation($redux_builder_amp['ampforwp-search-label'], 'Type your search query and hit enter');
|
75 |
+
$placeholder = ampforwp_translation($redux_builder_amp['ampforwp-search-placeholder'], 'Type Here' );
|
76 |
$form = '<form role="search" method="get" id="searchform" class="searchform" target="_top" action="' . get_bloginfo('url') .'">
|
77 |
<div>
|
78 |
<label class="screen-reader-text" for="s">' . $label . '</label>
|
@@ -0,0 +1,212 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php class AMPFORWP_Woo_Widget extends WP_Widget {
|
2 |
+
|
3 |
+
// Set up the widget name and description.
|
4 |
+
public function __construct() {
|
5 |
+
$widget_options = array(
|
6 |
+
'classname' => 'AMPFORWP_Woo_Widget',
|
7 |
+
'description' => __('This Widget adds Woocommerce Products where necessary in AMP Pages','accelerated-mobile-pages')
|
8 |
+
);
|
9 |
+
parent::__construct( 'AMPFORWP_Woo_Widget', __('AMP WooCommerce','accelerated-mobile-pages'), $widget_options );
|
10 |
+
}
|
11 |
+
|
12 |
+
|
13 |
+
// args for the output of the form
|
14 |
+
public $args = array(
|
15 |
+
'before_title' => '<h4 class="wc_widgettitle">',
|
16 |
+
'after_title' => '</h4>',
|
17 |
+
'before_widget' => '<div class="widget-wrap">',
|
18 |
+
'after_widget' => '</div>'
|
19 |
+
);
|
20 |
+
|
21 |
+
// Create the widget output.
|
22 |
+
public function widget( $args,$instance ) {
|
23 |
+
// initializing these to avoid debug errors
|
24 |
+
global $redux_builder_amp;
|
25 |
+
global $woocommerce;
|
26 |
+
|
27 |
+
if( !class_exists( 'WooCommerce' ) ){
|
28 |
+
return;
|
29 |
+
}
|
30 |
+
$ampforwp_title = apply_filters( 'widget_wc_title', $instance[ 'title' ] );
|
31 |
+
$ampforwp_enable_ratings = $instance[ 'ratings' ];
|
32 |
+
$on_sale_logo_on_product = $instance[ 'on_sale' ];
|
33 |
+
$ampforwp_procts_page_link = $instance[ 'link' ];
|
34 |
+
$ampforwp_number_of_products = $instance[ 'num_of_products' ];
|
35 |
+
$ampforwp_show_price = $instance[ 'show_price' ];
|
36 |
+
|
37 |
+
$exclude_ids = get_option('ampforwp_exclude_post');
|
38 |
+
|
39 |
+
$q = new WP_Query( array(
|
40 |
+
'post_type' => 'product',
|
41 |
+
'orderby' => 'date',
|
42 |
+
'post__not_in' => $exclude_ids,
|
43 |
+
'has_password' => false,
|
44 |
+
'post_status'=> 'publish',
|
45 |
+
'posts_per_page' => $ampforwp_number_of_products
|
46 |
+
) );
|
47 |
+
|
48 |
+
echo '<h4 class="wc_widgettitle">' . $ampforwp_title . '</h4>';
|
49 |
+
echo '<div class="widget-wrap amp-wp-content">' ;
|
50 |
+
|
51 |
+
if ( $q->have_posts() ) : ?>
|
52 |
+
<ul class="ampforwp_wc_shortcode"> <?php
|
53 |
+
while ( $q->have_posts() ) : $q->the_post();
|
54 |
+
global $post;
|
55 |
+
global $product;
|
56 |
+
if( $ampforwp_procts_page_link === 'amp' ) {
|
57 |
+
$ampforwp_post_url = trailingslashit( get_permalink() ) . AMPFORWP_AMP_QUERY_VAR ;
|
58 |
+
} else {
|
59 |
+
$ampforwp_post_url = trailingslashit( get_permalink() ) ;
|
60 |
+
} ?>
|
61 |
+
<li class="ampforwp_wc_shortcode_child"><a href="<?php echo $ampforwp_post_url ?>"> <?php
|
62 |
+
|
63 |
+
if ( has_post_thumbnail() ) {
|
64 |
+
$thumb_id = get_post_thumbnail_id();
|
65 |
+
$thumb_url_array = wp_get_attachment_image_src($thumb_id, 'thumbnail', true);
|
66 |
+
$thumb_url = $thumb_url_array[0]; ?>
|
67 |
+
|
68 |
+
<amp-img src='<?php echo $thumb_url ?>' width="150" height="150" layout="responsive"></amp-img> <?php
|
69 |
+
}
|
70 |
+
|
71 |
+
if ( $product->is_on_sale() && $on_sale_logo_on_product=='yes' ) { ?>
|
72 |
+
<span class="onsale"> <?php echo __('Sale!','accelerated-mobile-pages') ?> </span> <?php
|
73 |
+
} ?>
|
74 |
+
|
75 |
+
<div class="ampforwp-wc-title"> <?php echo get_the_title() ?> </div> <?php
|
76 |
+
if ( class_exists( 'WooCommerce' ) ) {
|
77 |
+
$amp_product_price = $woocommerce->product_factory->get_product()->get_price_html();
|
78 |
+
$context = '';
|
79 |
+
$allowed_tags = wp_kses_allowed_html( $context );
|
80 |
+
|
81 |
+
$stock_status = $product->is_in_stock() ? 'InStock' : 'OutOfStock' ;
|
82 |
+
if ( $amp_product_price && $stock_status == 'InStock' && $ampforwp_show_price=='yes' ) { ?>
|
83 |
+
<div class="ampforwp-wc-price"><?php echo wp_kses( $amp_product_price , $allowed_tags ) ?> </div> <?php
|
84 |
+
}
|
85 |
+
|
86 |
+
$rating_count = $product->get_rating_count();
|
87 |
+
$rating = $product->get_average_rating();
|
88 |
+
if ( get_option( 'woocommerce_enable_review_rating' ) === 'yes' && $rating_count && $ampforwp_enable_ratings=='yes' ) {
|
89 |
+
$content = '<div class="ampforwp_wc_star_rating" class="star-rating" title="Rated '.$rating.' out of 5' . '">';
|
90 |
+
$content .= '<span class="ampforwp_wc_star_rating_text" ><strong>'.$rating.'</strong>'.__(' out of 5 </span>','accelerated-mobile-pages');
|
91 |
+
$content .= '</div>';
|
92 |
+
echo $content;
|
93 |
+
}
|
94 |
+
|
95 |
+
} ?>
|
96 |
+
</a></li>
|
97 |
+
<?php endwhile; ?>
|
98 |
+
</ul>
|
99 |
+
<?php endif; ?><?php
|
100 |
+
|
101 |
+
echo '</div>' ;
|
102 |
+
/* Restore original Post Data */
|
103 |
+
wp_reset_postdata();
|
104 |
+
}
|
105 |
+
|
106 |
+
|
107 |
+
// Create the admin area widget settings form.
|
108 |
+
public function form( $instance ) {
|
109 |
+
|
110 |
+
// Declarations for all the values to be stored
|
111 |
+
$ampforwp_title = ! empty( $instance['title'] ) ? $instance['title'] : 'Woocommerce Title';
|
112 |
+
$ampforwp_enable_ratings = ! empty( $instance['ratings'] ) ? $instance['ratings'] : 'yes';
|
113 |
+
$on_sale_logo_on_product = ! empty( $instance['on_sale'] ) ? $instance['on_sale'] : 'yes';
|
114 |
+
$ampforwp_show_price =! empty( $instance['show_price'] ) ? $instance['show_price'] : 'yes';
|
115 |
+
$ampforwp_procts_page_link = ! empty( $instance['link'] ) ? $instance['link'] : 'noamp';
|
116 |
+
$ampforwp_number_of_products = ! empty( $instance['num_of_products'] ) ? $instance['num_of_products'] : 3;
|
117 |
+
?>
|
118 |
+
<!-- Form Starts Here -->
|
119 |
+
<p>
|
120 |
+
<!-- text Start Here -->
|
121 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"> <?php echo __('Title:','accelerated-mobile-pages') ?>
|
122 |
+
<input class="widefat" type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $ampforwp_title ); ?>" />
|
123 |
+
</label><br>
|
124 |
+
<!-- text End Here -->
|
125 |
+
</p>
|
126 |
+
|
127 |
+
<!-- number input starts Here -->
|
128 |
+
<p>
|
129 |
+
<label for="<?php echo $this->get_field_id( 'num_of_products' ); ?>"><?php echo __('Number of Products:','accelerated-mobile-pages') ?>
|
130 |
+
<input class="widefat" type="number" id="<?php echo $this->get_field_id( 'num_of_products' ); ?>" name="<?php echo $this->get_field_name( 'num_of_products' ); ?>" value="<?php echo esc_attr( $ampforwp_number_of_products ); ?>" />
|
131 |
+
</label>
|
132 |
+
</p>
|
133 |
+
<!-- number input End Here -->
|
134 |
+
|
135 |
+
<p>
|
136 |
+
<!-- radio buttons starts Here -->
|
137 |
+
<label for="<?php echo $this->get_field_id( 'ratings' ); ?>" value="<?php echo esc_attr( $ampforwp_enable_ratings );?>"><?php echo __('Enable Ratings:','accelerated-mobile-pages') ?> </label><br>
|
138 |
+
<label for="<?php echo $this->get_field_id('ratings_1'); ?>">
|
139 |
+
<input class="widefat" id="<?php echo $this->get_field_id('ratings_1'); ?>" name="<?php echo $this->get_field_name('ratings'); ?>" type="radio" value="yes" <?php if($ampforwp_enable_ratings === 'yes'){ echo 'checked="checked"'; } ?> /><?php echo __('Yes ','accelerated-mobile-pages'); ?>
|
140 |
+
</label>
|
141 |
+
<label for="<?php echo $this->get_field_id('ratings_2'); ?>">
|
142 |
+
<input class="widefat" id="<?php echo $this->get_field_id('ratings_2'); ?>" name="<?php echo $this->get_field_name('ratings'); ?>" type="radio" value="no" <?php if($ampforwp_enable_ratings === 'no'){ echo 'checked="checked"'; } ?> /><?php echo __(' No','accelerated-mobile-pages'); ?>
|
143 |
+
</label>
|
144 |
+
<!-- radio buttons Ends Here -->
|
145 |
+
</p>
|
146 |
+
|
147 |
+
<p>
|
148 |
+
<!-- radio buttons starts Here -->
|
149 |
+
<label for="<?php echo $this->get_field_id( 'on_sale' ); ?>" value="<?php echo esc_attr( $on_sale_logo_on_product );?>"><?php echo __('Show On Sale:','accelerated-mobile-pages') ?> </label><br>
|
150 |
+
<label for="<?php echo $this->get_field_id('on_sale_1'); ?>">
|
151 |
+
<input class="widefat" id="<?php echo $this->get_field_id('on_sale_1'); ?>" name="<?php echo $this->get_field_name('on_sale'); ?>" type="radio" value="yes" <?php if($on_sale_logo_on_product === 'yes'){ echo 'checked="checked"'; } ?> /><?php echo __('Yes ','accelerated-mobile-pages'); ?>
|
152 |
+
</label>
|
153 |
+
<label for="<?php echo $this->get_field_id('on_sale_2'); ?>">
|
154 |
+
<input class="widefat" id="<?php echo $this->get_field_id('on_sale_2'); ?>" name="<?php echo $this->get_field_name('on_sale'); ?>" type="radio" value="no" <?php if($on_sale_logo_on_product === 'no'){ echo 'checked="checked"'; } ?> /><?php echo __(' No','accelerated-mobile-pages'); ?>
|
155 |
+
</label>
|
156 |
+
<!-- radio buttons Ends Here -->
|
157 |
+
</p>
|
158 |
+
|
159 |
+
<p>
|
160 |
+
<!-- radio buttons starts Here -->
|
161 |
+
<label for="<?php echo $this->get_field_id( 'show_price' ); ?>" value="<?php echo esc_attr( $ampforwp_show_price );?>"> <?php echo __('Show Price:','accelerated-mobile-pages') ?></label><br>
|
162 |
+
<label for="<?php echo $this->get_field_id('show_price_1'); ?>">
|
163 |
+
<input class="widefat" id="<?php echo $this->get_field_id('show_price_1'); ?>" name="<?php echo $this->get_field_name('show_price'); ?>" type="radio" value="yes" <?php if($ampforwp_show_price === 'yes'){ echo 'checked="checked"'; } ?> /><?php echo __('Yes ','accelerated-mobile-pages'); ?>
|
164 |
+
</label>
|
165 |
+
<label for="<?php echo $this->get_field_id('show_price_2'); ?>">
|
166 |
+
<input class="widefat" id="<?php echo $this->get_field_id('show_price_2'); ?>" name="<?php echo $this->get_field_name('show_price'); ?>" type="radio" value="no" <?php if($ampforwp_show_price === 'no'){ echo 'checked="checked"'; } ?> /><?php echo __(' No','accelerated-mobile-pages'); ?>
|
167 |
+
</label>
|
168 |
+
<!-- radio buttons Ends Here -->
|
169 |
+
</p>
|
170 |
+
<p>
|
171 |
+
<!-- radio buttons starts Here -->
|
172 |
+
<label for="<?php echo $this->get_field_id( 'link' ); ?>" value="<?php echo esc_attr( $ampforwp_procts_page_link );?>"><?php echo __('Show View more Button:','accelerated-mobile-pages') ?> </label><br>
|
173 |
+
<label for="<?php echo $this->get_field_id('link_1'); ?>">
|
174 |
+
<input class="widefat" id="<?php echo $this->get_field_id('link_1'); ?>" name="<?php echo $this->get_field_name('link'); ?>" type="radio" value="amp" <?php if($ampforwp_procts_page_link === 'amp'){ echo 'checked="checked"'; } ?> /><?php echo __('AMP ','accelerated-mobile-pages'); ?>
|
175 |
+
</label>
|
176 |
+
<label for="<?php echo $this->get_field_id('link_2'); ?>">
|
177 |
+
<input class="widefat" id="<?php echo $this->get_field_id('link_2'); ?>" name="<?php echo $this->get_field_name('link'); ?>" type="radio" value="noamp" <?php if($ampforwp_procts_page_link === 'noamp'){ echo 'checked="checked"'; } ?> /><?php echo __(' Non AMP','accelerated-mobile-pages'); ?>
|
178 |
+
</label>
|
179 |
+
<!-- radio buttons Ends Here -->
|
180 |
+
</p>
|
181 |
+
|
182 |
+
|
183 |
+
<!-- Form Ends Here -->
|
184 |
+
|
185 |
+
<?php
|
186 |
+
}
|
187 |
+
|
188 |
+
|
189 |
+
|
190 |
+
// Apply settings to the widget instance.
|
191 |
+
public function update( $new_instance, $old_instance ) {
|
192 |
+
$instance = $old_instance;
|
193 |
+
$instance[ 'title' ] = strip_tags( $new_instance[ 'title' ] );
|
194 |
+
$instance[ 'num_of_products' ] = strip_tags( $new_instance[ 'num_of_products' ] );
|
195 |
+
$instance['link'] = strip_tags($new_instance['link']);
|
196 |
+
$instance['show_price'] = strip_tags($new_instance['show_price']);
|
197 |
+
$instance['on_sale'] = strip_tags($new_instance['on_sale']);
|
198 |
+
$instance['ratings'] = strip_tags($new_instance['ratings']);
|
199 |
+
|
200 |
+
return $instance;
|
201 |
+
}
|
202 |
+
|
203 |
+
}
|
204 |
+
|
205 |
+
// Register the widget.
|
206 |
+
function ampforwp_register_woo_widget() {
|
207 |
+
if ( class_exists( 'WooCommerce' ) ) {
|
208 |
+
register_widget( 'AMPFORWP_Woo_Widget' );
|
209 |
+
}
|
210 |
+
}
|
211 |
+
add_action( 'widgets_init', 'ampforwp_register_woo_widget' );
|
212 |
+
?>
|