Simple fix...Go to the file includes/filenames.php and change the following line..
define('FILENAME_ALT_NAV', 'alt_nav');
to
define('FILENAME_ALT_NAV', '#');
This Gets rid of the alt nav version, and makes all the drop down menus work first time.
Simple fix...Go to the file includes/filenames.php and change the following line..
define('FILENAME_ALT_NAV', 'alt_nav');
to
define('FILENAME_ALT_NAV', '#');
This Gets rid of the alt nav version, and makes all the drop down menus work first time.
Thank you dgent. You are indeed a gent. It's a minor irritation on a normal-sized computer when you hit the column heading by accident and get that long run of menus, but it's an irritation I don't need. And for a 'pad, it's more than minor.
Rob
Thanks for this... been driving me crazy since I'm converting to tablets and touchscreens.
The only down side I find is that if you're on any other screen than admin, whatever menu you tap will take you back to the admin screen and you will have to tap again to get the dropdown. But definitely better than the alt nav screen.