-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
chris32882
Since you are using such a large logo, your site won't get as narrow as my test site, so you can change the width of #rightFloat:
#rightFloat {
float:left;
width:45%;
}
to maybe 65% or so.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Since you are using such a large logo, your site won't get as narrow as my test site, so you can change the width of #rightFloat:
#rightFloat {
float:left;
width:45%;
}
to maybe 65% or so.
Alright, thanks :)
-
Re: Cherry Zen Template Support Thread
Hey Jade, I am having fun with your template. I am earnestly trying to get a handle on CSS. If you look at my site www.thecablestation.com I just can't seem to get it to get rid of the L/R scroll bars when display is at 1024x768.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
micmed
Hey Jade, I am having fun with your template. I am earnestly trying to get a handle on CSS. If you look at my site
www.thecablestation.com I just can't seem to get it to get rid of the L/R scroll bars when display is at 1024x768.
That sounds right, and you can see my test site does the same... a tiny little bit of scrollbar.
To make the site smaller, open up stylesheet.css and find the width section, and follow the instructions there (and there are more instructions in the readme file)
/* site and main content width section */
html>body {
width: auto;
}
#nw {
width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
/* end IE only */
/* end site and main content width section */
-
Re: Cherry Zen Template Support Thread
how do I make the website auto size it self depnding on screen resolution of each person?
-
Re: Cherry Zen Template Support Thread
also, I would like to add the paypal verified along side my header logo and the credit cards I accept on the other side...is this possible? How do I go about doing this?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
chris32882
how do I make the website auto size it self depnding on screen resolution of each person?
Try google, that's more complicated than I'm ready to tackle. :blush:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
chris32882
also, I would like to add the paypal verified along side my header logo and the credit cards I accept on the other side...is this possible? How do I go about doing this?
You could either add it to your logo, or add it as a tagline image in the stylesheet.css.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You could either add it to your logo, or add it as a tagline image in the stylesheet.css.
I added both graphics as a tagline image and now I have alot of white space underneath the graphics
as you can see here: http://www.themccormickshop.com
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
chris32882
Replace your sections of the below with this:
Code:
#paypal {
float:left;
}
#creditcards {
float:left;
}
#logo {
width:500px;
float:left;
}
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Replace your sections of the below with this:
Code:
#paypal {
float:left;
}
#creditcards {
float:left;
}
#logo {
width:500px;
float:left;
}
alright will do, is the way I did it not good? and which caused the white space?
Alright done, it eliminated the space but the paypal graphic and credit card graphics need to come down more
-
Re: Cherry Zen Template Support Thread
http://www.cybernet-online.net
Hi,
You know there is the links below the banner image on the top of the page.
How do you centre it as it has all merged to the left?
Thanks
Darrel
-
Re: Cherry Zen Template Support Thread
I would like to add an additional button in the upper right next to the home my account shopping cart etc. what file are these included in and what would nee to be added?
Thanks in advance
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
darktowerhobbies
I would like to add an additional button in the upper right next to the home my account shopping cart etc. what file are these included in and what would nee to be added?
Thanks in advance
Take a look at your /includes/templates/YOUR_TEMPLATE/common/tpl_header.php right around line 42
JOhn ><> :eek:
-
Re: Cherry Zen Template Support Thread
What a Great Template !!
Thank you Jade, installation was easy and changes were easily implemented.
Thanks again,
Frank
see it in action at:
www.frnt.org/zencart
-
Re: Cherry Zen Template Support Thread
Need some help!
the sitebox can not show on the website, the categories disappear .
I guess i make a mistake to do "Install SQLPatch".
## The following is used only to remove this mod:
#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
Could anyone tell me how should i do this step exactly?
Any help would be appreciated!!
-
Re: Cherry Zen Template Support Thread
I love this template, but I can't get my ezpages to appear anywhere. Is this a bug or is there some way I can fix this manually.
I also would like to place a sidebox in the header, but am unsure how to get that done. I want to put the live support box there.
Any help is appreciated, and thanks for making such a nice template!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
webbydeb
I love this template, but I can't get my ezpages to appear anywhere. Is this a bug or is there some way I can fix this manually.
I also would like to place a sidebox in the header, but am unsure how to get that done. I want to put the live support box there.
Any help is appreciated, and thanks for making such a nice template!
Never mind, I found out that I needed to set a sort order for the ez pages to appear. Once I did the sort, voila!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
That is not a link to a zen cart site.
Did you turn them on at "Tools", "Layout Boxes Controller"?
It's alright - I pulled the site and put up the old one fore now while I figure it all out - got this issue resolved - stay tuned for more questions...lol
right now I'm killing myself trying to figure out why my logo is covering up my menu on IE but not Firefox. Any ideas?
site can be seen @ www.quasarfinance.com/index.php
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sohard
Need some help!
the sitebox can not show on the website, the categories disappear .
I guess i make a mistake to do "Install SQLPatch".
## The following is used only to remove this mod:
#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
Could anyone tell me how should i do this step exactly?
Any help would be appreciated!!
Link please?
Do you mean "sidebox" instead of "sitebox". If so, remember you have to turn the sideboxes on after switching to a new template, under "Tools", "Layout Boxes Controller" in your admin.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
tradrockrat
It's alright - I pulled the site and put up the old one fore now while I figure it all out - got this issue resolved - stay tuned for more questions...lol
right now I'm killing myself trying to figure out why my logo is covering up my menu on IE but not Firefox. Any ideas?
site can be seen @
www.quasarfinance.com/index.php
You didn't fully remove your tagline (Otherwise known as HEADER_SALES_TEXT) from includes/languages/english/YOUR_TEMPLATE/header.php
It should look like this:
define('HEADER_SALES_TEXT', '');
I think you have a space:
define('HEADER_SALES_TEXT', '(' ');
Not sure if that's your problem, but its a start.
-
Re: Cherry Zen Template Support Thread
Ok I was just changing a few things on my site and I was trying to change the link down by the copyright I did what it said to Here Now my site is blank did I delete something important in that line. It was working fine prior to it.
edit site address http://www.terrainforge.net
-
Re: Cherry Zen Template Support Thread
Quote:
Ok I was just changing a few things on my site and I was trying to change the link down by the copyright I did what it said to
Here Now my site is blank did I delete something important in that line. It was working fine prior to it.
edit site address
http://www.terrainforge.net
Your site looks good to me. Looks like you are off to a great start.
JOhn ><>
-
Re: Cherry Zen Template Support Thread
I am having a problem with the main text area in IE7.
My website is:
www.diversofpearls.com
If you click on the log in page or the other links to the right of that, all the text etc is shoved over to the right.
Also in Explorer the main background colour is wrong.
Seems to work fine in Firefox (athough th alignment looks a little off).
I am not sure if this is a problem with the template or something I have done, all help appreciated.
Mark
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You didn't fully remove your tagline (Otherwise known as HEADER_SALES_TEXT) from includes/languages/english/YOUR_TEMPLATE/header.php
It should look like this:
define('HEADER_SALES_TEXT', '');
I think you have a space:
define('HEADER_SALES_TEXT', '(' ');
Not sure if that's your problem, but its a start.
Thank you - made a big difference. It's always the little things... lol
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mtimber
I am having a problem with the main text area in IE7.
My website is:
www.diversofpearls.com
If you click on the log in page or the other links to the right of that, all the text etc is shoved over to the right.
Also in Explorer the main background colour is wrong.
Seems to work fine in Firefox (athough th alignment looks a little off).
I am not sure if this is a problem with the template or something I have done, all help appreciated.
Mark
Are you using the latest version of the template?
-
Re: Cherry Zen Template Support Thread
Hi jettrue how would you go about removing the home from the bottom of the tpl_footer. Thank you
-
Re: Cherry Zen Template Support Thread
I'm having problem with IE too. :(
I'm using IE version 6.
The Checkout on the right side is missing.
and the Categories on the Left has pushed to the bottom.
http://absolute-t.com/ATM.jpg
No problem for Firefox.
Ya... 1 more thing, how to center the scrolling picture in Bestseller :blush:
-
Re: Cherry Zen Template Support Thread
sorry... I can't edit my previous post...
here my website : http://absolute-t.com
this how it looks in IE :-
http://absolute-t.com/ATM.JPG
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Are you using the latest version of the template?
I think so, how would I check?
Mark
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
langflyer
I'm having problem with IE too. :(
I'm using IE version 6.
The Checkout on the right side is missing.
and the Categories on the Left has pushed to the bottom.
http://absolute-t.com/ATM.jpg
No problem for Firefox.
Ya... 1 more thing, how to center the scrolling picture in Bestseller :blush:
Does this happen on only the home page, or all pages? Does it happen if you remove the Free Gift Wrapping image?
For the best sellers, add this to your css:
#bestsellersContent ol {padding:0!important;}
But you need to remove stylesheet1.css and stylesheet2.css from your server, zen cart is using 3 stylesheet.css for your site right now, so any changes you make in one might be overridden by another.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Are you using the latest version of the template?
I am using:
$template_name = 'Cherry Zen';
$template_version = 'Version 1.6';
Thank you for looking into this, I appreciate you must be busy with all the help requests :-)
Mark
-
Re: Cherry Zen Template Support Thread
I notice we are now up to 1.7 since I installed this template.
Is this a bug in 1.6?
Would upgrading to 1.7 be a big job and would I have to redo everything?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mtimber
I notice we are now up to 1.7 since I installed this template.
Is this a bug in 1.6?
Would upgrading to 1.7 be a big job and would I have to redo everything?
On the downloads page, I specify that the only change is in includes/templates/cherry_zen/css/stylesheet.css.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
On the downloads page, I specify that the only change is in includes/templates/cherry_zen/css/stylesheet.css.
Will that solve this problem Jade?
Mark
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mtimber
Will that solve this problem Jade?
Mark
Yes. :smile:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Does this happen on only the home page, or all pages? Does it happen if you remove the Free Gift Wrapping image?
For the best sellers, add this to your css:
#bestsellersContent ol {padding:0!important;}
But you need to remove stylesheet1.css and stylesheet2.css from your server, zen cart is using 3 stylesheet.css for your site right now, so any changes you make in one might be overridden by another.
Thank you so much, it solves my firefox problems :clap:
Now only the display for IE, the Checkout on the right side is missing. :blush:
-
Re: Cherry Zen Template Support Thread
Thanks Jade for the great job and for sharing it.
This is an awesome template, easy to mod and very very propedutic to ZenCart.
I have done my site based on your template with some mods to css, graphics, and templates php.
I'm working hard to finish the job:
www.sportclubshop.it
Thanks again
Lorenzo
-
Re: Cherry Zen Template Support Thread
HII
Sory for my eanglish! :)
I hawe big problem.... hawe can i remuv "Tageline Hear" in the headher... and the places near the banner left and right?
Si preant screen.... number 1
http://www.zen-cart.com/forum/showth...013#post635013
Thank You 100x
Meny greatings Janez SLOVENIJA
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
miha25
HII
Sory for my eanglish! :)
I hawe big problem.... hawe can i remuv "Tageline Hear" in the headher... and the places near the banner left and right?
Si preant screen.... number 1
http://www.zen-cart.com/forum/showth...013#post635013
Thank You 100x
Meny greatings Janez SLOVENIJA
Quote:
Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?
This is in /includes/languages/english/your_custom_folder/header.php
Quote:
Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
This is in /includes/languages/english/your_custom_folder/index.php
If you have not set up your override folders yet, you need to or when you upgrade you will lose all the work you have done. This is really the wrong thread to be asking these kind of question.
-
Re: Cherry Zen Template Support Thread
I'm having problems with my product description.
What I want is:
* Part No. 64-0134-08
* Playfiled 8' table: 88"l x 44"w
* Table size 8' table: 100"l x 56"w x 31"h
* Dark blue wool cloth, and leather shield drop pockets
* 6" rails, K66 rubber bumper
* White diamond inlays
* 10 year warranty on slate play surface
* Solid wood ball & claw carved legs
No accessories included
What I get is:
* Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included
What am I doing wrong?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sped1530
I'm having problems with my product description.
What I want is:
* Part No. 64-0134-08
* Playfiled 8' table: 88"l x 44"w
* Table size 8' table: 100"l x 56"w x 31"h
* Dark blue wool cloth, and leather shield drop pockets
* 6" rails, K66 rubber bumper
* White diamond inlays
* 10 year warranty on slate play surface
* Solid wood ball & claw carved legs
No accessories included
What I get is:
* Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included
What am I doing wrong?
Are you not adding line breaks after each line? An HTML line break looks like this:
<br />
OR you can wrap each line in a paragraph and then it will be spaced.
<p>Paragraph Here</p>
-
Re: Cherry Zen Template Support Thread
Thenk .. ewerything is ok!!! header is ok but on left size is litel pleaces ..hawe can i remuve theas?
SHOP
MY code - stylesheet.css
################################################################################_
#headerWrapper {
float:left;
width:100%;
}
#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
}
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left;
text-align:center;
}
#taglineWrapper {
width:75%;
float:left;
-
Re: Cherry Zen Template Support Thread
-
Re: Cherry Zen Template Support Thread
:clap:thanks for this nick templates,but i thought i need your help to figure out the problem.
I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:www.apple.com. So ,how can I do this base on your Cherry Zen template?
Thanks for helping me.:clap::clap::oops:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
newkernel
:clap:thanks for this nick templates,but i thought i need your help to figure out the problem.
I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:
www.apple.com. So ,how can I do this base on your Cherry Zen template?
Thanks for helping me.:clap::clap::oops:
Put a big image in your index page, under "Tools", "Define Pages Editor", then you can hide your logo section, left and right columns, Category Tabs (if you have them on), and Ezpages in the header (if you have them on) for your index page only with this:
#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}
-
Re: Cherry Zen Template Support Thread
Hi jettrue I have a question for you. My W3C CSS Validator is reporting problems in the css stylesheet file. How would I correct these. Would you please take a look at my site and Validate it to what the problems are. Thank you so much.
-
Re: Cherry Zen Template Support Thread
:smile:thanks for your help!
-
Re: Cherry Zen Template Support Thread
It includes transparent drop shadows all around the site. But IE6 and below do not show the drop shadows,so i desire to remove this drop shadows that everyone can see the same page in different browser.
Could u teach me how to remove the drop shadows all around the site??Thanks for your help!:clap::clap:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
newkernel
It includes transparent drop shadows all around the site. But IE6 and below do not show the drop shadows,so i desire to remove this drop shadows that everyone can see the same page in different browser.
I would encourage you to leave the drop shadow because it looks good. Why "punish" people with newer (and better) browsers?
How many of your visitors use IE6 and lower?
IE6 is a really annoying browser for web developers. IE5 is worse.
Note: The following appears twice in Cherry Zen's stylesheet.css:
Code:
/*do not remove-fixes stupid IEbug*/
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
daymobrew
I would encourage you to leave the drop shadow because it looks good. Why "punish" people with newer (and better) browsers?
How many of your visitors use IE6 and lower?
IE6 is a really annoying browser for web developers. IE5 is worse.
Note: The following appears twice in Cherry Zen's stylesheet.css:
Code:
/*do not remove-fixes stupid IEbug*/
I belive to leave the drop shadow is a great idea,but it's make the other problem .My index page leave only a big advertisement,the drop shadow will make a frame there.I don't know how to leave the drop shadow but in the index page.so i have to remove it from all of page.:cry:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Put a big image in your index page, under "Tools", "Define Pages Editor", then you can hide your logo section, left and right columns, Category Tabs (if you have them on), and Ezpages in the header (if you have them on) for your index page only with this:
#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}
Thanks jetture.
It's work!But the back color of the sidebox still show in the homepage.If I change the color to white,the box shape will lose.
I was puzzled how to do it.Please help me!:no:
-
1 Attachment(s)
Cherry Zen Template Side Box Login
I have successfully uploaded a login to the side box but am having troubles with the appearance of the forms. Here is the script and the screen shot is attached. Any suggestions would be greatly appreciated.
<?php
$content = "<!--loginSideBox-->";
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
if(!$_SESSION['customer_id']) {
$content .=zen_draw_form('login_box', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL'));
$content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '', 'size="24"').'<br />';
$content .=LOGIN_BOX_PASSWORD . '<br />' . zen_draw_password_field('password', '', 'size="24"') . '<br />';
$content .='<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . LOGIN_BOX_PASSWORD_FORGOTTEN . '</a>' . '<br />' . '<a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . LOGIN_BOX_CREATE_ACCOUNT . '</a>' . '<br />';
$content .= zen_draw_hidden_field('securityToken', $_SESSION['securityToken']);
$content .='<div class="centeredContent">'.zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT).'</div>';
$content .='</form>';
} else {
$content .= '<ul>';
$content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . LOGIN_BOX_ACCOUNT . '</a></li>';
$content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . LOGIN_BOX_SHOPPING_CART . '</a></li>';
$content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . LOGIN_BOX_LOGOFF . '</a></li>';
$content .= '</ul>';
}
$content .= '</div>';
?>
-
Re: Cherry Zen Template Support Thread
Hi Jade (and all),
discovered this problem yesterday:
When displaying the description of the products Active 2.1, Active 2.2 and Active 2.3 the LH sidebox appears below the actual description of the products.
This does not happen on any of the other 250 something products I currently have on offer.
I have tried to enter new content for the descriptions - same result.
The other products in the category "Active Elements" are displayed OK with LH sidebox as normal. So, there is nothing wrong with any formatting of the actual category.
The other weird thing is that on the product Active 2.4 all links in the sideboxes are bold. This is not really worrying but it is inconsistent and may leave the wrong impression about the store with some customers.
Please take a look at
Active 2.1
http://frnt.org/zencart/index.php?ma...roducts_id=189
Active 2.3
Active 2.4
and then click the NEXT button to see the appearance of the remaining products in this category.
Can you shed a light on this please?
If nothing materializes then I am planning to just delete the products and re-enter them. Would not solve the mystery but would probably fix the problem ....
Thanks / Frank
www.frnt.org/zencart
-
Re: Cherry Zen Template Support Thread
ok I have removed the text in the banner window on the top of the page by reading the readme first or else. The trouble is now it only displayes where the image is not the image. I have moved the image to different directories and still nothing.
Should define('HEADER_SALES_TEXT', be replaced with something else since it is no longer text but an image.
I have read other similar posts in here and seem to be having same trouble.
the site is here
Thanks in advance
-
Re: Cherry Zen Template Support Thread
sorry one more question
Edit: I did what stuff4toys had suggested to add a button to the forums there are 2 problems 1 I got the button to show up but it does not work and 2 the checkout button got lowered down how do I make that all one line again with the forums button?
Just in case click here
-
Re: Cherry Zen Template Support Thread
A quick question, I am running my site www.factorydiecast.com/store08
when you go to log in, I lose all the top bar buttons. The server is a shared ssl cert.??
thanks,
Dave
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
factorydiecast
A quick question, I am running my site
www.factorydiecast.com/store08
when you go to log in, I lose all the top bar buttons. The server is a shared ssl cert.??
thanks,
Dave
Sorry for the bother,i figured out the problem, was a setting in the server.
thanks,
dave
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
darktowerhobbies
sorry one more question
Edit: I did what stuff4toys had suggested to add a button to the forums there are 2 problems 1 I got the button to show up but it does not work and 2 the checkout button got lowered down how do I make that all one line again with the forums button?
Just in case
click here
You need to set the width of the top bar in the stylsheet.css
Bump the width up a few pixels at a time so you only increase the width the required amount.
Code:
/* css for top menu tabs */
#navMain {
float:right;
width:750px;
line-height:normal;
height:32px;
}
#navMain ul {
float:right;
list-style:none;
}
#navMain li {
display:inline;
}
#navMain a {
float:left;
text-decoration:none;
}
#navMain a span {
float:left;
display:block;
padding: 7px 15px 0 15px;
text-align:center;
width:90px;
cursor:pointer;
height:25px;
}
JOhn ><>
-
Re: Cherry Zen Template Side Box Login
Please visit the link below to view the whole script.
http://www.zen-cart.com/index.php?ma...roducts_id=154
The text and input fields don't line up, but when I switch to the classic template everything is fine. I looked into the stylesheets but don't know where the problem is.
Thanks,
Dave
-
Re: Cherry Zen Template Support Thread
where i change the distance from top to the brower bar.
-
Re: Cherry Zen Template Side Box Login
Quote:
Originally Posted by
FoodDudes
I have successfully uploaded a login to the side box but am having troubles with the appearance of the forms. Here is the script and the screen shot is attached. Any suggestions would be greatly appreciated.
<?php
$content = "<!--loginSideBox-->";
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
if(!$_SESSION['customer_id']) {
$content .=zen_draw_form('login_box', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL'));
$content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '', 'size="24"').'<br />';
$content .=LOGIN_BOX_PASSWORD . '<br />' . zen_draw_password_field('password', '', 'size="24"') . '<br />';
$content .='<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . LOGIN_BOX_PASSWORD_FORGOTTEN . '</a>' . '<br />' . '<a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . LOGIN_BOX_CREATE_ACCOUNT . '</a>' . '<br />';
$content .= zen_draw_hidden_field('securityToken', $_SESSION['securityToken']);
$content .='<div class="centeredContent">'.zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT).'</div>';
$content .='</form>';
} else {
$content .= '<ul>';
$content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . LOGIN_BOX_ACCOUNT . '</a></li>';
$content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . LOGIN_BOX_SHOPPING_CART . '</a></li>';
$content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . LOGIN_BOX_LOGOFF . '</a></li>';
$content .= '</ul>';
}
$content .= '</div>';
?>
Try changing the size="24" to lower numbers.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sunny112233
where i change the distance from top to the brower bar.
in stylesheet.css , this section (change the margin-top)
body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
newkernel
Thanks jetture.
It's work!But the back color of the sidebox still show in the homepage.If I change the color to white,the box shape will lose.
I was puzzled how to do it.Please help me!:no:
Code:
#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}
#indexHomeBody #contentMainWrapper {
background:none;
background-color:#fff; /*background color for the main "content" of the site */
}
#indexHomeBody #contentMainWrapperb {
background: none;}
}
To get rid of the shadow on the home page only:
Code:
#indexHomeBody #nw, #indexHomeBody #ne, #indexHomeBody #se, #indexHomeBody #sw, #indexHomeBody #n, #indexHomeBody #s, #indexHomeBody #w, #indexHomeBody #e {background:none;}
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
frank18
Hi Jade (and all),
discovered this problem yesterday:
When displaying the description of the products
Active 2.1,
Active 2.2 and
Active 2.3 the LH sidebox appears
below the actual description of the products.
This does not happen on any of the other 250 something products I currently have on offer.
I have tried to enter new content for the descriptions - same result.
The other products in the category
"Active Elements" are displayed OK with LH sidebox as normal. So, there is nothing wrong with any formatting of the actual category.
The other weird thing is that on the product
Active 2.4 all links in the sideboxes are bold. This is not really worrying but it is inconsistent and may leave the wrong impression about the store with some customers.
Please take a look at
Active 2.1
http://frnt.org/zencart/index.php?ma...roducts_id=189
Active 2.3
Active 2.4
and then click the NEXT button to see the appearance of the remaining products in this category.
Can you shed a light on this please?
If nothing materializes then I am planning to just delete the products and re-enter them. Would not solve the mystery but would probably fix the problem ....
Thanks / Frank
www.frnt.org/zencart
Are you still having the left side issue? I notice that some of the products you have the text justified, and some you do not. As for the bold sideboxes, its because you didn't close the tags for some bold text. Check your text for errors.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Code:
#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}
#indexHomeBody #contentMainWrapper {
background:none;
background-color:#fff; /*background color for the main "content" of the site */
}
#indexHomeBody #contentMainWrapperb {
background: none;}
}
To get rid of the shadow on the home page only:
Code:
#indexHomeBody #nw, #indexHomeBody #ne, #indexHomeBody #se, #indexHomeBody #sw, #indexHomeBody #n, #indexHomeBody #s, #indexHomeBody #w, #indexHomeBody #e {background:none;}
:clap::clap:Thanks jade,I almost finish my job by your help.:smartalec::laugh:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
darktowerhobbies
ok I have removed the text in the banner window on the top of the page by reading the readme first or else. The trouble is now it only displayes where the image is not the image. I have moved the image to different directories and still nothing.
Should define('HEADER_SALES_TEXT', be replaced with something else since it is no longer text but an image.
I have read other similar posts in here and seem to be having same trouble.
the site is
here
Thanks in advance
You can't just put the name of the image, since it is a spot for text. You have to first tell it that it is an image, and then what directory it is in. For example, if you put the image in includes/templates/YOUR_TEMPLATE/images/, put this:
Code:
define('HEADER_SALES_TEXT', '<img src="includes/templates/YOUR_TEMPLATE/images/banner.gif" alt="" width="" height="" />');
-
Re: Gift Certificate button not in correct position.
First of all congratulations on producing a really nice clean modern looking template.
It's going to be perfect for my site !
Thank you for being so generous in sharing and supporting it :hug:
I think I may have found a little bug though. :shocking:
When I have a gift certificate enabled for a user and it is in the shopping cart. It appears to be too wide for the box and hangs out the side.
I have not been able to reproduce it on your site as I can't buy a gift certificate.
Keep up the great work !
-
Re: Gift Certificate button not in correct position.
Quote:
Originally Posted by
fireant
First of all congratulations on producing a really nice clean modern looking template.
It's going to be perfect for my site !
Thank you for being so generous in sharing and supporting it :hug:
I think I may have found a little bug though. :shocking:
When I have a gift certificate enabled for a user and it is in the shopping cart. It appears to be too wide for the box and hangs out the side.
I have not been able to reproduce it on your site as I can't buy a gift certificate.
Keep up the great work !
Could I see a link or an image? Can you adjust the text (is the text too wide)?
-
Re: Cherry Zen Template Support Thread
Site is locked down at the moment .. I don't want people visiting till it's ready but you can see a screen shot here.
http://i476.photobucket.com/albums/r...ug/Capture.jpg
Thanks for looking :smile:
Edit: I made a login for you ... sending you details in PM
-
Re: Cherry Zen Template Support Thread
Make that an email .. your too popular your PM box is full !
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
fireant
I uploaded a smaller button for you, and then you can add this to your stylesheet as well to get rid of the margin and padding for that specific sidebox:
#shoppingcartContent {margin:0!important;padding:0!important;}
-
Re: Cherry Zen Template Support Thread
Thanks for the reply Jade
Quote:
Originally Posted by
jettrue
Are you still having the left side issue? I notice that some of the products you have the text justified, and some you do not. As for the bold sideboxes, its because you didn't close the tags for some bold text. Check your text for errors.
Checked the text for the closing tag for bold text. Done and dusted.
As for the products Active 2.1, Active 2.2 and Active 2.3 removed the justified text and BINGO - the LH sidebox appears ok.
I still don't understand the reason behind the mystery as all products in the category "Blackmores" are displayed with justified text. Same goes for other categories - and most of the EZ pages. Yet, there is no problem with the LH sidebox.
Might have a DB issue ??!!
Thanks again for taking the time to look at this.
Frank
www.frnt.org/zencart
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I uploaded a smaller button for you, and then you can add this to your stylesheet as well to get rid of the margin and padding for that specific sidebox:
Thanks heaps Jade !
Just curious is it a bug or just my site that's a little "non standard" ?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You can't just put the name of the image, since it is a spot for text. You have to first tell it that it is an image, and then what directory it is in. For example, if you put the image in
includes/templates/YOUR_TEMPLATE/images/, put this:
Code:
define('HEADER_SALES_TEXT', '<img src="includes/templates/YOUR_TEMPLATE/images/banner.gif" alt="" width="" height="" />');
Ok I did exactly what you said I canged the your_template to cherry_zen and now the word is gone but I still have no banner image. What am I doing wrong this cant be that hard.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
darktowerhobbies
Ok I did exactly what you said I canged the your_template to cherry_zen and now the word is gone but I still have no banner image. What am I doing wrong this cant be that hard.
Never mind got that fixed but how do I center the banner and get rid of the little red x where the logo used to be?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
darktowerhobbies
Never mind got that fixed but how do I center the banner and get rid of the little red x where the logo used to be?
Why not just make that image your logo.gif?
If you want the logo removed, open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and remove the logo chunk.
-
Re: Cherry Zen Template Support Thread
hi,jettrue.Thanks for your help before.I got a problem again.There are 6 kind of link in the head page ,"
Home| News| New Products| Featured Products| Specials|Register ",
when I install the template.I want to change this link to my categories,and the head page will like this:
"HOME| A | B | C |".
"ABC" is product categories.
Thanks for helping.:flex::clap:
-
Re: Cherry Zen Template Support Thread
One more question.Configuration Section/Layout Settings/Categories menu labels on / off,i set it on.I don't know how to change the background color of the categories menu.Please help .:hug::laugh:
-
Re: Cherry Zen Template Support Thread
I don't use product images on my site. I have created a 1px x 1px image and commented out the drop shadow in stylesheet.css, how do i remove the 'larger image' link?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
newkernel
One more question.Configuration Section/Layout Settings/Categories menu labels on / off,i set it on.I don't know how to change the background color of the categories menu.Please help .:hug::laugh:
That is done in includes/templates/cherry_zen/css/stylesheet.css. You can create a color for that section like this:
#navCatTabsWrapper{
background:#000000;
}
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
chaddb
I don't use product images on my site. I have created a 1px x 1px image and commented out the drop shadow in stylesheet.css, how do i remove the 'larger image' link?
Since you're not using images at all, just remove the image section from includes/templates/cherry_zen/templates/tpl_product_info_display.php
Code:
<!--bof Main Product Image -->
<?php
if (zen_not_null($products_image)) {
?>
<?php
/**
* display the main product image
*/
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
<?php
}
?>
<!--eof Main Product Image-->
-
Re: Cherry Zen Template Support Thread
Hi jettrue could you give me some guidance please. I ask this question a while back. Thank you
Quote:
My W3C CSS Validator is reporting problems in the css stylesheet file. How would I correct these. Would you please take a look at my site and Validate it and tell me how to fix this. Thank you so much.
-
Re: Cherry Zen Template Support Thread
Awesome Awesome Awesome!!!!
Installed this theme yesterday for a client and followed the the easily laid out instructions without a glitch.......they wanted a few things changed so I spent 5 hours last night and 3 this morning reading through this post and everything I wanted to know so far was here.......Awesome theme and great support.......what more can you ask for........keep up the great work...........:clap:
http://t3cochisekustoms.com/store/
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ChilliB
Awesome Awesome Awesome!!!!
Installed this theme yesterday for a client and followed the the easily laid out instructions without a glitch.......they wanted a few things changed so I spent 5 hours last night and 3 this morning reading through this post and everything I wanted to know so far was here.......Awesome theme and great support.......what more can you ask for........keep up the great work...........:clap:
http://t3cochisekustoms.com/store/
You are welcome, glad you like it.
A bit of advice for ya... I'd install the image handler mod (IH2) from the downloads section to speed up your images. :-)
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You are welcome, glad you like it.
A bit of advice for ya... I'd install the image handler mod (IH2) from the downloads section to speed up your images. :-)
that's next on the list.....thanks again......:flex:
-
Re: Cherry Zen Template Support Thread
I would like to insert some text below the attribute selection boxes. We are a lingerie store so we have several sizes with different colors of each. Each option sells out at different times. This way the customer could see straight off if the item is available or not.
An example of what I'm talking about is at http://www.magellans.com/store/Clothing_for_Men___Hats___AccessoriesMH817?Args=
Notice under the attribute options.
Where/How would I insert this?
Thank You,
Jim
-
Re: Cherry Zen Template Support Thread
HII
I hawe problems whit banner in left size .. it is a smoll white line. Hawe kan i delete it?
SHOP
Thanks!!!!
-
Re: Cherry Zen Template Support Thread
Hi jettrue I ask a question up above also, but I have another one for you. I'm trying to install image_handler 2 my question for you since you installed it is on your test site for this template. What file do you merge this code with I know it says If you have modified any of the files located in this contribution's includes/templates/template_custom folder, you need to merge these files (popup_image_additional/tpl_main_page.php in particular) with those of your custom template. Where does this piece of code go in the file. Thank you for help. I must be missing something. I know this shouldn't be ask here but using this template is different than others.
Quote:
<?php
/**
* Override Template for common/tpl_main_page.php
*
* @package templateSystem
* @copyright Copyright 2005-2006 breakmyzencart.com
* @copyright Portions Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_main_page.php,v 1.1 2006/05/01 12:35:10 tim Exp $
*/
?>
<body id="popupAdditionalImage" class="centeredContent" onload="resize();">
<div>
<?php
// $products_values->fields['products_image']
echo '<a href="javascript
:window.close()">' . zen_image($_GET['products_image_large_additional'], $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . '</a>';
?>
</div>
</body>
-
Re: Cherry Zen Template Support Thread
Hi jettrue ,I have a question about the Navigation bar.I want to add a new lin to the special product page,so i hvae to creat a new option "xxx" behind "Home" and the link is "index.php?main_page=page&id=18".
Can you teach me how to achieve my design?
:clap:Thanks for your help again.
-
Re: Cherry Zen Template Support Thread
Hi, We are trying your Cherry Zen at the moment but can not get image handler2 to work with it, I have uploaded the image-handler a couple of times and it still does not work. everything is showing in admin correctly and I have contacted our hosting company about GD and imagemagic and I am told it is enabled on their servers as it is also showing from the zencart admin. Can anybody please tell me what I have to do to make it work. you are able to view our site here http://www.sacville.co.uk are there other directories I need to upload to apart from the ones stated in the image-handler info?:censored:
Regards
-
Re: Cherry Zen Template Support Thread
I don't use descriptions on my site. As a requirement of Google Base i need a 15 character description for each of my products.
So...I want the description to exist in the database (i know how to do this) but don't want it to be visible in the product search results nor on the product pages. How do i accomplish this feat?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Cornishmaid
Hi, We are trying your Cherry Zen at the moment but can not get image handler2 to work with it, I have uploaded the image-handler a couple of times and it still does not work. everything is showing in admin correctly and I have contacted our hosting company about GD and imagemagic and I am told it is enabled on their servers as it is also showing from the zencart admin. Can anybody please tell me what I have to do to make it work. you are able to view our site here
http://www.sacville.co.uk are there other directories I need to upload to apart from the ones stated in the image-handler info?:censored:
Regards
I'm sure you also installed it in the admin.
I notice that all your images are .bmp's maybe it can only work with .gif and .jpg.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
chaddb
I don't use descriptions on my site. As a requirement of Google Base i need a 15 character description for each of my products.
So...I want the description to exist in the database (i know how to do this) but don't want it to be visible in the product search results nor on the product pages. How do i accomplish this feat?
In your stylesheet:
#productDescription {display:none;}
-
Re: How do I change just one line of texts colour ?
I would like the terms and conditions checkbox and line to stand out a little better. Is there a way to change just that one lines colour ?
define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>');
Should I put some HTML here ? .. or should it be done in the CSS ?
I am pretty new at this .. so if you could show me too that would be great :yes:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
In your stylesheet:
#productDescription {display:none;}
That works on the product page, but not in the search results. How do i remove the description display from the search results as well?
Thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Since you're not using images at all, just remove the image section from includes/templates/cherry_zen/templates/tpl_product_info_display.php
Code:
<!--bof Main Product Image -->
<?php
if (zen_not_null($products_image)) {
?>
<?php
/**
* display the main product image
*/
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
<?php
}
?>
<!--eof Main Product Image-->
I did this, but it does not remove the 'larger image' link that appears on each product page.
-
Re: Cherry Zen Template Support Thread
I also have a problem with ImageHandler....but only when adding ADDITIONAL IMAGES.
they are uploading ok and I can see them in admin>>tools>>image handler for the product but they do not show up on the product page detail page.
appreciate any tips here...I guess I should be looking at the template pages....
Quote:
Originally Posted by
Cornishmaid
Hi, We are trying your Cherry Zen at the moment but can not get image handler2 to work with it, I have uploaded the image-handler a couple of times and its...........
-
Re: Cherry Zen Template Support Thread
Hi,
The "Newsletter Link" and the "Unsubscribe" link are the same?
I've searched the thread and can't see a fix, can you please help show me how to fix this please.
Thank You
-
Re: Cherry Zen Template Support Thread
Hi Jade,
I have installed cherry zen template on my store and I am facing with a problem. Request you to guide me on how to sort it out...
Whenever I place a banner in Confirguration > Layout Settings > Banner Display Groups - Footer Position 1, it gets displayed in the middle of the page instead in the footer 1 position (circled in the screenshot).
http://gemsoul.com/images/screenshot.png
How do I get it to the footer?
My store url is gemsoul.com
Thanks,
Harshil