Page 95 of 96 FirstFirst ... 458593949596 LastLast
Results 941 to 950 of 953
  1. #941
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive - Contact Form Issue

    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?

  2. #942
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive - Contact Form Issue

    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.

  3. #943
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Winchester Responsive - Contact Form Issue

    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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #944
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive - Contact Form Issue

    Quote Originally Posted by swguy View Post
    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.

  5. #945
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default 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?

  6. #946
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default 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

  7. #947
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default 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?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #948
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by swguy View Post
    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();

  9. #949
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default 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?

  10. #950
    Join Date
    Mar 2023
    Posts
    10
    Plugin Contributions
    0

    Default 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/lib....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.
    Last edited by ole01; 19 Apr 2023 at 03:00 PM.

 

 
Page 95 of 96 FirstFirst ... 458593949596 LastLast

Similar Threads

  1. v154 Winchester Black Responsive Template
    By picaflor-azul in forum Addon Templates
    Replies: 497
    Last Post: 24 Apr 2023, 09:29 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR