Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
hiroshi-core
/
inc
/
fullscreen-menu
/
templates
/
File Content:
full-screen-menu.php
<?php $right_section_image = hiroshi_core_get_post_value_through_levels( 'qodef_fullscreen_menu_right_section_image' ); ?> <div id="qodef-fullscreen-area"> <?php if ( $fullscreen_menu_in_grid ) { ?> <div class="qodef-content-grid"> <?php } ?> <div id="qodef-fullscreen-area-inner"> <?php if ( has_nav_menu( 'fullscreen-menu-navigation' ) ) { ?> <nav class="qodef-fullscreen-menu" role="navigation" aria-label="<?php esc_attr_e( 'Full Screen Menu', 'hiroshi-core' ); ?>"> <?php wp_nav_menu( array( 'theme_location' => 'fullscreen-menu-navigation', 'container' => '', 'link_before' => '<span class="qodef-menu-item-text">', 'link_after' => '</span>', 'walker' => new HiroshiCoreRootMainMenuWalker(), ) ); ?> </nav> <?php } ?> </div> <div id="qodef-fullscreen-area-right"> <?php if ( isset( $right_section_image ) ) { ?> <div class="qodef-fullscreen-area-right-inner" style="<?php echo 'background-image: url(' . esc_url( wp_get_attachment_image_url( $right_section_image, 'full' ) ) . ')'; ?>"> <?php hiroshi_core_get_header_widget_area( 'two' ); ?> </div> <?php } ?> </div> <?php if ( $fullscreen_menu_in_grid ) { ?> </div> <?php } ?> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
full-screen-menu.php
1272 bytes
0644
N4ST4R_ID | Naxtarrr