stekmarketing
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Sub menu too tall and out of visible areaThe child-theme has fixed the arrow issue in Firefox.
- This reply was modified 7 years ago by stekmarketing.
- This reply was modified 7 years ago by stekmarketing. Reason: fixed issue
- This reply was modified 7 years ago by stekmarketing.
Forum: Plugins
In reply to: [Max Mega Menu] Sub menu too tall and out of visible areaHi Tom,
I tested the site with Internet Explorer 10, Edge, Chrome, Opera, and Firefox. It seems the problem is exclusive to Firefox.
I will try the fixes in the link and update you.
Thanks,
JinstonForum: Plugins
In reply to: [Max Mega Menu] Sub menu too tall and out of visible areaHi Tom,
I have uploaded it to a free server with the arrow enabled.
https://stektest.atwebpages.com/Thanks,
JinstonForum: Plugins
In reply to: [Max Mega Menu] Sub menu too tall and out of visible areaI am developing it offline with InstantWP. Even when I set the width to a ridiculous number like 500px it would still drop the arrow to a 2nd line.
- This reply was modified 7 years ago by stekmarketing.
Forum: Plugins
In reply to: [Max Mega Menu] Sub menu too tall and out of visible areaI tried adjusting width and height, but nothing worked.
I tried hiding the arrow and that seems to solve the problem. I am not sure if it is Mega Menu or Kahuna Theme, but something is causing the left and right arrows to have a very large width.
Forum: Plugins
In reply to: [Max Mega Menu] Sub menu too tall and out of visible area#2 worked.
For problem 1, the theme I am using does not look like the link you gave. I am using Cryout’s Kahuna theme. I tried removing everything in header.php referring to the navigation menu and adding
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?>
but that dropped the menu below the header and still had the same 2 line problem.