
Originally Posted by
EDN-inc
I know this is a major forum faux pas, but this thread is WAY too long to read for my 2 issues. So, please forgive me!
I've just installed the comstock template pckg into my cart on a test server (a friend's server, she allowed me to host my stuff there until I get this up and running) and it appears that the center box looks as if it's just slapped on top of the red/black header bar that goes across. I thought it was my browser, so I used a different one to check it out, but that's not the issue. (I used Firefox and Safari.) I'm not sure why it's showing up this way, am I alone in this? If you want to see what I'm talking about
you can look at it here. I'm still editing everything but that is just driving me nuts, esp. since it's not what it's supposed to look like, based on the other images I've seen of comstock!
The second issue, I cannot for the life of me get rid of the "Welcome to Vacuum Warehouse" thing I put in there before I uploaded comstock. And I don't know how to get rid of it! Help!
1st - turn on the EZ-Pages header: admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - HeaderBar (set to 1)
2nd - open includes/languages/english/comstock/index.php
find and edit the following lines of code indicated by the highlight
Code:
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
}

Originally Posted by
EDN-inc
Oops, I lied, I have other issues that have come up in the oh, 30 minutes since i posted ^ that.
In the Contact Us section, our store address is showing up
at the top here. It's not in the define pages editor and I think it's specific to this template, since I didn't have this issue before I uploaded it.
Also, the same address is on the bottom left of every page. Where can I edit that out, and maybe rebalance that with some of what's on the right by movign that to the left?
1st - no its not template specific: go to admin -> configuration -> e-mail options -> Contact Us - Show Store Name and Address (set to 0)
2nd - open includes/templates/comstock/common/footer.php
find the following section of code indicated by the highlight and edit/change it to suit you.
Code:
<div id="shopinfoBox">
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
</div>
Bookmarks