Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
ferid
It's offline at the moment. If you PM me your IP address. I'll add it.
Take a look at the Product Info Display (right side) mod available in the Free Software Add Ons section
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
Designed for Zen Cart version 1.3.8.
Features:
Fixed width 2 column display
Colors: Styled in Black, White and Gray.
Customized button set included.
Per-page CSS stylesheets to style individual pages.
Better Categories Sidebox installed.
Order Steps (Tableless) installed.
Column Divider Pro installed.
Date displayed in the header.
Re-designed Login page included.
Tested using Firefox, IE7, Opera, Safari.
Hi,
Thanks for sharing this information.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
It worked. Thank you!
But now the images of the attributes are also on the right. I would like them to stay on the left as they were.
Re: Cold Steel Template Support Thread
I am also searching how to display an image outside the webshop on the left and right side.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
ferid
It worked. Thank you!
But now the images of the attributes are also on the right. I would like them to stay on the left as they were.
You can change the way the product info page looks by opening includes/templates/cold_steel/templates/tpl_product _info_display.php and moving entire sections of code around and making adjustments in the product_info.css stylesheet
Quote:
Originally Posted by
ferid
I am also searching how to display an image outside the webshop on the left and right side.
Not quite sure what you mean.
Re: Cold Steel Template Support Thread
Managed to get the product info page as I want to. Thank you.
But still can't get the attribute image on the left. Now they are on the right.
Re: Cold Steel Template Support Thread
Re: Cold Steel Template Support Thread
Is it possible instead of having the grey square at the bottom where name and address are and on the right where the home button in the footer another box just to have one grey box completely across the bottom?
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
Jay_Cubs
Is it possible instead of having the grey square at the bottom where name and address are and on the right where the home button in the footer another box just to have one grey box completely across the bottom?
Sure, create a new graphic image that is the height and width of the entire footer.
You'll then need to adjust the following declarations in the stylesheet.css
#footerLogo
#navSuppWrapper
Re: Cold Steel Template Support Thread
I am trying to insert an image at the first step when you checkout, above the shippingaddress. But for some reason the image isn't displayed correctly. It's compressed.
What I did is insert the following code in /includes/templates/my template/templates/tpl_checkout_shipping_default.php after line 60, <!-- eof Order Steps (tableless) -->:
<?php echo zen_image('/images/step1.jpg')?>
How can I make so that the image is displayed in it's original size and not compressed?
I've attached an example of how it looks and on the bottom, the original image.