Page 34 of 96 FirstFirst ... 2432333435364484 ... LastLast
Results 331 to 340 of 953
  1. #331
    Join Date
    Oct 2014
    Location
    Essex, England, UK.
    Posts
    22
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by choochoo View Post
    Hi Anne,

    Thank you for your reply.

    It appears to happen when Zen LightBox is installed.

    Has anyone else experienced this and come across a solution. I'm currently searching for a fix.

    Many thanks

    Kerry
    I have found my fix. I have uninstalled Zen LightBox and installed Zen ColorBox instead.

  2. #332
    Join Date
    Jun 2013
    Location
    UK
    Posts
    49
    Plugin Contributions
    0

    application error Re: Winchester Responsive

    Hi Anne,

    I think I may have stumbled across an SSL problem which seems to be linked to href="http://link-for-non-js-users.html" which is in the <div class="slide-out-div"> for the left-slide-out. Firstly on the SSL site it seems to throw up an error "Only Secure Content is displayed", if you choose to ignore this warning, the left slide box displays as expected, if you ignore it the left side box displays at the very bottom of the page as a static item. Also, when choosing to ignore the warning, you are directed to the http:// site rather than remainig on the https:// site.

    The website I refer too is https://www.blackfishcampus.com

    I have attached images of the URL Bar in IE9 (but it also occurs in Chrome, Firefox and Opera) and the warning I refer too.

    Please can you offer any advice as to how to overcome this problem?

    Many thanks in advance,

    Bob
    Attached Images Attached Images

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

    Default Re: Winchester Responsive

    Quote Originally Posted by choochoo View Post
    Hi Anne,

    Thank you for your reply.

    It appears to happen when Zen LightBox is installed.

    Has anyone else experienced this and come across a solution. I'm currently searching for a fix.

    Many thanks

    Kerry
    If you want to install any plugin that uses jquery you need to double check that the main library is not being loaded twice.

    Thanks,

    Anne

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

    Default Re: Winchester Responsive

    Quote Originally Posted by choochoo View Post
    I have found my fix. I have uninstalled Zen LightBox and installed Zen ColorBox instead.
    I am happy that you figured it out ;)

    Thanks,

    Anne

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

    Default Re: Winchester Responsive

    Quote Originally Posted by bobc View Post
    Hi Anne,

    I think I may have stumbled across an SSL problem which seems to be linked to href="http://link-for-non-js-users.html" which is in the <div class="slide-out-div"> for the left-slide-out. Firstly on the SSL site it seems to throw up an error "Only Secure Content is displayed", if you choose to ignore this warning, the left slide box displays as expected, if you ignore it the left side box displays at the very bottom of the page as a static item. Also, when choosing to ignore the warning, you are directed to the http:// site rather than remainig on the https:// site.

    The website I refer too is https://www.blackfishcampus.com

    I have attached images of the URL Bar in IE9 (but it also occurs in Chrome, Firefox and Opera) and the warning I refer too.

    Please can you offer any advice as to how to overcome this problem?

    Many thanks in advance,

    Bob
    Just change the http:// https:// in includes/templates/override/common/tpl_main_page.php

    Thanks,

    Anne

  6. #336
    Join Date
    Jun 2013
    Location
    UK
    Posts
    49
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by picaflor-azul View Post
    Just change the http:// https:// in includes/templates/override/common/tpl_main_page.php

    Thanks,

    Anne

    Hi Anne,

    Thanks for the input, but now I am little confused. I made the changes in admin/includes/configure.php and /includes/configure.php but I can't for the life of me see where to make the changes in the /includes/templates/westminster/common/html_header.php!

    This is the code at the top of that file, in my site.

    I already have the Base href set to SSL should I be changing something else?




    * load the module for generating page meta-tags
    */
    require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
    /**
    * output main page HEAD tag and related headers/meta-tags, etc
    */
    ?>


    <?php
    // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)

    if (!class_exists('Mobile_Detect')) {
    include_once(DIR_WS_CLASSES . 'Mobile_Detect.php');
    $detect = new Mobile_Detect;
    }

    // (EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)
    ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
    <head>
    <title><?php echo META_TAG_TITLE; ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&reg; Team. Responsive zen cart design by Picaflor Azul. " />
    <meta name="generator" content="shopping cart program by Zen Cart&reg;, http://www.zen-cart.com eCommerce" />

    <?php // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?>

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />

    <?php // (EOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?>

    <?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base,explode(",",constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base=='down_for_maintenance' || $robotsNoIndex === true) { ?>
    <meta name="robots" content="noindex, nofollow" />
    <?php } ?>
    <?php if (defined('FAVICON')) { ?>
    <link rel="icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
    <link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
    <?php } //endif FAVICON ?>

    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
    <?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
    <link rel="canonical" href="<?php echo $canonicalLink; ?>" />
    <?php } ?>

    <?php

  7. #337
    Join Date
    Jun 2013
    Location
    UK
    Posts
    49
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Hi Anne,

    Disregard my last, I was looking at the wrong file, should have been tpl_main_page - READ THE DAMN MESSAGE BOB!!! DOH!

    Will give it a try and see what happens.

    Bob

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

    Default Re: Winchester Responsive

    I just submitted an updated version of the template package. Thank you to everyone who posted about bugs and a big thank you to Steve (torvista) who pointed out a list of improvements

    04/02/2015-------new readme file
    04/02/2015-------updated php mobile detect to version 2.8.12
    04/02/2015-------remove #menu code from reponsive_tablet.css
    04/02/2015-------remove margin-top from #navMainWrapper{margin-top:-100px;width:42%;} from responsive_tablet.css
    04/02/2015-------http://www.zen-cart.com/showthread.php?216242-Winchester-Black-Responsive-Template&p=1274723#post1274723
    04/02/2015-------corrected set_function in installer file
    04/02/2015-------cleaned up includes/languages/english/winchester_responsive/button_names.php
    04/02/2015-------cleaned up includes/languages/english/winchester_responsive/header.php
    04/02/2015-------updated includes/languages/english/winchester_responsive/checkout_shipping.php
    04/02/2015-------updated includes/languages/english/winchester_responsive/meta_tags.php
    04/02/2015-------updated includes/languages/english/winchester_responsive/product_info.php
    04/02/2015-------updated includes/modules/sideboxes/winchester_responsive/information.php
    04/02/2015-------updated includes/templates/winchester_responsive/common/html_header.php
    04/02/2015-------updated YOUR_ADMIN_FOLDER/layout_controller.php
    04/02/2015-------added template screen shot
    04/02/2015-------fixed validation error in includes/templates/winchester_responsive/sideboxes/tpl_new_products.php
    04/02/2015-------fixed validation error in includes/languages/english/extra_definitions/winchester_responsive/winchester_responsive_defines.php
    04/02/2015-------fixed validation error in includes/templates/winchester_responsive/templates/tpl_dgReview.php
    04/02/2015-------updated includes/languages/winchester_responsive/english.php
    04/02/2015-------installed zen colorbox

    As always if you find any bugs or have suggestions for improvements, please post them here so I can include them in the next update.


    Thanks,

    Anne

  9. #339
    Join Date
    Jan 2013
    Posts
    45
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Great template, but I have a problem with multilanguage web. English without problem. But I offer website in German, Czech and French language and if I edit for ex. ABOUT US , website show me "O n�s". I use 1.5.4 version with UTF8, what is it possible to change? Old items, like "Conditions of use",... are without problems with accents...

    THX

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

    Default Re: Winchester Responsive

    Quote Originally Posted by DarkMen View Post
    Great template, but I have a problem with multilanguage web. English without problem. But I offer website in German, Czech and French language and if I edit for ex. ABOUT US , website show me "O n�s". I use 1.5.4 version with UTF8, what is it possible to change? Old items, like "Conditions of use",... are without problems with accents...

    THX
    This is not a template related problem, it is a character set problem. If you do a forum search for this problem you will find many threads with the answer to how to fix it.

    Thanks,

    Anne

 

 
Page 34 of 96 FirstFirst ... 2432333435364484 ... 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