Zen Cart Logo
Forums / Addon Templates / Responsive Apparel Boutique Template

Responsive Apparel Boutique Template

Views: 101,450

Results 21 to 40 of 288
17 Sep 2013, 19:24
#21
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Responsive Apparel Boutique Template

RixStix:

No change when that is patch is executed. Dar n

I could try installing a different responsive template but don't expect any difference since AllBusiness appears the same.
I hate being a problem child too. I guess there's always a possibility that it is not playing nice with some addon that I've installed but other templates play nice.

Error Failed: 1
Error ERROR: Cannot ADD column show_box_min_width because it already exists.
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

The error says that the show_box_min_width column already exists so maybe there is no problem? When you go to admin--tools--layout boxes controller do you see the column?

If you go to your database and look in the configuration_group table do you see more than one id number for the template?

Thanks,

Anne

17 Sep 2013, 19:50
#22
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

Answers in Blue.

picaflor-azul:

The error says that the show_box_min_width column already exists so maybe there is no problem? When you go to admin--tools--layout boxes controller do you see the column?
Yes. Blue Text. All turned OFF per instructions.

Admin: Configuration: Layout Settings: No Blue Text in first row as shown in readme
Admin: Configuration: Responsive Apparel Boutique: No data in TITLE, VALUE, ACTION

If you go to your database and look in the configuration_group table do you see more than one id number for the template?
YES. 2 instances of Apparel Boutique, followed by 1 instance of All Business, followed by a 3rd instance of Apparel Boutique.

Thanks,

Anne

17 Sep 2013, 20:35
#23
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Apparel Boutique Template

RixStix:

Answers in Blue.

Did you run this patch:

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES 
(NULL, '<font color="#0044ff">ACTIVATE Responsive Template by selecting Column Widths</font>', 'COLUMN_WIDTH', '2', 'Width of the Left and Right Columns<br />0 = Use Default Template Settings<br />1 = 75px<br />2 = 180px<br />3 = 225px',@configuration_group_id, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),');

Thanks,

Anne

17 Sep 2013, 20:46
#24
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Apparel Boutique Template

You have all parts installed correctly from what I can see.

The funny and (irritating) thing about the responsive design is that when using div;s, all the coding errors prevent the layout from correctly displaying as it should where as using HTML tables in the stock code contained the errors within the TR;s and TD;s.

First and foremost issue with responsive design:

An opening div tag without a closing div tag
No opening div tag with a closing div tag
An extra div tag

I use FF - Right Click anywhere on your page > Click View Page Source

Find the code that is (BOLDED and in RED font) and fix it.

17 Sep 2013, 21:09
#25
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Apparel Boutique Template

rbarbour:

The funny and (irritating) thing about the responsive design is that when using div;s, all the coding errors prevent the layout from correctly displaying as it should where as using HTML tables in the stock code contained the errors within the TR;s and TD;s.

Generally speaking.

Anne, your templates validate 100% as expected. Great work as always! :smile:

18 Sep 2013, 02:05
#26
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

rbarbour:

Find the code that is (BOLDED and in RED font) and fix it.

Calling it quits for tonight before my eyes start squealing any more.

What I can't figure out is how this "/div" prevents admin configuration settings from appearing where they should appear. Without that access, none of the responsive settings can be made (other than layout boxes).
What I don't understand is why this '/div' only seems to show itself when any of these responsive templates are attempted.

Things appear somewhat normal when a new responsive template in uploaded but before clicking "Reset" in layout boxes controller.

Will resume the hunt tomorrow.

18 Sep 2013, 10:24
#27
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Apparel Boutique Template

RixStix:

Calling it quits for tonight before my eyes start squealing any more.

What I can't figure out is how this "/div" prevents admin configuration settings from appearing where they should appear. Without that access, none of the responsive settings can be made (other than layout boxes).
What I don't understand is why this '/div' only seems to show itself when any of these responsive templates are attempted.

Things appear somewhat normal when a new responsive template in uploaded but before clicking "Reset" in layout boxes controller.

Will resume the hunt tomorrow.

Can you try turning off your banner sideboxes with the upfront code?

Thanks,

Anne

18 Sep 2013, 13:10
#28
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

Done. No effect. Also turned off all the excess rabslide banner images.

I can comprehend how doing these things will affect the displayed page.
I cannot comprehend how these things will cause the admin responsive options which do not appear for setup, to appear in the configuration screens to be setup.

I would rather figure out how I got this so messed up instead of just wiping out the entire install and starting with a fresh V1.5.1 install. A fresh install would eliminate all learning opportunities.

18 Sep 2013, 13:21
#29
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Apparel Boutique Template

RixStix:

Done. No effect. Also turned off all the excess rabslide banner images.

I can comprehend how doing these things will affect the displayed page.
I cannot comprehend how these things will cause the admin responsive options which do not appear for setup, to appear in the configuration screens to be setup.

I would rather figure out how I got this so messed up instead of just wiping out the entire install and starting with a fresh V1.5.1 install. A fresh install would eliminate all learning opportunities.

It looks like you might be missing files. If it were me, I would start over. Be sure that you upload all files, including the admin ones ;)

Thanks,

Anne

18 Sep 2013, 13:37
#30
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

I would do that but I've already added all of your responsive templates and get the same result on each. There is something common and most likely something that I've mucked up in the process but I'm not ready to throw in the towel. I'll let you know what happens but don't want to contaminate your support thread any more.

18 Sep 2013, 13:44
#31
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Apparel Boutique Template

RixStix:

I would do that but I've already added all of your responsive templates and get the same result on each. There is something common and most likely something that I've mucked up in the process but I'm not ready to throw in the towel. I'll let you know what happens but don't want to contaminate your support thread any more.

I will pm you.

Thanks,

Anne

18 Sep 2013, 15:08
#32
chowardart avatar

chowardart

New Zenner

Join Date:
Apr 2013
Location:
Florida
Posts:
57
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

Greetings! You do good work; I'm liking this and your other new templates (having fun trying to see how far I can wreck them!)

Seriously: Is there an easy way (yeah, I know, "easy") to add/remove/adjust the slides parameters? I would like to see how to change size (I think I have), plus add or remove slides and changing the number of them, change the slide and layout size and changing the transition from slide to fade... Are these easy to do?...

18 Sep 2013, 15:15
#33
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Apparel Boutique Template

chowardart:

Greetings! You do good work; I'm liking this and your other new templates (having fun trying to see how far I can wreck them!)

Seriously: Is there an easy way (yeah, I know, "easy") to add/remove/adjust the slides parameters? I would like to see how to change size (I think I have), plus add or remove slides and changing the number of them, change the slide and layout size and changing the transition from slide to fade... Are these easy to do?...

I am happy that you like the templates ;)

You can visit the slides js site for instructions on changing the various javacript options. You can add more slides, etc by editing the includes/templates/responsive_apparel_boutique/common/tpl_home_slider.php file. The slide show dimensions can be changed in the stylesheet_slides.css file.

Thanks,

Anne

18 Sep 2013, 15:46
#34
chowardart avatar

chowardart

New Zenner

Join Date:
Apr 2013
Location:
Florida
Posts:
57
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

picaflor-azul:

I am happy that you like the templates ;)

You can visit the slides js site for instructions on changing the various javacript options. You can add more slides, etc by editing the includes/templates/responsive_apparel_boutique/common/tpl_home_slider.php file. The slide show dimensions can be changed in the stylesheet_slides.css file.

Sorry to keep asking, but my results... I added a new image (rapslide6.jpg where the other slides are (images/banners/). I added the slide listing in the store's Banner Manager, and matched the info set up of the other five rapslide images already there. Then I went to tpl_home_slider.php file, copied the rapslide5 code and pasted it in after the 5 code and changed it to 6:

<?php if (SHOW_BANNERS_GROUP_SETRAP6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETRAP6)) { if ($banner->RecordCount() > 0) { echo zen_display_banner('static', $banner); } } ?>

(so now there's 1 through 6)

Refresh the main page but it still shows only 5... Did I miss a step?

18 Sep 2013, 16:29
#35
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Apparel Boutique Template

chowardart:

Sorry to keep asking, but my results... I added a new image (rapslide6.jpg where the other slides are (images/banners/). I added the slide listing in the store's Banner Manager, and matched the info set up of the other five rapslide images already there. Then I went to tpl_home_slider.php file, copied the rapslide5 code and pasted it in after the 5 code and changed it to 6:

<?php if (SHOW_BANNERS_GROUP_SETRAP6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETRAP6)) { if ($banner->RecordCount() > 0) { echo zen_display_banner('static', $banner); } } ?>

(so now there's 1 through 6)

Refresh the main page but it still shows only 5... Did I miss a step?

There are more steps involved. You are creating a new banner group. If you do a search on the forum you will find several how to's about this ;) You will also need to add the database info. See the sql patch for details on what needs to be added to the database.

Thanks,

Anne

18 Sep 2013, 17:06
#36
chowardart avatar

chowardart

New Zenner

Join Date:
Apr 2013
Location:
Florida
Posts:
57
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

A-Ha! You're trying to TEACH me something! (Grateful!) Let's see how I do flying solo on this one...

18 Sep 2013, 17:08
#37
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Apparel Boutique Template

chowardart:

A-Ha! You're trying to TEACH me something! (Grateful!) Let's see how I do flying solo on this one...

Let me know if you need help ;) I have to spend some time creating patches for the new templates---just found a bug! but I will have time to help you if you get stuck.

Thanks,

Anne

18 Sep 2013, 17:54
#38
chowardart avatar

chowardart

New Zenner

Join Date:
Apr 2013
Location:
Florida
Posts:
57
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

picaflor-azul:

There are more steps involved. You are creating a new banner group. If you do a search on the forum you will find several how to's about this ;) You will also need to add the database info. See the sql patch for details on what needs to be added to the database.

OK, I was successful at adding the info manually to the database by MySQL, which is where I have some experience. Where I don't have experience with is in these sql files, and I wanted to ask, if I were to create the following and save it as an sql file, would it work?

Here's the code I came up with:

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
(NULL, 'Banner Display Groups - Rapslide6', 'SHOW_BANNERS_GROUP_SETRAP6', 'rapslide6', 'Rapslide 6', @configuration_group_id, 34, NOW(), NULL, NULL);

INSERT INTO banners (banners_id, banners_title, banners_url, banners_image, banners_group, banners_html_text, expires_impressions, expires_date, date_scheduled, date_added, date_status_change, status, banners_open_new_windows, banners_on_ssl, banners_sort_order) VALUES
('', 'rapslide6', 'http://www.picaflor-azul.com', 'banners/rapslide6.jpg', 'rapslide6', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0');

Does this kind of code need any headers or closing statements? (Yes, I AM a student at all of this...)

Thanks for your help!

20 Sep 2013, 22:16
#39
lidlchris avatar

lidlchris

Zen Follower

Join Date:
Feb 2013
Posts:
345
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

love these templates and especially the responsive designs.. can't wait for the andover modern to be converted.. wish i could figure it out myself.. :)

20 Sep 2013, 22:28
#40
lidlchris avatar

lidlchris

Zen Follower

Join Date:
Feb 2013
Posts:
345
Plugin Contributions:
0

Re: Responsive Apparel Boutique Template

do you give a full list of the changes to the old template so that those of us who are using the old, non-responive versions, can manually update our templates - since we probably have made many customizations and can't just override the template files.