Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
zzbchu
I would like to know under the mobile ver.,how to change the images size in the product listing page.
I tried to Edit the includes/templates/apparel_boutique/css/responsive.css file. but could not find out where to change.
my site
www.omeletonline.com
Look at line 124 of the responsive.css. If you need to make changes to the css I would recommend using chrome and the web developer tools. They will help you find the line you need to edit.
Thanks,
Anne
Re: Responsive Apparel Boutique Template
Hi picaflor
Thanks for nice template
please tell me how I can disable responsive function - I wanna mobile phones see desktop version
Also how I can add EZ pages to footer?
I'm using 1.5.4
Regards
Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
mantaman
Hi picaflor
Thanks for nice template
please tell me how I can disable responsive function - I wanna mobile phones see desktop version
Also how I can add EZ pages to footer?
I'm using 1.5.4
Regards
Just use the non responsive version of the template package in the legacy downloads section.
Thanks,
Anne
Re: Responsive Apparel Boutique Template
Thank you for the fast response
I'm using responsive version from 1 year - and now I want to just disable the responsive function
I'm afraid that if I use non responsive version I will lose some changes I made
Regards
Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
mantaman
Thank you for the fast response
I'm using responsive version from 1 year - and now I want to just disable the responsive function
I'm afraid that if I use non responsive version I will lose some changes I made
Regards
You should be able to go to your zen cart admin--configuration--layout settings--ACTIVATE Responsive Template by selecting Column Widths and selecting "0"
Thanks,
Anne
Re: Responsive Apparel Boutique Template
Hi, is this template plugin compatible with Zen-Cart 1.5.5?
Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
ArtRat
Hi, is this template plugin compatible with Zen-Cart 1.5.5?
I have not tested it, but I think it would be. Check with 1.5.5 to see if any of the files common between the template and 1.5.5 have been changed in the template_default and then merge in those changes if there are any.
Thanks,
Anne
Re: Responsive Apparel Boutique Template
Hi Anne, Thank you so much for your templates!
I am in the process of comparing your files to new 1.5.5 files. I have found this file in your download:
includes/classes/categories_ul_generator.php
It appears in 1.5.5 also.
It seems other than cosmetic changes there is one line that has changed.
In your file from the template package we see:
Code:
function zen_categories_ul_generator($load_from_database = true)
But in the zen-cart file it is:
Code:
function __construct($load_from_database = true)
Am I safe to conclude I can delete the old file from your template plugin package and use instead the file that comes with 1.5.5?
Re: Responsive Apparel Boutique Template
Quote:
Originally Posted by
ArtRat
Hi Anne, Thank you so much for your templates!
I am in the process of comparing your files to new 1.5.5 files. I have found this file in your download:
includes/classes/categories_ul_generator.php
It appears in 1.5.5 also.
It seems other than cosmetic changes there is one line that has changed.
In your file from the template package we see:
Code:
function zen_categories_ul_generator($load_from_database = true)
But in the zen-cart file it is:
Code:
function __construct($load_from_database = true)
Am I safe to conclude I can delete the old file from your template plugin package and use instead the file that comes with 1.5.5?
I would give it a try and see what happens ;) If the new file works, then certainly use it.
Thanks,
Anne
Re: Responsive Apparel Boutique Template
I "plopped" the 1.5.5 version of the file into my live cart 1.5.1 and it didn't seem to break anything. Running with it...
Thanks for making me chew my own food! :smile: Onward, through the fog.