Totally Zenned
- Join Date:
- Nov 2006
- Posts:
- 505
- Plugin Contributions:
- 0
Simple Zen Template - Support Thread
Answer to your first question is back on p.11
not sure about about the second answer.
Views: 127,081
Totally Zenned
Answer to your first question is back on p.11
not sure about about the second answer.
New Zenner
Thanks Dharma,
Sorry to have posted that question. I could have sworn I had read every page before asking.
Eugene
Totally Zenned
jedbase:
is there a way to make categories and information line up even to the left?
Here is my link: <http://web-host-design.com/eugene/catalog/>Just remove the bit in red below from your stylesheet taking care to the period at the beginning and the comma at the end.> .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {text-align: center;
}
New Zenner
I'm having lots of troubles with images. Regardless what I try they display at whatever size I loaded them. The only way that I can change the size is through admin where if I tell it to display the small image at 50x50 it will display an image that I loaded at 100x100 at the prescribed 50x50. I have followed this to the letter but I'm still turning in circles. http://www.zen-cart.com/forum/showthread.php?t=9114&highlight=images What appears is going on is the image I load is displayed at whatever size I load everywhere except where admin forces it to be smaller and the _MED and _LRG files are being ignored.
Dan
Totally Zenned
DanAKAL:
I'm having lots of troubles with images. Regardless what I try they display at whatever size I loaded them. The only way that I can change the size is through admin where if I tell it to display the small image at 50x50 it will display an image that I loaded at 100x100 at the prescribed 50x50. I have followed this to the letter but I'm still turning in circles. http://www.zen-cart.com/forum/showthread.php?t=9114&highlight=images What appears is going on is the image I load is displayed at whatever size I load everywhere except where admin forces it to be smaller and the _MED and _LRG files are being ignored.
Dan
Are you using my template? I'm not sure why you're asking the question here. My template doesn't affect image sizes. But if you send a link to your site, I can try and help.
New Zenner
Thanks Jade. Yes I am using your Simple Zen template thats why I thought I would ask here first. I'll ask in the images section.
Dan
Totally Zenned
Is there a way to highlight or change a color of just one sidebox?
I have stumbled through the css, but don't know what Im doing.
New Zenner
Im trying to add more pages, where it says. More Information, and then it says Page 2, Page 3, Page 4. How can I do this?
Totally Zenned
dharma:
Is there a way to highlight or change a color of just one sidebox?
I have stumbled through the css, but don't know what Im doing.
Hi Darma,
If you view the source of your page, you should see that each sidebox has its on tag.
For example, bestsellers is #bestsellersContent.
You can use that in the stylesheet.
Totally Zenned
hyrisk:
Im trying to add more pages, where it says. More Information, and then it says Page 2, Page 3, Page 4. How can I do this?
To be honest, now that zen cart has ezpages, I'd just add new pages that way. Adding more pages to the more information box can be a pain.
Zen Follower
Where can I change the text size for just inside the middle and not in the left/right boxes? I changed it in the "body" but it also changed the size in the boxes. Thanks
Totally Zenned
Sunabac:
Where can I change the text size for just inside the middle and not in the left/right boxes? I changed it in the "body" but it also changed the size in the boxes. Thanks
Change the font for .centerColumn.
Zen Follower
jettrue:
Change the font for .centerColumn.
Thank you for a very prompt reply! Wish someone in "General Questions" would help me this fast...
Zen Follower
Another question... on the checkout page I have
"Please notify me of updates to these products" and the box with the check mark in it. I would like to have the default **without **the check mark. Also when I clear the check mark and click update, it appears there again.
Totally Zenned
Sunabac:
Another question... on the checkout page I have
"Please notify me of updates to these products" and the box with the check mark in it. I would like to have the default **without **the check mark. Also when I clear the check mark and click update, it appears there again.
Well, it won't automatically give the people updates, unless they click "update" so in a way, it saves them from clicking if they do want updates. If they don't want updates, they can just not click "update".
But anyway, to do what you want to do, open up includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_success_default.php and change:
<?php echo zen_draw_checkbox_field('notify[]', $notifications['products_id'], true, 'id="notify-' . $notifications['counter'] . '"') ;?>
to:
<?php echo zen_draw_checkbox_field('notify[]', $notifications['products_id'], false, 'id="notify-' . $notifications['counter'] . '"') ;?>
Zen Follower
Ah Soo.. My grey cells are not working well... I missunderstood .. thanks
Zen Follower
Where can I specify a different location for "Add to Cart"? I would like to have it at the top (or both top and bottom).
New Zenner
Really like simple zen and got it installed with no problem at www.gloriabridals.com Only question is at the bottom of the page, just a little above "your IP address is", where it should show "home", "above us" etc. those labels are hiding and you'll have to move your mouse there to see it. Is this something made intentionally? I noticed all sites used simple zen have the same thing so probably sure it's not the problem at my end.
If this has been addressed in some places, please direct me there.
thanks!
Totally Zenned
gb2007:
Really like simple zen and got it installed with no problem at www.gloriabridals.com Only question is at the bottom of the page, just a little above "your IP address is", where it should show "home", "above us" etc. those labels are hiding and you'll have to move your mouse there to see it. Is this something made intentionally? I noticed all sites used simple zen have the same thing so probably sure it's not the problem at my end.
If this has been addressed in some places, please direct me there.
thanks!
http://www.zen-cart.com/forum/showthread.php?t=44474&page=11
Totally Zenned
Sunabac:
Where can I specify a different location for "Add to Cart"? I would like to have it at the top (or both top and bottom).
On the product page? You'd have to open up includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php and find the "add to cart" code, copy it, and paste it where you would like it to show up.
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.