Page 17 of 27 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 270
  1. #161

    Default Re: Ocean Front Template Support Thread

    Aha, I didn't realize it was a pic! I fixed it, thanks so much :)

  2. #162
    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 Doodlebuckets View Post
    Aha, I didn't realize it was a pic! I fixed it, thanks so much :)

    glad it got sorted

  3. #163
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by meowhead View Post
    Clyde,

    By the way, when I look at the site with IE7 I don't see the logo at all.

    However, when I look at the site with Firefox I see the logo peeking out from the right edge.


    Does this info help?
    Looks like there is a missing ;

    Code:
    #logoWrapper{
    	position: relative;
    	top: 0;
    	left: 28px;
    	/*background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;*/
    	height:100px;
    	width:790px;
    	}
    
    .sslSeal {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/THE_NAME_OF_IMAGE.gif) no-repeat MISSING ;
    }
    Could be that Firefox is allowing for the error and IE is not and being more strict.

  4. #164
    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 anamestore View Post
    Looks like there is a missing ;

    Code:
    #logoWrapper{
    	position: relative;
    	top: 0;
    	left: 28px;
    	/*background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;*/
    	height:100px;
    	width:790px;
    	}
    
    .sslSeal {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/THE_NAME_OF_IMAGE.gif) no-repeat MISSING ;
    }
    Could be that Firefox is allowing for the error and IE is not and being more strict.
    A link to your site would be useful.

  5. #165
    Join Date
    Aug 2009
    Posts
    37
    Plugin Contributions
    0

    Default Help with main page please!!

    Hello! I love the template but I'm having trouble with customization.

    Clyde if you could take a look at my page at
    http://californiakinshipcaregivers.c...&products_id=1

    and see if you could help me answer these questions as soon as you can! Thank you so much:

    1. The picture in the header I would like to fit in the header not dip under the HOME AND LOGIN. How do I make it shorter?

    2. How do I change the font color and font faces/fonts for the product Title and tabs?

    3. How do I get rid of the Units in Stock? My client is only selling one downloadable pdf file so there are no limits to the amounts available.

    4. how do I get rid of the "larger image" under the photo on th main page?

    5. Also in my Contact Us section how Do i get rid of the
    Store Name
    Address
    Country
    Phone

    I dont need any of that on there.

    6. In my shopping cart section how do I get rid of
    Total Items: 1 : 0lbs Amount: $0.00

    how do I get rid of the 0lbs? There is no weight?

    7. How do I change the font size and such of all the information at the bottom of the page? It's become a larger size and spaced out.

    THANK YOU SO MUCH. ANY ANSWERS AT ALL WILL HELP!!! I'M SORRY FOR THE BOMBARDMENT OF QUESTIONS !!!

    PLEASE HELP!!!

  6. #166
    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 CaliforniaKinship View Post
    Hello! I love the template but I'm having trouble with customization.

    Clyde if you could take a look at my page at
    http://californiakinshipcaregivers.c...&products_id=1

    and see if you could help me answer these questions as soon as you can! Thank you so much:

    1. The picture in the header I would like to fit in the header not dip under the HOME AND LOGIN. How do I make it shorter?

    2. How do I change the font color and font faces/fonts for the product Title and tabs?

    3. How do I get rid of the Units in Stock? My client is only selling one downloadable pdf file so there are no limits to the amounts available.

    4. how do I get rid of the "larger image" under the photo on th main page?

    5. Also in my Contact Us section how Do i get rid of the
    Store Name
    Address
    Country
    Phone

    I dont need any of that on there.

    6. In my shopping cart section how do I get rid of
    Total Items: 1 : 0lbs Amount: $0.00

    how do I get rid of the 0lbs? There is no weight?

    7. How do I change the font size and such of all the information at the bottom of the page? It's become a larger size and spaced out.

    THANK YOU SO MUCH. ANY ANSWERS AT ALL WILL HELP!!! I'M SORRY FOR THE BOMBARDMENT OF QUESTIONS !!!

    PLEASE HELP!!!
    I believe the following should fix most of these issues. As you will see there are a couple that are not templated related.

    open includes/templates/ocean_front/css stylesheet.css

    find and edit the following as indicated by the highlight

    #logoWrapper{
    margin: 0 0 0 28px;
    /*background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;*/
    height:115px;
    width:790px;
    }

    Add this declaration at the bottom of the stylesheet.css

    #productName {
    color: #000; */You can change this to whatever color you want*/
    }

    -------------
    Changing the tabs will require creating new graphic images for both the tabright.gif and tableft.gif images

    The following are not template related and can be turned on/off/edited from the ZC admin panel:

    admin -> catalog -> product type -> product general (click the edit layout button and set Show Quantity in Stock to 0)

    admin -> configuration -> e-mail options -> Contact Us - Show Store Name and Address (set to 0)

    admin -> configuration -> layout settings -> Shopping Cart - Show Totals (set to 0)

    -------

    Other problems will probably be corrected by validating your site and correcting the 137 validation errors on your site.

  7. #167
    Join Date
    Aug 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Thank you!! I changed all of that. You were so helpful!

    So i cant change the random giant fonts that are occuring at the bottom of the page?

    is there any way to make the product name centered?

    And also move the Add to Cart box higher on thepage? maybe interweaved with the description?

    Did you also know how to get rid of the "larger image" below the picture? on the front page?

    I also dont see the price? Do you know how I display that? I know it's an admin question but you reply so quickly and easily.

    Thanks so much!!

  8. #168
    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 CaliforniaKinship View Post
    Thank you!! I changed all of that. You were so helpful!

    So i cant change the random giant fonts that are occuring at the bottom of the page?

    is there any way to make the product name centered?

    And also move the Add to Cart box higher on thepage? maybe interweaved with the description?

    Did you also know how to get rid of the "larger image" below the picture? on the front page?

    I also dont see the price? Do you know how I display that? I know it's an admin question but you reply so quickly and easily.

    Thanks so much!!
    So i cant change the random giant fonts that are occuring at the bottom of the page?
    You can if you clean up the validation errors that are on your site.

    is there any way to make the product name centered?
    open includes/templates/ocean_front/css/stylesheet.css
    change this declaration as indicated.
    #productName {
    text-align:center;
    color: #000; */You can change this to whatever color you want*/
    }


    And also move the Add to Cart box higher on thepage? maybe interweaved with the description?
    You can open includes/templates/ocean_front/templates/tpl_product_info_display.php and move things around as you wish.

    The sections of the page are marked with <!--bof something --> <!--eof something -->


    Did you also know how to get rid of the "larger image" below the picture? on the front page?
    open includes/languages/ocean_front/english.php
    find and edit this define statement as indicated
    define('TEXT_CLICK_TO_ENLARGE', '');


    I also dont see the price? Do you know how I display that?
    You'll have to edit your product and make sure it has a price.
    the shopping cart shows the price as $0.00
    Unless you've edited tpl_product_info_display.php the price should show by default.

  9. #169
    Join Date
    Aug 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Thank you so much. I fixed everything. Everything except moving the Add to Cart because for some reason I couldnt get that to work but I'm off with where it's at now.

    Thank you so much for your prompt reply. Thanks so much!!!!

  10. #170
    Join Date
    Aug 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Hi! Ok, so i'm having some trouble.

    How do I get rid of the estimate shipping button on this page?

    http://californiakinshipcaregivers.c...r_of_uploads=0

    my product is a file ... no shipping.

    Thanks!

    OH and also if you know... i've been chatting a lot with people about my product and i cant get it fixed.

    The customer should only be allowed to hit the DOWNLOAD button once and they save it to their computer and they cannot hit that button again.

    How do I get it so that button disappears after they've already received the file? Thank you!!

    I already have these set in my attribute settings:

    Download Expiration (Number of Days) 0
    Number of Downloads Allowed - Per Product 1

    THey can download it whenever...but only ONCE.. how do i do that?

    and these are in the attribute controller:

    Expiry days: 0

    Max Download: 1

 

 
Page 17 of 27 FirstFirst ... 71516171819 ... 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