Sorry, but nothing matched your search terms. Please try again with some different keywords.

' . esc_html('Primary Menu', 'thegem') . ''; if (thegem_get_option('header_layout') == 'fullwidth_hamburger' || thegem_get_option('header_layout') == 'overlay') { $minicart_items = ''; echo '
'; if(thegem_get_option('hamburger_menu_cart_position') && !thegem_get_option('hide_card_icon') && !thegem_get_option('catalog_view') && defined( 'WC_PLUGIN_FILE' )) { if (thegem_get_option('cart_icon_pack') && thegem_get_option('cart_icon')) { wp_enqueue_style('icons-'.thegem_get_option('cart_icon_pack')); } $count = thegem_get_cart_count(); ob_start(); woocommerce_mini_cart(); $minicart = ob_get_clean(); if (!empty(thegem_get_option('mini_cart_type')) && thegem_get_option('mini_cart_type') == 'dropdown') { $minicart_items = '
' . '' . $count . '' . '
' . $minicart . '
'; } if (!empty(thegem_get_option('mini_cart_type')) && thegem_get_option('mini_cart_type') == 'sidebar') { $minicart_items = ''; } if(thegem_get_option('logo_position') != 'right') { echo $minicart_items; } } if (thegem_get_option('header_layout') == 'fullwidth_hamburger') { echo ''; } if (thegem_get_option('header_layout') == 'overlay') { echo ''; } if($minicart_items && thegem_get_option('logo_position') == 'right') { echo $minicart_items; } echo '
'; } if (thegem_get_option('header_layout') == 'overlay' || thegem_get_option('mobile_menu_layout') == 'overlay') { echo '
'; } if (thegem_get_option('header_layout') == 'perspective') { echo ''; } if (thegem_get_option('mobile_menu_layout') == 'slide-horizontal') { echo '
'; } if (thegem_get_option('mobile_menu_layout') == 'slide-vertical') { echo '
'; } } add_action('thegem_before_nav_menu', 'thegem_before_nav_menu_callback'); function thegem_after_nav_menu_callback() { if (thegem_get_option('header_layout') == 'overlay' || thegem_get_option('mobile_menu_layout') == 'overlay') { echo '
'; } if (thegem_get_option('mobile_menu_layout') == 'slide-horizontal') { echo '
'; } if (thegem_get_option('mobile_menu_layout') == 'slide-vertical') { echo '
'; } } add_action('thegem_after_nav_menu', 'thegem_after_nav_menu_callback'); function thegem_before_header_callback() { if (thegem_get_option('header_layout') == 'overlay' || thegem_get_option('mobile_menu_layout') == 'overlay') { echo ''; } } add_action('thegem_before_header', 'thegem_before_header_callback'); function thegem_option_mobile_menu_layout_default($value) { if (!$value) { $value = 'default'; } return $value; } add_filter('thegem_option_mobile_menu_layout', 'thegem_option_mobile_menu_layout_default'); function thegem_nav_menu_class_callback($classes) { if (thegem_get_option('mobile_menu_layout') == 'default') { $classes .= ' dl-menu'; } if (thegem_get_option('logo_position') == 'menu_center') { $classes .= ' menu_center-preload'; } return $classes; } add_filter('thegem_nav_menu_class', 'thegem_nav_menu_class_callback'); function thegem_before_perspective_nav_menu_callback() { if (thegem_get_option('mobile_menu_layout') == 'overlay') { echo '
'; } if (thegem_get_option('mobile_menu_layout') == 'slide-horizontal') { echo '
'; } if (thegem_get_option('mobile_menu_layout') == 'slide-vertical') { echo '
'; } echo ''; } add_action('thegem_before_perspective_nav_menu', 'thegem_before_perspective_nav_menu_callback'); function thegem_after_perspective_nav_menu_callback() { if (thegem_get_option('mobile_menu_layout') == 'overlay') { echo '
'; } if (thegem_get_option('mobile_menu_layout') == 'slide-horizontal') { echo '
'; } if (thegem_get_option('mobile_menu_layout') == 'slide-vertical') { echo '
'; } ?>