Çok garip, yardımcı olabilecek kimse yok mu?
$bridge_qode_options = bridge_qode_return_global_options();
?>
>
$bridge_qode_is_IE = bridge_qode_return_is_ie_variable();
if ( ! empty( $bridge_qode_is_IE ) && $bridge_qode_is_IE ) { ?>
/**
* bridge_qode_header_meta hook
*
* @see bridge_core_header_meta() - hooked with 10
* @see bridge_qode_user_scalable_meta() - hooked with 10
*/
do_action('bridge_qode_action_header_meta');
?>
itemscope itemtype="http://schema.org/WebPage">
$params = bridge_qode_header_parameters();
extract($params);
echo bridge_qode_get_module_template_part('templates/parts/ajax-loader', 'header');
echo bridge_qode_get_module_template_part('templates/side-area/side-area', 'header', '', $params);
?>
if($enable_vertical_menu) {
echo bridge_qode_get_module_template_part('templates/vertical-header', 'header', '', $params);
}else{
switch($header_bottom_appearance){
case 'stick menu_bottom':
$header_appearance_slug = 'stick_menu_bottom';
break;
case 'fixed fixed_minimal':
$header_appearance_slug = 'fixed_minimal';
break;
default:
$header_appearance_slug = $header_bottom_appearance;
break;
}
echo bridge_qode_get_module_template_part('templates/header-appearance/header', 'header', $header_appearance_slug, $params);
}
echo bridge_qode_get_module_template_part('templates/parts/back-to-top', 'header', '', $params);
echo bridge_qode_get_module_template_part('templates/popup-menu/popup-menu', 'header', '', $params);
echo bridge_qode_get_module_template_part('templates/parts/fullscreen-search', 'header', '', $params);
?>
getOptionValue('paspartu') == 'yes'){ ?>
getOptionValue('vertical_area') == "yes" && bridge_qode_options()->getOptionValue('vertical_menu_inside_paspartu') == 'no') { ?>
getOptionValue('paspartu_on_top') == 'yes' && bridge_qode_options()->getOptionValue('paspartu_on_top_fixed') == 'yes') ||
(bridge_qode_options()->getOptionValue('vertical_area') == "yes" && bridge_qode_options()->getOptionValue('vertical_menu_inside_paspartu') == 'yes')){ ?>
dynamic_sidebar('left_side_fixed');
?>
$animation = get_post_meta($id, "qode_show-animation", true);
if (!empty($_SESSION['qode_animation']) && $animation == ""){ $animation = $_SESSION['qode_animation']; }
if(in_array(bridge_qode_options()->getOptionValue('page_transitions'), array('1', '2', '3', '4')) || in_array($animation, array("updown","fade","updown_fade","leftright"))){ ?>
getOptionValue('page_transitions'), array('1', '2', '3', '4')) || in_array($animation, array("updown","fade","updown_fade","leftright"))){
do_action('bridge_qode_action_visual_composer_custom_shortcodce_css');
} ?>