> <?php wp_title(); ?> /> /> data-scrolleffect="" data-scrollspeed=""> $conditional ) { if( $conditional() ) { $loader_match = true; /* front page gets handeled as a page too */ if( $conditional == 'is_page' && is_front_page() ) { $loader_match = false; } else { /* we have a match , so we can stop the loop */ break; } } } endif; if( $loader_match ) : ?>
'nav', 'container_id' => 'navigation', 'fallback_cb' => 'ut_default_menu', 'container_class' => 'grid-80 hide-on-tablet hide-on-mobile ' . $navigation_pull , 'items_wrap' => '', 'theme_location' => 'primary', 'walker' => new ut_menu_walker()); /* mobile navigation settings */ $mobilemenu = array('container' => 'nav', 'container_id' => 'ut-mobile-nav', 'menu_id' => 'ut-mobile-menu', 'menu_class' => 'ut-mobile-menu', 'fallback_cb' => 'ut_default_menu', 'container_class' => 'ut-mobile-menu mobile-grid-100 tablet-grid-100 hide-on-desktop', 'items_wrap' => '
', 'theme_location' => 'primary', 'walker' => new ut_menu_walker()); ?>