- This topic is empty.
Viewing 1 post (of 1 total)
-
AuthorPosts
-
August 24, 2016 at 10:17 pm #244882
heyitsmemario
ParticipantHey, I got this problem: whenever I try to jump from one menu item into second submenu item it starts flickering. I’m using Maskitto light theme and everyone using it got this problem (seems developers are too busy to help me) It’s hard to explain so I made couple of vids: https://youtu.be/ikBaKCyQPko and https://www.youtube.com/watch?v=h_saIU6aTW8
Website: http://www.vvkd.lt
Also here’s my code:
<nav class=”primary navbar navbar-default” role=”navigation”>
<
div>
<button type=”button” class=”navbar-toggle collapsed” data-toggle=”collapse” data-target=”#bs-example-navbar-collapse-1″>
<i class=”fa fa-bars”></i>
</button>
“>
<?php if(isset($maskitto_light[‘logo-image’]) && $maskitto_light[‘logo-image’][‘url’]) : ?>
” alt=”<?php echo get_bloginfo( ‘name’ ); ?>” />
<?php elseif( get_header_image() ) : ?>
” alt=”<?php echo get_bloginfo( ‘name’ ); ?>” />
<?php elseif( isset($maskitto_light[‘header-layout’]) ) : ?><?php if( $maskitto_light[‘header-layout’] == 2 ) : ?>
<?php elseif( $maskitto_light[‘header-layout’] == 3 ) : ?>
<?php endif; ?>
<?php endif; ?>
<div> <?php /* Primary navigation */ wp_nav_menu( array( 'theme_location' => 'primary', 'menu' => 'Primary navigation', 'depth' => 3, 'container' => false, 'fallback_cb' => 'false', 'menu_class' => 'nav navbar-nav navbar-right navbar-primary', 'walker' => new maskitto_light_wp_bootstrap_navwalker()) ); ?> <?php if ( !has_nav_menu( 'primary' ) ) : ?> <ul class="nav navbar-nav navbar-right no-menu-assigned"> <li class="menu-item menu-item-type-post_type menu-item-object-page"> <?php if( current_user_can( 'manage_options' ) ) : ?> <a>/nav-menus.php"><?php _e( 'No menu is assigned', 'maskitto-light' ) ?>, <?php _e( 'please assign it here', 'maskitto-light' ) ?></a> <?php else : ?> <a href="#"><?php _e( 'No menu is assigned', 'maskitto-light' ) ?></a> <?php endif; ?> </li>
-
AuthorPosts
Viewing 1 post (of 1 total)
- The forum ‘Design’ is closed to new topics and replies.