View Single Post
  #73  
Old 07-21-2013, 05:22 PM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: xMobile - Smartphone mobile template

Quote:
Originally Posted by carpeperdiem
do I want to put the static page menu on ALL pages, or just home page?

I think I do.

This is very easy. This will take you 3 minutes...

1. In file,
/skin/txs_xmobile/customer/main/welcome.tpl

FIND:
Code:
<!-- Main Heading Finish -->

CUT/COPY everything below this to a new file. (obviously, you are working on a clone or backups -- common sense, folks)

2. name the new file,

/skin/txs_xmobile/customer/main/collapsible-menus.tpl

and paste the content from #1

3. In file,
/skin/txs_xmobile/customer/content.tpl

FIND:
Code:
{include file="customer/home_main.tpl"}
BELOW, insert:
Code:
{include file="customer/main/collapsible-menus.tpl"}

That's it.
We now have the collapsible menus on all pages, not only home page. I'm gonna play with this and see if my testers like this better.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote