Page 50 of 96 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 953
  1. #491
    Join Date
    May 2010
    Location
    Texas
    Posts
    393
    Plugin Contributions
    0

    Default Re: Winchester Responsive - categories menu

    I have explained to you why I should not need a separate URL, is there something about this you do not understand or need clarified?

  2. #492
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Winchester Responsive - categories menu

    Quote Originally Posted by split63 View Post
    I have explained to you why I should not need a separate URL, is there something about this you do not understand or need clarified?
    My question was sincere. If there is something that I can help you understand, I will certainly try to help you. I don't know any other way to say it other than with the mobile detect, if you want to view the mobile or tablet layout from a desktop, you need to use the alternate urls. I guess you could ask the php mobile detect developers why this is, or ask rbarbour on who's excellent code this template is built (the DIY template default) if he has a more technical explanation about this.

    Thanks,

    Anne

  3. #493
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Winchester Responsive - categories menu

    If I enable "EZ Pages in Header Menu" my template goes blank (only the logo) and in the html view I see:
    HTML Code:
    
    <!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" dir="ltr" lang="it">
    <head>
    <title>Winchester Responsive Zen Cart Template, by Picaflor Azul</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="Hardware Software Films DVD Buoni Regalo Free Call Stuff Test 10% per Attributi Test 10% Saldi Percentuali Saldi Deduzioni Saldi Nuovo Prezzo Big Unlinked Novit&agrave; v1.2 Musica Documenti Vari Tipi Prodotto ecommerce, open source, shop, online shopping " />
    <meta name="description" content="Winchester Responsive Zen Cart Template :  - Hardware Software Films DVD Buoni Regalo Free Call Stuff Test 10% per Attributi Test 10% Saldi Percentuali Saldi Deduzioni Saldi Nuovo Prezzo Big Unlinked Novit&agrave; v1.2 Musica Documenti Vari Tipi Prodotto ecommerce, open source, shop, online shopping" />
    <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" />
    
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
    
    
    
    <base href="http://95.110.233.241/" />
    <link rel="canonical" href="http://95.110.233.241/" />
    
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_flex.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_responsive_tabs.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_zen_colorbox.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/index_home.css" />
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"%3E%3C/script%3E'));</script>
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="includes/templates/winchester_responsive/jscript/jquery.min.js"%3E%3C/script%3E'));</script>
    
    <script type="text/javascript">
    if (typeof zcJS == "undefined" || !zcJS) {
      window.zcJS = { name: 'zcJS', version: '0.1.0.0' };
    };
    
    zcJS.ajax = function (options) {
      options.url = options.url.replace("&amp;", unescape("&amp;"));
      var deferred = $.Deferred(function (d) {
          var securityToken = '61dcff7c4dc1ccd6e770576a8534d426';
          var defaults = {
              cache: false,
              type: 'POST',
              traditional: true,
              dataType: 'json',
              timeout: 5000,
              data: $.extend(true,{
                securityToken: securityToken
            }, options.data)
          },
          settings = $.extend(true, {}, defaults, options);
    
          d.done(settings.success);
          d.fail(settings.error);
          d.done(settings.complete);
          var jqXHRSettings = $.extend(true, {}, settings, {
              success: function (response, textStatus, jqXHR) {
                d.resolve(response, textStatus, jqXHR);
              },
              error: function (jqXHR, textStatus, errorThrown) {
                  console.log(jqXHR);
                  d.reject(jqXHR, textStatus, errorThrown);
              },
              complete: d.resolve
          });
          $.ajax(jqXHRSettings);
       }).fail(function(jqXHR, textStatus, errorThrown) {
       var response = jqXHR.getResponseHeader('status');
       var responseHtml = jqXHR.responseText;
       var contentType = jqXHR.getResponseHeader("content-type");
       switch (response)
         {
           case '403 Forbidden':
             var jsonResponse = JSON.parse(jqXHR.responseText);
             var errorType = jsonResponse.errorType;
             switch (errorType)
             {
               case 'ADMIN_BLOCK_WARNING':
               break;
               case 'AUTH_ERROR':
               break;
               case 'SECURITY_TOKEN':
               break;
    
               default:
                 alert('An Internal Error of type '+errorType+' was received while processing an ajax call. The action you requested could not be completed.');
             }
           break;
           default:
            if (jqXHR.status === 200 * contentType.toLowerCase().indexOf("text/html") >= 0) {
             document.open();
             document.write(responseHtml);
             document.close();
             } else {
               alert('An unknown response '+response+': :'+contentType+': :'+errorThrown+' was received while processing an ajax call. The action you requested could not be completed.');
             }
         }
       });
    
      var promise = deferred.promise();
      return promise;
    };
    zcJS.timer = function (options) {
      var defaults = {
        interval: 10000,
        startEvent: null,
        intervalEvent: null,
        stopEvent: null
    
    },
      settings = $.extend(true, {}, defaults, options);
    
      var enabled = new Boolean(false);
      var timerId = 0;
      var mySelf;
      this.Start = function()
      {
          this.enabled = new Boolean(true);
    
          mySelf = this;
          mySelf.settings = settings;
          if (mySelf.enabled)
          {
              mySelf.timerId = setInterval(
              function()
              {
                  if (mySelf.settings.intervalEvent)
                  {
                    mySelf.settings.intervalEvent(mySelf);
                  }
              }, mySelf.settings.interval);
              if (mySelf.settings.startEvent)
              {
                mySelf.settings.startEvent(mySelf);
              }
          }
      };
      this.Stop = function()
      {
        mySelf.enabled = new Boolean(false);
        clearInterval(mySelf.timerId);
        if (mySelf.settings.stopEvent)
        {
          mySelf.settings.stopEvent(mySelf);
        }
      };
    };
    </script>
    
    <script type="text/javascript">
    if (typeof jQuery == 'undefined') {
        document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
    }
    </script>
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/responsive.css" /><link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/responsive_default.css" />
    <script src="includes/templates/winchester_responsive/jscript/css_browser_selector.js" type="text/javascript"></script>
    <link href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet"  type="text/css"/>
    
    
    </head>
    
    <body id="indexHomeBody">
    
    <script src="includes/templates/winchester_responsive/jscript/back_to_top.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    BackToTop({
    text : 'Top',
    autoShow : true,
    timeEffect : 750
    });
    });
    </script> 
    
    
    
    
    
    
    <!--(BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
    
    
    
    <!--bof-header logo and navigation display-->
    <div id="headerWrapper" class="">
    
    <div id="top-wrapper">
    <div class="onerow-fluid " id="top-inner">
    <div id="top-inner-wrapper">
        <div class="top-specials"><a href="index.php?main_page=specials">Specials</a></div>
         FREE Shipping on all orders over $50.00!</div>
    </div>
    </div>
    
    
    <div id="top-middle">
    <div class="onerow-fluid ">
    
    
    
    
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><a href="http://95.110.233.241/"><img src="includes/templates/winchester_responsive/images/logo.png" alt="Winchester Responsive Zen Cart Template by www.picaflor-azul.com" title=" Winchester Responsive Zen Cart Template by www.picaflor-azul.com " width="200" height="69" /></a>    </div>
        <div id="taglineWrapper">
          <div id="tagline">
    
    free zen cart template
          </div>
          <div id="bannerTwo" class="banners"><a href="http://95.110.233.241/index.php?main_page=redirect&amp;action=banner&amp;goto=8" target="_blank"><img src="images/banners/zencart-2014-c.gif" alt="Collegato C" title=" Collegato C " width="468" height="60" /></a></div>
        </div>
    </div>
    
    
    <!--bof handheld menu display-->
    
    
    
    <div id="menu">
    <ul class="slimmenu">
    
        <li class="test"><a href="javascript:void(0)" class="mshop">Categories</a>
    <ul class="level2"><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1">Hardware</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_7">Altoparlanti</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_17">Lettori CDROM</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_16">Memorie</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_6">Monitors</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_9">Mouse</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_4">Schede Grafiche</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_5">Stampanti</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=1_8">Tastiere</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=2">Software</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=2_19">Azione</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=2_18">Simulazione</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=2_20">Strategia</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=3">Films DVD</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=3_10">Azione</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=3_13">Cartoni Animati</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=3_12">Commedia</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=3_15">Drammatico</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=3_11">Fantascienza</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=3_14">Thriller</a></li></ul></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=21">Buoni Regalo</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=28">Test 10%</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=25">Test 10% per Attributi</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=24">Free Call Stuff</a></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=48">Saldi Percentuali</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=48_45">10% sconto</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=48_47">10% sconto Attributo</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=48_31">10% sconto Skip</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=48_32">10% sconto Prezzo</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=49">Saldi Deduzioni</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=49_27">$5.00 sconto</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=49_52">$5.00 sconto Skip</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=50">Saldi Nuovo Prezzo</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=50_46">Imposta $100</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=50_51">Imposta $100 Skip</a></li></ul></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=53">Big Unlinked</a></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=54">Novit&agrave; v1.2</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=54_56">Attributi</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=54_60">Downloads</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=54_57">Prezzatura Testo</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=54_55">Scontati per quantit&agrave;</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=54_61">Reali</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=54_58">Real Sale</a></li></ul></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=62">Musica</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=63">Documenti</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&amp;cPath=64">Vari Tipi Prodotto</a></li></ul>                        
    </li>
    
    
    
    <li class="minfo-links"><a href="javascript:void(0)" class="minfo">Information</a>
        <ul class="level2">
        <li><a href="http://95.110.233.241/index.php?main_page=shippinginfo">Customer Service</a>
        <ul>
        <li><a href="http://95.110.233.241/index.php?main_page=about_us">About Us</a></li>
          <li><a href="https://95.110.233.241/index.php?main_page=account">My Account</a></li>
       <li><a href="https://95.110.233.241/index.php?main_page=logoff">Log Out</a></li>
       <li><a href="https://95.110.233.241/index.php?main_page=account_newsletters">Newsletters</a></li>
          <li><a href="http://95.110.233.241/index.php?main_page=shippinginfo">Spedizioni &amp; Consegne</a></li>
          <li><a href="http://95.110.233.241/index.php?main_page=privacy">Normativa Privacy</a></li>
      <li><a href="http://95.110.233.241/index.php?main_page=conditions">Condizioni di Vendita</a></li>
             </ul>
        </li>
        <li><a href="javascript:void(0)">General Info</a>
        <ul>
         <li><a href="http://95.110.233.241/index.php?main_page=site_map">Mappa del Sito</a></li>
            <li><a href="http://95.110.233.241/index.php?main_page=gv_faq">Buono Regalo F.A.Q.</a></li>
      <li><a href="http://95.110.233.241/index.php?main_page=discount_coupon">Buoni Sconto</a></li>
                 <li><a href="http://95.110.233.241/index.php?main_page=unsubscribe">Cancella Newsletter</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.

  4. #494

    Default Re: Winchester Responsive - Information Menu

    Quote Originally Posted by picaflor-azul View Post
    You can edit the includes/template/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php file.

    Thanks,

    Anne
    Many thanks Ann - on another matter, is there a way to deactivate the "Reviews" tab on the product info page?

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

    Default Re: Winchester Responsive - categories menu

    Quote Originally Posted by 100asa View Post
    If I enable "EZ Pages in Header Menu" my template goes blank (only the logo) and in the html view I see:
    HTML Code:
    
    <!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" dir="ltr" lang="it">
    <head>
    <title>Winchester Responsive Zen Cart Template, by Picaflor Azul</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="Hardware Software Films DVD Buoni Regalo Free Call Stuff Test 10% per Attributi Test 10% Saldi Percentuali Saldi Deduzioni Saldi Nuovo Prezzo Big Unlinked Novitą v1.2 Musica Documenti Vari Tipi Prodotto ecommerce, open source, shop, online shopping " />
    <meta name="description" content="Winchester Responsive Zen Cart Template :  - Hardware Software Films DVD Buoni Regalo Free Call Stuff Test 10% per Attributi Test 10% Saldi Percentuali Saldi Deduzioni Saldi Nuovo Prezzo Big Unlinked Novitą v1.2 Musica Documenti Vari Tipi Prodotto ecommerce, open source, shop, online shopping" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart® Team. Responsive zen cart design by Picaflor Azul. " />
    <meta name="generator" content="shopping cart program by Zen Cart®, http://www.zen-cart.com eCommerce" />
    
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
    
    
    
    <base href="http://95.110.233.241/" />
    <link rel="canonical" href="http://95.110.233.241/" />
    
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_flex.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_responsive_tabs.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_zen_colorbox.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/index_home.css" />
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"%3E%3C/script%3E'));</script>
    <script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="includes/templates/winchester_responsive/jscript/jquery.min.js"%3E%3C/script%3E'));</script>
    
    <script type="text/javascript">
    if (typeof zcJS == "undefined" || !zcJS) {
      window.zcJS = { name: 'zcJS', version: '0.1.0.0' };
    };
    
    zcJS.ajax = function (options) {
      options.url = options.url.replace("&", unescape("&"));
      var deferred = $.Deferred(function (d) {
          var securityToken = '61dcff7c4dc1ccd6e770576a8534d426';
          var defaults = {
              cache: false,
              type: 'POST',
              traditional: true,
              dataType: 'json',
              timeout: 5000,
              data: $.extend(true,{
                securityToken: securityToken
            }, options.data)
          },
          settings = $.extend(true, {}, defaults, options);
    
          d.done(settings.success);
          d.fail(settings.error);
          d.done(settings.complete);
          var jqXHRSettings = $.extend(true, {}, settings, {
              success: function (response, textStatus, jqXHR) {
                d.resolve(response, textStatus, jqXHR);
              },
              error: function (jqXHR, textStatus, errorThrown) {
                  console.log(jqXHR);
                  d.reject(jqXHR, textStatus, errorThrown);
              },
              complete: d.resolve
          });
          $.ajax(jqXHRSettings);
       }).fail(function(jqXHR, textStatus, errorThrown) {
       var response = jqXHR.getResponseHeader('status');
       var responseHtml = jqXHR.responseText;
       var contentType = jqXHR.getResponseHeader("content-type");
       switch (response)
         {
           case '403 Forbidden':
             var jsonResponse = JSON.parse(jqXHR.responseText);
             var errorType = jsonResponse.errorType;
             switch (errorType)
             {
               case 'ADMIN_BLOCK_WARNING':
               break;
               case 'AUTH_ERROR':
               break;
               case 'SECURITY_TOKEN':
               break;
    
               default:
                 alert('An Internal Error of type '+errorType+' was received while processing an ajax call. The action you requested could not be completed.');
             }
           break;
           default:
            if (jqXHR.status === 200 * contentType.toLowerCase().indexOf("text/html") >= 0) {
             document.open();
             document.write(responseHtml);
             document.close();
             } else {
               alert('An unknown response '+response+': :'+contentType+': :'+errorThrown+' was received while processing an ajax call. The action you requested could not be completed.');
             }
         }
       });
    
      var promise = deferred.promise();
      return promise;
    };
    zcJS.timer = function (options) {
      var defaults = {
        interval: 10000,
        startEvent: null,
        intervalEvent: null,
        stopEvent: null
    
    },
      settings = $.extend(true, {}, defaults, options);
    
      var enabled = new Boolean(false);
      var timerId = 0;
      var mySelf;
      this.Start = function()
      {
          this.enabled = new Boolean(true);
    
          mySelf = this;
          mySelf.settings = settings;
          if (mySelf.enabled)
          {
              mySelf.timerId = setInterval(
              function()
              {
                  if (mySelf.settings.intervalEvent)
                  {
                    mySelf.settings.intervalEvent(mySelf);
                  }
              }, mySelf.settings.interval);
              if (mySelf.settings.startEvent)
              {
                mySelf.settings.startEvent(mySelf);
              }
          }
      };
      this.Stop = function()
      {
        mySelf.enabled = new Boolean(false);
        clearInterval(mySelf.timerId);
        if (mySelf.settings.stopEvent)
        {
          mySelf.settings.stopEvent(mySelf);
        }
      };
    };
    </script>
    
    <script type="text/javascript">
    if (typeof jQuery == 'undefined') {
        document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
    }
    </script>
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/responsive.css" /><link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/responsive_default.css" />
    <script src="includes/templates/winchester_responsive/jscript/css_browser_selector.js" type="text/javascript"></script>
    <link href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet"  type="text/css"/>
    
    
    </head>
    
    <body id="indexHomeBody">
    
    <script src="includes/templates/winchester_responsive/jscript/back_to_top.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    BackToTop({
    text : 'Top',
    autoShow : true,
    timeEffect : 750
    });
    });
    </script> 
    
    
    
    
    
    
    <!--(BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
    
    
    
    <!--bof-header logo and navigation display-->
    <div id="headerWrapper" class="">
    
    <div id="top-wrapper">
    <div class="onerow-fluid " id="top-inner">
    <div id="top-inner-wrapper">
        <div class="top-specials"><a href="index.php?main_page=specials">Specials</a></div>
         FREE Shipping on all orders over $50.00!</div>
    </div>
    </div>
    
    
    <div id="top-middle">
    <div class="onerow-fluid ">
    
    
    
    
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><a href="http://95.110.233.241/"><img src="includes/templates/winchester_responsive/images/logo.png" alt="Winchester Responsive Zen Cart Template by www.picaflor-azul.com" title=" Winchester Responsive Zen Cart Template by www.picaflor-azul.com " width="200" height="69" /></a>    </div>
        <div id="taglineWrapper">
          <div id="tagline">
    
    free zen cart template
          </div>
          <div id="bannerTwo" class="banners"><a href="http://95.110.233.241/index.php?main_page=redirect&action=banner&goto=8" target="_blank"><img src="images/banners/zencart-2014-c.gif" alt="Collegato C" title=" Collegato C " width="468" height="60" /></a></div>
        </div>
    </div>
    
    
    <!--bof handheld menu display-->
    
    
    
    <div id="menu">
    <ul class="slimmenu">
    
        <li class="test"><a href="javascript:void(0)" class="mshop">Categories</a>
    <ul class="level2"><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1">Hardware</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_7">Altoparlanti</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_17">Lettori CDROM</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_16">Memorie</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_6">Monitors</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_9">Mouse</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_4">Schede Grafiche</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_5">Stampanti</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=1_8">Tastiere</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=2">Software</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=2_19">Azione</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=2_18">Simulazione</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=2_20">Strategia</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=3">Films DVD</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=3_10">Azione</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=3_13">Cartoni Animati</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=3_12">Commedia</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=3_15">Drammatico</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=3_11">Fantascienza</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=3_14">Thriller</a></li></ul></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=21">Buoni Regalo</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=28">Test 10%</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=25">Test 10% per Attributi</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=24">Free Call Stuff</a></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=48">Saldi Percentuali</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=48_45">10% sconto</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=48_47">10% sconto Attributo</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=48_31">10% sconto Skip</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=48_32">10% sconto Prezzo</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=49">Saldi Deduzioni</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=49_27">$5.00 sconto</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=49_52">$5.00 sconto Skip</a></li></ul></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=50">Saldi Nuovo Prezzo</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=50_46">Imposta $100</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=50_51">Imposta $100 Skip</a></li></ul></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=53">Big Unlinked</a></li><li class="submenu">
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=54">Novitą v1.2</a><ul class="level3"><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=54_56">Attributi</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=54_60">Downloads</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=54_57">Prezzatura Testo</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=54_55">Scontati per quantitą</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=54_61">Reali</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=54_58">Real Sale</a></li></ul></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=62">Musica</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=63">Documenti</a></li><li>
    <a href="http://95.110.233.241/index.php?main_page=index&cPath=64">Vari Tipi Prodotto</a></li></ul>                        
    </li>
    
    
    
    <li class="minfo-links"><a href="javascript:void(0)" class="minfo">Information</a>
        <ul class="level2">
        <li><a href="http://95.110.233.241/index.php?main_page=shippinginfo">Customer Service</a>
        <ul>
        <li><a href="http://95.110.233.241/index.php?main_page=about_us">About Us</a></li>
          <li><a href="https://95.110.233.241/index.php?main_page=account">My Account</a></li>
       <li><a href="https://95.110.233.241/index.php?main_page=logoff">Log Out</a></li>
       <li><a href="https://95.110.233.241/index.php?main_page=account_newsletters">Newsletters</a></li>
          <li><a href="http://95.110.233.241/index.php?main_page=shippinginfo">Spedizioni & Consegne</a></li>
          <li><a href="http://95.110.233.241/index.php?main_page=privacy">Normativa Privacy</a></li>
      <li><a href="http://95.110.233.241/index.php?main_page=conditions">Condizioni di Vendita</a></li>
             </ul>
        </li>
        <li><a href="javascript:void(0)">General Info</a>
        <ul>
         <li><a href="http://95.110.233.241/index.php?main_page=site_map">Mappa del Sito</a></li>
            <li><a href="http://95.110.233.241/index.php?main_page=gv_faq">Buono Regalo F.A.Q.</a></li>
      <li><a href="http://95.110.233.241/index.php?main_page=discount_coupon">Buoni Sconto</a></li>
                 <li><a href="http://95.110.233.241/index.php?main_page=unsubscribe">Cancella Newsletter</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.
    Whenever you get a blank page or partial blank page check your logs folder for errors and correct them.

    Thanks,

    Anne

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

    Default Re: Winchester Responsive - Information Menu

    Quote Originally Posted by Podgeminster View Post
    Many thanks Ann - on another matter, is there a way to deactivate the "Reviews" tab on the product info page?
    You can remove the code in includes/templates/winchester_responsive/templates/tpl_prodcut_info_display.php

    Thanks,

    Anne

  7. #497
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Winchester Responsive - categories menu

    WOW. This is the first time I've ever had "Subscribed thread" received by email that was moved to junk without any options and flagged as containing malicious code.

    Quote Originally Posted by 100asa View Post
    If I enable "EZ Pages in Header Menu" my template goes blank (only the logo) and in the html view I see:
    HTML Code:
    
    <!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" dir="ltr" lang="it">
    <head>
    <title>Winchester Responsive Zen Cart Template, by Picaflor Azul</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #498

    Default Re: Winchester Responsive - Product Info Display Tabs

    Quote Originally Posted by picaflor-azul View Post
    You can remove the code in includes/templates/winchester_responsive/templates/tpl_prodcut_info_display.php

    Thanks,

    Anne
    Many thanks Anne.

    Just in case anyone needs to know, locate and delete the following lines of code:

    <li><?php echo HEADER_TITLE_REVIEWS; ?></li>

    and...

    </div>
    <div>
    <!-- added for dgReview on product page -->
    <?php require($template->get_template_dir('tpl_dgReview.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_dgReview.php');?>
    <!-- added for dgReview on product page -->

  9. #499
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Winchester Responsive - Product Info Display Tabs

    Quote Originally Posted by Podgeminster View Post
    Many thanks Anne.

    Just in case anyone needs to know, locate and delete the following lines of code:

    <li><?php echo HEADER_TITLE_REVIEWS; ?></li>

    and...

    </div>
    <div>
    <!-- added for dgReview on product page -->
    <?php require($template->get_template_dir('tpl_dgReview.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_dgReview.php');?>
    <!-- added for dgReview on product page -->
    Great! Thank you for posting your solution ;)

    Thanks,

    Anne

  10. #500
    Join Date
    Jan 2008
    Location
    Perth. Australia
    Posts
    64
    Plugin Contributions
    0

    Default Re: Winchester Responsive - categories menu

    After doing a fresh install, whenever a customer adds an item to the shopping cart or makes an update to it they get the following message.
    I tried the same thing in the classic template and the error did not appear.

    An unknown response null: :text/html: :SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed.
    Stephen
    Jars Bottles Direct Trading as SS Croxson Enterprises Pty Ltd
    http://www.jarsbottlesdirect.com.au

 

 
Page 50 of 96 FirstFirst ... 40484950515260 ... 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