Re: Apple Zen Template Support Thread
Hi Jade
Re: giftsofwonder.co.uk
We are nearly ready to go live & still have a few things to sort out before we do.
Mainly, the white space that appears (in IE) when I remove the Categories Tabs from the Admin section > Layout settings.
Also (again IE) there is a slight gap between the header image and the drop-down menu - Is it possible to remove this aswell?
I love the template and have learnt a lot from customizing it!
Hope you can help??
Toby :lookaroun
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
tobicky
Hi Jade
Re: giftsofwonder.co.uk
We are nearly ready to go live & still have a few things to sort out before we do.
Mainly, the white space that appears (in IE) when I remove the Categories Tabs from the Admin section > Layout settings.
Also (again IE) there is a slight gap between the header image and the drop-down menu - Is it possible to remove this aswell?
I love the template and have learnt a lot from customizing it!
Hope you can help??
Toby :lookaroun
I'm having a hard time figuring your issue out, since its in IE. I can troubleshoot better on Firefox.
Anyway, then only thing I can think of, is to remove anything from the top header that is not strictly necessary. Since you're not using the tagline section at all, go ahead and remove that from the tpl_header.php. Also, it looks like you can remove the <div class="clearBoth"></div> that is right before:
<!--eof-branding display-->
Re: Apple Zen Template Support Thread
Hi All
Just been playing about a little and wondered if it is possible to modify the product info page to display the also purchased items underneath the product price/sale, would be in a minimalist way, rather than in the footer like before.
very small image, selectbox, productname/link, and price illustrated in this pick.
Example Image: http://www.elwyns-services.co.uk/ima...ct_example.jpg
I have started to hack the products page a little but starting to get beyond my chopping abilities.
http://www.elwyns-services.co.uk/dea...roducts_id=184
Great template, wouldnt have started without it.:thumbsup:
Re: Apple Zen Template Support Thread
Hi,
I'm using version 1.3.7 and uploaded the apple zen template, but once I've uploaded the includes folder to my server it doesn't show in my admin area in the drop menu.
I moved the apple_zen folder into the includes/templates folder and it appeared in my admin panel but the site has a couple of errors.
You can see the errors at http://www.chloebeck.co.uk
Does anyone know what I've done wrong or how to fix them?
I've tried uploading the files again but get the same results :down:
Any help you be VERY much appreciated!!
Thanks,
Steve
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
sjt
Hi,
I'm using version 1.3.7 and uploaded the apple zen template, but once I've uploaded the includes folder to my server it doesn't show in my admin area in the drop menu.
I moved the apple_zen folder into the includes/templates folder and it appeared in my admin panel but the site has a couple of errors.
You can see the errors at
http://www.chloebeck.co.uk
Does anyone know what I've done wrong or how to fix them?
I've tried uploading the files again but get the same results :down:
Any help you be VERY much appreciated!!
Thanks,
Steve
It sounds like all the files are not uploaded. There are files that need to be uploaded that are not in the templates/ folder. Here's the list of files (from readme.txt)
==includes/classes/categories_ul_generator.php
==includes/csshover.htc
==includes/languages/apple_zen/english.php
==includes/languages/english/apple_zen/header.php
==includes/languages/english/extra_definitions/apple_zen/headermenu.php
==includes/languages/english/extra_definitions/apple_zen/order_steps_defines.php
==includes/templates/apple_zen/buttons/* (buttons to match design)
==includes/templates/apple_zen/common/tpl_box_default_left.php
==includes/templates/apple_zen/common/tpl_box_default_right.php
==includes/templates/apple_zen/common/tpl_drop_menu.php
==includes/templates/apple_zen/common/tpl_header.php
==includes/templates/apple_zen/common/tpl_main_page.php *IF USING A VERSION EARLIER THAN 1.3.7, please use the alternate tpl_main_page.php
==includes/templates/apple_zen/css/checkout_confirmation.css
==includes/templates/apple_zen/css/checkout_payment.css
==includes/templates/apple_zen/css/checkout_shipping.css
==includes/templates/apple_zen/css/checkout_success.css
==includes/templates/apple_zen/css/stylesheet_header_menu.css
==includes/templates/apple_zen/css/stylesheet.css
==includes/templates/apple_zen/images/* (logo, different color images, shadow images, etc.)
==includes/templates/apple_zen/jscript/jscript_suckerfish.js
==includes/templates/apple_zen/sideboxes/tpl_search_header.php
==includes/templates/apple_zen/template_info.php
==includes/templates/apple_zen/templates/tpl_box_default_right.php
==includes/templates/apple_zen/templates/tpl_checkout_confirmation_default.php
==includes/templates/apple_zen/templates/tpl_checkout_payment_default.php
==includes/templates/apple_zen/templates/tpl_checkout_shipping_default.php
==includes/templates/apple_zen/templates/tpl_checkout_success_default.php
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
easypcs
Hi All
Just been playing about a little and wondered if it is possible to modify the product info page to display the also purchased items underneath the product price/sale, would be in a minimalist way, rather than in the footer like before.
very small image, selectbox, productname/link, and price illustrated in this pick.
Example Image:
http://www.elwyns-services.co.uk/ima...ct_example.jpg
I have started to hack the products page a little but starting to get beyond my chopping abilities.
http://www.elwyns-services.co.uk/dea...roducts_id=184
Great template, wouldnt have started without it.:thumbsup:
Ok, we'll start by looking at the current source of this section:
Code:
<b class="centerBoxHeading">Customers who bought this product also purchased...</b>
<div class="centerBoxContentsAlsoPurch" style="width:100%;"><a href="http://www.elwyns-services.co.uk/deals/index.php?main_page=product_info&products_id=180"><img src="bmz_cache/0/0cdc9dca6f09acfceff2ad4fe2eb5bb6.image.100x66.jpg" alt="Krug Baumen ADVENTURER" title=" Krug Baumen ADVENTURER " width="100" height="66" style="position:relative" onmouseover="showtrail('bmz_cache/d/db54b77f193108b1577fa44f2d4005d5.image.150x100.jpg','Krug Baumen ADVENTURER',100,66,150,100,this,0,0,100,66);" onmouseout="hidetrail();" /></a><br /><a href="http://www.elwyns-services.co.uk/deals/index.php?main_page=product_info&products_id=180">Krug Baumen ADVENTURER</a></div>
<br class="clearBoth" />
you're going to have to get into the template file for this mod that controls the output.
First, I'd change it so the first line ends up looking something like this (the 'b' should really be changed to 'strong'):
<strong class="centerBoxHeading" id="alsoPurchased">Customers who bought this product also purchased...</strong>
adding the: ' id="alsoPurchased"' will make it possible to style that heading separately from other "centerBoxHeading"'s.
Now, the second line needs the 'style="width:100%;"' removed. This is what is causing the image to take up so much space.
<div class="centerBoxContentsAlsoPurch" style="width:100%;">
If you want the image first, you're going to have to do some rearranging.
As far as making the image small, it seems that image handler is controlling the size of this image? Not sure if that can be adjusted in "configuration", "images", without making other images really small.
Re: Apple Zen Template Support Thread
Hi Jade,
I've uploaded all of the contents of the includes/ folder to my server and ALL files are uploaded.
Would you know what would cause this template to *NOT* appear in the template directory in my admin panel. :unsure:
All the files are uploaded, but I'm unable to select the template??
Regards,
steve
Re: Apple Zen Template Support Thread
Super template; I quit looking once I saw this one!
I do have a few spots I need some help with.
First one is that my "home" link at the bottom of the page is not centered. Do not know how I messed that up, but I guess I did. Now how do I fix it?
You can check out my Zen cart site out here: http://www.horse-logos.com/
Still working on site and trying to learn how to add products.
Second problem is the custom logo products page, I have had to add so many attributes that it looks a bit messy. Any suggestions on how to make the setup more professional looking?
http://www.horse-logos.com/custom-lo...posit-p-3.html
Also what file or files do I need to play with to change the text in the footer design?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
sjt
Hi Jade,
I've uploaded all of the contents of the includes/ folder to my server and ALL files are uploaded.
Would you know what would cause this template to *NOT* appear in the template directory in my admin panel. :unsure:
All the files are uploaded, but I'm unable to select the template??
Regards,
steve
If this file were missing, then I'd expect that behavior.
==includes/templates/apple_zen/template_info.php
Re: Apple Zen Template Support Thread
Hi Jade, I noticed a couple of small things that don't look quite right with Apple Zen Template in these two pages: (signed into the cart as a customer)
On the address book page...
http://www.horse-logos.com/address_book.html
There needs to be just a little more space between the address on the left and the paragraphs on the right. Second paragraph is almost touching the zip code in the address.
And on the Write a Review page there is no space between the words: 'Written by:" and the name of the person. Also on this same page the radio buttons don't line up with the rating stars.
How do I go about fixing these issues? Thanks!