Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Admin Menus

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 10-15-2012, 04:52 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Admin Menus

Why is this still an issue in 4.5.3?

*some* store admins use an iPad or iPhone while mobile...

As of the date of this posting, x-cart has not "fixed" 4.5.3.
Forcing us to search the forum, then patch.
Why ?

400 million iOS devices sold through June 2012.
Is this a passing fad?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #12  
Old 10-16-2012, 03:54 AM
 
dave01978 dave01978 is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 95
 

Default Re: Admin Menus

Quote:
Originally Posted by carpeperdiem
Why is this still an issue in 4.5.3?

*some* store admins use an iPad or iPhone while mobile...

As of the date of this posting, x-cart has not "fixed" 4.5.3.
Forcing us to search the forum, then patch.
Why ?

400 million iOS devices sold through June 2012.
Is this a passing fad?

becuase apple sucks and they dont design there stuff to work the way you want it to, they could easly allow it to work fine as it works great with several versions of android.
__________________
Xcart Version 4.5.2
CDSEO Pro
Remember Anonymous carts
Social Bookmarks
Cart Abandonment
catagory map
mobile mod
product map
XCMS
Auth.net DPM
Reply With Quote
  #13  
Old 10-16-2012, 04:09 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Admin Menus

Quote:
Originally Posted by dave01978
becuase apple sucks

Right.
Market cap = $595 BILLION
We should all mismanage our companies and make products that people don't buy because the built-in web browser doesn't read X-cart admin menus.
Sure. Makes total sense.

Anyone reading this, remember when we all had to patch our sites for Microsoft (remember them?) IE?

Functionality with iOS should be part of beta testing. If it doesn't work with iOS - EVEN IF IT'S THE FAULT OF iOS - workarounds MUST be applied.

ONCE x-cart recognized (and provided a patch) for this, it should have been added to all future releases.

That's my point.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #14  
Old 10-16-2012, 08:16 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Admin Menus

4.5.2 admin menus work ok on ipad for me. I have not tested on any phone but again I find it somewhat ridiculous to try and work the admin on 3" screen
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #15  
Old 10-16-2012, 08:32 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Admin Menus

Quote:
Originally Posted by cflsystems
4.5.2 admin menus work ok on ipad for me

iOS6?
I can confirm 4.5.3 gold plus admin menus do not work on iPhone 5, iOS 6
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #16  
Old 10-16-2012, 08:36 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Admin Menus

Hm not sure. It's iPad2 and I updated its OS like a week or 2 ago to the last one available for iPad - just when they released iPhone5 with the new OS. But the menus were working before and are working now. Agian this is on iPad2 not on iPhone.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #17  
Old 12-04-2012, 10:19 PM
 
Nishant Nishant is offline
 

Advanced Member
  
Join Date: Oct 2009
Posts: 39
 

Default Re: Admin Menus

Its working Great..!!

One glitch is there.. If Multiple menu are opened. all are open at same time.

Can that be fixed ?
__________________
Various X-cart Versions...!!
Latest is X-cart 4.7.5
Reply With Quote
  #18  
Old 08-05-2013, 01:32 AM
 
Richard Walkling Richard Walkling is offline
 

Member
  
Join Date: Apr 2004
Posts: 22
 

Default Re: Admin Menus

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
__________________
Richard
4.7.12
Reply With Quote

The following user thanks Richard Walkling for this useful post:
zebu (01-23-2016)
  #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
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:54 AM.

   

 
X-Cart forums © 2001-2020