: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) exit;
<div {{if_id}}id="{{id}}"{{ifend_id}} class="ln-fx {{user_class}}">{{repeater}}</div>';
{{if_condition_pricing_layout_type==1}}
.pricing-mod{margin:{{margin_css}};padding:{{padding_css}};}
{{module-class}} .ln-fx{width:100%;display:inline-flex; display: flex;flex-wrap: wrap;}
.pri-mod{display: flex;flex-direction: column;flex: 1 0 25%;text-align:center;background:#f4f4f4;position:relative;padding:30px 50px;margin:0 10px;overflow: hidden;}
.pri-mod .pri-tlt{font-size: 20px;font-weight: 400;margin-bottom:10px;}
.pri-mod span{display:block;}
.pri-lbl{font-size: 45px;font-weight: 500;}
.pri-desc{font-size: 12px;color: #666;margin-top: 5px;}
.pri-mod .btn-txt{background:{{btn_bg_color}};color: {{font_color_picker}};padding: 10px 30px;display: block;margin: 24px auto 0 auto;}
.pri-recom{font-size: 11px;position: absolute;right: 0;top: 0px;display: block;font-weight: 700;height: 32px;line-height: 32px;color: #fff;z-index: 1;min-width: 80px;transform: rotate(45deg) translate(23%,57%);}
.pri-recom:after{content: "";position: absolute;border-bottom: 32px solid #2cbf55;border-left: 32px solid transparent;border-right: 32px solid transparent;height: 0;width: 188%;z-index: -1;left: -47%;}
.pri-cnt{color: #444;margin-top: 25px;font-size: 14px;}
.pricing-mod .pri-cnt p{margin-bottom:10px;}
.feature-pri{top: -30px;}
.pri-mod{flex:1 0 100%;margin:0px 0px 20px 0px;}
{{ifend_condition_pricing_layout_type_1}}
if( ampforwp_get_setting('amp-design-selector') != 4 ) {
$css .= '@media(max-width:768px){
.pri-mod{flex:100%;margin:0px 0px 20px 0px;}
'default_tab'=> 'customizer',
'type' =>'layout-image-picker',
'name' =>"pricing_layout_type",
'label' =>"Select Layout",
'options_details'=>array(
'demo_image'=> AMPFORWP_PLUGIN_DIR_URI.'/images/pricing-mod-1.png'
'name' =>"font_color_picker",
'label' =>'Button Background',
'front_template'=> $output,
'name' =>"content_title",
'default' =>'Price Desc',
'name' =>'page_link_open_price',
'label' =>"Open link in",
'options_details'=>array(
'same_page' =>'Same page'
'type' =>'checkbox_bool',
'name' =>"check_for_nofollow_price",
'label' => 'Nofollow Link',
'name' =>"recommended_text",
'label' =>'Recommended Text (Leave Empty to remove)',
'{{if_condition_pricing_layout_type==1}}
<div class="pri-mod {{if_recommended_text}}feature-pri {{ifend_recommended_text}}">
<h4 class="pri-tlt">{{content_title}}</h4>
{{if_recommended_text}}<span class="pri-recom">{{recommended_text}}</span>{{ifend_recommended_text}}
<span class="pri-lbl">{{price_label}}</span>
<span class="pri-desc">{{price_desc}}</span>
<a href="{{btn_link}}" {{if_condition_page_link_open_price==new_page}}target="_blank"{{ifend_condition_page_link_open_price_new_page}} {{if_condition_check_for_nofollow_price==1}}rel="nofollow"{{ifend_condition_check_for_nofollow_price_1}} class="btn-txt">{{btn_title}}</a>
{{ifend_condition_pricing_layout_type_1}}