Zen Cart Logo
Forums / Addon Templates / Winchester Responsive

Winchester Responsive

Views: 443,039

Results 721 to 740 of 953
12 Jan 2017, 2:58 AM
#721
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,771
Plugin Contributions:
9

Winchester Responsive

uae-designer:

I am building a site as showcase only so I want to disable the shopping cart.Have you gone in yourAdmin >> Configuration >> My Store >> Store Status and selected the correct setting?

12 Jan 2017, 11:14 AM
#722
dreamztechusa avatar

dreamztechusa

New Zenner

Join Date:
Dec 2016
Location:
Arizona, USA
Posts:
1
Plugin Contributions:
0

Re: Winchester Responsive

You may try with this

Customer Details -> Customer Shop Status - View Shop and Prices -> set to 3

18 Jan 2017, 5:26 PM
#723
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Winchester Responsive

I could not find anything in this thread but found solution in Westminster thread. Putting it here so others can find it that run into the same issue.

If you get blocked content warning in your browser looking like something like this:

Mixed Content: The page at 'https://www.xxxxxxx.com/index.php?main_page=login' was loaded over HTTPS, but requested an insecure script 'http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'. This request has been blocked; the content must be served over HTTPS.

Solution is to make this edit:

includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php the line
Code:

<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>

causes an error on SSL/TLS enabled sites (broken lock, insecure items).
To remedy this simply change that line to
Code:

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>

This has already been discussed in the support threads of other templates but thought I mention it here again.

31 Jan 2017, 10:02 PM
#724
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Winchester Responsive

I have a couple of questions on the mobile functions. So in mobile I can tab on the menu on the top right and it shows me:

Categories
Information
Contact

Just taping on the word itself does not result in anything. Took me a while to try the tiny down arrow all the way to the right. Not very user friendly IMHO. Is there a way to make the whole bar and word clickable? Would be way easier. Also can I include a home symbol next to the search symbol? Again, this would greatly help with navigation on mobile.

7 Feb 2017, 12:37 PM
#725
uae_designer avatar

uae_designer

New Zenner

Join Date:
Oct 2010
Posts:
9
Plugin Contributions:
0

Re: Winchester Responsive

dbltoe:

Have you gone in yourAdmin >> Configuration >> My Store >> Store Status and selected the correct setting?

These are the settings:
Admin >> Configuration >> My Store >> Store Status => 1= Showcase no prices
Customer Details >> Customer Shop Status - View Shop and Prices => 3= Showroom Only

I have done both of the above however that part is still showing.

7 Feb 2017, 12:44 PM
#726
uae_designer avatar

uae_designer

New Zenner

Join Date:
Oct 2010
Posts:
9
Plugin Contributions:
0

Re: Winchester Responsive

I have another question, I have tried changing the Flexible Footer to reflect our social media sites however that part now only displays the html codes and not the actual layout that it used to before editing. It's now like this:

<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>

I have tried reading all the possible solutions for this but to no avail. I have even tried installing the module again after restoring the site from a previous backup but it is still showing the same. Please help.

8 Feb 2017, 1:06 AM
#727
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Winchester Responsive

Use an HTML Validator to check the code on the page. Might help to narrow down where the problem(s) are.

13 Mar 2017, 4:09 PM
#728
stecrox avatar

stecrox

New Zenner

Join Date:
Jan 2008
Location:
Perth. Australia
Posts:
64
Plugin Contributions:
0

Re: Winchester Responsive

Hi there,
I have been using this template for a while and love it.
I have just tried to install the CSS/JS Loader so that I can start using the FEC.
I have followed the instruction through to point 7 multiple times incase I made a mistake however I have noticed that my menu drop down (Categories, information and contact) in the header have stopped working.
The call down that was previously being used is no longer working and I can't work out what is needed to be done to fix this.
Your help would be greatly appreciated.
The website is https://www.jarsbottlesdirect.com.au

14 Mar 2017, 7:50 PM
#729
techschema avatar

techschema

New Zenner

Join Date:
Mar 2010
Posts:
3
Plugin Contributions:
0

Re: Winchester Responsive

I am getting an error message when I click on Login button or trying to add to cart.

How do I get rid of the error message?

Attachment 16971

14 Mar 2017, 10:07 PM
#730
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Winchester Responsive

techschema:

I am getting an error message when I click on Login button or trying to add to cart.

How do I get rid of the error message?

Attachment 16971
Looks like you're using a version of the template built for v154 on a v155 site. You need to update at least the jscript_framework.php file, and maybe more. Consult the latest version of this template for the most recent files. After that, consider https://www.zen-cart.com/showthread....63#post1306863

15 Mar 2017, 8:49 PM
#731
jeffg23 avatar

jeffg23

New Zenner

Join Date:
Mar 2014
Location:
Jamestown, TN
Posts:
36
Plugin Contributions:
0

Re: Winchester Responsive

mydanilo:

I have a couple of questions on the mobile functions. So in mobile I can tab on the menu on the top right and it shows me:

Categories
Information
Contact

Just taping on the word itself does not result in anything. Took me a while to try the tiny down arrow all the way to the right. Not very user friendly IMHO. Is there a way to make the whole bar and word clickable? Would be way easier. Also can I include a home symbol next to the search symbol? Again, this would greatly help with navigation on mobile.

Did you ever figure this out? I agree that the small down arrows are a poor design. Also, I think the "Menu" button should actually say "Menu". I get 10-20 users a day on the site that are hitting the Search magnifier icon, or the login icon because they can't find anything that says MENU. Then they leave because they are frustrated. I changed the color of the menu button to red, and it actually helped a little, but I am still getting a lot of confused customers. According to my Piwik stats over 60% of all my visitors are using smart phones.

15 Mar 2017, 11:35 PM
#732
jeffg23 avatar

jeffg23

New Zenner

Join Date:
Mar 2014
Location:
Jamestown, TN
Posts:
36
Plugin Contributions:
0

Re: Winchester Responsive

Jeffg23:

Did you ever figure this out? I agree that the small down arrows are a poor design. Also, I think the "Menu" button should actually say "Menu". I get 10-20 users a day on the site that are hitting the Search magnifier icon, or the login icon because they can't find anything that says MENU. Then they leave because they are frustrated. I changed the color of the menu button to red, and it actually helped a little, but I am still getting a lot of confused customers. According to my Piwik stats over 60% of all my visitors are using smart phones.

I figured out how to convert the small screen gray Menu button with 3 bars into a red menu button with the word "Menu".


  1. In the /css directory, file: stylesheet.css, change line 296 to:

.collapse-button {position: absolute;right: 8px;top: 50%;width: 55px;background: #ff0001;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);padding: 1px 1px;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);cursor: pointer;font-size: 14px;text-align: center;transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box}

Note: in the above line, I changed width from 40px to 50px, background to #ff001 (red), and padding: 7px 10px to padding: 1px 1px


  1. In the /jscript directory, file: jquery.slimmenu.min.js:

find: <span class="Icon-bar"></span><span class="Icon-bar"></span>

Change to: <span>Menu</span>

or if you want it all upper case: <span>MENU</span>


if you want to see the Red Menu Button, goto prowalksales.c0m

Only problem left is the logo graphic. Its 290x103. when I scale down to iPhone size, the Menu Button sits over the logo button. Anybody know if I can make a smaller logo that will only load when the smartphone size screen is displayed.

On

23 Mar 2017, 6:22 PM
#733
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Winchester Responsive

On the product listing page I have an odd layout problem. When a product is sold out, I have it display the Sold Out button but just offset behind is the word detail visible. Not sure how to properly align it. See attached picture.Attachment 16997

29 Mar 2017, 8:40 PM
#734
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Winchester Responsive

mydanilo:

On the product listing page I have an odd layout problem. When a product is sold out, I have it display the Sold Out button but just offset behind is the word detail visible. Not sure how to properly align it. See attached picture.Attachment 16997

I can't figure this one out. Where does this word "detail" coming from behind this button. I get it that it is a link to product detail but I can not find a styling for it to position it better. Please can someone have a look and give feedback? Much appreciated.

31 Mar 2017, 6:44 PM
#735
techietom911 avatar

techietom911

New Zenner

Join Date:
Mar 2017
Location:
Idaho
Posts:
13
Plugin Contributions:
0

Re: Winchester Responsive

I am new here and can't find the place to start a new blog. The upgrade I performed on my test site was from 1.5.1 to 1.5.5e and it fails to be responsive. I looked at the source and found it pointing to the old classic files and not to the responsive ones. Where do I go to edit those since the index.php does not directly show them?
Thank you for your guidance.

1 Apr 2017, 12:08 AM
#737
techietom911 avatar

techietom911

New Zenner

Join Date:
Mar 2017
Location:
Idaho
Posts:
13
Plugin Contributions:
0

Re: Winchester Responsive

RixStix, Thank you for the link, I will search it out.

Save Some Fun For Me :smile:

5 Apr 2017, 8:11 PM
#738
pudzpud avatar

pudzpud

Zen Follower

Join Date:
May 2009
Posts:
156
Plugin Contributions:
0

Re: Winchester Responsive

Hi,

Using 1.5.4 zencart - testing new template on Sandbox site.

I have installed a new template previously so not sure where I have gone wrong with this one, but when I try to select the template from my sandbox website it says 'Warning an error occurred please refresh the page and try again' - refreshing changes nothing and no templates show up at all - not even the default one. All products, categories, customers etc are all still showing up ok and the sandbox 'live view' shows up the layout of the other template I installed

I searched for a solution online and was advised to check my debug files - these say the following but I am not very ZenCart savvy so no idea what to do/change now:
From Debug File: (***** is removed info by me)
[05-Apr-2017 20:51:13 Europe/London] Request URI: /sandbox//template_select.php, IP address: ********
#1 trigger_error() called at [/home/
/public_html/sandbox/includes/classes/db/mysql/query_factory.php:155]
#2 queryFactory->show_error() called at [/home/
/public_html/sandbox/includes/classes/db/mysql/query_factory.php:132]
#3 queryFactory->set_error() called at [/home/
/public_html/sandbox/includes/classes/db/mysql/query_factory.php:262]
#4 queryFactory->Execute() called at [/home/
/public_html/sandbox//includes/classes/split_page_results.php:87]
#5 splitPageResults->splitPageResults() called at [/home/
/public_html/sandbox/*******/template_select.php:115]

[05-Apr-2017 20:51:13 Europe/London] PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select * from zen_template_select) as total' at line 1 :: select count(select * from zen_template_select) as total ==> (as called by) /home//public_html/sandbox//includes/classes/split_page_results.php on line 87 <== in /home/****/public_html/sandbox/includes/classes/db/mysql/query_factory.php on line 155

Can anyone help?

12 Apr 2017, 3:56 AM
#739
orkid avatar

orkid

New Zenner

Join Date:
Feb 2011
Posts:
82
Plugin Contributions:
0

Re: Winchester Responsive

Hi Anne,

May I know how to turn off the Gift Certificate FAQ and Discount Coupon that shown in General Info (menu bar Information --> General Info)?

And, I would like to take away the indication of "0-$0.00" (Shopping Cart record) that shown on the top right corner, may i know how to disable that function?

Thank you.

14 Apr 2017, 3:47 AM
#740
ravenbird avatar

ravenbird

New Zenner

Join Date:
Mar 2008
Posts:
3
Plugin Contributions:
0

Re: Winchester Responsive

Hi, I've installed this template 4/13/17. I can't get the rotating banner to show up at all. There is no slide anything in the banner manager. There are no files for slide either. Is part of the download missing? Am I missing something in the installation? I completed the three step processs with winchester and winchester-black and can't get either to work. The error message is: WARNING: An Error occurred, please refresh the page and try again. I have no idea what that error message is referring to. Any and all help will be greatly appreciated. Thanks, Raven