-
Comstock Template
Comstock 1.0 for Zen Cart 1.3.7 is available in the downloads section.
This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right column on category/product listing pages.
-
Re: Comstock Template - Available in Downloads Section
Very nice, Clyde! Super! :clap:
-
Re: Comstock Template - Available in Downloads Section
Just a note for you, Clyde, that there's a line left out of
includes/languages/english/comstock/header.php:
// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');
Great template!
-
Re: Comstock Template - Available in Downloads Section
Thanks, I'll make a note for an update release.
-
Re: Comstock Template - Available in Downloads Section
Nice looking template! However after I replaced:
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', '<span class="greetUser">New Customer?</span> <a href="%s">Create Account</a> <span class="greetUser">Returning Customers?</span> <a href="https://mysticmountainnaturals.com/login.html">Log In</a>.');
} else {
with
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
} else {
I get the following on the login page: (How can I get rid of the //??)
//Welcome, Please Sign In
Returning Customers: Please Log In
thanks
-
Re: Comstock Template - Available in Downloads Section
If I have additional images for a product should not they be showing-up on the product page?
-
Re: Comstock Template - Available in Downloads Section
If some has time, would you look at:
http://test.pridepak.com/ZenLevel2/i...e=products_all
and go over a picture/item and see what's happening at the top of the page?
Also as mentioned above, the login page is not right (//) and also does not show the validation code.
This test is a copy of
http://test.pridepak.com/ZenLevel1 just using a different template. The data/stock is the same.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Sunabac
If I have additional images for a product should not they be showing-up on the product page?
additional images show up on the product info page if you have them turned on.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Sunabac
what add-ons are you using that are working with the images?
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Sunabac
Also as mentioned above, the login page is not right (//) and also does not show the validation code.
for the (//) it looks like someone tried to comment something out at the top of the login page. Open that file and double check.
As for the validation code - the CAPTCHA contribution (not a included with the template) modifies tpl_create_account_default.php. I'd make a copy of this modified file and move it to includes/templates/comstock/templates.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
what add-ons are you using that are working with the images?
Following add-ons were installed before I install the template:
Admin Profile, User Tracking
Add Customer from Admin
References
CAPTCHA
Image Handler
after I installed this template I also added:
Purchase Order
CC By Fax
Minimum Requirements
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
for the (//) it looks like someone tried to comment something out at the top of the login page. Open that file and double check.
As for the validation code - the CAPTCHA contribution (not a included with the template) modifies tpl_create_account_default.php. I'd make a copy of this modified file and move it to includes/templates/comstock/templates.
Yes! tpl_login_default.php had extra //
Thanks!
I also included tpl_modules_create_account.php in the template and it gave me CAPTCHA
Thanks!:D
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
additional images show up on the product info page if you have them turned on.
I am not to sure I understand.. If the additional images work in one template and I just switch templates, I have to indicate something else?? Where should I look to "turn them on"?? Sorry still learning the ropes...:unsure:
-
Re: Comstock Template - Available in Downloads Section
You're right, if they were showed up earlier then they should show up now.
One thing you might try is to copy tpl_modules_additional_images.php to
includes/templates/comstock/templates
see if that makes a difference.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Sunabac
Following add-ons were installed before I install the template:
Admin Profile, User Tracking
Add Customer from Admin
References
CAPTCHA
Image Handler
after I installed this template I also added:
Purchase Order
CC By Fax
Minimum Requirements
It also appears that you are using the "zen lightbox" contribution.
But the behavior at the top of the page appears to happen on on the product listing page.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
You're right, if they were showed up earlier then they should show up now.
One thing you might try is to copy tpl_modules_additional_images.php to
includes/templates/comstock/templates
see if that makes a difference.
No change...
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Sunabac
No change...
Ok just to make sure; go to
admin -> catalog -> products type -> product - general and click the "edit layout" button
find Show Product Additional Images and make sure its set to true (1)
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
It also appears that you are using the "zen lightbox" contribution.
But the behavior at the top of the page appears to happen on on the product listing page.
I don't even know what "zen lightbox" is...
I don't know if this will help.. but when I switch to apple_zen (which did not have jscrip_imagehover.js in the template) I did not have this behavior; when I put in the jscript - same problem.
However, this works fine in classic (with the jscript_imagehover.js in)
I tried to remove this jscript from comstat template, but it made no difference.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
Ok just to make sure; go to
admin -> catalog -> products type -> product - general and click the "edit layout" button
find Show Product Additional Images and make sure its set to true (1)
Yes, it's still there... (I just dumped the database and imported into this site)
However they don't show in the other templates I am testing either (apple_zen, sage), only in the classic (which was used on the original site)
-
Re: Comstock Template - Available in Downloads Section
Basic but vital question -
do you have all of your additional images uploaded to your images directory?
Also, on the question of the "top of the page behavior"
in your includes/templates/template_default
make a copy the folder popup_image_additional and place it in
includes/templates/comstock
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
Basic but vital question -
do you have all of your additional images uploaded to your images directory?
Also, on the question of the "top of the page behavior"
in your includes/templates/template_default
make a copy the folder popup_image_additional and place it in
includes/templates/comstock
Yes, all images are there in folder images/Clothes
V_Neck.jpg
V_Neck_Beach_White.jpg
V_Neck_Grean_Pea.jpg
V_Neck__Mocha_Brown.jpg
V_Neck_Onyx.jpg
I can see all of the above images when I look in Image Handler..
and popup_image_additional folder is in
/includes/templates/comstock
-
Re: Comstock Template - Available in Downloads Section
I checked the view source of your "product info" page and it seems to be picking up the additional images like its supposed to, so I'm puzzled as to why they are not displaying.
-
Re: Comstock Template - Available in Downloads Section
One other thing you might want to try:
in includes/modules/comstock
delete the additional_images.php file.
-
Re: Comstock Template - Available in Downloads Section
In admin -> tools -> image handler 2
try clearing the image cache
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
In admin -> tools -> image handler 2
try clearing the image cache
This was done immediately after I imported this db. (Otherwise you get lots of errors), but I'll do it again. -- no change
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
One other thing you might want to try:
in includes/modules/comstock
delete the additional_images.php file.
done, still no change..
-
Re: Comstock Template - Available in Downloads Section
PROGRESS... I took out IH zoom small images and I solved both problems. I get additional images and the "zoom effect" does not drop the top of the template. So perhaps there is a problem with IH and some templates....
-
Re: Comstock Template - Available in Downloads Section
I'm seeing additional images on the "sweater" product info page.
-
Re: Comstock Template - Available in Downloads Section
Also try clearing your browser cache.
I just rechecked your site and everything seems to be normal now.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
Also try clearing your browser cache.
I just rechecked your site and everything seems to be normal now.
yes, but I cannot use IH zoom ... I will ask in that group.
Thanks for your help!
-
Re: Comstock Template - Available in Downloads Section
I have IH with zoom small images turned on, as well as comstock installed on my test site and everything seems to work well.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
I have IH with zoom small images turned on, as well as comstock installed on my
test site and everything seems to work well.
yes I can see it, so what did I messed-up???:(
-
Re: Comstock Template - Available in Downloads Section
Not sure, but let's try one more thing.
re-upload the files in
includes/templates/comstock/common
tpl_footer.php
tpl_header.php
tpl_main_page.php
maybe one of them was corrupted during the original upload.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
Not sure, but let's try one more thing.
re-upload the files in
includes/templates/comstock/common
tpl_footer.php
tpl_header.php
tpl_main_page.php
maybe one of them was corrupted during the original upload.
nope, the problem is back again (I put "1" to IH zoom small image again after I ftp'ed those 3 files)
-
Re: Comstock Template - Available in Downloads Section
I found this post in IH:
Code:
#26 May 27, 2006 - Re: Image Handler 2 Support
For anyone who encounters the issues I reported - page jumping up and down and the wrong larger image being displayed when you add multiple images to a product - this is caused when you use - as you always should - your own custom template.
You need to copy from the Image Handler 2 /includes/templates/template_default/css folder : the css, jscript and popup_image_additional folders to your custom template.
But I still cannot see the additional pictures, but the zoom is now working without dropping template..
1 down, 1 to go....
-
Re: Comstock Template - Available in Downloads Section
Clyde, what version is your additional_image.php?
I am using:
* @version $Id: additional_images.php 5369 2006-12-23 10:55:52Z drbyte $
the one in IH is
* @version $Id: additional_images.php,v 1.3 2006/05/01 12:20:31 tim Exp $
-
Re: Comstock Template - Available in Downloads Section
IH also modifies two files in includes/modules
additional_images.php
main_product_image.php
make sure these files are correct for IH
-
Re: Comstock Template - Available in Downloads Section
Let me run a winmerge on both files and see what's what.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
Let me run a winmerge on both files and see what's what.
I run the WinMerge, but cannot figure it out. I feel so bad asking you most of the day, so I asked the question in IH, hoping someone else would help..
-
Re: Comstock Template - Available in Downloads Section
My version is: 5369 2006-12-23 10:55:52Z drbyte
-
Re: Comstock Template - Available in Downloads Section
Not to worry.
I know, It would have been easier to check if there had been annotations about what was added to the file for IH.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
My version is: 5369 2006-12-23 10:55:52Z drbyte
Did you merged anything into it from IH version (since it is working in your test site)??
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Sunabac
Did you merged anything into it from IH version (since it is working in your test site)??
No, I didn't do any type of merge with IH.
-
Re: Comstock Template - Available in Downloads Section
I see you are still on Clyde.. have you used "sent gift certificate" with your template?? I have a shopping cart to show (even if empty) and after doing few gifts, I have the "Sent A Gift Certificate" icon over the Shopping cart (I have a gift certificate balance in the cart).. This does not look too good... If it should be inside the shopping cart, could it be just words instead of icon??
P.S. I don't have this on ISP yet...
-
Re: Comstock Template - Available in Downloads Section
I just sent my self a Gift Certificate and I don't see anything like what you're describing.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
I just sent my self a Gift Certificate and I don't see anything like what you're describing.
O.K. create an account for yourself on my test site, put some gift certificates in your account. I will process the queue and than have a look at your account. You will see what I mean. (http://test.pridepak.com/ZenLevel2/)
Thanks
-
Re: Comstock Template - Available in Downloads Section
Why don't you e-mail me the GC (clydejones at hotmail.com).
I'll create an account and redeem it.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
Why don't you e-mail me the GC (clydejones at hotmail.com).
I'll create an account and redeem it.
I created an account for you and put some gift certificates in it. So if you just look into your account, you should see what I mean. I also sent you GC as well.
-
Re: Comstock Template - Available in Downloads Section
That behavior seems to be the default for the shopping cart sidebox.
I just examined the code for that particular sidebox and in several different templates.
But since it will only show up when someone is logged in I wouldn't worry overly much about it.
It's only telling someone that they have gift certificates available in their account that can be used.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
That behavior seems to be the default for the shopping cart sidebox.
I just examined the code for that particular sidebox and in several different templates.
But since it will only show up when someone is logged in I wouldn't worry overly much about it.
It's only telling someone that they have gift certificates available in their account that can be used.
O.K., thanks again for all your help!
-
Re: Comstock Template - Available in Downloads Section
Hi is there an easy way to increase the size of the side boxes without breaking them ? i tried increasing the column widths but it broke !
Cheers
-
Re: Comstock Template - Available in Downloads Section
The graphics for the sideboxes are set at a width of 150px.
You can set the column width to 170 which will give you some breathing space.
admin/ -> configuration -> layout settings (about half way down.)
The only way to increase the box width would be to create new graphics.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
The graphics for the sideboxes are set at a width of 150px.
You can set the column width to 170 which will give you some breathing space.
admin/ -> configuration -> layout settings (about half way down.)
The only way to increase the box width would be to create new graphics.
Cheers will give it a go and let you know how I get on . Thanks for a good Template
-
Re: Comstock Template - Available in Downloads Section
Here are some sidebox graphics at a width of 200px
don't forget to reset the box width to 200 and I'd set the column width to 220.
Attachment 1388
-
Re: Comstock Template - Available in Downloads Section
Clyde, I have a little problem when viewing with IE6.. (http://test.pridepak.com/ZenLevel2/)
The "Contact Us" icon is different size; also part of the footer (the right hand side) is not displaying properly. All looks fine in FF. Any suggestion?
Thanks
-
Re: Comstock Template - Available in Downloads Section
I don't have/use IE6 so I can't really see what you're seeing.
The account. shopping and contact icons are all 16x16 so I'm not sure what you mean by the contact icon being a different size.
What exactly in the footer is not displaying correctly?
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
I don't have/use IE6 so I can't really see what you're seeing.
The account. shopping and contact icons are all 16x16 so I'm not sure what you mean by the contact icon being a different size.
What exactly in the footer is not displaying correctly?
Copyright © 2007
Offered by Y2000 Internet & WWW Services.
Powered by Zen Cart Template by Clyde Jones
this is part of the footer (right hand), but with IE 6 I do not see the Copyright line and the top 1/2 of the next line
As for the "Contact Us" icon, it drops the Us on a second line, thus making the icon deeper(??)
If I new how to make a screen shot... you would be able to see it
-
Re: Comstock Template - Available in Downloads Section
To fix the contact us problem:
make the following change in stylesheet.css
find:
#navAccount li {
margin: 0;
padding:0;
display:inline;
white-space: nowrap;
}
add the highlighted portion
for the footer problem
find:
#copyrightBox {
margin: -20px 0 0 0;
padding: 0 5px;
width: 20%;
float: right;
height: 1%;
}
add the highlighted portion.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
To fix the contact us problem:
make the following change in stylesheet.css
find:
#navAccount li {
margin: 0;
padding:0;
display:inline;
white-space: nowrap;
}
add the highlighted portion
Thanks Clyde, this works for the icon very good; the footer did not work, but I just added 3 <br /> before the copyright and is fine now.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Sunabac
Thanks Clyde, this works for the icon very good; the footer did not work, but I just added 3 <br /> before the copyright and is fine now.
Put the height; 1%; here
#siteinfoLegal {
margin: -20px 0 0 0;
padding: 0 0 0 0;
font-size: 0.9em;
"height: 1%;"
-
Re: Comstock Template - Available in Downloads Section
I want to center the nav bar and footer bar. how do i do that?
-
Re: Comstock Template - Available in Downloads Section
The links in the footer bar are centered.
To center the links (Home Login) do the following:
(1) Open includes/templates/comstock/common/tpl_header.php
find the following code:
Code:
<div id="navMain">
<ul class="back">
Delete the portion highlighted in red, save the file and upload to your server.
(2) open includes templates/comstock/css/stylesheet/css
find the following declaration:
Code:
#navMain ul li a {
margin-right:2px;
padding:2px 10px;
background:#999;
color:#fff;
border:1px solid;
float:left;
font-weight:Bold;
line-height:14px;
text-decoration:none;
border-color:#66006B;
}
Delete the portion highlighted in red, save the file and upload to your server.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
The links in the footer bar are centered.
To center the links (Home Login) do the following:
(1) Open includes/templates/comstock/common/tpl_header.php
find the following code:
Code:
<div id="navMain">
<ul class="back">
Delete the portion highlighted in red, save the file and upload to your server.
(2) open includes templates/comstock/css/stylesheet/css
find the following declaration:
Code:
#navMain ul li a {
margin-right:2px;
padding:2px 10px;
background:#999;
color:#fff;
border:1px solid;
float:left;
font-weight:Bold;
line-height:14px;
text-decoration:none;
border-color:#66006B;
}
Delete the portion highlighted in red, save the file and upload to your server.
That's not what i am looking to do the links are fine where there are what i want to do is instead of haveing the sliver bar across the top i want the bar centered over the main page, i figured out how to make the bar shorter but know i just want it centered....<a href="http://keepnitrealentertainment.com/">test</a>
-
Re: Comstock Template - Available in Downloads Section
make the change highlighted in red in your stylesheet.css
div#mainWrapper {
margin: 0 auto;
padding: 0;
background: #fff;
border: 1px solid #000;
text-align: left;
width: 907px;
vertical-align: top;
}
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
make the change highlighted in red in your stylesheet.css
div#mainWrapper {
margin: 0 auto;
padding: 0;
background: #fff;
border: 1px solid #000;
text-align: left;
width: 907px;
vertical-align: top;
}
I have merge your template with another, for some reason the footer is not showing up in Firefox But its shows up In IE any idea what could cause the page to show correctly in one browser and incorrectly in the other?
-
Re: Comstock Template - Available in Downloads Section
Try using an unmodified version of the comstock stylesheet since that works in both browsers then start adding your modified declarations until you find where the culprit is.
-
Re: Comstock Template - Available in Downloads Section
Thanks for your help. would it be possible to send me the photo templates so i can change the color. What is the purpose of the black bar that says "This text can be changed in inludes/languages/english/comstock/header.php"
You can view the template changes here:
"http://www.keepnitrealentertainment.com/
The last thing i need to do after i figure out the broswer issue is change the color.
again thanks for your help.
-
Re: Comstock Template - Available in Downloads Section
Quote:
What is the purpose of the black bar that says "This text can be changed in inludes/languages/english/comstock/header.php"
You can use this to place your company "tagline" instead of in the header. You can use it to place "promotional/sales" text or any other information you wish.
-
Re: Comstock Template - Available in Downloads Section
Comstock images (photoshop *psd files)
Attachment 1663
-
Re: Comstock Template - Available in Downloads Section
Thanks alot By the way i love the template i just wanted to customize a bit for me thanks again.
-
Re: Comstock Template - Available in Downloads Section
I just installed this template for someone, but the tabbed categories aren't showing up. It's turned on in the Admin. Have I done something wrong?
Link: http://www.kiscoelectronics.com/
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Boggled
I just installed this template for someone, but the tabbed categories aren't showing up. It's turned on in the Admin. Have I done something wrong?
Link:
http://www.kiscoelectronics.com/
just make sure the includes/templates/comstock/images is included.
the graphics for the template are in there.
-
1 Attachment(s)
Re: Comstock Template - Available in Downloads Section
Hi Clyde!
Thanks for the quick response.
The image is there and if I make a fake EZpages page, it shows up.
What's not showing up is the categories list (text version) that usually shows up on most templates when you turn the tabs on. Like in the screenshot I attached.
Personally I prefer it this way, but my friend wants them to show. LOL
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Boggled
Hi Clyde!
Thanks for the quick response.
The image is there and if I make a fake EZpages page, it shows up.
What's not showing up is the categories list (text version) that usually shows up on most templates when you turn the tabs on. Like in the screenshot I attached.
Personally I prefer it this way, but my friend wants them to show. LOL
I see (said the blind man!)
let me check, but I think I have the categories bar commented out by default.
-
Re: Comstock Template - Available in Downloads Section
Boy I hope it's something that simple! LOL
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Boggled
Boy I hope it's something that simple! LOL
open includes/templates/comstock/common/tpl_header.php
find this code:
Code:
<!--bof-optional categories tabs navigation display-->
<!--<?php // require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>-->
<!--eof-optional categories tabs navigation display-->
Delete the two highlights and that should take care of it.
-
Re: Comstock Template - Available in Downloads Section
Thanks Clyde! That worked like a charm. :smile:
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Boggled
Thanks Clyde! That worked like a charm. :smile:
glad it worked out.
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
clydejones
glad it worked out.
Clyde
I know you addressed this in this thread but I followed your instructions and the footer is still displayed wrong with IE6 but ok in FF (footer is to wide and legal info is not displayed properly in IE6)
I added this to the css in lu of orginal
#copyrightBox {
margin: 0;
padding: 0 5px;
width: 20%;
float: right;
height: 1%;
}
After close inspection of footer in FF the PayPal logo extends below the line outling the footer.
Thanks chas1
-
Re: Comstock Template - Available in Downloads Section
For some reason in IE6 and IE7 my welcome or the log yourself in line. and the product header info is miss if you look at a product. but this only happens in IE6 and IE7 works fine in FF is not showing up i know it's a css issues but jsut can't seem to find it can you help
-
Shipping Estimator Problem
I have installed the comstock template - however my shipping estimator is not functioning. When you click the button is does nothing happens and there is an error on page..
Any help would be appreciated. www.sneakerbarnplus.com
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
sweetie1
I have installed the comstock template - however my shipping estimator is not functioning. When you click the button is does nothing happens and there is an error on page..
Any help would be appreciated.
www.sneakerbarnplus.com
Make sure the following folder and its file are included in includes/template/template_default/popup_shipping_estimator/tpl_main_page.php
and that following folder and its files are included in
includes/modules/pages/popup_shipping estimator/
Also make sure that you have javascript turned on in your browser.
Please note that these files and folders are part of the standard ZC installation and would not be affected by the template.
-
Re: Comstock Template - Available in Downloads Section
Hello Clyde,
I know this may be a dumb question....but how do you change the store name and other info in the footer? Thanks for your help
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
myinstyl
Hello Clyde,
I know this may be a dumb question....but how do you change the store name and other info in the footer? Thanks for your help
admin -> configuration -> MY Store
Change the information:
Store Name
Store Address and Phone
copyright info is change in includes/languages/comstock/english.php
-
Re: Comstock Template - Available in Downloads Section
:thumbsup:Thank you Clyde!
-
Re: Comstock Template - Available in Downloads Section
Hi Clyde,
I have a couple of questions about this template. Could you please help me?
- How do I change the color around the header_ bg.jpg the white on either side.
- How do I resize the send gift certificate button that appears in the shopping cart sidebox?
- When I view it internet explorer the top of the shopping cart sidebox is pushed to the right when the send gc button is in it. How do I correct it?
Here is my site http://www.myinstyleboutique.com/shop
Thank you for your help:D
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
myinstyl
Hi Clyde,
I have a couple of questions about this template. Could you please help me?
- How do I change the color around the header_ bg.jpg the white on either side.
- How do I resize the send gift certificate button that appears in the shopping cart sidebox?
- When I view it internet explorer the top of the shopping cart sidebox is pushed to the right when the send gc button is in it. How do I correct it?
Here is my site
http://www.myinstyleboutique.com/shop
Thank you for your help:D
1. find the following in the stylesheet.css"
#logoWrapper {
margin: 0 auto;
padding: 0;
width: 907px;
height:100px;
background: url(../images/header_bg.png) no-repeat #ffc0cb;
}
add the highlighted portion as indicated.
2. You'll have to create a new button (sorry):( The button size is determined, in part by the length of the text it contains.
3. If you re-do the gc send button that will probably correct this.
-
Re: Comstock Template - Available in Downloads Section
Thank you, Clyde. I tried to add the #FFC0CB as you suggested but, nothing has changed. I even copied your code exactly and nothing changed. What am I doing Wrong?
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
myinstyl
Thank you, Clyde. I tried to add the #FFC0CB as you suggested but, nothing has changed. I even copied your code exactly and nothing changed. What am I doing Wrong?
try adding the background color to:
#topWrapper in the stylesheet.css
-
Re: Comstock Template - Available in Downloads Section
Thank you, Clyde:smile:. I'm sorry it took so long to respond. I was without my computer. I ended up changing the color by changing the #headerwrapper. Thanks for all of your help!
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
myinstyl
Thank you, Clyde:smile:. I'm sorry it took so long to respond. I was without my computer. I ended up changing the color by changing the #headerwrapper. Thanks for all of your help!
Glad you got it solved
-
1 Attachment(s)
Re: Comstock Template - Available in Downloads Section
Hey Clyde!
I'm back with a quirky little problem. LOL
When you are logged in and you go to My Account, the center background isn't displaying all the way down. (I attached a screenshot).
I never noticed this before because all the sites I've done with the Comstock template use a white background. It really showed up with this black background though. LOL
Any idea where I might fix this?
Thanks!!
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Boggled
Hey Clyde!
I'm back with a quirky little problem. LOL
When you are logged in and you go to My Account, the center background isn't displaying all the way down. (I attached a screenshot).
I never noticed this before because all the sites I've done with the Comstock template use a white background. It really showed up with this black background though. LOL
Any idea where I might fix this?
Thanks!!
Do you have a URL for that particular site?
-
Re: Comstock Template - Available in Downloads Section
Sure!
TJR Stores Electronics
and I'm also seeing the same problem on this store, but it has a white background:
Kisco Electronics
-
Re: Comstock Template - Available in Downloads Section
Quote:
Originally Posted by
Boggled
Not sure if this will help, but...
open tpl_account_default.php
Scroll all the way down to the bottom and just above the last </div> add the following <br class="clearBoth" />
-
Re: Comstock Template
noob question, how do I change the background color or add a backgorund image for a texture?
Which file is this control in?
Thanks
-
Re: Comstock Template
Quote:
Originally Posted by
maxtech
noob question, how do I change the background color or add a backgorund image for a texture?
Which file is this control in?
Thanks
actually, I have added a background image, but i need to add it to the headder also, when i added it in the stylesheet.css file it came up on the main section of the page and the bottom but not the headder.
-
Re: Comstock Template
Quote:
Originally Posted by
maxtech
noob question, how do I change the background color or add a backgorund image for a texture?
Which file is this control in?
Thanks
colors are controlled in the stylesheet.css
Change the background color in this declaration:
body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background:#fff; change this to the color you want.
}
-
Re: Comstock Template
Quote:
Originally Posted by
maxtech
actually, I have added a background image, but i need to add it to the headder also, when i added it in the stylesheet.css file it came up on the main section of the page and the bottom but not the headder.
Url for your site?
-
Re: Comstock Template
Thanks clydejones,
The site is at staciesgiftshop.com I want the same background to appear in the headder also, but can't find where to change it in the stylesheet.css file.
Thanks.