Re: Ocean Front Template Support Thread
Ive got it now, just in case anyone else has this issue, I changed ocean front template header_bg.jpg image to 832 x 150 image and changed the image size in the style sheet, so by reducing the style sheet image size the gap closed (height was 150, changed to 130)
#logoWrapper{
margin: 0 0 0 5px;
/*background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;*/
height:130px;
width:832px;
}
Re: Ocean Front Template Support Thread
Hey Clyde, very nice template.:clap:
My client wishes to operate just as a showcase. How do I turn off the "My Account" and "View Cart" tabs from the strip under the header?
Thanks, Jen
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
jenpen
Hey Clyde, very nice template.:clap:
My client wishes to operate just as a showcase. How do I turn off the "My Account" and "View Cart" tabs from the strip under the header?
Thanks, Jen
This should take care of it. They should only show up when someone is logged in.
Just unzip the file and upload the entire includes folder to your server.
Attachment 4337
Re: Ocean Front Template Support Thread
Hey Clide- thank you again for all your help on the comstock... I am now working on another site with ocean front and I am confused on something-
When i open the template download it is includes ->languages->english->extra-definitions->ocean-front then nothing- there is no file in there... does that mean to just create the folder for ocean front and leave it or is the file missing???
Thanks!
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
luvingmamma
Hey Clide- thank you again for all your help on the comstock... I am now working on another site with ocean front and I am confused on something-
When i open the template download it is includes ->languages->english->extra-definitions->ocean-front then nothing- there is no file in there... does that mean to just create the folder for ocean front and leave it or is the file missing???
Thanks!
There are no files included in the extra_definitions folder. You can leave everything as is.
If at some future time, you create any files that would require specific definitions for the site you are working on you could place them in that folder.
Re: Ocean Front Template Support Thread
OH OK! Makes complete sense......
I installed it here : http://74.52.222.34/~fluffybu/index.php?main_page=
and it worked perfect :) I was just coming back to post :) I did something wrong and had to go to back up because it was not working right :(
off to fine tune it- I need to go back and get the graphics program you pointed me towards on comstock so i can modify these ones to my colors ':)
you are one talented person! (that is where I am not lol... )
Re: Ocean Front Template Support Thread
Quote:
Just unzip the file and upload the entire includes folder to your server.
jenpen_fix.zip
Perfect Clyde, thanks.
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
jenpen
Perfect Clyde, thanks.
Glad to help
Re: Ocean Front Template Support Thread
Clyde, my host gave me a free hosting account for being with them for over 6 years, so I made a new site! I used your template and I am loving it! I didn't know you were so artsy :bigups:
I have been fiddling around with the .css sheet and cant' figure it out. Do you mind going to www.babygiftbasketstores.com and putting something in the cart and then looking at the cart and the checkout page? Everything is to the left with a lot of padding on the right. Can you tell me what to do to my stylesheet to get them to center better since I turned off my sideboxes for these pages?
Thanks! Your template is groovy!
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Doodlebuckets
Clyde, my host gave me a free hosting account for being with them for over 6 years, so I made a new site! I used your template and I am loving it! I didn't know you were so artsy :bigups:
I have been fiddling around with the .css sheet and cant' figure it out. Do you mind going to
www.babygiftbasketstores.com and putting something in the cart and then looking at the cart and the checkout page? Everything is to the left with a lot of padding on the right. Can you tell me what to do to my stylesheet to get them to center better since I turned off my sideboxes for these pages?
Thanks! Your template is groovy!
Let me play around with the template but I'm thinking that it will take separate per-page stylesheets to get it right.
login.css
shopping_cart.css
and one for each of the checkout pages.
the change would be
.centerColumn {
margin: auto;
width: 792px;
}