considering using alegroCart
Re: considering using alegroCart
sorted the logo now
Re: considering using alegroCart
Go to admin/configuration/setting/logos tab, choose your logo, set the height and width.
If it is oversized then edit the default.css files. We have 2. One foe 2 column, and one for 3 column layout. Increase the height of #header, .language, .currency, .search and #bar if needed.
If it is oversized then edit the default.css files. We have 2. One foe 2 column, and one for 3 column layout. Increase the height of #header, .language, .currency, .search and #bar if needed.
Re: considering using alegroCart
Hi Leo
I put my logo in after download the r153 file you sent me and all is good apart from my logo dont fit
I have tried to increase the hashheader in the css2 default.css file and the css3 default.css file but nothing is working
Please help me
Thanks
Ian
I put my logo in after download the r153 file you sent me and all is good apart from my logo dont fit
I have tried to increase the hashheader in the css2 default.css file and the css3 default.css file but nothing is working
Please help me
Thanks
Ian
Re: considering using alegroCart
Also on the about us and other information pages
I wanna change the button from saying continue to say Home, how do I do that please
Thanks
Ian
I wanna change the button from saying continue to say Home, how do I do that please
Thanks
Ian
Re: considering using alegroCart
Lot of things have been changes since 1.2.7, e.g. we have moved the template related css entries to the colour.css files.
So, if you are using the black template, you have to edit the black.css files.
Search for #header, etc.
To modify the button:
1. open catalog/language/english/english.php and add
$_['button_home'] = 'Home';
below
$_['button_view'] = 'View';
2. open catalog/template/default/content/information.tpl and change <?php echo $button_continue; ?> to <?php echo $button_home; ?>
3. open catalog/controller/information.php and change every button_continue to button_home
So, if you are using the black template, you have to edit the black.css files.
Search for #header, etc.
To modify the button:
1. open catalog/language/english/english.php and add
$_['button_home'] = 'Home';
below
$_['button_view'] = 'View';
2. open catalog/template/default/content/information.tpl and change <?php echo $button_continue; ?> to <?php echo $button_home; ?>
3. open catalog/controller/information.php and change every button_continue to button_home
Re: considering using alegroCart
Hi Leo
Ok cool, I am using grey so I changed the following in grey.css which is in catalog/styles/default/colors3 - is that right?
#header {
height: 600px;
}
#header .a {
height: 600px;
}
I did the same in the colors2 folder and still not worked
Regarding the buttons
I did what you said and works, just how do I make the Home button a link to the home page
Thank you for helping me Leo
Ian
Ok cool, I am using grey so I changed the following in grey.css which is in catalog/styles/default/colors3 - is that right?
#header {
height: 600px;
}
#header .a {
height: 600px;
}
I did the same in the colors2 folder and still not worked
Regarding the buttons
I did what you said and works, just how do I make the Home button a link to the home page
Thank you for helping me Leo
Ian
Re: considering using alegroCart
You logo is 112px height, so you have to change #header height, move #bar and .search down.
The height of the background image of the header is fixed and is set in the 14th line of the grey.css file (#container).
So, if you increase the height of the header, it remains unchanged. Delete it, or change it to whatever you want.
Are you sure that you have changed only button_continue to button_home?
The height of the background image of the header is fixed and is set in the 14th line of the grey.css file (#container).
So, if you increase the height of the header, it remains unchanged. Delete it, or change it to whatever you want.
Are you sure that you have changed only button_continue to button_home?
Re: considering using alegroCart
I changed grey.css bar and search and moved abit I think but it wont now and I commented out the background image in the hashcontainer part by using /* and */ and not made a difference
Also do you know if I am using colors2 or colors3 as I keep changing both lots
Also do you know if I am using colors2 or colors3 as I keep changing both lots
Re: considering using alegroCart
regarding the buttons, yeah I changed only button_continue to button_home
Re: considering using alegroCart
You are using the neutral template, not the grey.