Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Tucats
Thank you Anne. Quick and simple and it works perfectly. I normally leave a space there but forget about it this time. ;(
I know I have asked you this once before on one of your other threads, but it is still outstanding: What changes are necessary when using slides with a different aspect ratio? Your installation guide is not clear on this.
Thank you once again!
Owen
You can edit the includes/templates/carlisle_fresh/common/tpl_home_slider.php file to change the height/width of the slide show.
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Tucats
Thank you Anne!
No problem ;)
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Hello! First I want to say I Love - Love - Love your work!
ALL I want to do is change the manufacturers link in the header (as we do not have any) to a page we created called features.
I was successfully able to change the name of the link, but cannot find the proper file to manipulate to change where the link goes.
If you could please direct me to the file I need to manipulate I would greatly appreciate it!
You can see our new site here ; http://www.hscind.com/zencart/
Thank you so much for your help!
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
soledesignstudios
Hello! First I want to say I Love - Love - Love your work!
ALL I want to do is change the manufacturers link in the header (as we do not have any) to a page we created called features.
I was successfully able to change the name of the link, but cannot find the proper file to manipulate to change where the link goes.
If you could please direct me to the file I need to manipulate I would greatly appreciate it!
You can see our new site here ;
http://www.hscind.com/zencart/
Thank you so much for your help!
Thank you for posting. I am happy that you like the template :)
You can edit the includes/templates/carlisle_fresh/common/tpl_mega_menu.php
Thanks,
anne
Re: Carlisle Fresh Template Support Thread
I'm going through the install, and in step 1. after loading clg_install.sql it says to go to Product Listing - Layout Style and select rows. I'm assuming that should be columns, since the patch is to change it columnar layout, and in step 7. you show it as being set to columns.
In step 7, under Responsive Settings, it says to Select 3, but the screen shot shows 2 selected.
Step 14
includes/languages/english/extra_definitions/sheffield_blue/headermenu.php
Should be
includes/languages/english/extra_definitions/carlisle_fresh/headermenu.php
Just thought you might want to know so you can make corrections in your next version.
I'll have more feedback once I get it installed, but I like how it looks in your demo.
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
aestheticdesign
I'm going through the install, and in step 1. after loading clg_install.sql it says to go to Product Listing - Layout Style and select rows. I'm assuming that should be columns, since the patch is to change it columnar layout, and in step 7. you show it as being set to columns.
In step 7, under Responsive Settings, it says to Select 3, but the screen shot shows 2 selected.
Step 14
includes/languages/english/extra_definitions/sheffield_blue/headermenu.php
Should be
includes/languages/english/extra_definitions/carlisle_fresh/headermenu.php
Just thought you might want to know so you can make corrections in your next version.
I'll have more feedback once I get it installed, but I like how it looks in your demo.
Thank you for posting ;)
Thanks,
Anne
Re: Carlisle Fresh Template Support Thread
Thanks for making this template available Anne. I have it installed and have made some modifications and I like the way things are working and laying out.
Just installed Image Handler 4 and it's working perfectly for the Classic template.
However when I switch to Carlisle Fresh, the pop up for the "larger image" shows a small image instead of the larger image.
If I drag the popup window and make it larger, I see that image is the right larger version. But the window that is opened for it is very small and the image is resized to fit it.
Where do I go to fix what size the popup opens at?
Here's the URL of one page where you can see what's happening.
http://banderausa.com/zc/index.php?m...roducts_id=180
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
aestheticdesign
Thanks for making this template available Anne. I have it installed and have made some modifications and I like the way things are working and laying out.
Just installed Image Handler 4 and it's working perfectly for the Classic template.
However when I switch to Carlisle Fresh, the pop up for the "larger image" shows a small image instead of the larger image.
If I drag the popup window and make it larger, I see that image is the right larger version. But the window that is opened for it is very small and the image is resized to fit it.
Where do I go to fix what size the popup opens at?
Here's the URL of one page where you can see what's happening.
http://banderausa.com/zc/index.php?m...roducts_id=180
Couple of things, issue is not related to the template, ih4 requires installation "per template" so fact that it works great with the default template means it was installed when the default template was active (assuming followed typical instructions), might I suggest either attempting to address the issues in the IH4 forum (search then post) or perhaps a new thread?
Re: Carlisle Fresh Template Support Thread
This is a known bug in the responsive code, it has been updated in several of the responsive packages but I do not think Anne has updated this one yet.
In /includes/templates/carlisle_fresh/common/html_header.php file
Where all the responsive code is called, you will see:
PHP Code:
if (COLUMN_WIDTH == '0') {
change to:
PHP Code:
if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) {
You can exclude the responsive code on any page simply by adding the page name separated by a comma.
Quote:
Originally Posted by
aestheticdesign
Thanks for making this template available Anne. I have it installed and have made some modifications and I like the way things are working and laying out.
Just installed Image Handler 4 and it's working perfectly for the Classic template.
However when I switch to Carlisle Fresh, the pop up for the "larger image" shows a small image instead of the larger image.
If I drag the popup window and make it larger, I see that image is the right larger version. But the window that is opened for it is very small and the image is resized to fit it.
Where do I go to fix what size the popup opens at?
Here's the URL of one page where you can see what's happening.
http://banderausa.com/zc/index.php?m...roducts_id=180