Aha, I didn't realize it was a pic! I fixed it, thanks so much :)
Aha, I didn't realize it was a pic! I fixed it, thanks so much :)
Amy McCoy
Baby Gifts and Baby Gift Baskets
Looks like there is a missing ;
Could be that Firefox is allowing for the error and IE is not and being more strict.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 ; }
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.
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.
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!!!!![]()
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
Bookmarks