Jade you make an amazing template. Thank You
I have a little problem that is more the fact that i am not formular with PHP then it is with this template.
i am trying to add a logo and a banner, so i was reading the readme.txt and it say "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?" so i opened up hearder.php and tried to edit
my question is how do i keep a tagline and a banner? with this code i dont get the image at all but the logo works fine, and how do i keep them all aligned?PHP Code:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Kays Naturals :: Build Muscel Not Fat');
define('HEADER_SALES_TEXT', 'kaysbanner.jpg');
define('HEADER_LOGO_WIDTH', ' ');
define('HEADER_LOGO_HEIGHT', ' ');
define('HEADER_LOGO_IMAGE', 'kayslogo.gif');
thanks for any help
Please help! I am new to customizing my template and found this template awesome! I encountered a problem though, some of my products has additional images and the additional images seemed to be out line- way right.. how can i make it center like the rest? please take a look- here's my problem-
http://www.spendyourhusbandsmoney.co...products_id=97
I'm so dizzy now trying to solve the problem..
Please help! Thank You!!!
Hey there!
I just want to say that my husband finally figure it out. Basically, the reason why everything went out of alignment is because of my filename. What I did was the filename I used for the additional images is the product code. For example, my main image's filename is 15732.gif, then the filename that I used for the additional image is 15732_157277.gif (I do this so I won't forget the product code of each items). So what my husband figured out was just simply saved it as 15732_a or b up to z.. then, everything went fine!!I'll just use a different system then to remember the different product codes of each additional item.
Thanks again for this awesome template!
Why not give the first part of the filename the same as what your next product is going to be...
so lets say your on product id# 137
you can name your image as: 137-filename.jpg and of course large images as 137-filename_LRG.jpg
This allows you to keep the product id in place all of the time. This is how I do my sites and I teach my clients to name in the same way, this way if they have to track an item down, down the road, it's far easier to do than getting in admin to see what the filename would be.
Jet can you take another look at my site http://hiquatec.com
any other suggestions on the home and log in links.
I have designed the template to have the add to cart under the image, this allows for people to turn on options, manufacturer name, etc., and have all that extra stuff on the right side, with the image and add to cart to the left, here's an example:
http://www.cherryzen.jadetrue.com/in...&products_id=1
Of course, you can change this, if most of your products don't use options, etc. Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php. You'll see that this file is very nicely segregated. You can move the ADD TO CART chunk to directly underneath this chunk:
Then you'll probably need to adjust the padding of #cartAdd in the stylesheet.css.Code:<!--eof Attributes Module -->
Your site seems to be not loading right now. Also, can you please state the entire issue, I can't remember what it was from before, and don't want to search backward, thanks!
Remember that you need to point to the actual image. SO, something like "../images/kaysbanner.jpg" would work, if you have the image in the main images/ folder. Right now its looking for the image in the main site folder.
If you're still having issues, please reply with a link to your site.
Bookmarks