Jump to content

[SOLVED] Modify default mobile template (change colors + removing tabs)


Recommended Posts

Hi I am running PS 1.5.6.1 default mobile theme.

I have tried to make some changes on the default theme, but I could not succeed in what I wanted.
I want to change background colors on some tabs and also I want to remove some tabs.

I have three images of the primary changes that I need for the different pages on my mobile theme:

Where can I make these changes, in which files do I have to look?

I hope someone can help in this. Thanks.

post-734931-0-84893400-1388090674_thumb.png

post-734931-0-55944100-1388090676_thumb.png

Edited by khaledsaied (see edit history)
Link to comment
Share on other sites

Hi.

 

You can remove them in 'themes/[YOUR_THEME]/mobile/sitemap.tpl'

 

Vores Tilbud is at line 31

 

Alle kategorier is from line 43 to 50

 

To change the background edit http://buyzaaptv.dk/themes/leoshoe/mobile/css/jquery.mobile-1.3.0.min.css , line 2.

 

Regards.

Robin.

The CartExpert Team

Edited by CartExpert.net (see edit history)
  • Like 1
Link to comment
Share on other sites

Hi.

 

You can remove them in 'themes/[YOUR_THEME]/mobile/sitemap.tpl'

 

Vores Tilbud is at line 31

 

Alle kategorier is from line 43 to 50

 

To change the background edit http://buyzaaptv.dk/themes/leoshoe/mobile/css/jquery.mobile-1.3.0.min.css , line 2.

 

Regards.

 

Robin.

 

The CartExpert Team

Thanks for the response Robin! 

I will try to make the changes and give you feedback asap :)

Link to comment
Share on other sites

post-734931-0-96195400-1388090675_thumb.png

Hi again 
It took sometime to find the correct backgrounds in this file: http://buyzaaptv.dk/themes/leoshoe/mobile/css/jquery.mobile-1.3.0.min.css but I finally managed to make almost all the changes/modifications that I wanted with your help :)

Now I only need to remove one tab inside "Produkter"(products) called "Se varer" (see products) but I could not find it in the sitemap.tpl

Do you have an idea of where I can find it?

 

NB: ZAAPTV and Tilbehør is subcategories containing products. But I don't know where the tab "Se varer" comes from..

Edited by khaledsaied (see edit history)
Link to comment
Share on other sites

Hi.

 

'See products' is in 'category-tree-branch.tpl'

 

Regards.

 

Robin.

 

The CartExpert Team

 

Thanks again! This was what I was looking for :)

 

I removed this code in 'category-tree-branch.tpl':

<li>
				<a href="{$node.link|escape:'htmlall':'UTF-8'}" title="{$node.desc|escape:'htmlall':'UTF-8'}" data-ajax="false">
					{l s='See products'}
				</a>
			</li>

So now 'Se varer' (See products) is gone :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...