Post by minnieve » Thu Sep 17, 2009 4:50 pm

which may be a bit of a big ask - i have limited knowledge....

1. for starters i want to change the header - i want it to be bigger than what is allowed in the default - i went through admin and uploaded the logo i want and it is too high for the template - but instead of moving the page down the header actually covers over the top of the page - minnieve.com.au - if you wantto see what i am talking about

2. is there anyway to make the logo/header go up flush against the side of the page or does it have to have a margin there?

3. how do i get rid of the search box up the top right - i want the whole top of the page to be header only. if there is a way to move the search box over to the left that would be great but if not i can live without it - the store won't really be big enough to require a search box anyway

4. can someone tell me where is the html to change the colour of the bar accross the top that has the "home" "special offers" "login" links etc in it? i'd like to change the colour of that part too - and i need to remove "special offers"

5. can i change the currency to AUS dollar? if not can i remove the box all together (i'm not really targeting an international market)

6. can i remove the part on the page that says "newest products" so that the front page is just the header, the left side bar and the welcome message (which i will be putting images and links in). ideally i'd like to have no right side bar at all and just move the "shopping cart" box over to the left (if i have no right side bar then that middle section would need to be slightly wider to balance the page out)

7. lastly but not as important - can i change the background colour of the boxes on the side bar - i'd like to have the page background white but then the boxes themselves shaded in a matching colour

and can i just say i have been working for days to try to find a cart that fits in with my "dream" of what my store will look like and this cart is by FAR the closest!!!!!!! and i LOVE the admin panel

if no-one can answer all my questions please can you just answer the ones you can help with and i can just chip away at this bit by bit

thanks in advance

Tracey

New member

Posts

Joined
Thu Sep 17, 2009 4:27 pm

Post by dippo » Thu Sep 17, 2009 8:29 pm

I'm a newbie at all this but after some fiddling and alot of help beginning to figure the basics out so I can answer some questions.....
4. can someone tell me where is the html to change the colour of the bar accross the top that has the "home" "special offers" "login" links etc in it? i'd like to change the colour of that part too - and i need to remove "special offers"
The colour can be changed with photo editing software like Photoshop. Go to Catalog->View->Theme->Default->Image and you can change the colours to boxes there.
5. can i change the currency to AUS dollar? if not can i remove the box all together (i'm not really targeting an international market)
Can easily be done on the admin panel. Admin -> Config -> Localisation -> Currency. Add AUS then set it as default and go to Extentons -> Modules and uninstall currency.

New member

Posts

Joined
Tue Aug 11, 2009 10:04 pm

Post by minnieve » Fri Sep 18, 2009 1:51 pm

wow - that is a great start - thanks so much :)

Tracey

New member

Posts

Joined
Thu Sep 17, 2009 4:27 pm

Post by minnieve » Fri Sep 18, 2009 2:34 pm

thank you so muh

they both worked - now onto the others :)

i've found the stylesheetcss and have tried moving the header down - no i'm thinking the bar that i just changed the colour of is header div 4 and i can find where to change the height but not the margin. I successfully changed the margin of the header image but not the bar - which is the bit i want to move

New member

Posts

Joined
Thu Sep 17, 2009 4:27 pm

Post by imaginetech » Fri Sep 18, 2009 8:39 pm

minnieve wrote:which may be a bit of a big ask - i have limited knowledge....

1. for starters i want to change the header - i want it to be bigger than what is allowed in the default - i went through admin and uploaded the logo i want and it is too high for the template - but instead of moving the page down the header actually covers over the top of the page - minnieve.com.au - if you wantto see what i am talking about

Open catalog/view/theme/YOURTHEME/stylesheet/stylesheet.css
Edit the #header div tags (easiest way is to install google chrome or similar and use the inspect element feaure to find the exact css tag/id/element.


2. is there anyway to make the logo/header go up flush against the side of the page or does it have to have a margin there?

If you want it flush up against the left side then stop now, pack up your tools and give up. This ain't 1999 O0
Just kidding, I assume you mean flush against the top of the page? If yes then just change the padding on the body tag in the stylesheet.


3. how do i get rid of the search box up the top right - i want the whole top of the page to be header only. if there is a way to move the search box over to the left that would be great but if not i can live without it - the store won't really be big enough to require a search box anyway

Open catalog/view/theme/YOURTHEME/template/common/header.tpl
Comment out the PHP code on line 3. Better to comment out than remove in case you want it later.


4. can someone tell me where is the html to change the colour of the bar accross the top that has the "home" "special offers" "login" links etc in it? i'd like to change the colour of that part too - and i need to remove "special offers"

It is located in /catalog/view/theme/YOURTHEME/image/header.png
Open in a graphics editing app and change or recreate, dimensions are 1px x 40px.


5. can i change the currency to AUS dollar? if not can i remove the box all together (i'm not really targeting an international market)

It's in admin.

6. can i remove the part on the page that says "newest products" so that the front page is just the header, the left side bar and the welcome message (which i will be putting images and links in). ideally i'd like to have no right side bar at all and just move the "shopping cart" box over to the left (if i have no right side bar then that middle section would need to be slightly wider to balance the page out)

Open catalog/view/theme/YOURTHEME/template/common/home.tpl
Comment out line 6 thru 30.


7. lastly but not as important - can i change the background colour of the boxes on the side bar - i'd like to have the page background white but then the boxes themselves shaded in a matching colour

Edit stylesheet, look for .box .middle class.

and can i just say i have been working for days to try to find a cart that fits in with my "dream" of what my store will look like and this cart is by FAR the closest!!!!!!! and i LOVE the admin panel

if no-one can answer all my questions please can you just answer the ones you can help with and i can just chip away at this bit by bit

thanks in advance

Tracey

Image
www.opencartstore.com
Get OpenCart Templates and OpenCart Modules.


User avatar
Active Member

Posts

Joined
Fri Sep 04, 2009 12:25 pm
Location - Darwin, Australia

Post by minnieve » Fri Sep 18, 2009 9:24 pm

thanks for you help

i'll go and have a look and see how i go - for the record - i worked out how to make the header flush against the side of the page (in line with the left column) - all by myself - woo hoo for me

New member

Posts

Joined
Thu Sep 17, 2009 4:27 pm

Post by minnieve » Fri Sep 18, 2009 11:07 pm

Oh my goodness i can't believe i'm nearly there :D
1. for starters i want to change the header - i want it to be bigger than what is allowed in the default - i went through admin and uploaded the logo i want and it is too high for the template - but instead of moving the page down the header actually covers over the top of the page - minnieve.com.au - if you wantto see what i am talking about
the last part i am having trouble with is moving the page down to fit my tall header in - i have downloaded teh google chrome thing and will have a look at it better next :)

2. is there anyway to make the logo/header go up flush against the side of the page or does it have to have a margin there?
i managed to get the header flush with the left side of the left column
3. how do i get rid of the search box up the top right - i want the whole top of the page to be header only. if there is a way to move the search box over to the left that would be great but if not i can live without it - the store won't really be big enough to require a search box anyway
DONE
4. can someone tell me where is the html to change the colour of the bar accross the top that has the "home" "special offers" "login" links etc in it? i'd like to change the colour of that part too - and i need to remove "special offers"
I have changed the colour but still haven't worked out how to remove "special offers"
5. can i change the currency to AUS dollar? if not can i remove the box all together (i'm not really targeting an international market)
done
6. can i remove the part on the page that says "newest products" so that the front page is just the header, the left side bar and the welcome message (which i will be putting images and links in). ideally i'd like to have no right side bar at all and just move the "shopping cart" box over to the left (if i have no right side bar then that middle section would need to be slightly wider to balance the page out)
i have removed the "newest products" but still ned to move the shopping cart and currency over to the left and remove the best sellers. i also need to make that middle section wider so it takes up teh space that was the right column
7. lastly but not as important - can i change the background colour of the boxes on the side bar - i'd like to have the page background white but then the boxes themselves shaded in a matching colour
DONE

New member

Posts

Joined
Thu Sep 17, 2009 4:27 pm
Who is online

Users browsing this forum: No registered users and 3 guests