Page 1 of 27 12311 ... LastLast
Results 1 to 10 of 270
  1. #1
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Ocean Front Template Support Thread

    Ocean Front is a 2 column fixed width template compatible with Zen Cart 1.3.8.

    Available in the downloads section.

    Preview it here.

  2. #2
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Ocean Front Template Support Thread

    Very nice, Clyde!
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by TShooters View Post
    Very nice, Clyde!
    Thank you!

  4. #4
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by TShooters View Post
    Very nice, Clyde!
    Ditto. I'm in love with the look. As soon as I figure out how to upgrade from 1.3.7 to 1.3.8.a I'll be using it.

    So elegant.

    Beth-Katherine

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Beth-katherine View Post
    Ditto. I'm in love with the look. As soon as I figure out how to upgrade from 1.3.7 to 1.3.8.a I'll be using it.

    So elegant.

    Beth-Katherine
    it'll work with 1.3.7

  6. #6
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    Default Re: Ocean Front Template Support Thread

    Fantastic design Clyde, but having trouble customizing the sideboxes. My client wants the better categories for the categories, information, more information, and ezpages boxes - but likes the original boxes for the other sideboxes.

    My problem is that I cannot figure out how to take these out to the boxes that are in the template. I know it's probably something simple that I'm missing in the style sheet, but can't find it. Here is the site:

    http://dkrumblis.gazebo-store.com/
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Ralyn View Post
    Fantastic design Clyde, but having trouble customizing the sideboxes. My client wants the better categories for the categories, information, more information, and ezpages boxes - but likes the original boxes for the other sideboxes.

    My problem is that I cannot figure out how to take these out to the boxes that are in the template. I know it's probably something simple that I'm missing in the style sheet, but can't find it. Here is the site:

    http://dkrumblis.gazebo-store.com/
    All of the sideboxes (with the exception of the categories sidebox) are controlled by these declarations in the stylesheet.css

    .leftBoxHeading, .rightBoxHeading {
    margin: 0em;
    background: url(../images/sidebox_header_bg.png) no-repeat #abbbd3;
    padding: 0.5em 0.2em;
    }

    .sideBoxContent {
    margin: 0;
    padding: 0.4em 0.4em 1.5em 1em;
    background: url(../images/sidebox_content.png) #ffffff;
    background-position:bottom;
    }

    The categories sidebox is controlled by these declarations

    #categoriesHeading {
    margin: 0em;
    background: url(../images/sidebox_header_bg.png) no-repeat #abbbd3;
    padding: 0.5em 0.2em;
    }

    #categoriesContent{
    padding: 0.4em 0.4em 1.5em 1em;
    background: url(../images/sidebox_content.png) #ffffff;
    background-position:bottom;
    color: #3300FF;
    font-size: 1em;
    font-weight:bold;
    }
    #categoriesContent a, #categoriesContent a:hover {
    color: #854401;
    }

  8. #8
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    Default Re: Ocean Front Template Support Thread

    Aha! I think I got it, finally... At least for the categories box.

    And I see we were posting at the same time, lol. Thanks.
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

  9. #9
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    Default Re: Ocean Front Template Support Thread

    Hey Clyde,

    It's me again...

    Question on the product sorter that I'm seeing - the sorter on the site I'm working on, using your template as a base, is different than the rest of the zen based sites that I've done. The others only have the alphabet starting with - which I found rather useless, myself. I would love to extract this sorter for the other carts, can you tell me which files to find it, please?

    Also, just an FYI - I had to change the css class in the Your_template/sidebox tpl files:
    from "sideboxContent" to "categoriesContent"
    in order to take them out of the regular sidebox format. And also had to add them as no image for the heading to remove the box top in the style sheet heading. This may or may not have been the right way, but it worked whereas nothing else was, lol.

    This site is shaping up nicely and the client loves our work (including you in that our). I'll be adding your link partners for her - and I do leave your link in all of the ones I install and ask them to leave you there for module developer credit - whether they do or not, I have no control, of course.
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

  10. #10
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Ralyn View Post
    Hey Clyde,

    It's me again...

    Question on the product sorter that I'm seeing - the sorter on the site I'm working on, using your template as a base, is different than the rest of the zen based sites that I've done. The others only have the alphabet starting with - which I found rather useless, myself. I would love to extract this sorter for the other carts, can you tell me which files to find it, please?
    The alpha sorter can be turned off in admin -> configuration -> product listing -> Include Product Listing Alpha Sorter Dropdown (set to false)

    By Default the Sort By dropdown only appears on the (all products page and new products page)

    As far as I know this is controlled by two files:

    includes/index_filters/default_filter.php

    includes/modules/listing_display_order.php

 

 
Page 1 of 27 12311 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. strange characters displayingn using ocean front template
    By bishop999 in forum General Questions
    Replies: 1
    Last Post: 28 Jul 2008, 07:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR