Zen Cart Logo
Forums / Addon Templates / Winchester Black Responsive Template

Winchester Black Responsive Template

Views: 193,915

Results 241 to 260 of 498
11 Aug 2015, 14:42
#241
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Winchester Black Responsive Template

blackeyed5:

Hi Anne....

Thought it was all good, but noticed one last bug..

In iPad portrait mode, the little black button that was missing before at the very top that can take you to specials, or whatever is there now, however I can't click on it to do anything. It's only not working in iPad portrait. Do I have to change the z index or something? Or what should I change specifically? Thanks...

Yes, my guess is that it is a z-index problem, or that you need to add widths to the elements to prevent them from overlapping one another.

Thanks,

Anne

12 Aug 2015, 03:59
#242
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Winchester Black Responsive Template

picaflor-azul:

If you make the first changes I can take a look and help line the other elements up. I know that you know this, but for anyone reading who doesn't know, you can use chrome and the developer tools to help you out ;)

Thanks,

Anne

For base "presentation", image spread out to fill the window "centered", tried to move the bulk of the code for the right side desktop content to before the logo so that it can overlap with the logo, tried z-index optons as orignally presented, saw the post from lruskauf (didn't try solution yet as didn't want to pass up the offer from the template designer to offer suggestions). Haven't also checked into other "modes" yet, one step at a time, right? :)

Thanks in advance!

12 Aug 2015, 05:30
#243
blackeyed5 avatar

blackeyed5

New Zenner

Join Date:
May 2015
Location:
New Jersey
Posts:
59
Plugin Contributions:
0

Re: Winchester Black Responsive Template

picaflor-azul:

Yes, my guess is that it is a z-index problem, or that you need to add widths to the elements to prevent them from overlapping one another.

Thanks,

Anne

Hi Anne...:(

So I just spent the last few hours trying to fix this...I tried changing the z-index and setting the dimensions of each element, but that didn't fix it. It seems like the wrapper itself is on top of the elements, but how is that possible since it works perfectly fine in every other state except for the tablet portrait mode.

Any idea what I could do?

Sorry for being a pain...I just really really want this to work already so I can move on to finishing this.

Thanks...

12 Aug 2015, 17:18
#244
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Black Responsive Template

blackeyed5:

Hi Anne...:(

So I just spent the last few hours trying to fix this...I tried changing the z-index and setting the dimensions of each element, but that didn't fix it. It seems like the wrapper itself is on top of the elements, but how is that possible since it works perfectly fine in every other state except for the tablet portrait mode.

Any idea what I could do?

Sorry for being a pain...I just really really want this to work already so I can move on to finishing this.

Thanks...

If you post a link to your site and the original question I can take a look ;)

Thanks,

Anne

12 Aug 2015, 17:42
#245
blackeyed5 avatar

blackeyed5

New Zenner

Join Date:
May 2015
Location:
New Jersey
Posts:
59
Plugin Contributions:
0

Re: Winchester Black Responsive Template

picaflor-azul:

If you post a link to your site and the original question I can take a look ;)

Thanks,

Anne

Thanks Anne...

Original issue:
In tablet portrait mode, the little black button (tpl_specials) that can take you to specials, I can't click on it to do anything. It's there, but I can only hover and not click on the button to take me to the link. It's only not working in iPad portrait.

My site: https://shop.atomicorchard.com//

23 Aug 2015, 05:48
#246
freddiec2385 avatar

freddiec2385

New Zenner

Join Date:
May 2015
Posts:
21
Plugin Contributions:
0

Re: Winchester Black Responsive Template

picaflor-azul:

Look in the includes/languages/english/extra_definitions/winchester_black/winchester_black_defines.php file

Thanks,

Anne

Thank you for your help !

23 Aug 2015, 05:57
#247
freddiec2385 avatar

freddiec2385

New Zenner

Join Date:
May 2015
Posts:
21
Plugin Contributions:
0

Re: Winchester Black Responsive Template

Does anyone know how to correct this? In "all products" the top right and bottom right displays SHOW_PAGEVIEW_BUTTON. Once clicked it then shows "SHOW_ALL_BUTTON" instead of displaying an image. I ran the developers toolkit and it comes up in includes/classes/split_page_results.php . I cannot find where it links to an image/ button to correct this. Once again, thank you all for your assistance. This is a great template.

24 Aug 2015, 14:44
#248
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Black Responsive Template

Freddiec2385:

Does anyone know how to correct this? In "all products" the top right and bottom right displays SHOW_PAGEVIEW_BUTTON. Once clicked it then shows "SHOW_ALL_BUTTON" instead of displaying an image. I ran the developers toolkit and it comes up in includes/classes/split_page_results.php . I cannot find where it links to an image/ button to correct this. Once again, thank you all for your assistance. This is a great template.

There is no need to double post. I just answered your question in the other thread.

Thanks,

Anne

24 Aug 2015, 17:10
#249
freddiec2385 avatar

freddiec2385

New Zenner

Join Date:
May 2015
Posts:
21
Plugin Contributions:
0

Re: Winchester Black Responsive Template

Sorry:blush:

28 Aug 2015, 04:56
#250
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Winchester Black Responsive Template

I did try to search the thread for this, but couldn't find anything with my search but helped someone through the following issue and thought it would be helpful to others if they are able to find this post...

User on ZC 1.5.1.
SSL enabled.

Problem observed is/was that when accessing the contact us page (/index.php?main_page=contact_us) the file tpl_contact_us_default.php had to be modified to support sending the contact us page entered information. Otherwise when trying to submit the form the page would reload, all of the entered data would be dropped, and the visitor would be advised to fill in the information that was just entered... Also firefox upon submission would indicate that the submitted content was not encrypted and asked to continue moving forward.. The login page had no problem and remained secure upon submission as well as other tested https: pages.

The fix was to modify includes/templates/winchester_black/templates/tpl_contact_us_default.php line 18 from:

<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>

To:

<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send', 'SSL')); ?>
28 Aug 2015, 14:21
#251
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Black Responsive Template

mc12345678:

I did try to search the thread for this, but couldn't find anything with my search but helped someone through the following issue and thought it would be helpful to others if they are able to find this post...

User on ZC 1.5.1.
SSL enabled.

Problem observed is/was that when accessing the contact us page (/index.php?main_page=contact_us) the file tpl_contact_us_default.php had to be modified to support sending the contact us page entered information. Otherwise when trying to submit the form the page would reload, all of the entered data would be dropped, and the visitor would be advised to fill in the information that was just entered... Also firefox upon submission would indicate that the submitted content was not encrypted and asked to continue moving forward.. The login page had no problem and remained secure upon submission as well as other tested https: pages.

The fix was to modify includes/templates/winchester_black/templates/tpl_contact_us_default.php line 18 from:

<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>
> 
> To:
> ```
<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send', 'SSL')); ?>

Thank you for posting I'll add this update the the list.

Thanks,

Anne

28 Aug 2015, 16:59
#252
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Winchester Black Responsive Template

picaflor-azul:

Thank you for posting I'll add this update the the list.

Thanks,

Anne

There is one additional thing that I forgot to mention about the setup on which this problem appeared, an .htaccess rule was/is in place that forces all pages to https, but the HTTP_SERVER constant in the includes/configure.php file is set to http:.

That said, the above change for the contact_us page to use SSL was something added in either ZC 1.5.3 or 1.5.4.

28 Aug 2015, 19:03
#253
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Black Responsive Template

mc12345678:

There is one additional thing that I forgot to mention about the setup on which this problem appeared, an .htaccess rule was/is in place that forces all pages to https, but the HTTP_SERVER constant in the includes/configure.php file is set to http:.

That said, the above change for the contact_us page to use SSL was something added in either ZC 1.5.3 or 1.5.4.

Yes, even though I have not had any other reports of problems with this, I checked the template_default file and it did have the change so I will definitely update the template package file ;)

Thanks,

Anne

08 Sep 2015, 03:25
#254
evosmash avatar

evosmash

New Zenner

Join Date:
Sep 2015
Posts:
21
Plugin Contributions:
0

Re: Winchester Black Responsive Template

Hi, I a currently editing your Winchester Black template. I like it and appreciate what you do. Could you shed some light on how I can resize the slideshow. Currently it goes edge to edge and I would like it bring it in a bit. I would really be thankful, I have not been able to find anything on this. Also, on the top navigation menu Under the Information tab, I am able to add a new link under the Useful links subcategory, but how can I go about getting the link directly under the Information link? Thanks again!

08 Sep 2015, 14:15
#255
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Black Responsive Template

evosmash:

Hi, I a currently editing your Winchester Black template. I like it and appreciate what you do. Could you shed some light on how I can resize the slideshow. Currently it goes edge to edge and I would like it bring it in a bit. I would really be thankful, I have not been able to find anything on this. Also, on the top navigation menu Under the Information tab, I am able to add a new link under the Useful links subcategory, but how can I go about getting the link directly under the Information link? Thanks again!

Change the slide show dimensions in stylesheet_flex.css

Add menu items in includes/templates/winchester_black/templates/tpl_modules_mobile_categories_tabs.php

Thanks,

Anne

08 Sep 2015, 21:05
#256
evosmash avatar

evosmash

New Zenner

Join Date:
Sep 2015
Posts:
21
Plugin Contributions:
0

Re: Winchester Black Responsive Template

picaflor-azul:

Change the slide show dimensions in stylesheet_flex.css

Add menu items in includes/templates/winchester_black/templates/tpl_modules_mobile_categories_tabs.php

Thanks,

Anne

great thanks Ill give it a shot. You have a bitcoin address?

08 Sep 2015, 22:47
#257
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Black Responsive Template

evosmash:

great thanks Ill give it a shot. You have a bitcoin address?

No ;) See the readme.html file for info on donating to the project.

Thanks,

Anne

09 Sep 2015, 00:42
#258
evosmash avatar

evosmash

New Zenner

Join Date:
Sep 2015
Posts:
21
Plugin Contributions:
0

Re: Winchester Black Responsive Template

picaflor-azul:

No ;) See the readme.html file for info on donating to the project.

Thanks,

Anne

you NEED a bitcoin address! Come On! :) It's the future! It is also the only way I can donate at the moment

09 Sep 2015, 10:15
#259
evosmash avatar

evosmash

New Zenner

Join Date:
Sep 2015
Posts:
21
Plugin Contributions:
0

Re: Winchester Black Responsive Template

picaflor-azul:

Change the slide show dimensions in stylesheet_flex.css

Add menu items in includes/templates/winchester_black/templates/tpl_modules_mobile_categories_tabs.php

Thanks,

Anne

Nothing about the slideshow seems to change when I edit this line from stylesheet_flex.css as stated above.

.flexslider .slides img {width: 100%;height: auto !important;max-height: 480px;display: block;min-height: 480px;}

Whether I change the width percentage (which is what I want) or change the min/max height(dont need this changed was just testing) I am not getting any chance on my page. Any ideas? Do I need a correction somewhere else to coincide by chance?

09 Sep 2015, 14:46
#260
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Black Responsive Template

evosmash:

Nothing about the slideshow seems to change when I edit this line from stylesheet_flex.css as stated above.

.flexslider .slides img {width: 100%;height: auto !important;max-height: 480px;display: block;min-height: 480px;}

Whether I change the width percentage (which is what I want) or change the min/max height(dont need this changed was just testing) I am not getting any chance on my page. Any ideas? Do I need a correction somewhere else to coincide by chance?

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

Thanks,

Anne