Thread: Admin Menus
View Single Post
  #19  
Old 01-23-2016, 04:13 PM
 
zebu zebu is offline
 

eXpert
  
Join Date: Oct 2006
Posts: 310
 

Default Re: Admin Menus

I applied this original fix back in 4.4.5 - but after upgrading to 4.7.4 - I once again had the issue on mobile devices with the admin drop down menus not being clickable.

I applied the original fix which worked once again - except it had a knock on effect in desktop view of the admin menus. In the desktop view the top menu becomes clickable and while the pop down menus do appear - you have to be really quick to click on your option otherwise the top level page loads. (because you have to click on it to get the pop down menu)

I just added a simple little arrow image to each menu - works fine in all views and all devices.

working
Quote:
Originally Posted by Richard Walkling
Here is a possible solution -

in /common_files/single/menu_box.tpl

Replace the text headers
{$lng.lbl_orders}

with a graphic - link similar to this :
<img src="{$SkinDir}/modules/TXS_Service_Scripts/images/admin-logo-box.png" alt="TheXCartStore"/>

I noticed that after adding add ons from TheXcartstore.com that their menu, which has a graphic at the top, opens fine when clicked on an ipad or iphone in 4.4.2

Change the image location to your own - just watch the widths so that it still fits on one screen.

Hope this helps
__________________
Version 4.7.7
Reply With Quote