Re: Carlisle Fresh Template Support Thread
Another challenge I have given myself is to make the right hand column invisible whilst a customer is checking out. I could use
Code:
$flag_disable_right = true;
but does not give the desired effect to the page.
So is it possible to hid the column not disable it?
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
I have this template working with v1.5.4, however, I cannot get multiple images working.
I have checked that everything is set correctly as per the zencart book (pages 203-206) and the image is using the underscore.
OK I do not know what has happened, but it this is now working. Not where I thought they would be (please look here). How do I move these additional pictures underneath the main one?
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
I have this template working with v1.5.4, however, I cannot get multiple images working.
I have checked that everything is set correctly as per the zencart book (pages 203-206) and the image is using the underscore.
This is not a problem with the template package. Maybe you have additional images turned off in your zen cart admin.
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
OK I do not know what has happened, but it this is now working. Not where I thought they would be
(please look here). How do I move these additional pictures underneath the main one?
You can edit the includes/templates/override/templates/tpl_product_info_display.php file.
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
Another challenge I have given myself is to make the right hand column invisible whilst a customer is checking out. I could use
Code:
$flag_disable_right = true;
but does not give the desired effect to the page.
So is it possible to hid the column not disable it?
You can display:none; it in the stylesheet
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Love this template. I have modified it to my extra liking.
When I have been looking at /includes/languages/carlisle_fresh/english.php from line 606 it is all in yellow; why?
Re: Carlisle Fresh Template Support Thread
Hello,
Template is great. How would I completely remove the header titles. Like the "brand, information, and contact"?
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
Love this template. I have modified it to my extra liking.
When I have been looking at /includes/languages/carlisle_fresh/english.php from line 606 it is all in yellow; why?
I don't understand what you mean. How are you viewing the file?
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
aznp4ul
Hello,
Template is great. How would I completely remove the header titles. Like the "brand, information, and contact"?
You can remove the menu in the includes/templates/carlisle_fresh/common/tpl_header.php
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Hi. Just wanna make sure, is this template compatible with zen cart v1.5.4? And for the slideshow, the size of the pictures I wanna use are different from those in the demo. Will the size of the slideshow be automatically adjusted or can it be manually adjusted? Thanks.