Zen Cart Logo
Forums / Addon Templates / Winchester Responsive

Winchester Responsive

Views: 443,034

Results 201 to 220 of 953
8 Jul 2014, 12:37 AM
#201
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Winchester Responsive

KNERD:

Thanks for clearing that up. It seems my brain on occasions will be looking right at something and still can't see it in front of me

No problem. Happens to me ALL of the time!

Thanks,

Anne

8 Jul 2014, 12:38 AM
#202
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

picandnix:

Phew, I'm glad that got you sorted, I was struggling to find words to politely say 'what the hell you on about?' :rotflmao:

LOL, exactly what I was thinking!

Thanks,

Anne

8 Jul 2014, 12:38 AM
#203
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

picandnix:

In a word, Anne: Perfect!! Thank you :hug:

No problem :smile:

Thanks,

Anne

8 Jul 2014, 8:22 PM
#204
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Winchester Responsive

Hi Anne,

I just installed your 1.3v of this really cool template over a new 1.5.3 ZC. I noticed that under "Configuration->Winchester Responsive Template Configuration" the values for Home "Page Slideshow" and "EZ Pages in Header Menu" were not showing and when editing these values, they were fill-in rather than radio options.

To fix both the display of the set values and using radio options rather than fill-in, I moved "zen_cfg_select_option(array('true', 'false')," from use_function to set_function in the configurations table for these settings.

Does this make since? Or am I off-base?

Thanks :smile:

8 Jul 2014, 8:57 PM
#205
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

kwright:

Hi Anne,

I just installed your 1.3v of this really cool template over a new 1.5.3 ZC. I noticed that under "Configuration->Winchester Responsive Template Configuration" the values for Home "Page Slideshow" and "EZ Pages in Header Menu" were not showing and when editing these values, they were fill-in rather than radio options.

To fix both the display of the set values and using radio options rather than fill-in, I moved "zen_cfg_select_option(array('true', 'false')," from use_function to set_function in the configurations table for these settings.

Does this make since? Or am I off-base?

Thanks :smile:

Thank you for posting ;) I'll check this out and post back.

Thanks,

Anne

8 Aug 2014, 1:31 PM
#206
wtfbbq avatar

wtfbbq

New Zenner

Join Date:
Aug 2012
Posts:
45
Plugin Contributions:
0

Re: Winchester Responsive

I did a fresh install of 1.5.3 > installed this template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.

Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.

Mentioned this in the support thread for Fast and Easy checkout.
http://www.zen-cart.com/showthread.php?76557-Fast-and-Easy-Checkout&p=1255234#post1255234

8 Aug 2014, 1:37 PM
#207
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

wtfbbq:

I did a fresh install of 1.5.3 > installed this template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.

Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.

Mentioned this in the support thread for Fast and Easy checkout.
http://www.zen-cart.com/showthread.php?76557-Fast-and-Easy-Checkout&p=1255234#post1255234

This is not a template related problem. When css/js loader and fast and easy checkout are installed correctly there are no conflicts with the template. I would look at your merged files. My guess is that you have not merged files correctly.

Thanks,

Anne

4 Sep 2014, 11:11 AM
#208
wtfbbq avatar

wtfbbq

New Zenner

Join Date:
Aug 2012
Posts:
45
Plugin Contributions:
0

Re: Winchester Responsive

Update: There was a bug in the Numinix plug-in. A newer FEC version solved the issue.

5 Sep 2014, 10:34 PM
#209
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

wtfbbq:

Update: There was a bug in the Numinix plug-in. A newer FEC version solved the issue.

I am happy that you figured out the problem.

Thanks,

Anne

12 Sep 2014, 2:52 PM
#210
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Winchester Responsive

Hi Anne,

Working through your most excellent template and came across an issue with the "Discount Coupons" link.

If you set it to "3" under "Define Page Status" so it will not show, the link is removed from the "Information" sidebox, but not from the "Information->General Info" drop-down menu.

Adding the following to tpl_modules_mobile_categories_tabs.php (around line 74) seems to correct it!

Before:

if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true')

After:

if (DEFINE_DISCOUNT_COUPON_STATUS <= 1 && MODULE_ORDER_TOTAL_COUPON_STATUS == 'true')

What do you think?

Thanks,
Kevin :smile:

12 Sep 2014, 3:29 PM
#211
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Winchester Responsive

Hi Anne,

Me again! OK, I added an EZ-Page and select that page. In full screen mode, the top tabs menu (Categories, Information, Contact Us) no longer shows as a drop-down and the mobile menu icon is displayed, but doesn't work when you select it. It also looks the same when viewed in mobile mode, but the mobile menu icon goes away?

Before Selecting an EZ-Page - Full Screen:
Attachment 14508

After Selecting an EZ-Page - Full Screen:
Attachment 14507

What do you think is happening? :blink:

Info: Zen 1.5.3, IH4 & Zen Lightbox. Same issue with FF31, IE11 and Chrome37

Thanks,
Kevin

12 Sep 2014, 4:42 PM
#212
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Winchester Responsive

kwright:

Hi Anne,

Me again! OK, I added an EZ-Page and select that page. In full screen mode, the top tabs menu (Categories, Information, Contact Us) no longer shows as a drop-down and the mobile menu icon is displayed, but doesn't work when you select it. It also looks the same when viewed in mobile mode, but the mobile menu icon goes away?

Before Selecting an EZ-Page - Full Screen:
Attachment 14508

After Selecting an EZ-Page - Full Screen:
Attachment 14507

What do you think is happening? :blink:

Info: Zen 1.5.3, IH4 & Zen Lightbox. Same issue with FF31, IE11 and Chrome37

Thanks,
Kevin

Just notice same thing happens when viewing the product details page! :blink:

12 Sep 2014, 5:15 PM
#213
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

kwright:

Just notice same thing happens when viewing the product details page! :blink:

I can only guess since you did not post a link to your site, but my guess would be that you are calling the js library twice. It is already called in the template so you do not need to call it in the lightbox module. Do a view source to get the file name that you need to search for and then use the developers toolkit to find which lightbox file is calling the library and remove the call. Or you can just manually look through the light box files.

Thanks,

Anne

12 Sep 2014, 5:27 PM
#214
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

I can only guess since you did not post a link to your site, but my guess would be that you are calling the js library twice. It is already called in the template so you do not need to call it in the lightbox module. Do a view source to get the file name that you need to search for and then use the developers toolkit to find which lightbox file is calling the library and remove the call. Or you can just manually look through the light box files.

Thanks,

Anne

Thanks Anne,

You were spot on! Commented out the jquery-1.4.4.min.js call in slimbox.php and all is well! :clap:

Sorry about not including a link to the site. I only have the site local for now...

Thanks again,
Kevin

12 Sep 2014, 6:38 PM
#215
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

kwright:

Thanks Anne,

You were spot on! Commented out the jquery-1.4.4.min.js call in slimbox.php and all is well! :clap:

Sorry about not including a link to the site. I only have the site local for now...

Thanks again,
Kevin

I am happy that you figured it out ;)

Thanks,

Anne

27 Oct 2014, 7:00 PM
#216
designco avatar

designco

New Zenner

Join Date:
Oct 2014
Location:
U.S.A.
Posts:
6
Plugin Contributions:
0

Re: Winchester Responsive

Hi, I have been setting up a test site for the last few days and it seems so far the only thing I cannot figure out with your template (very nice template, btw) is how to change the color of the top specials bar. It's orange and I need it to be red. I've searched this thread for the answer with no luck, I've been through all of your wonderful tutorials on your site (which are very useful), and I still just cannot figure it out. I've also tried searching for the image file and seeing if it's located in other files and it's just not happening for me, lol. Could you please tell me how I can edit the color? Thank you in advance!!

28 Oct 2014, 4:47 PM
#217
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

DesignCo:

Hi, I have been setting up a test site for the last few days and it seems so far the only thing I cannot figure out with your template (very nice template, btw) is how to change the color of the top specials bar. It's orange and I need it to be red. I've searched this thread for the answer with no luck, I've been through all of your wonderful tutorials on your site (which are very useful), and I still just cannot figure it out. I've also tried searching for the image file and seeing if it's located in other files and it's just not happening for me, lol. Could you please tell me how I can edit the color? Thank you in advance!!

If you post a link to your site I can take a look.

Thanks,

Anne

28 Oct 2014, 7:53 PM
#218
designco avatar

designco

New Zenner

Join Date:
Oct 2014
Location:
U.S.A.
Posts:
6
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

If you post a link to your site I can take a look.

Thanks,

Anne

Maybe I can send it to you privately? I don't want any traffic there yet.

29 Oct 2014, 1:25 AM
#219
khuske03 avatar

khuske03

New Zenner

Join Date:
Apr 2012
Location:
Grants Pass, Oregon, United States
Posts:
7
Plugin Contributions:
0

Re: Winchester Responsive

I love this template and really appreciate the post! I am sort of new to ZenCart (have been using an old template on Zen version 1.39) and was wondering if I could just modify the 2 config.php files to point to my existing database and have this show all of my product?

29 Oct 2014, 12:59 PM
#220
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

Khuske03:

I love this template and really appreciate the post! I am sort of new to ZenCart (have been using an old template on Zen version 1.39) and was wondering if I could just modify the 2 config.php files to point to my existing database and have this show all of my product?

There are no config.php files in the template package?

Thanks,

Anne