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

Ocean Front Template Support Thread

Views: 56,761

Results 201 to 220 of 270
25 May 2010, 11:14 PM
#201
donng18 avatar

donng18

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Ocean Front Template Support Thread

I using version 1.3.8a and love it.
I've searched but not found the solution for the following;
I would like to insert a line between the Main Page message and the "Welcome Guest!....".
Would appreciate any guidance.
Thanks
https://www.cottagebythecovedecor.com

25 May 2010, 11:32 PM
#202
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

donng18:

I using version 1.3.8a and love it.
I've searched but not found the solution for the following;
I would like to insert a line between the Main Page message and the "Welcome Guest!....".
Would appreciate any guidance.
Thanks
https://www.cottagebythecovedecor.com

open includes/languages/english/html_includes/ocean_front/define_main_page.php

put a <br /> as your last line of text on that page.

26 May 2010, 12:41 AM
#203
donng18 avatar

donng18

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

Thanks for the reply.
That put the line under the comment "Shipping included with every purchase!" and "Feature Products".
I need it between the "Header Title" and the "Welcome guest!.."
This is what I have displayed on my Main Page;

Coastal cottage accents for home and garden offering linens, accessories, outdoor seating, as well as nantucket baskets.
Welcome Guest! Would you like to log yourself in?

Shipping included with every purchase!

I'd like it after baskets & Welcome.
Thanks

26 May 2010, 1:05 AM
#204
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

donng18:

Thanks for the reply.
That put the line under the comment "Shipping included with every purchase!" and "Feature Products".
I need it between the "Header Title" and the "Welcome guest!.."
This is what I have displayed on my Main Page;

Coastal cottage accents for home and garden offering linens, accessories, outdoor seating, as well as nantucket baskets.
Welcome Guest! Would you like to log yourself in?

Shipping included with every purchase!

I'd like it after baskets & Welcome.
Thanks

open includes/languages/english/ocean_front/index.php

add the <br /> at the end of both the define statements for the

HEADING_TITLE

26 May 2010, 2:38 PM
#205
donng18 avatar

donng18

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

I've tried just about every combination of adding <br /> with and without a";" at the end of the two HEADING TITLE statements to no avail. With that added the site does not come up. I even tried adding <br /> to them separately.??
Is my syntax correct?
Thanks

26 May 2010, 4:24 PM
#206
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

donng18:

I've tried just about every combination of adding <br /> with and without a";" at the end of the two HEADING TITLE statements to no avail. With that added the site does not come up. I even tried adding <br /> to them separately.??
Is my syntax correct?
Thanks

open includes/templates/ocean_front/css/stylesheet.css

add the following declaration:

h1#indexDefaultHeading {
padding: 0 0 10px;
line-height:normal;
}

26 May 2010, 5:45 PM
#207
donng18 avatar

donng18

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

Beautiful!! Just what I wanted..
Thanks much.

I'd like to bring up another topic which much has been written about. I've tried what I can understand but no results. I've also adjusted numbers to display in the Admin settings.

On the Main Page in "Featured Products" there's a difference between in product image layout in IE & Firefox. Firefox always looks the way I want it to. In IE8 I can not line up the products in the rows & columns correctly, they appear somewhat random and in some cases overlapping.
Again would appreciate any guidance.
Thanks

26 May 2010, 5:52 PM
#208
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

donng18:

Beautiful!! Just what I wanted..
Thanks much.

I'd like to bring up another topic which much has been written about. I've tried what I can understand but no results. I've also adjusted numbers to display in the Admin settings.

On the Main Page in "Featured Products" there's a difference between in product image layout in IE & Firefox. Firefox always looks the way I want it to. In IE8 I can not line up the products in the rows & columns correctly, they appear somewhat random and in some cases overlapping.
Again would appreciate any guidance.
Thanks

What are your admin settings?

26 May 2010, 6:26 PM
#209
donng18 avatar

donng18

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Re: Ocean Front Template Support Thread

Featured Products - Number to Display Admin=8
Maximum Display of Featured Products - Main Page=8
Maximum Display of Featured Products Page=8

26 May 2010, 6:40 PM
#210
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

donng18:

Beautiful!! Just what I wanted..
Thanks much.

I'd like to bring up another topic which much has been written about. I've tried what I can understand but no results. I've also adjusted numbers to display in the Admin settings.

On the Main Page in "Featured Products" there's a difference between in product image layout in IE & Firefox. Firefox always looks the way I want it to. In IE8 I can not line up the products in the rows & columns correctly, they appear somewhat random and in some cases overlapping.
Again would appreciate any guidance.
Thanks

donng18:

Featured Products - Number to Display Admin=8
Maximum Display of Featured Products - Main Page=8
Maximum Display of Featured Products Page=8

I'm not sure this is template related but rather a matter of your admin settings.

You're trying squeeze in more images than will fit.

If it were me, I'd only use 3 or 4 images per row.

5 Jun 2010, 2:50 PM
#211
doodlebuckets avatar

doodlebuckets

Totally Zenned

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

Re: Ocean Front Template Support Thread

Clyde, doing some tweaks on my site http://www.babygiftbasketstores.com/ that uses this template. I just added the shopping cart sidebox with checkout button and free shipping qualifier and set it to be on always. When something is in the cart, everything looks fine. When cart is empty, the checkout button is displayed outside the box and all boxes are out of alignment. Can you tell me how to fix this? Thanks! Amy

5 Jun 2010, 3:15 PM
#212
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, doing some tweaks on my site http://www.babygiftbasketstores.com/ that uses this template. I just added the shopping cart sidebox with checkout button and free shipping qualifier and set it to be on always. When something is in the cart, everything looks fine. When cart is empty, the checkout button is displayed outside the box and all boxes are out of alignment. Can you tell me how to fix this? Thanks! Amy

In which browser? I just checked in FF, IE7/8, Safari, Opera and Chrome and didn't see anything out of the ordinary.

5 Jun 2010, 3:29 PM
#213
doodlebuckets avatar

doodlebuckets

Totally Zenned

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

Re: Ocean Front Template Support Thread

clydejones:

In which browser? I just checked in FF, IE7/8, Safari, Opera and Chrome and didn't see anything out of the ordinary.

I was messing with it and put it back and did winmerge with two files to see if I could get it to work. Take a look now, it's back like it was with the checkout button outside the box.

5 Jun 2010, 3:36 PM
#214
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:

I was messing with it and put it back and did winmerge with two files to see if I could get it to work. Take a look now, it's back like it was with the checkout button outside the box.

I haven't used this sidebox, but it looks like you may be missing one or more <div></div> tags for the elements within the sidebox contents.

5 Jun 2010, 3:42 PM
#215
doodlebuckets avatar

doodlebuckets

Totally Zenned

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

Re: Ocean Front Template Support Thread

clydejones:

I haven't used this sidebox, but it looks like you may be missing one or more <div></div> tags for the elements within the sidebox contents.

I have no idea how to fix that. I'll ask on the support thread for the box since theirs would be the issue. Thanks Clyde!

5 Jun 2010, 3:48 PM
#216
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:

I have no idea how to fix that. I'll ask on the support thread for the box since theirs would be the issue. Thanks Clyde!

What files were you trying to merge with it?

You shouldn't have to merge any files with the sidebox.

5 Jun 2010, 3:57 PM
#217
doodlebuckets avatar

doodlebuckets

Totally Zenned

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

Re: Ocean Front Template Support Thread

clydejones:

What files were you trying to merge with it?

You shouldn't have to merge any files with the sidebox.

The side box with checkout button works fine so I tried to use that file with the free shipping mod file to see if I could merge the two and make it work. The only difference between the two files was the block of code that adds the free shipping qualifier. It's fine when something's in the cart but boogered up when the cart is empty. So I have no idea how to tinker and fix something like that. I'm guessing it's involved in one of the "if" statements since it's only broken under the cart empty scenario.

I did not find a thread just for that mod but did post in a thread that someone other than the author was helping out with another issue so hopefully they can tell me what to do...

5 Jun 2010, 4:02 PM
#218
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:

The side box with checkout button works fine so I tried to use that file with the free shipping mod file to see if I could merge the two and make it work. The only difference between the two files was the block of code that adds the free shipping qualifier. It's fine when something's in the cart but boogered up when the cart is empty. So I have no idea how to tinker and fix something like that. I'm guessing it's involved in one of the "if" statements since it's only broken under the cart empty scenario.

I did not find a thread just for that mod but did post in a thread that someone other than the author was helping out with another issue so hopefully they can tell me what to do...

did you try this sidebox mod ( www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=764 )

It appears to have everything included (shopping cart, free shipping and the add to cart button)

5 Jun 2010, 4:25 PM
#219
doodlebuckets avatar

doodlebuckets

Totally Zenned

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

Re: Ocean Front Template Support Thread

clydejones:

did you try this sidebox mod ( www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=764 )

It appears to have everything included (shopping cart, free shipping and the add to cart button)

That's the one I used. It works fine on https://www.doodlebuckets.com so that's why I thought it might be template related...

5 Jun 2010, 4:30 PM
#220
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:

That's the one I used. It works fine on https://www.doodlebuckets.com so that's why I thought it might be template related...

When I first check the site I didn't notice anything unusual.

Were you using the out of the box sidebox without the merge attempt?