Since its "<span class="termsisagree">", then you can style it in the css with:
.termsisagree {color:#000000;}
Printable View
Well, I can't see how that's possible, since if you remove it, it's no longer using tpl_modules_main_product_image.php, and it's that file that contains the larger image link. Are you sure you removed it from the right file?
includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php?
Please post smaller images. :-)
You removed a section of code from includes/templates/cherry_zen/common/tpl_footer.php:
<!--closting divs for drop shadow -->
</td></tr></table></div></div></div></div></div></div></div></div></div>
Look at my original compared to yours and add that section back.
Forgive my lack of CSS mastery. I've done as you instructed, and i think i need to hide:
listingDescription
but don't know where to find this, i searched in the Developer's Tool Kit but it didn't return any results.
(i'm trying to hide the product description that appears in the search results)
Little problem:-
When I view my EZPAges all the next are together
How do I break them up when i press enter like this
Changes to The Online Store
On 17th November, our new online store throws open its virtual doors. It's had a funky makeover so browsing and choosing are easier and more fun than ever before. You'll find improved product demos and info, a 3D simulator tool to give you a real feel for the latest software plus even more help with choosing the right mobile and accessories for your needs.
You stopped by a little while ago... why not pop in again? When you visited our online shop recently, maybe you found what you wanted but decided to come back another time. We wanted to reassure you that although the shop will look rather different, you'll still find all the same great products and services in the new online store whenever you want to buy them.
http://www.cybernet-online.co.uk/shop/index.php
http://cybernet-online.co.uk/shop/in...page=page&id=7
Hello. I hope someone can help me here. I just got my cart up and running (for the most part). I am using Zen 1.3.8 with Cherry Zen. I have built the cart using Firefox and have had no problems with it. But, I just checked it in IE7 and the Add to Cart buttons are missing on all of my product info pages! I have no idea where to even begin to try to fix this! Please let me know what files, if any, you need to see and I will provide them. The cart is located at www.creationsbycandc.com . Thanks!
Not sure if I should ask this here or the general thread, but here it goes.
I like how this fellow zenner formated his footer.
how would I implement this?
Also, I don't care how tpl_product_info_display.php is displayed for Cherry Zen, how do I go back to using exactly what classic zen layout was?
Hi, I would really like to get some feedback for a fix in the Cherry Zen theme. It is in the theme itself because when I switch to class green template my index page shows up again.
I'm sure it is an easy fix but I am not finding the problem.
I am using V1.38 and cherry zen. My error log is telling me that it is looking for the Xsell module and it is not there. This is keeping my index page from showing up.
I went into the tpl_products_info_display and removed the xsell entry from the file. I also have removed all files connected to the module, sill no dice...?
Since I have removed all the files why is it still trying to locate it?
If I view my page source the site is there it just isn't visible.
I have searched all over for an answer and haven't come up with anything, so please, if anyone can give me a hand let me know.
my index page is here
Any other info required let em know. Sucks because it is a great selling day on my site.
travis
Forget it. Problem resolved
Wasn't a PHP issue after all. I let my error logs send me on a wild goose chase. It was a CSS problem.
When I edited out the right column in my CSS I forgot to remove the #indexhomebody from the statement so my index page was not showing.
Hi Jade,
On one of my pages (view cart page) the links and pics in the footer are included in the body of the main page. http://tinyurl.com/66wyjb
But on the other pages, the links and pics in the footer look like they are in a separate section.
http://tinyurl.com/6mwtpp
How do I get all of the pages to look like the view cart page and include the links and pics in the footer in the body of the main page?
Thanks.
Hi Jade,
I moved things around on my Product Info Display, but I can't seem to get the product name and price to show to the right of the image. It actually displays correctly in FF but not in IE. Any ideas??
Here is a link to see an example:
http://kellyscountrycorner.com/index...oducts_id=1049
Thanks,
Kelly
Maybe this will help you.
Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->Quote:
Originally Posted by countrycharm
jettrue I know you have answered this question before, but I'm having trouble finding exactly what code to move and where to put it after I move it. I'm trying to move the add to the cart button up under the model number. What part of the code do you move up or down from the tpl_product_info_display.php to get this like I want it. Thank you for your help. Here is my site
##############################___
Jade
Sage Fish
follow up to the footer thing...
i managed to move the pics and links into the main page body by editing the tpl_footer file and moving that code up above the closing divs code...
now how would i border the links with a line above and a line below the links? like the section at the top with the search box???
like so...
####################################################################################################
Link | Link | Link | Link | Link | Link | Link | Link | Link | Link
####################################################################################################
Thanks!
What do you want to do move it up closer next to your picture, if so in your stylesheet.css find this line and
Change the margin like I have below. Keep playing with it until you move it where you like.Quote:
#cartAdd {
width:125px;
text-align:center;
margin:10px auto;
float:right;
padding-right:10px;
Quote:
#cartAdd {
width:125px;
text-align:center;
margin:45px 130px 10px;
float:right;
padding-right:10px;
}
Follow up to the link border: this can be done by adding a border to the navSupp section. Thanks Glenn!
Is there a way to make this template IE8 compatible and have the compatibillity button not appear?
hi jade,
oops back to the footer thing. apparently the view cart page functions differently than all the other pages. and when i moved the code in the tpl_footer file above the closing divs code, it worked for all pages...except the view cart page (which it broke).
:lamo:
so is there another way to get the footer links to be included in the main body page???
thanks.
When I enable top search box , it shows on left/right side also in top. I dont want to show it on left or right. how to do that?
hi jade,
what is the best way to put a line at the bottom of the left and right columns?
could i use something like border-bottom? if so, where would the code go so it just but the line at the bottom of the left and right columns and not the middle of the page?
thanks.
Jade, I'm in the process of redesigning an existing site and your template had nearly all the layout features I had intended to build - so first of all thanks a ton for your great work
I made a few layout changes, (no right column) and followed your directions; however I'm having a few issues I was hoping you might be able to help with.
First in IE (6/7) the left column is being pushed way down by the center. Now I created a margin between the content and the left column, thinking that would solve the issue.. no joy. I changed my products column number to 2 vs. 3 to see if that made a difference - no joy. I also played with the float margins - no help there either. Any suggestions. Here's a link to the test bed mysite
Now on a side note and I'm going to post this to the general area of the forum as it's not related to your template - After working most of the night on some custom coding that all worked fine when I went to bed in the wee hours, I wake up to find my home page has vanished..LOL - The rest of the site displays just fine - just the main_page define will not display. I've changed templates so this is not an issue with your template, but I thought I would mention that in case you've ever seen anything like that in the past.
I also am working on the menu by implementing the drop down. One question there - The second level of the menu covers the first level when it is moused over. What can I do to adjust the css so that you can still see the first level. Example - Home - if you were to try to click Home to return to the main, you can't the New Products jumps up over the top of it.
Thanks again for such a nice template.. I'm off to see if anyone else has ever lost the main page before..:huh:
Ruth
Thought I would post back as I found two solutions of my three problems :clap:
On the content pushing the left column down - I added an stylesheet_ie6 and ie7 - on both I indicated that the #content width be reduced to 99% from 100% and it did the trick! All looks nice. The mysterious missing front page was due to a very tired developer last night doing something silly.. :blush: we'll just leave it at that...LOL
Now I'm going to go back to playing with the menu as I really want to do some major customizations there, so input could really be helpful.
1. the first issue still needs to be addressed (second link covering the top link)
2. Next - I want to add three sets of custom links to the menu that have children (sub menu-items). Not quite sure "yet" how to do that with this menu, so if anyone has insight just jump right in there. I'll post back my progress in the event anyone else is working on setting the drop down menu in to replace the standard top menu.
Ruth
Hi,
Done this and it works fine in FF and IE6 but not in IE7. I realise it is an old post but looking through further into this thread to see if anyone else had this issue I couldn't see anything by page 200 so decided to post for help.
In IE7 it throws the image (Content from the main page) up to the top right way off page.
www.tjrstores.com/lingerie
Thanks for the help in advance.
Rob
P.S. I added in the position: relative; /* IE needs this */ into 2 parts of the CSS code quoted above and still no luck.
It's really important to read the enclosed readme file that Jade provided. The columns are done by css positioning vs. using the normal right and left box setups. She gives very detailed information on how to do this in this file. Also the image for the sideboxes are removed within the css.
Hope that helps.
Hi Thanks for the reply.
I followed the instructions carefully and all is working fine. It just does not work in IE7. It seems to be a bug associated with IE7.
Thanks
Rob
Solved my issues!! :clap: - I had forgotten to go back to the original style sheet and remove and modify the setting for the original menu styling. I wanted this menu to blend with the existing design and it does not beautifully!!!
Thanks again for two such great contributions!!! They are even better together!!:hug:
Ruth
Hi Ruth,
You have an issue with your header when your site is viewed in Firefox.
See attachment for details.
Thanks
Rob
:laugh: that's putting it mildly... What you are looking at is me trying to get the menu to work properly with my custom links and second level links. I posted over in the flyout menu forum to see if anyone had any suggestions.
If you take a look now, you'll get an idea of what I'm trying to do. The problem is when I add the next level of links, the entire menu does one of two things.. it breaks the way you saw it, or the next level doesn't appear at all.
In messing with the menu, something now in the css hates IE6, but I figure to get the menu links fixed where they work as they should first and then address that issue.
Thanks for taking a look! I was getting really lonely talking to myself.
Ruth
Hi Ruth,
No probs.
I have done the same and got it working nicely in IE6 and Firefox, but not in IE7.
If you have a fix for IE7 that you could share, maybe it is related to the issue I posted earlier.
See attachment for details.
Rob
EDIT: IE8 is working fine too. So it is just IE7 that is causing me issues.
OK Update...
I have it working in all IE browsers and FF browsers except in IE7 when hovered over it drops behind that purple image (which is just an image loaded into the define pages main page editor)
Anyone got any advice how to bring it above that?
Rob
Give me a sec. and I'll put it back where it "appears" nice in FF and IE7 - I killed IE6 - Gosh I can't tell you how good it is to talk to "someone"..LOL - maybe together we can fix each other's problems.
Go here really quick - http://www.zen-cart.com/forum/showth...58629&page=133 and read my other post so you can truly see what I'm trying to do. It's the darndest thing I've ever seen. I can do the first Level "Men" with the sub levels - fine (no actual links coded yet, just the names), but soon as I add the next level... it breaks. I must have tried a hundred different ways of doing this. I've done these kind of menus a hundred times, but the way Jade had to code this for the category portion of the menu, has made it a total puzzle for me to figure out.
I'll look at your post and see if I can help you fix yours... you look at mine and put in your two cents...LOL Maybe if we work together I might be able to sleep at least a couple hours before company starts coming. (I was doing all my cooking prep work when you posted before...multi-tasking..LOL)
Ruth
The z-index is currently at 1000 I have not changed it yet.
www.tjrstores.com/lingerie
There you will see what I mean :D
Well I just made huge progress!!! :clap:
I now have Men, Women & Kids -On Kids it gets a little tougher (as though figuring this out hasn't been tough enough..LOL). Kids has two primary sub menus - Girls/Boys each with lower tiers. Its all in the closing tag combination. I've been trying them all...LOL
Take a Look now (my site)
Thats excellent that you are making progress.
Reducing it to 100 has not worked either.
I am stuck with this, I think i will step back and take 5 and have a think.
:clap: I got it fixed!!!!!! It just dawned on me (I'm sure due to being absolutely exhausted blurred my brain) that I didn't need that many levels. The kids stuff is not broken down like that - at least not at this time (not enough of them to do that). Now I have to slide the rest of the links in and then I'm literally on your page.
In checking the browsers back and forth, I realized that when the menu was broken, I could see it in IE6, fixed it disappeared. That's because it's sliding up underneath the background image.
So.... I'm going to go a frig around with that and see if I can get that to go. Go check mine now... it's actually starting to look like I know what I'm doing....LOL
I'll post back on my progress, as I'm sure my fix will be yours also.
By the way... even though you didn't have the answer... having someone to whine to seemed to do the trick!! I think it re-energized me to keep working on it vs. throwing my hands up in the air.
Thanks for being a great sounding board. Sometimes that's all we need. :hug:
Ruth
I know this is pretty basic but I was hoping someone could help me. On the product info page there is a leftfloat div and a rightfloat div. The right float is set to Width 45%; it appears they are part of the .contentWrap
What I would like to do is make the rightfloat larger than 45% and make the right float smaller. This doesn't appear as easy as making the 45% a larger number. Can someone help me? I am just working with the sample db but an example is
http://13car.com/Catalog/index.php?m...products_id=11
Thanks
I got that last question figured out but I am having a real problem setting the color for the navEZPagesTop. I was able to set the link colors fine for the section but when I set
#navEZPagesTop {
color:fff;
}
It continues to pull 000 for the font color.. why would it not look at how I defined the color?
http://13car.com/Catalog/
Thanks
What is happening to my template on checkout?
thecablestation.com/images/checkout.jpg
thecablestation.com
Hi Jettrue,
I was used apple zen, but checking your templates i decided to change to cherry zen template. Now in cherry zen template i have a few troubles.
1.- in header area dont show correctly the search field and the links of HOME | A | B | C options how show in template.
2.- I need center the ezepages title
3.- I put a logo.gif with 970x83. between in logo.gif and ezpages title are a bif space. How I do to eliminate this space?
4.- How I do to change the width of columns to 250px?
Thanks
Rolando Maldonado
www.todoenguate.com
OK what on gods green earth am I doing wrong. My logo is centered but I want it on the left. the float line in the css is set to left but the logo stays centred. link
Please help Jade
Doing final clean up on site upgrade. I used Cherry Zen and incorporated the css drop down menu.
I'm having a couple of final issues as I check all over - moved the site to the root at 4am, so.. making sure all is there and correct.
I have an issue with the header - I have a flash built for the top banner position (to the right of the logo) but I had to turn it off. No matter what I do, the drop down will not flow on top of the flash, instead it hides behind it. I've searched high and low on this one. It's not a z-index solution (tried that first) - I ended up putting in a static banner for the moment as a place holder till I can figure that one out. If anyone else has any ideas I would be thrilled - :frusty:
What I hope is the last issue (still checking things over) I have the E-Z pages footer turned on, but only link that is showing up is the "Home" link - I checked and all the code is in the footer and I've set the configuration for the footer to be on, but nothing appears. Am I forgetting something, as I noticed no one else has this issue.
Feel free to take a look at the site located here - MySite - and let me know if you see any other anomalies. I definitely have had issues that I had to work through with IE (of course).
An extra set of fresh eyes are always welcomed.
Ruth
I think that you have to set wmode to opaque (or maybe transparent) in the html.
See:
http://deluxe-menu.com/objects-overlapping-sample.html
http://www.webmasterworld.com/flash/3127599.htm
http://csscreator.com/search/node/dropdown+under+flash
You know I did the same search and had read everyone of those posts... but... I was sleep reading at the time. I did everything, but the "embed" tag - that was my killer!!!
Thank you so much for making me go back and re-read the posts!!!
I now have my flash back!!!!:clap:
You are a prince (or princess..but I think Prince!!) :D
Zen sends a big Lick too!! As now maybe Mom will go to bed..LOL
Ruth
I am bumping the above in the hope of getting as response. CSS is not my strong suite and I appreciate any guidance.
I also would like to correct the alignment of the "Change Your Address" button in relation to the "Company Name".
...and how do I move the "Continue Checkout" button to below the payment method?
thecablestation.com/images/checkout.gif
Thanks Again!
Hi
Thanks you for this lovely template, which I was able to set up relatively easily and left it running however just recently the from page of my site has gone out of sync. I have tried to solve it but cannot seem to get my head around it. I would really appreciate it if you would have a look and tell me what you think.
Regards
Donovan
MODERATOR NOTE: URL suspected of containing malware. Visit at your own risk: as sce ne on DOT co DOT uk
Hello :-)
I have a problem in Firefox.
The Log in pages etc format to the left.
The background is also white.
It is the correct colour in Internet Explorer.
Why wouldn't they be the same?
Mark
HI i recently downloaded your cherry zen template and have been playing with some of the features and what not.. but my problem is that all my words in the left and right sideboxes are a little bit bigger by default throughout my whole site.. i need to make them "regular" size again.. you can check my website to see what im talking about:
www.rskcoulterproducts.com
Could you please assist me in making the words smaller? Thanks
-Ryan
PS - Please respond by email:
rc11888######################
Many apologies for my lack of patience but the template you have produced does what I want and more. I do not understand where I can access it - rushing to get too much stuff done! I understand it is free and it is perfect. Where can I find it?
Thanks
Apologies - This thick idiot has found it - duh!
I cannot see my Contact Us page and all the other pages.
They are switched on in Configuration/Define Page Status.
But not appearing on my website.
Any ideas?
I installed this template yesterday and changed just my colors. I have searched the forum & the FAQs - my issue is the buttons - all of them - none show up completely and the add to cart button does not show up at all. What am I not doing right :blink: ? Right now the only active item is a gift certificate.
www.raspberryjamcloth.com/shop
Very nice template...
When I click the "checkout" button (either from the cart or the button in the top menu) I get a "white" screen. Any ideas on what this might be?
Zen Cart 1.3.8a
Database Patch Level: 1.3.8
v1.3.8 [2008-12-08 05:55:24] (Fresh Installation)
v1.3.8 [2008-12-08 05:55:24] (Fresh Installation)
Is it possible to make this template full size? If yes, how?
:unsure:
dhamma
Canada Post Module:
I can't get lettermail working within this template.
Also, when adding modules like this, is it just the main files or do you have to go in and edit "cherry" template?
Thanks
Jettrue,
www.laboutiquedelingerie.com
I wanted you to see your work being used in the real world. Just as soon as my payment processor gets us setup we are going live. We still have alot of product to add. But I have at least one product (Anita 5402) fully configured like I want it, along with the rest of of your Cherry Zen cart I have configured like I want it.
I have been working on this for about 4 months and I have it to where at least it can go live.
What do you think. I can buy a product ( in testin mode with a fake cc# ) and it does send emails and I think I have pretty much everything else confiqured for US only site (so far). We own a bra fitting/bridal salon in melbourne Florida and we are trying to compete wuth www.herroom.com in Dallas.
Larry
Hi,
I'm having some difficulty trying to get the menu to display properly in IE7 (half the links gets lost the behind the logo). I don't know if this is happening elsewhere in, but it works dandy in Firefox and Safari.
Any fix? I'm stumped :huh:
Link to site: http://www.thegarbagestore.com
Thanks :smile:
Originally Posted by mtimber
I cannot see my Contact Us page and all the other pages.
They are switched on in Configuration/Define Page Status.
But not appearing on my website.
Any ideas?
Sorry Jade.
www.diversofpearls.com
Mark
Panic over!
I had not switched the information sidebox on!
On page 92 & 93 of the manual :-)
Sorry Jade :-)
This tells me you have something wrong perhaps with a language file that you have adjusted for this template. Have you made any changes to includes/languages/english/extra_definitions/cherry_zen/order_steps_defines.php? Also make sure that file is uploaded in the correct spot.
Check all language files that you have adjusted.
Check your sites error log to see if it points you anywhere.
There should be no reason it wouldn't work with this template specifically.
If the module calls for you to put files in includes/templates/YOUR_TEMPLATE/ or includes/modules/YOUR_TEMPLATE/, or includes/languages/english/YOUR_TEMPLATE, etc., then you'll need to put them in the corresponding cherry_zen/ folder. If the module you're adding happens to have files that I've already included in the template, then YES, you'll have to merge the changes that THEY have made INTO the files I've made, so that it will work.
Earlier i posted that my site at www.rskcoulterproducts.com the text was too big.. well i have now made it too small.. could someone assist me in this? thanks
Ryan
I'm having an issue with IE7. It works beautifully in IE6, Firefox. I can not figure out what is wrong. I installed this many months ago. It is V1.4. I recently made changes in the Admin. I was in a hurry and kept checking it in Firefox. 2 days later I hear it is a mess in IE7. I've tried undoing what I did, but to no avail. Any help would be greatly appreciated. Here is is http://store.percoba.com
thanks
jim
I uses Cherry Zen Temple, and I would like to add categories instead of a header from the search bar. I can help someone?
Ps: excuse my bad English
Hi,
I need Help please with where to place code for a Banner on Shopping Cart and Checkout pages.
I would need this right under say the "Pay with Paypal" button, the code is for a MyStoreRewrds program so its important to be visible.
Thank You
Banner is approx 468x60
Your biggest issue is your tagline:
Open up includes/languages/english/cherry_zen/header.php and change the above to this (text only, remove all the tags):Code:<big><big><u>Welcome to RSK. Home of the FREE SHIPPING WAREHOUSE.</u></font>
Then if you want to style that text, in your stylesheet.css, change this:Code:Welcome to RSK. Home of the FREE SHIPPING WAREHOUSE.
Code:#tagline {
font-size:1.1em;
text-align:center;
padding:25px 8px 35px;
}
Code:#tagline {
text-decoration:underline;
font-size:1.4em;
text-align:center;
padding:25px 8px 35px;
}
Thanks for that reply and looking into that for me.. now what do i change in order to fade the bars. For instance the search header bar.. the sideboxes header.. etc...
(I know these questions are pretty basic and you are not a web design professor and these questions im asking aren't technically "help" questions but..) say i wanted to change just the ezpages links in the top.. would i find.. navEZpagestop.. and change size, color, etc or... for ex. i wanted to change just the sidebox heading color/size/font/etc.. would i just find the code script for that and change just that.. is it really that simple or is it much more complex than that?
also.. i can't seem to find the ezpages link's font color.. thanks VERY much for your help-
Ryan:lamo: