Zen Cart Logo
Forums / Addon Templates / Winchester Responsive

Winchester Responsive

Views: 443,030

Results 941 to 953 of 953
24 Mar 2023, 9:55 PM
#941
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Winchester Responsive

Thank you all. All done.
But in the mobile version, horizontal mode, the top menu is "Categories Information Contact", shifted to the left by the logo. Is it possible to align?

25 Mar 2023, 9:47 PM
#942
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

My shop works in a mode - a showcase, there is no authorization.
Why can't you disable authorization in the top menu in the template. Why is it not written in the template description - disable authorization - this is a rebus.

25 Mar 2023, 11:14 PM
#943
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Winchester Responsive

You will have to edit some files to get it to look exactly as you wish - running a Zen Cart installation as a showcase just isn't very common, so template authors didn't take the time to account for that configuration and change the layout accordingly.

3 Apr 2023, 8:41 PM
#944
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

swguy:

You will have to edit some files to get it to look exactly as you wish - running a Zen Cart installation as a showcase just isn't very common, so template authors didn't take the time to account for that configuration and change the layout accordingly.

Yes, I forgot, in previous versions I modified the files:smile:.

3 Apr 2023, 8:45 PM
#945
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

Hello.
Today I tested a new template on hosting and got of errors.
Everything was fine locally.

  1. PHP Warning: A non-numeric value encountered in /httpdocs/includes/classes/categories_ul_generator.php on line 73
    Corrected, lowered the version of PHP. There were no problems with the classic template.
  2. thrown in /httpdocs/includes/functions/html_output.php on line 274
    if ( strtolower (IMAGE_USE_CSS_BUTTONS) == 'yes' && strlen($alt)<30) return zenCssButton ($image, $alt, 'submit', $sec_class /, $ parameters = ''/ );
    Corrected, wrote - "NO".
    The site started working, but the button GO in the search has become out of the old template.

Is it possible to return the button?

3 Apr 2023, 9:04 PM
#946
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

If I downvote PHP - error is thrown in httpdocs/includes/functions/html_output.php on line 274
and the site is not loading.
If I raise PHP the site loads but no categories on the main page. And an error appears
PHP Warning: A non-numeric value encountered in httpdocs/includes/classes/categories_ul_generator.php on line 73

3 Apr 2023, 9:10 PM
#947
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Winchester Responsive

Lowering the PHP version is not a strategy, it's a temporary measure only. Fix the issue in includes/classes/categories_ul_generator.php. What does that line say?

4 Apr 2023, 12:21 PM
#948
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

swguy:

Lowering the PHP version is not a strategy, it's a temporary measure only. Fix the issue in includes/classes/categories_ul_generator.php. What does that line say?

Problem solved. File categories_ul_generator.php replaced from version 1.5.7
Then in the file category_row.php on line 39 rewrite line 22, - $list_box_contents = array();

6 Apr 2023, 6:34 PM
#949
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

I installed the template on the second site.
Now the pages take a very long time to load, about 10 seconds.
No errors in logs. If I choose Responsive Classic, the pages open quickly.
What to do?

19 Apr 2023, 1:53 PM
#950
ole01 avatar

ole01

New Zenner

Join Date:
Mar 2023
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

I asked a friend to check my site with a new template
Here is what he wrote:

The Winchester Responsive template tries to build what is called a "drop down menu for handheld devices". The template tries to take and list ALL product categories, at ALL levels, when it makes this menu, on ALL pages of the site. The template selects ALL categories and displays them on the page (and sends this page to the user), always, regardless of whether this menu will be shown or not. As a result:

  1. On each page there is a request to the database for ALL categories.
  2. All the resulting horror flows to the user (he is very happy to receive a page with a lot of traffic for 11,000+ categories - almost the entire site in a crowd).
  3. The menu may not be shown to the user at all (for the desktop version), but it is still requested and poured to the user on EVERY page.
  4. Zen didn't seem to actively use page caching, but that would be fun, no matter how much the caches take up.
  5. Animation effects for this menu will not work in any modern browsers as mixed content js file for categories they take from http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js, and this is not https, but it's not. You need to put jquery.easing.min.js on your server and include it from there.
  6. In the classic adaptive template, the same problem, only if that winchester responsive template collects and gives this menu always! even for the decktop version, the classic adaptive correctly detects the mobile device and inserts this menu only in the mobile version.

I have disabled the top menu.
There are more than 12,000 products on my site. Perhaps the template has not been tested with a large number of products.
The first site was 300 products and worked well.

19 Apr 2023, 3:43 PM
#951
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Winchester Responsive

With 12K products, you might not want to use a dropdown like that.

10 Aug 2023, 6:56 PM
#952
cubmanky avatar

cubmanky

Zen Follower

Join Date:
Jan 2014
Posts:
224
Plugin Contributions:
0

Re: Winchester Responsive

any updates for 1.5.8?

10 Aug 2023, 7:51 PM
#953
dbltoe avatar

dbltoe

Totally Zenned

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

Re: Winchester Responsive

In one third the time it would take you to try to get winchester up to 1.5.8# standards, you could have bootstrap running to your advantage.

That's not even taking into consideration the time needed to make winchester compliant with accessibility standards.

whatever template you go with, install it and clone it first. Then use the clone to tidy up your "look". That leaves you with a fallback/tester template.