-
Re: Carlisle Fresh Template Support Thread
What about these links in the footer (site legal info). I'm using the login page and seeing the mixed content notice in FireFox.
http://www.mandyshomedecor.com/index...ain_page=index
http://www.go2strategies.com/zen-cart-ecommerce.php
http://www.go2strategies.com/
http://www.zen-cart.com/
http://www.picaflor-azul.com/
Order Tracking
http://www.ups.com/WebTracking/track?loc=en_CA
I have similar issues, different template, and haven't found all the answers yet.... still looking. Same pages v1.3.9h no issues. After upgrade to v1.5.3, mixed content issues. But there are too many variables to point fingers.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
RixStix
Clickable links such as that will not generate the error(s) described, otherwise one could not get to or from secure access. It is when content is pulled from elsewhere that the mixed content occurs. Now there are some browsers that will alert when changing from one to the other, but not the existence of a link to a non-https location. So, image sources, flashplayer media for example have the potential to generate the mixed content warning.
-
Re: Carlisle Fresh Template Support Thread
Hi! Is there a way to replace the background with an image instead of plain color? Thanks
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
sfuredi
Hi,
I apologize if I am not posting this in the correct thread, but I am running into an issue with my Carlisle Fesh template installation. I am receiving a security error stating that only secure content is being displayed, in IE. Normally I would attribute this to myself not linking an image using my https, however, I just can't seem to find where this issue is coming from (I checked the image urls I added). I need a second set of eyes to see what I am not.
My website is
http://www.mandyshomedecor.com
Thanks for your help!!!
This is what FireFox Security Console flagged.
Try finding this line in the appropriate file and changing http to https
Blocked loading mixed active content "http://fonts.googleapis.com/css?family=Source+Sans+Pro"
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
RixStix
This is what FireFox Security Console flagged.
Try finding this line in the appropriate file and changing http to https
Blocked loading mixed active content "http://fonts.googleapis.com/css?family=Source+Sans+Pro"
Assuming that https works as well as http, and that the page is being served on a website could change it to:
//fonts.googleapis.com/css?family=Source+Sans+Pro and the link will be pulled with whatever style of access is currently served (http or https).
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
mc12345678
Assuming that https works as well as http, and that the page is being served on a website could change it to:
//fonts.googleapis.com/css?family=Source+Sans+Pro and the link will be pulled with whatever style of access is currently served (http or https).
First, thank you to everyone for your input.
Here's what I did:
Created Fresh install of Zen @ http://mandyshomedecor.com/test/
Installed fresh unmodified version of Carlisle Template
I am using a shared SSL certificate provided by my default host
https://secure3052.hostgator.com/~mf...rCompany/test/
I've used shared ssls in the past without any issues, funny that no one else posted about this yet. I created the fresh install to rule out any of my own development as an issue.
My last active development other than this new project for my wife, was on zen 1.3.8 so I'm very rusty. I understand what you are saying about the fonts, but to be bluntly honest, I'm not sure how to hard code in an https path.
Can you elaborate for me?
Thanks!
-
Re: Carlisle Fresh Template Support Thread
Around Line 150 in
includes/templates/carlisle_fresh/common/html_header.php
as mc12345678 suggested
try removing the http:
or changing it to https
http://fonts.googleapis.com/css?family=Source+Sans+Pro
-
Re: Carlisle Fresh Template Support Thread
That did it guys, thank you very much for your help!!!
-
Re: Carlisle Fresh Template Support Thread
Hi Anne
I am wanting to add additional slides (more than 5) to the slider, but can't figure out where to make the changes. Can you please help me. Thanks!
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Tucats
Hi Anne
I am wanting to add additional slides (more than 5) to the slider, but can't figure out where to make the changes. Can you please help me. Thanks!
The easiest way is to just add static html code to the includes/templates/carlisle_fresh/common/tpl_home_slider.php file. If you want the slides to be editable through the admin then you need to add new banner groups, but this is a lot more complicated.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
That patch is for the column layout grid module so as long as that module is working correctly, there is no need to un install etc.
Thanks,
Anne
anne, does the column layout grid work in this template like it used to?
i.e. can i turn on the dotted separator lines when there is a column display? it was vdotline before and i don't have lines when you have column display with this template and not sure if i did it wrong. that's the only thing that i miss using on this template.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
manythanks
anne, does the column layout grid work in this template like it used to?
i.e. can i turn on the dotted separator lines when there is a column display? it was vdotline before and i don't have lines when you have column display with this template and not sure if i did it wrong. that's the only thing that i miss using on this template.
This template does not have the module installed that adds the dotted lines--I forget the name of the module.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Column divider pro is the plugin, it is built using tables and will break the responsive code, additional coding would be required to use it.
Quote:
Originally Posted by
manythanks
anne, does the column layout grid work in this template like it used to?
i.e. can i turn on the dotted separator lines when there is a column display? it was vdotline before and i don't have lines when you have column display with this template and not sure if i did it wrong. that's the only thing that i miss using on this template.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
rbarbour
Column divider pro is the plugin, it is built using tables and will break the responsive code, additional coding would be required to use it.
Yes, that is it, and that is the reason that it is not used in the responsive template packages ;)
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
We do not want the sliding pictures on the page and have taken them off. But the client wants the featured products at the top of the page instead of the text.
I see the featured products coding on line 81 of the index default file but when I move that information to the top of the page above the text the page goes blank. What am I doing wrong or should this be moved on another file?
Love that everything is responsive.
C
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
ckfs1
We do not want the sliding pictures on the page and have taken them off. But the client wants the featured products at the top of the page instead of the text.
I see the featured products coding on line 81 of the index default file but when I move that information to the top of the page above the text the page goes blank. What am I doing wrong or should this be moved on another file?
Love that everything is responsive.
C
Whenever you get a blank page or a partial blank page check your logs folder for errors and correct them.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Hello, I love this template and thank you for it!
I am having one little issue and was hoping you could help me.
For some reason useful links is not showing up in the drop down of the header bar.
It successfully shows up in the footer as per the read me file.
When I turn it on for the header in the admin it overwrites the current header bar.
When I look at the header menu php file, I cannot see where to edit it.
Could you direct me to either the proper admin section to turn this on in the drop down file - or the correct php file to add these links in.
http://www.hscind.com/
TY
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
soledesignstudios
Hello, I love this template and thank you for it!
I am having one little issue and was hoping you could help me.
For some reason useful links is not showing up in the drop down of the header bar.
It successfully shows up in the footer as per the read me file.
When I turn it on for the header in the admin it overwrites the current header bar.
When I look at the header menu php file, I cannot see where to edit it.
Could you direct me to either the proper admin section to turn this on in the drop down file - or the correct php file to add these links in.
http://www.hscind.com/
TY
In admin--tools--ezpages you need to be sure that the page you want to show is turned on and has a sort order for the header. Then you need to make sure that ezpages_drop_menu.php is turned on in admin--tools--layoutboxes controller.
Thanks,
Anne
-
1 Attachment(s)
Re: Carlisle Fresh Template Support Thread
It is showing up in the drop down box now, but it is also in the black part of the navigation.
I am sure something simple needs to be checked. I have tried everything I can think of, but it seem to be all or nothing.Attachment 14845
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
soledesignstudios
It is showing up in the drop down box now, but it is also in the black part of the navigation.
I am sure something simple needs to be checked. I have tried everything I can think of, but it seem to be all or nothing.
Attachment 14845
You need to turn off ez pages in the header in admin--configuration--ezpages
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Installed the template on a new version of 1.54 Zencart. My wife, the Author LOVES IT! The only issue I have is with IE Version 11. If I keep the window open to about 3/4" on either side of the webpage, it works ok. If I widen it to 1", then on the product pages, all the information displays at the bottom of the page. I tested it with Firefox and it works fine. The site is at: www.k c r i l e y.com.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Jeffg23
Installed the template on a new version of 1.54 Zencart. My wife, the Author LOVES IT! The only issue I have is with IE Version 11. If I keep the window open to about 3/4" on either side of the webpage, it works ok. If I widen it to 1", then on the product pages, all the information displays at the bottom of the page. I tested it with Firefox and it works fine. The site is at:
www.k c r i l e y.com.
The responsive layout is broken even on the main page for phones. I would recommend back tracking through your changes to find what caused the problem. Do you have the responsive template activated in admin--configuration--layout settings?
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Found it! in languages/English/carlisle_fresh/header.php under HEADER_SALES_TEXT I deleted the text between the quotes. If I just add a space, the problem goes away... I was just trying to make the sales text not display...
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Kasey Riley Suspense Novels');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '500px');
define('HEADER_LOGO_HEIGHT', '60px');
define('HEADER_LOGO_IMAGE', 'logo.jpg');
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Jeffg23
Found it! in languages/English/carlisle_fresh/header.php under HEADER_SALES_TEXT I deleted the text between the quotes. If I just add a space, the problem goes away... I was just trying to make the sales text not display...
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Kasey Riley Suspense Novels');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '500px');
define('HEADER_LOGO_HEIGHT', '60px');
define('HEADER_LOGO_IMAGE', 'logo.jpg');
I am happy that you figured it out. This is a known bug in the template and has been posted to the thread.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
recently installed cookie controll into carlisle fresh responsive, it has extended everything to full screen width barring the footer, and i also have a menu down the left hand side has anybody got any ideas ?
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
recently installed cookie controll into carlisle fresh responsive, it has extended everything to full screen width barring the footer, and i also have a menu down the left hand side has anybody got any ideas ?
It sounds like you have not installed the plugin correctly. Any stable, correctly plugin will work with the template. Be sure you have merged files if there are any that are the same between the plugin and the template package.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
It sounds like you have not installed the plugin correctly. Any stable, correctly plugin will work with the template. Be sure you have merged files if there are any that are the same between the plugin and the template package.
Thanks,
Anne
wil give this a try, will the layout be corrected if this works ? iv removed all the files for the plugin
-
Re: Carlisle Fresh Template Support Thread
Can you tell me how I alter the HOME BRANDS titles please?
Regards
MIke
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
wil give this a try, will the layout be corrected if this works ? iv removed all the files for the plugin
Yes, there is no problem using that plugin and the template. I have not looked at the plugin. but my guess is that you need to merge the html_header.php file and there may be other files that need to be merged.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
blackerutuf
Can you tell me how I alter the HOME BRANDS titles please?
Regards
MIke
See the readme.html for this info or read through this thread.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Can you tell me how I alter the HOME BRANDS titles please?
Regards
MIke
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
blackerutuf
Can you tell me how I alter the HOME BRANDS titles please?
Regards
MIke
I just replied to this in post #230 of this thread.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I just replied to this in post #230 of this thread.
Thanks,
Anne
Hello Anne
Thank you for replying, I had gone over the tutorial but I cannot find a way to alter the headings in the drop down menus.
HOME SHOPPING BRANDS CONTACT etc
I need to be able to change these titles to suit my use of the site, can you please tell me where they are located?
Regards
Mike
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
blackerutuf
Hello Anne
Thank you for replying, I had gone over the tutorial but I cannot find a way to alter the headings in the drop down menus.
HOME SHOPPING BRANDS CONTACT etc
I need to be able to change these titles to suit my use of the site, can you please tell me where they are located?
Regards
Mike
Try includes/languages/english/extra_definitions/carlisle_fresh/carlisle_fresh_defines.php
You can also use the developers toolkit in your zen cart admin to search for any text that you need to change.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
hi anne, the checkout linkon the header and cart, and login link on header are not working cant understand why not, www.chapelhillstoves.co.uk, please could you have a look thanks
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
hi anne, the checkout linkon the header and cart, and login link on header are not working cant understand why not,
www.chapelhillstoves.co.uk, please could you have a look thanks
This is not a template related problem. I would recommend doing a search of the forum for the error message.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
This is not a template related problem. I would recommend doing a search of the forum for the error message.
Thanks,
Anne
Solved, was unmerged files with a recaptcha module
Thanks!
-
Re: Carlisle Fresh Template Support Thread
For some reason cannot create new accounts, fill in the form, click on submit and it just reloads the form, try to log in and no account exists with the email any suggestions ?
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
Solved, was unmerged files with a recaptcha module
Thanks!
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
For some reason cannot create new accounts, fill in the form, click on submit and it just reloads the form, try to log in and no account exists with the email any suggestions ?
This is not a template related problem. Have you checked your logs folder for errors?
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
files in wrong places :| ... sorted it thanks.... i want to move the login, log ut, basket and checkout buttons to be lower than the logo but when iv tried this the cart icon looses its alignment ? could you give me some advise on this please
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
files in wrong places :| ... sorted it thanks.... i want to move the login, log ut, basket and checkout buttons to be lower than the logo but when iv tried this the cart icon looses its alignment ? could you give me some advise on this please
If you post a link to your site I can take a look. Have you tried using firefox or chrome and the web developer tools?
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look. Have you tried using firefox or chrome and the web developer tools?
Thanks,
Anne
hi anne www.chapelhillstoves.co.uk, also i want to add credit card icons underneath the social media icons but al i can find info on is adding them to the product page and checkout with a module which isnt what i want, is there 3 files id need to edit and add to ?
iv not checked it on firefox, only on chrome and IE, not touched the web developer tools ..... probably a good idea though :frusty:
Thanks
-
Re: Carlisle Fresh Template Support Thread
just added google recaptcha but on the contact us form page it seems to be mis-aligned ...... where can i edit the file to extend the form to suite ?
Thanks in advance
Simon
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
hi anne
www.chapelhillstoves.co.uk, also i want to add credit card icons underneath the social media icons but al i can find info on is adding them to the product page and checkout with a module which isnt what i want, is there 3 files id need to edit and add to ?
iv not checked it on firefox, only on chrome and IE, not touched the web developer tools ..... probably a good idea though :frusty:
Thanks
You can just add them to the footer or if you want to add them to the footer menu you need to edit the includes/languages/english/extra_definitions/override/footer_menu_defines.php file.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
simon3215
just added google recaptcha but on the contact us form page it seems to be mis-aligned ...... where can i edit the file to extend the form to suite ?
Thanks in advance
Simon
You can use the admin--tools--developers toolkit to find any files that you ever need to edit.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Hi. I'm new to Zen Cart and just found this great template. I don't see any language icon in this template. Just wondering, can customers select the language of the site if I use this template? Thanks!
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
jolliejollie
Hi. I'm new to Zen Cart and just found this great template. I don't see any language icon in this template. Just wondering, can customers select the language of the site if I use this template? Thanks!
Yes, all native sideboxes work with this template package. You can add languages to the header also but will need to install the header languages plugin.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Also, I like the layout of this template but just wanna add some pictures below the banner with links to various product categories or other pages of the site. Can this be done? How? Sorry if this sounds like a silly question. But I'm a php dummy. >.<
Btw, what's the "Shared" page used for? It's under Useful Links. I read the notes on that page but still have no idea what it's all about.
Thanks!
-
Re: Carlisle Fresh Template Support Thread
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.
-
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.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
jolliejollie
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.
Yes, the template is compatible with 1.5.4.
The width of the template is 980 pixels wide so this is the max width you can use. I am not sure if the slide show will adjust automatically or not. Add your slides and see. If they don't adjust you will need to make css changes.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
I'm wrestling with the ezpages. I finally got them to show in the header dropdown and the footer (after fixing my own dumb mistake), but now they're also showing up in the sideboxes.
I have them set to show up in an "Important Links" sidebox, that's working how I want. But once I enabled the ezpages in the header dropdown, they started showing under my "Search" sidebox as a bulleted list. Example: http://whatthecraft.com/test/index.p...=index&cPath=1
Any thoughts on what's causing it? I would cheat and do the old display:none trick in CSS, but the links don't seem to be styled in a way that would make that possible.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
smarmyclothes
I'm wrestling with the ezpages. I finally got them to show in the header dropdown and the footer (after fixing my own dumb mistake), but now they're also showing up in the sideboxes.
I have them set to show up in an "Important Links" sidebox, that's working how I want. But once I enabled the ezpages in the header dropdown, they started showing under my "Search" sidebox as a bulleted list. Example:
http://whatthecraft.com/test/index.p...=index&cPath=1
Any thoughts on what's causing it? I would cheat and do the old display:none trick in CSS, but the links don't seem to be styled in a way that would make that possible.
If you don't want the ezpages sidebox to show you can turn if off in your admin--tools--layoutboxes controller.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you don't want the ezpages sidebox to show you can turn if off in your admin--tools--layoutboxes controller.
Thanks,
Anne
Thank you! I tried that before, but I think I must have turned off the Single Column status as well, which caused it to disappear from the header menu.
And thank you for making these awesome free templates. I think this is the third template of yours that I've used. :D
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
This is a bug in the DIY template original code. You can fix it by editing the includes/templates/carlisle_fresh/common/html_header.php file. Change this:
Code:
if (COLUMN_WIDTH == '0') {
to this:
Code:
if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) {
Thanks,
Anne
Anne, it worked for me with my v1.5.4 but now I cannot work out which set of numbers I have to alter under admin/configuration/images to change to make the popup image larger.
Great work Anne keep up the very good work
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
Anne, it worked for me with my v1.5.4 but now I cannot work out which set of numbers I have to alter under admin/configuration/images to change to make the popup image larger.
Great work Anne keep up the very good work
If you add the code fix, the popup image will be the same size as your large size product image
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you add the code fix, the popup image will be the same size as your large size product image
Thanks,
Anne
So there is no way to make the popup image bigger?
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
So there is no way to make the popup image bigger?
The popup will only be as large as the large size image _LRG. This is native zen cart functionality
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The popup will only be as large as the large size image _LRG. This is native zen cart functionality
Thanks,
Anne
So, lets see if I understand what you are saying Anne; if I want a big popup image, I have to tag with '_LRG'? If yes, then how do I have a large popup for the additional images as they are tagged '_1' etc? E.g. Main picture is mainpic.jpg and others are mainpic_1.jpg, mainpic_2.jpg
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
So, lets see if I understand what you are saying Anne; if I want a big popup image, I have to tag with '_LRG'? If yes, then how do I have a large popup for the additional images as they are tagged '_1' etc? E.g. Main picture is mainpic.jpg and others are mainpic_1.jpg, mainpic_2.jpg
What a stupid question. I have found the answer.
-
Re: Carlisle Fresh Template Support Thread
I know this is nothing to do with this post, but, do you know of a quick way to re-label all my images from mainpic.jpg & mainpic_1.jpg to mainpic_LRG.jpg mainpic_LRG_1.jpg and re-pointing all the 110 products I have put up? (I really cannot explain what I want to do, can I?)
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
I know this is nothing to do with this post, but, do you know of a quick way to re-label all my images from mainpic.jpg & mainpic_1.jpg to mainpic_LRG.jpg mainpic_LRG_1.jpg and re-pointing all the 110 products I have put up? (I really cannot explain what I want to do, can I?)
Do you have image handler installed? It will create the different sizes of images needed on the fly ;)
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Do you have image handler installed? It will create the different sizes of images needed on the fly ;)
Thanks,
Anne
Thanks Anne, I will put one on.
-
Re: Carlisle Fresh Template Support Thread
I'm not reading through this to see if this has already been covered... consider this an "FYI":
I just did a search for responsive themes. Found this one listed (it links here as its support thread anyway). The online demo that it provides IS NOT EVEN CLOSE to being responsive, and I quickly gathered its not actually a demo of this theme... yet, that's how it is being presented.
Moving on...
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
s_mack
I'm not reading through this to see if this has already been covered... consider this an "FYI":
I just did a search for responsive themes. Found this one listed (it links here as its support thread anyway). The online demo that it provides IS NOT EVEN CLOSE to being responsive, and I quickly gathered its not actually a demo of this theme... yet, that's how it is being presented.
Moving on...
What is the link to the online demo that you saw?
The demo for this template is here:
http://zenlyzen.com/responsive_demo/...carlisle_fresh
and, it is responsive:
https://www.google.com/webmasters/to...carlisle_fresh
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Sorry, I wasn't suggesting your template wasn't responsive... I'm saying that the page linked to from the templates list shows a very much non-responsive page and people may (understandably) mistake that for your template. Find it the way anyone would... go to zencart home page, click on plugins, then Template Packages - Responsive designs, then find your listing. In it, it says:
Hmm... ok, nevermind it works now!
Honestly, I wouldn't have posted if that's what I saw :) lol
There were no images at all beyond zen-cart's own logo, and it was decidedly NOT responsive. Temporary glitch I guess. Or you found it and fixed it between then and now. Either way, it looks fine now and sorry if it was my mistake.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
s_mack
Sorry, I wasn't suggesting your template wasn't responsive... I'm saying that the page linked to from the templates list shows a very much non-responsive page and people may (understandably) mistake that for your template. Find it the way anyone would... go to zencart home page, click on plugins, then Template Packages - Responsive designs, then find your listing. In it, it says:
Hmm... ok, nevermind it works now!
Honestly, I wouldn't have posted if that's what I saw :) lol
There were no images at all beyond zen-cart's own logo, and it was decidedly NOT responsive. Temporary glitch I guess. Or you found it and fixed it between then and now. Either way, it looks fine now and sorry if it was my mistake.
I see what you mean and it is actually a problem with the template switcher. It will default back to the classic template unless the full url is used:
http://zenlyzen.com/responsive_demo/...carlisle_fresh
so it is my bad for not posting the full url in the first post of this thread and the original template description. I can update the template and submit a list of changes with the full url, but the original description will always show first in the plugins section.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
I installed this theme a month ago on one of my sites, and everything is working great. Yay! But now I'm trying to install it on another site and have run into problems.
As soon as I install the sql patches, something screwy happens with my language files. The mega menu at the top starts showing HEADER_TITLE_CATEGORIES instead of "Shop" and so on.
The oddest thing is that this exact same thing happened when I installed it on my other site the first time. I thought I'd messed something up (uploaded in the wrong place or uploads were incomplete). I uninstalled and started over and then it worked.
But this time around, I tried three times and it broke the language file every time, no matter how meticulous I was. I only figured out yesterday that it was as soon as I ran the sql patches that things went wonky.
So this time I skipped the patches. I uploaded the theme files and at first glance, it seemed like things were running okay. But I just tried to access the Layout Boxes Controller, and that page is broken. I get the following error:
"WARNING: An Error occurred, please refresh the page and try again."
So I uploaded a fresh layout_controller.php from the theme files, double and triple checked that it uploaded completely. It still doesn't work. Could this be related to not running the sql patches? And if so, is there a way to remedy it without running the sql patches?
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
smarmyclothes
I installed this theme a month ago on one of my sites, and everything is working great. Yay! But now I'm trying to install it on another site and have run into problems.
As soon as I install the sql patches, something screwy happens with my language files. The mega menu at the top starts showing HEADER_TITLE_CATEGORIES instead of "Shop" and so on.
The oddest thing is that this exact same thing happened when I installed it on my other site the first time. I thought I'd messed something up (uploaded in the wrong place or uploads were incomplete). I uninstalled and started over and then it worked.
But this time around, I tried three times and it broke the language file every time, no matter how meticulous I was. I only figured out yesterday that it was as soon as I ran the sql patches that things went wonky.
So this time I skipped the patches. I uploaded the theme files and at first glance, it seemed like things were running okay. But I just tried to access the Layout Boxes Controller, and that page is broken. I get the following error:
"WARNING: An Error occurred, please refresh the page and try again."
So I uploaded a fresh layout_controller.php from the theme files, double and triple checked that it uploaded completely. It still doesn't work. Could this be related to not running the sql patches? And if so, is there a way to remedy it without running the sql patches?
Have you looked at the installation instructions in the readme.html file? You do need to upload the sql patches. It sounds like you are missing template language files. This is why you are seeing the constants.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Have you looked at the installation instructions in the readme.html file? You do need to upload the sql patches. It sounds like you are missing template language files. This is why you are seeing the constants.
Thanks,
Anne
Yes, I followed the readme instructions and still had trouble. I started over 3 times, importing a version of my database that hadn't been patched, made sure all files were complete and in the right places... still had the same issue. Always the same language file not functioning, but I definitely ruled out the problem being with the file itself. Which is why I started tinkering with the installation instructions. (One of my bad habits.)
I just tried to replicate the problem again so I could post screenshots. I ran the sql patches one by one, checking my site after each one. This time they all ran without a problem. And now the Layout Boxes Controller works. So HURRAY!!! since the problem is fixed! But still not sure what the heck the problem was before.
The only thing I can think of is that if there's even a minor server hiccup when installing the patches, things go awry... why it would effect the same language file every time, I'm not sure. Either that or I'm doing something weird every time without realizing it... and every fifth time I do everything right. :wacko: I'm not writing that off yet. :D
Anyway, thank you again for your help and for this awesome theme!
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
smarmyclothes
Yes, I followed the readme instructions and still had trouble. I started over 3 times, importing a version of my database that hadn't been patched, made sure all files were complete and in the right places... still had the same issue. Always the same language file not functioning, but I definitely ruled out the problem being with the file itself. Which is why I started tinkering with the installation instructions. (One of my bad habits.)
I just tried to replicate the problem again so I could post screenshots. I ran the sql patches one by one, checking my site after each one. This time they all ran without a problem. And now the Layout Boxes Controller works. So HURRAY!!! since the problem is fixed! But still not sure what the heck the problem was before.
The only thing I can think of is that if there's even a minor server hiccup when installing the patches, things go awry... why it would effect the same language file every time, I'm not sure. Either that or I'm doing something weird every time without realizing it... and every fifth time I do everything right. :wacko: I'm not writing that off yet. :D
Anyway, thank you again for your help and for this awesome theme!
I am happy that you figured it out ;)
Thanks,
Anne
-
1 Attachment(s)
Re: Carlisle Fresh Template Support Thread
I am getting a funny little error after i finished setting up everything like instructed in the install guide.
The categories on left side bar is overlapping with the main content area.
Attachment 15493
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Blenderite
I am getting a funny little error after i finished setting up everything like instructed in the install guide.
The categories on left side bar is overlapping with the main content area.
Attachment 15493
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
-
Re: Carlisle Fresh Template Support Thread
Did you get a chance to look at it yet?
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Blenderite
Did you get a chance to look at it yet?
If you post a link to your site I can take a look. If you don't want google to crawl your site yet, just put spaces in the url.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
http: //store .whiffle tree farmva .com/
-
1 Attachment(s)
Re: Carlisle Fresh Template Support Thread
I noticed when I hit the configure button on the Carlisle Fresh template under Tools > Template Selection, it shows this. Is that normal or is there an install error somewhere?
Attachment 15521
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Blenderite
I noticed when I hit the configure button on the Carlisle Fresh template under Tools > Template Selection, it shows this. Is that normal or is there an install error somewhere?
Attachment 15521
This has nothing to do with the template package. It looks like you have installed tableau which changes this native functionality.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
So the way to fix this, is to uninstall tableau?
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Blenderite
So the way to fix this, is to uninstall tableau?
You need to look at the tableau template package and find out which files (core most likely) have been overwritten that are related to the template select page and then remove them and restore the original files.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
I am running v1.5.4 clean build and all I have done is add this template. The strange thing is 'Configuration -> Product Listing -> Product Listing - Layout Style' is missing I mean not there. Can someone help how can I add this, please?
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
I am running v1.5.4 clean build and all I have done is add this template. The strange thing is 'Configuration -> Product Listing -> Product Listing - Layout Style' is missing I mean not there. Can someone help how can I add this, please?
Did you install the sql patches?
Thanks,
Anne
-
1 Attachment(s)
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Did you install the sql patches?
Thanks,
Anne
My last question is irrelevant now, I have done a complete re-build. Anne, thanks for the response. However, I do have another question;
I am still using v1.5.4 and using Coffee Cup as my file editor and it has come across something strange and I hope you can help.
Coffee Cup uses colours to show the different bits of the file build. For example;
Line 313 Define ('VOUCHER_BALANCE' , , TEXT_GV_NAME . ' Balance ');
and so on.
Now I think there is a problem with includes -> language -> Carlisle_fresh -> English.php . Now all is OK until line 321 and all the colour references go wrong. The first part is green and then everything is blue down to line 606 when it all does black writing on a yellow background.
I do not know if I am correct. I have added a screen piture to show what I am on aboutAttachment 15561
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
adb34
My last question is irrelevant now, I have done a complete re-build. Anne, thanks for the response. However, I do have another question;
I am still using v1.5.4 and using Coffee Cup as my file editor and it has come across something strange and I hope you can help.
Coffee Cup uses colours to show the different bits of the file build. For example;
Line 313 Define (
'VOUCHER_BALANCE' , , TEXT_GV_NAME .
' Balance ');
and so on.
Now I think there is a problem with includes -> language -> Carlisle_fresh -> English.php . Now all is OK until line 321 and all the colour references go wrong. The first part is green and then everything is blue down to line 606 when it all does black writing on a yellow background.
I do not know if I am correct. I have added a screen piture to show what I am on about
Attachment 15561
I don't use that editor so I am just guessing but it may have to do with the double quotes. There is nothing wrong with the file.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You need to look at the tableau template package and find out which files (core most likely) have been overwritten that are related to the template select page and then remove them and restore the original files.
Thanks,
Anne
Will do! Thanks!
-
Re: Carlisle Fresh Template Support Thread
I've run into another problem. The main image on the product info page is not loading in CF. Here's an example:
http://smarmyclothes.com/test15/inde...oducts_id=1618
If you click the image link, the pop up does work, so the image is where it should be.
Also, if I switch to the Classic template, the main image DOES show correctly.
My gut says I've got an old override file somewhere, but after two days of trying to figure out what/where, I'm stumped.
-
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
smarmyclothes
I've run into another problem. The main image on the product info page is not loading in CF. Here's an example:
http://smarmyclothes.com/test15/inde...oducts_id=1618
If you click the image link, the pop up does work, so the image is where it should be.
Also, if I switch to the Classic template, the main image DOES show correctly.
My gut says I've got an old override file somewhere, but after two days of trying to figure out what/where, I'm stumped.
This is not a problem inherent to the template package. My guess is that you have a plugin loaded into your old template that has altered the main product image and that you have not copied over the override files for that plugin to the new template override folder.
Also, it looks like you have broken the lightbox for the main product image. This is probably related to your problem.
Thanks,
Anne
-
Re: Carlisle Fresh Template Support Thread
Sorry everybody for this daft question. I have had a bad day, so I do need a bit of help. How do I 'turn on' the home page so that the side boxes etc appear? I have done it in the past but cannot remember.
-
Re: Carlisle Fresh Template Support Thread
Hello, just wondered if anybody had managed to add Navigation / Pagination to the JS Slide Show on this template?
I tried to but failed!
Any help / guidance would be appreciated....
Cheers!