: 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>';
{{module-class}}.feature-mod{margin:{{margin_css}};padding:{{padding_css}};}
{{if_condition_feature_layout_type==1}}
{{module-class}} .ln-fx{width:100%;display:flex; flex-wrap:wrap;}
{{module-class}} .feat-blk{ margin: 0 3% 3% 0; background: {{background_color_picker}}; width: 47%; text-align: {{align_type}};padding: 40px; position: relative;color: #26292c;}
{{module-class}} .feat-blk p{color: #333;font-size: 18px;padding-top:15px;}
{{module-class}} .feat-blk h1{font-size:28px;}
{{module-class}} .feat-blk h2{font-size:25px;}
{{module-class}} .feat-blk h3{font-size:22px;}
{{module-class}} .feat-blk h4{font-size:19px;}
{{module-class}} .feat-blk h5{font-size:17px;}
{{module-class}} .feat-blk h6{font-size:15px;}
{{module-class}} .feat-blk h1, {{module-class}} .feat-blk h2, {{module-class}} .feat-blk h3, {{module-class}} .feat-blk h4, {{module-class}} .feat-blk h5, {{module-class}} .feat-blk h6{
color:{{font_color_picker}};font-weight:400;padding-bottom:15px;
{{module-class}} .feat-blk amp-img{margin:0 auto;width:{{img_width}};max-width:100%;}
{{if_condition_check_for_btn==1}}
{{module-class}} .feat-blk .fe_btn{
font-weight:{{btn_weight}};
background:{{btn_bg_color}};
border-radius:{{bdr_rds}};
{{ifend_condition_check_for_btn_1}}
{{module-class}} .feat-blk{width: 100%;margin-right: 0;}
{{module-class}} .feat-blk amp-img{width:100%;}
{{ifend_condition_feature_layout_type_1}}
'default_tab'=> 'customizer',
'type' =>'layout-image-picker',
'name' =>"feature_layout_type",
'label' =>"Select Layout",
'options_details'=>array(
'demo_image'=> AMPFORWP_PLUGIN_DIR_URI.'/images/feature-1.png'
'label' => esc_html__('Heading Tags','accelerated-mobile-pages'),
'options_details'=>array(
'required' => array('feature_layout_type'=> 1),
'default' =>array('layout="responsive"'),
'value'=>'layout="responsive"',
'required' => array('feature_layout_type'=> 1)
'required' => array('feature_layout_type'=> 1)
'type' =>'checkbox_bool',
'name' =>"check_for_btn",
'label' => 'Enable Button',
'required' => array('feature_layout_type'=> 1)
'name' =>"background_color_picker",
'label' =>'Background Color',
'required' => array('feature_layout_type'=> 1)
'name' =>"font_color_picker",
'required' => array('feature_layout_type'=> 1)
'label' =>esc_html__('Content Alignment','accelerated-mobile-pages'),
'options_details'=>array(
'required' => array('feature_layout_type'=> 1)
'label' =>'Button Font Size',
'required' => array('feature_layout_type'=> 1)
'label' =>"Button Font Weight",
'options_details'=>array(
'required' => array('feature_layout_type'=> 1)
'label' =>'Button Text Color',
'required' => array('feature_layout_type'=> 1)
'label' =>'Background Color',
'required' => array('feature_layout_type'=> 1)
'label' =>'Border Radius',
'required' => array('feature_layout_type'=> 1)
'required' => array('feature_layout_type'=> 1)
'required' => array('feature_layout_type'=> 1)
'front_template'=> $output,
'name' =>"content_title",
'default' =>'Your Feature Title',
'required' => array('feature_layout_type'=> 1)
'required' => array('feature_layout_type'=> 1)
'default' =>'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut.',
'required' => array('feature_layout_type'=> 1)
'label' => 'Button Text',
'default' => 'Learn More',
'content_type' => 'html',
'helpmessage' => 'Leave empty if do not want to show button.',
'required' => array('feature_layout_type'=>'1', 'check_for_btn'=>'1'),
'required' => array('feature_layout_type'=>'1', 'check_for_btn'=>'1'),
'name' =>'page_link_open',
'label' =>"Open link in",
'options_details'=>array(
'same_page' =>'Same page'
'required' => array('feature_layout_type'=>'1', 'check_for_btn'=>'1'),
'{{if_condition_feature_layout_type==1}}<div class="feat-blk">
{{if_heading_tags}}<{{heading_tags}} class="t-txt">{{content_title}}</{{heading_tags}}>{{ifend_heading_tags}}
{{if_img_upload}}<amp-img src="{{img_upload}}" width="{{image_width}}" height="{{image_height}}" {{image_layout}} alt="{{image_alt}}"></amp-img>{{ifend_img_upload}}
{{if_condition_check_for_btn==1}}
<a href="{{btn_link}}" {{if_condition_page_link_open==new_page}}target="_blank"{{ifend_condition_page_link_open_new_page}} class="fe_btn">{{btn_txt}}</a>
{{ifend_condition_check_for_btn_1}}
</div> {{ifend_condition_feature_layout_type_1}}'