'footer', 'property' => 'display', 'value' => 'none !important' ); } } else if(isset($iq_option['iq_footer_top'])) { if($iq_option['iq_footer_top'] == 'no') { $dynamic_css[] = array( 'elements' => 'footer', 'property' => 'display', 'value' => 'none !important' ); } } // Subscribe Option if(get_field('display_subscribe' , $page_id) != 'default') { if(get_field('display_subscribe') == 'no') { $dynamic_css[] = array( 'elements' => '.footer_top_block', 'property' => 'display', 'value' => 'none !important' ); } } else if(isset($iq_option['iq_display_subscribe'])) { if($iq_option['iq_display_subscribe'] == "no") { $dynamic_css[] = array( 'elements' => '.footer_top_block', 'property' => 'display', 'value' => 'none !important' ); } } if ( count( $dynamic_css ) > 0 ) { echo "'; } }