change size logo

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Thu Dec 27, 2012 11:42 pm
Hi, i have 4 questions:
1- I need 3 LENGUAGES in this position (enghlis, spanish, catalan(default)) how can i put lenguase selector?
2- I need put logo in all width page, how can i change this? and how can change background?
3- in Ipad i don't see cart
4- When I clik in continue buy, not return to main menu. In your demo same.

thanks'

I attach
sports.jpg
User avatar
Senior Boarder

teitbite
Fri Dec 28, 2012 4:44 pm
Hi

1. Please use banner1 position : http://demo.gavick.com/joomla25/eSport/ ... -positions
2. Background can be changed by replacing this file /images/style1/bg_halftone.png
3. An iPad has a smaller screen so cart which is outside the site area is not visible. But there is a second link to cart which iPad users can see.
4. This is a VM functionality. Please ask on their forum how to configure it to change it.
User avatar
Moderator

GK User
Sat Dec 29, 2012 10:30 am
Hi,
3-Is possible move cart and down it, or move to other position?
thnak's
User avatar
Senior Boarder

GK User
Sat Dec 29, 2012 10:39 am
I need resize logo,
another template i write

in override scc
#gkLogo {
width: 170px;
height: 55px;
}

Is possible in this template?
User avatar
Senior Boarder

teitbite
Sat Dec 29, 2012 10:14 pm
Hi

For showing cart in iPad I advice to make the visible part a little bigger by adding this code to /layout/blocls/head.php

Code: Select all
<meta name="viewport" content="width=1082px">


To make logo full width, You need some more changes:

Code: Select all
h1#gkLogo,
h1#gkLogo a.cssLogo {
    height: 100px;
    width: 100%;
}

#gkMainMenu .gk-menu {
    clear: both;
}
User avatar
Moderator

GK User
Sat Dec 29, 2012 11:43 pm
thank you very much!
User avatar
Senior Boarder

GK User
Thu Feb 14, 2013 9:45 pm
Hi,
I am interested in getting the cart visible on ipad and iphone too.
I pasted a the end of the file.
It's great.
thanks
User avatar
Expert Boarder

teitbite
Fri Feb 15, 2013 5:23 pm
Hi

Do You need an additional help with this ? Or is it working already ?
User avatar
Moderator

GK User
Fri Sep 06, 2013 11:20 pm
teitbite wrote:
To make logo full width, You need some more changes:

Code: Select all
h1#gkLogo,
h1#gkLogo a.cssLogo {
    height: 100px;
    width: 100%;
}

#gkMainMenu .gk-menu {
    clear: both;
}


Would this eliminate the main menu?
I'd like to have a full-width logo, but also have the main menu below that would also be full-width.
User avatar
Fresh Boarder

GK User
Fri Sep 06, 2013 11:57 pm
scottastley wrote:Would this eliminate the main menu?
I'd like to have a full-width logo, but also have the main menu below that would also be full-width.


And I guess the other option would be to have the full-width logo on module position "Banner 1". Then, I would have to delete the logo and then move the menu to fill the 100%.

Which one is easier? And how would I go about doing that?
User avatar
Fresh Boarder

teitbite
Sun Sep 08, 2013 1:14 am
Hi

I think faster is to use css, becuase You can do everything in one place. Please set this new big logo and show me the site, so I'll tell You the code to show it as described.
User avatar
Moderator


cron