Zen Cart Logo
Forums / Addon Templates / Ocean Front Template Support Thread

Ocean Front Template Support Thread

Views: 56,761

Results 41 to 60 of 270
23 Jun 2008, 11:57 AM
#41
rkb avatar

rkb

New Zenner

Join Date:
Sep 2006
Location:
Beerwah. QLD. Australia
Posts:
79
Plugin Contributions:
0

Ocean Front Template Support Thread

Hi Clyde,
I am still having some css issues mainly caused by by lack of understanding,

Using FF3 when you go to http://www.thepatchshop.com.au all is fine, then go to Contact Us or Login and the bottom boxes are cut off on the left border.

Using IE, what a mess, so does IE use instruction from both stylesheet.css and iestylesheet.css

I have all manner of combination's to no avail.

Any assistance would be appreciated

23 Jun 2008, 12:52 PM
#42
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

FireFox3? Isn't that still BETA?

23 Jun 2008, 3:30 PM
#43
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

Kim:

FireFox3? Isn't that still BETA?

No it was released on the 17th.

23 Jun 2008, 4:10 PM
#44
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

RKB:

Hi Clyde,
I am still having some css issues mainly caused by by lack of understanding,

Using FF3 when you go to http://www.thepatchshop.com.au all is fine, then go to Contact Us or Login and the bottom boxes are cut off on the left border.

Using IE, what a mess, so does IE use instruction from both stylesheet.css and iestylesheet.css

I have all manner of combination's to no avail.

Any assistance would be appreciated

Try removing the highlighted portion of this declaration in the stylesheet.css

The width of the column wrapper is already defined in admin -> configuration -> layout settings; you don't need to set it in the stylesheet.

#navColumnOneWrapper {
margin-left: 10px;
margin-right: 0px;
/width: 150px;/
}

The iestylesheet.css only uses settings particular to IE and anything else comes from the the main stylesheet.css.

23 Jun 2008, 9:40 PM
#45
rkb avatar

rkb

New Zenner

Join Date:
Sep 2006
Location:
Beerwah. QLD. Australia
Posts:
79
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

Kim:

FireFox3? Isn't that still BETA?

No, It's fully released

13 Jul 2008, 12:51 PM
#46
bishop999 avatar

bishop999

New Zenner

Join Date:
Nov 2006
Posts:
16
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

Hi every one, Ive found most solutions in the forum but Im a bit stuck with the space above the header especially in IE the site I am working on is this site
http://www.rxalternative.net/rxalternative/ and Im using ocean front template and version v1.3.8 of zen cart, can any one help??

13 Jul 2008, 3:54 PM
#47
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

bishop999:

Hi every one, Ive found most solutions in the forum but Im a bit stuck with the space above the header especially in IE the site I am working on is this site
http://www.rxalternative.net/rxalternative/ and Im using ocean front template and version v1.3.8 of zen cart, can any one help??

One thing I did notice is that you are not using the stylesheet.css that was included with the template. So I can't pin point exactly where this problem may lie.

14 Jul 2008, 5:33 AM
#48
bishop999 avatar

bishop999

New Zenner

Join Date:
Nov 2006
Posts:
16
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

clydejones:

One thing I did notice is that you are not using the stylesheet.css that was included with the template. So I can't pin point exactly where this problem may lie.

Hi thanks for replying, would it be ok to add the style sheet here? it was the one that came with the latest version of the template, Ive modified it a little to change font colors and header size.

the issue is the header isnt going to absolute top, the search header went to absolute top but I turned that off in the layout boxes control

14 Jul 2008, 8:09 AM
#49
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

bishop999:

Hi thanks for replying, would it be ok to add the style sheet here? it was the one that came with the latest version of the template, Ive modified it a little to change font colors and header size.

the issue is the header isnt going to absolute top, the search header went to absolute top but I turned that off in the layout boxes control

You turned off the search box in the admin but now you are displaying an empty div.

to correct this:

open includes/templates/ocean_front/common/tpl_header.php

find the following line of code (at around line 45)

<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

and replace that line with the following line of code

<!-- <div id="navMainSearch"><?php // require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> -->

Save the file and upload to your server

14 Jul 2008, 9:58 AM
#50
bishop999 avatar

bishop999

New Zenner

Join Date:
Nov 2006
Posts:
16
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

clydejones:

You turned off the search box in the admin but now you are displaying an empty div.

to correct this:

open includes/templates/ocean_front/common/tpl_header.php

find the following line of code (at around line 45)

<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> ``` > > and replace that line with the following line of code > > ```php <!-- <div id="navMainSearch"><?php // require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> --> ``` > > Save the file and upload to your server

thank you for your help, I got it working using alternate header (user contribution), but now the search div is making a space below header so Ill try your fix and get back to you, thanks again.

15 Jul 2008, 8:58 AM
#51
bishop999 avatar

bishop999

New Zenner

Join Date:
Nov 2006
Posts:
16
Plugin Contributions:
0

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;
}

31 Jul 2008, 6:37 AM
#52
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

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

31 Jul 2008, 12:07 PM
#53
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

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 no longer available]

31 Jul 2008, 10:51 PM
#54
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

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!

31 Jul 2008, 11:45 PM
#55
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

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.

31 Jul 2008, 11:52 PM
#56
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

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... )

1 Aug 2008, 2:24 AM
#57
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

Just unzip the file and upload the entire includes folder to your server.

jenpen_fix.zip

Perfect Clyde, thanks.

1 Aug 2008, 2:33 AM
#58
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

jenpen:

Perfect Clyde, thanks.

Glad to help

13 Aug 2008, 3:50 AM
#59
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

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!

13 Aug 2008, 5:23 AM
#60
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Ocean Front Template Support Thread

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;
}