Page 66 of 96 FirstFirst ... 1656646566676876 ... LastLast
Results 651 to 660 of 953
  1. #651
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Winchester Responsive zencart v1.5.5 compatibility

    Quote Originally Posted by waddtown View Post
    1109 Unknown table 'p' in field list
    in:
    [select count(p.products_id) as total ]
    in products_new products_all and featured_products pages I thins it has something to do with the columnar display
    waddtown, that SQL statement is missing the list of tables. I'm guessing you're using an altered version of /includes/classes/split_page_results.php. I recommend starting with the one that comes with Zen Cart. And then if your template requires some changes to that for some reason, work on fixing those requirements separately.

    Perhaps rbarbour's post here might give you some additional insights: Making v154 DIY/Picaflor-Azul templates work with v1.5.5
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #652
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Winchester Responsive zencart v1.5.5 compatibility

    Check the original template files, this usually indicates that one of the columnar layout plugins (Column Layout Grid, SNAF, Flexible Product Listing) have been installed and the page headers need to be merged:

    CATALOG_FILES/includes/modules/pages/featured_products/header_php.php
    CATALOG_FILES/includes/modules/pages/products_all/header_php.php
    CATALOG_FILES/includes/modules/pages/products_new/header_php.php
    CATALOG_FILES/includes/modules/pages/specials/header_php.php

    Quote Originally Posted by waddtown View Post
    can you tell me if this template is compatible with the new 1.5.5 version of zencart, I have just upgraded and now i get the following error
    1109 Unknown table 'p' in field list
    in:
    [select count(p.products_id) as total ]
    in products_new products_all and featured_products pages I thins it has something to do with the columnar display
    Quote Originally Posted by DrByte View Post
    waddtown, that SQL statement is missing the list of tables. I'm guessing you're using an altered version of /includes/classes/split_page_results.php. I recommend starting with the one that comes with Zen Cart. And then if your template requires some changes to that for some reason, work on fixing those requirements separately.

    Perhaps rbarbour's post here might give you some additional insights: Making v154 DIY/Picaflor-Azul templates work with v1.5.5

  3. #653
    Join Date
    Feb 2005
    Location
    UK
    Posts
    76
    Plugin Contributions
    0

    Default Re: Winchester Responsive zencart v1.5.5 compatibility

    Quote Originally Posted by rbarbour View Post
    Check the original template files, this usually indicates that one of the columnar layout plugins (Column Layout Grid, SNAF, Flexible Product Listing) have been installed and the page headers need to be merged:

    CATALOG_FILES/includes/modules/pages/featured_products/header_php.php
    CATALOG_FILES/includes/modules/pages/products_all/header_php.php
    CATALOG_FILES/includes/modules/pages/products_new/header_php.php
    CATALOG_FILES/includes/modules/pages/specials/header_php.php
    That worked thankyou very much

  4. #654
    Join Date
    Mar 2013
    Location
    New Philadelphia, Ohio, United States
    Posts
    3
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    This new responsive template package has been built using the newest version of the Responsive DIY Template Default for v1.5.x
    I am running php v5.6.14 with zenCart v1.5.5 and this theme, getting errors:

    1. There is a reference to cloudflare:
    >> .. jquery-easing/1.3/jquery.easing.min.js

    This causes errors with a SSL Cert from the host. Cloudflare suggested buying a new Cert from them. Not a good answer

    2. Somehow it is loading jquery-1.11.1.min.js even though the installed package is jquery-1.12.1.min.js
    This is my guess as to why it causing an error when you "submit" any data:
    error
    --
    Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/
    --
    In the javascript console it points to the v1.11.1 js file

    HELP.

    P.S. I did remove the "jquery-easing/1.3/jquery.easing.min.js" line and that removed that error. Guess smooth lines will have to wait {grin}

  5. #655
    Join Date
    Mar 2013
    Location
    New Philadelphia, Ohio, United States
    Posts
    3
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by Jeff Ski Kinsey View Post
    In the javascript console it points to the v1.11.1 js file
    Found this problem... it is in: includes/templates/winchester_responsive/common/html_header.php

    But that didn't fix the error! Same issue, now just pointing the jquery-1.12.1 file! #ouch

  6. #656
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Responsive

    Quote Originally Posted by Jeff Ski Kinsey View Post
    I am running php v5.6.14 with zenCart v1.5.5 and this theme, getting errors:

    1. There is a reference to cloudflare:
    >> .. jquery-easing/1.3/jquery.easing.min.js

    This causes errors with a SSL Cert from the host. Cloudflare suggested buying a new Cert from them. Not a good answer

    2. Somehow it is loading jquery-1.11.1.min.js even though the installed package is jquery-1.12.1.min.js
    This is my guess as to why it causing an error when you "submit" any data:
    error
    --
    Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/
    --
    In the javascript console it points to the v1.11.1 js file

    HELP.

    P.S. I did remove the "jquery-easing/1.3/jquery.easing.min.js" line and that removed that error. Guess smooth lines will have to wait {grin}
    1. You can replace the http:// part of the url with https://

    2. Check the html_header.php file and change the jquery version if this is a problem.

    Thanks,

    Anne

  7. #657
    Join Date
    Apr 2014
    Location
    NJ
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Hi. I want to thank you for this wonderful template!
    I'm in the process of upgrading from zencart 1.5.4 to 1.5.5a.
    If I understand correctly, I should do a diff between the template_default directory of 1.5.4 and that of 1.5.5a, see what changes were made, and attempt to make those changes to my winchester_responsive directory. Is that correct? And, just wondering if you had any plan to upgrade the winchester responsive template and upload a new version, or if I should do my own upgrade.
    Thanks very much!

  8. #658
    Join Date
    May 2014
    Location
    Pittsburgh
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    So I am having an issue that I should be able to figure out but can't. I tried changing the links of the social media icons in the footer using the flexible footer menu in the admin side. Now it displays the text from the textbox instead of the icons and their respective links. I have no idea what happened. This is what I see on my site now...Click image for larger version. 

Name:	Untitled-1.jpg 
Views:	163 
Size:	43.0 KB 
ID:	16476

  9. #659
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Winchester Responsive

    Quote Originally Posted by Justin G View Post
    So I am having an issue that I should be able to figure out but can't. I tried changing the links of the social media icons in the footer using the flexible footer menu in the admin side. Now it displays the text from the textbox instead of the icons and their respective links. I have no idea what happened. This is what I see on my site now...Click image for larger version. 

Name:	Untitled-1.jpg 
Views:	163 
Size:	43.0 KB 
ID:	16476
    Do you know what should be there? Have you added any ez-pages?
    Learning Fast.
    Eden Craft Supplies

  10. #660
    Join Date
    May 2014
    Location
    Pittsburgh
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by adb34 View Post
    Do you know what should be there? Have you added any ez-pages?
    This is what was showing before I changed the links...Click image for larger version. 

Name:	screenshot.jpg 
Views:	37 
Size:	16.0 KB 
ID:	16480

    I even changed the html back to what was there before and still showing the code instead of the images there before. I just started this site for an upgrade from 1.5.1 (i know i am way overdue) to 1.5.5a and I have not made any ez pages or installed any plugins yet. Just getting my notes down for when it comes time to do the live rebuild/upgrade.

    I'm on php version 5.4.45 database patch version 1.5.5

    Any help is appreciated

 

 
Page 66 of 96 FirstFirst ... 1656646566676876 ... 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