As for the White Page - I got that myself for not paying attention to expression closings. CSS wants you to wrap printed text with a single quote (i.e. - 'this will be on the screen')
I screwed up and placed my site name in there with the 's for Sofie's and Hello white page.
If you are looking for a good editor on windows try Notepad++
It actually helped me find the error in my code by changing the color of the text that fell outside of the expression and caused my error.
Fred
www.sofiesbest.com - now
www.your360store.com - soon
I'm having a problem where my header wrappers are all messed up since I've installed COWOA. Has anybody had the same problem and if so have you fixed it and how?
Unless I install this header replacement you can see the problem at
www.hawaiianhardwear.com
Thanks.
I fixed it but I'm not sure if I should have. I replace the tpl_header.php it placed in Cherry Zen's common folder. The COWOA version has this in it
<?php
// Display all header alerts via messageStack:
if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');
}
if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
echo htmlspecialchars(urldecode($_GET['error_message']));
}
if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
echo htmlspecialchars($_GET['info_message']);
} else {
}
?>
but when I tried to paste it into Cherry Zen's original the header when back to not displaying properly.
Anybody know if it's vital I put back COWOAs version?
Hello. I need your HELP people Please.
I removed the logo and default text as Jettrue advised however there is a smal link remains on the left top corner between the second banner (which I made as a header) and red menu bar. I can not remove it. I would like to keep grey background line. Please HELP. My site: www.alfa-mobile.com
Thank you.
Gleb![]()
I think I'm just gonna take down the site and rebuild it. There is talk on the forums how checking out without an account will be a feature of 1.4
[QUOTE=jettrue;597015]In your admin, go to "Configuration", "Index Listing".
QUOTE]
Sorry to be a bit of a noob here but what exactly do I click on to get rid the category listing on the top of the page?
Thanks
I have searched for the last two days for an answer to this question, which sucks, because I know its been addressed somewhere in the past.
I'm trying to left justify the product listings only. For example, when you click on a category you see a listing of products, they're currently centered, i want the left justified. Seems simple enough. I don't use product descriptions or images, i simply have a listing of products.
Anyone?
No, don't paste it into the header. IN cherry zen, that section (controls the sites error codes and has nothing to do with COWOA) is moved into tpl_main_page.php for design purposes.
That chunk is NOT the chunk that is different in the COWOA mod, I'd suggest comparing COWOA header with cherry zen header again, and look for another difference.
Bookmarks