Page 84 of 96 FirstFirst ... 3474828384858694 ... LastLast
Results 831 to 840 of 953
  1. #831
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,696
    Plugin Contributions
    9

    Default Re: Winchester Responsive

    Quote Originally Posted by swguy View Post
    ...against a fresh download of 1.5.5f.
    so much in agreement....

    Quote Originally Posted by videoseconds View Post
    OK, thanks for the help on the search function to all!
    Now the reason I came on to troubleshoot the site is really that google mobile reports that the site has three grave problems with the display. Clickables too close, incompatible plugins, and too wide for screen. Their mobile friendly test page shows the site very ugly and the links are all you see, piled up on one another. This is not what it should be like.
    So,
    I figure the template is fine and there must be some mobile detect issue or how zen responds to mobile that craps out the theme. ANY HELP PLEASE????
    not really sure what google is complaining about... site looks ok on mobile...

    i would fix this error:

    Mixed Content: The page at 'https://www.videoseconds.com/shop/index.php?main_page=product_info&cPath=3_10&products_id=87&number_of_uploads=0' 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.

    in includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php:98:

    Code:
    // CHANGE
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    // TO
    <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #832
    Join Date
    Aug 2015
    Location
    Valencia Spain
    Posts
    17
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by carlwhat View Post
    so much in agreement....



    not really sure what google is complaining about... site looks ok on mobile...

    i would fix this error:

    Mixed Content: The page at 'https://www.videoseconds.com/shop/index.php?main_page=product_info&cPath=3_10&products_id=87&number_of_uploads=0' 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.

    in includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php:98:

    Code:
    // CHANGE
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    // TO
    <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    best.
    Interesting find. Did you use the firefox console to find this? I did the fix, thanks.

    My problems were with google search. They have a whole different idea of what is mobile friendly and what is not. I have got to the bottom of their issues, at least most of them, and will share these since, as stupid as they are, there are probably others who have done the same.

    Previously I was asked when I did the last full install. Truthfully I am not sure. I have been using the software over 9 years and it seems changes take place everywhere. So the first issue google took the pages down was over "bad plugin." Problem was it was their plug in. 9 years ago, when I uploaded the videos to googles youtube site we got code to embed. Well, that code is no longer good. It was once easy and the video was on the site. Now they want an iframe so they can count views on their site and give results to their analytics. So every page with a video, the most important ones actually, were removed from the search. I went through and fixed that.

    Next was to do with links too close and content too wide. Why? ROBOTS.TXT! Again and old robots.txt kept search from the admin area as well as images. This broke the site. I went back down to the original supplied robots directives and that fix worked.

    The site is now mobile friendly under rules of google.

    There still remains some issues of style sheets not loading and other things that might have other reasons, like server timeout or google being crippled. I am not sure it is important enough to warrant posting here because, other than a style sheet not loading from the winchester area, most of the problems were calls to other areas, 15 of them! But the pages load properly enough for google, and that is enough right now.

    I have to go to a whole bunch of sites now to update the video embeds as they too have old pages. I am going to do a complete new rebuild using the latest from winchester and zen on a laptop and will do further testing over the weekend. Right now I have a lot of work just with replacing old embeds with the new versions.

    Updates are beeachi.

    Thanks to all for the help.

  3. #833
    Join Date
    Feb 2019
    Location
    Bedford
    Posts
    2
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Hi Just upgraded to 1.56a the template works ok until i update box controller then all i get is the top 2 headings the bottom of the view source page show this:
    <li><a href="http://waterways-direct.com/store_2019/index.php?main_page=unsubscribe">Newsletter Unsubscribe</a></li>
    </ul>
    </li>
    <li><a href="javascript:void(0)">Useful Links</a>
    <ul>
    <div class="systemError">WARNING: An Error occurred, please refresh the page and try again.</div>
    i uploaded the latest template 155

  4. #834
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    This template has been working great for me but today clicking on Add to Cart is resulting in a blank page. I tried changing to zencart's basic template and it worked fine. I'm getting this problem with the Winchester New template.

    I've checked my log files which says
    Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/includes/languages/english/extra_definitions/westminster_new/winchester_responsive_defines.php:1)

    There are no additional spaces on line 1. Really strange as I didn't touch this file.

    I also read https://www.zen-cart.com/content.php?129, encoded winchester_responsive_defines.php as UTF-8-BOM and uploaded the file back to the server and I'm still getting a blank page.

    You can see the problem at https://www.qbis.co.uk/ (temporary. Will remove when fixed)

    Any advice would be much appreciated. Thank you!

  5. #835
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,157
    Plugin Contributions
    11

    Default Re: Winchester Responsive

    I'm seeing a 404 on the console for jquery.
    Code:
    GET https://www.qbis.co.uk/includes/templates/westminster_new/jscript/jscript_jquery.easing.1.3.js net::ERR_ABORTED 404 (Not Found)

  6. #836
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by dbltoe View Post
    I'm seeing a 404 on the console for jquery.
    Code:
    GET https://www.qbis.co.uk/includes/templates/westminster_new/jscript/jscript_jquery.easing.1.3.js net::ERR_ABORTED 404 (Not Found)
    That's a file not found error right?

  7. #837
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by dbltoe View Post
    I'm seeing a 404 on the console for jquery.
    Code:
    GET https://www.qbis.co.uk/includes/templates/westminster_new/jscript/jscript_jquery.easing.1.3.js net::ERR_ABORTED 404 (Not Found)
    Thanks, I checked and found the file with a "_" at the end of the filename so I renamed it but it still doesn't seem to make any difference. Should I use the one on github? - https://gist.github.com/gesheo/6194940
    Anne from Picaflor Azul upgraded the template so I know it was done right. I just can't understand why it's throwing up a blank page now when I click on the Add To Cart button as I haven't made any changes to the site. We had an order 2 weeks ago so it was working then.

    The latest log file is still saying cannot modify header information.

    [15-May-2019 14:19:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/qbiscouk/public_html/includes/languages/english/extra_definitions/westminster_new/winchester_responsive_defines.php:1) in /home/qbiscouk/public_html/includes/functions/functions_general.php on line 46

    I checked winchester_responsive_defines.php and there are not spaces and syntax seems right.

    I'm no expert so would be grateful if someone can point me in the right direction.

  8. #838
    Join Date
    Jan 2005
    Posts
    14
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Looks like a PHP error. What do the myDEBUG-*.log files tell @/logs?

    edit: Oh for some reason I overlooked the last posting.

    Something is going wrong with redirection. The image links on the mainpage also do not work. Clue might be functions_general.php
    Last edited by nl2dav; 15 May 2019 at 05:01 PM.

  9. #839
    Join Date
    Oct 2005
    Location
    Hampshire, UK
    Posts
    96
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by nl2dav View Post
    Looks like a PHP error. What do the myDEBUG-*.log files tell @/logs?

    edit: Oh for some reason I overlooked the last posting.

    Something is going wrong with redirection. The image links on the mainpage also do not work. Clue might be functions_general.php
    Thank you for checking, I found some spaces at the end of functions_general.php so I've deleted that. Refreshed the homepage and still getting blank page after clicking on Add to Cart button. Here is the contents of the log file after that action:

    Code:
    <?php
    /**
     * functions_general.php
     * General functions used throughout Zen Cart
     *
     * @package functions
     * @copyright Copyright 2003-2016 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: Author: zcwilt  Fri Apr 22 22:16:43 2015 +0000 Modified in v1.5.5 $
     */
    if (!defined('IS_ADMIN_FLAG')) {
      die('Illegal Access');
    }
    /**
     * Stop from parsing any further PHP code
    */
      function zen_exit() {
       session_write_close();
       exit();
      }
    
    /**
     * Redirect to another page or site
     * @param string The url to redirect to
    */
      function zen_redirect($url, $httpResponseCode = '') {
        global $request_type;
        // Are we loading an SSL page?
        if ( (ENABLE_SSL == 'true') && ($request_type == 'SSL') ) {
          // yes, but a NONSSL url was supplied
          if (substr($url, 0, strlen(HTTP_SERVER . DIR_WS_CATALOG)) == HTTP_SERVER . DIR_WS_CATALOG) {
            // So, change it to SSL, based on site's configuration for SSL
            $url = HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . substr($url, strlen(HTTP_SERVER . DIR_WS_CATALOG));
          }
        }
    
      // clean up URL before executing it
        $url = preg_replace('/&{2,}/', '&', $url);
        $url = preg_replace('/(&amp;)+/', '&amp;', $url);
        // header locates should not have the &amp; in the address it breaks things
        $url = preg_replace('/(&amp;)+/', '&', $url);
    
        if ($httpResponseCode == '') {
          session_write_close();
          header('Location: ' . $url);
        } else {
          session_write_close();
          header('Location: ' . $url, TRUE, (int)$httpResponseCode);
        }
    
        exit();
      }
    
    /**
     * Parse the data used in the html tags to ensure the tags will not break.
     * Basically just an extension to the php strtr function
     * @param string The string to be parsed
     * @param string The needle to find
    */
      function zen_parse_input_field_data($data, $parse) {
        return strtr(trim($data), $parse);
      }
    Also, the image links on the mainpage seem to work for me?

    I hope I don't have to reinstall the template as I'd probably wreck the whole thing!

  10. #840
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Hi Anne

    On my website I have the product listings set to 4 columns per row. On the categories that only have 2-3 listings there is a space.

    For example https://shaftdirect.com/sd2/the-manu...-c-85_134_130/ Only lists 3 and there is a visible white space on the right.

    Is there a way to make the product listings more fluid?

    Thanks :)
    Debbie Harrison
    DVH Design | Web Design blog

 

 
Page 84 of 96 FirstFirst ... 3474828384858694 ... 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