Zen Cart Logo
Forums / Addon Templates / Winchester Responsive

Winchester Responsive

Views: 443,040

Results 641 to 660 of 953
14 Feb 2016, 4:17 AM
#641
xcergy avatar

xcergy

Zen Follower

Join Date:
Feb 2009
Location:
Landrum SC
Posts:
141
Plugin Contributions:
0

Winchester Responsive

Thanks for the file name.

There are several instances of

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

I assume you mean the last set:

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

<script src="<?php echo $template->get_template_dir('jquery.tabSlideOut.v1.3.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/jquery.tabSlideOut.v1.3.js' ?>" type="text/javascript"></script>

    <script type="text/javascript">
    $(function(){
        $('.slide-out-div').tabSlideOut({
            tabHandle: '.handle',                     //class of the element that will become your tab
            pathToTabImage: '<?php echo $template->get_template_dir('tab.png',DIR_WS_TEMPLATE, $current_page_base,'images') . '/tab.png' ?>', //path to the image for the tab //Optionally can be set using css
            imageHeight: '50px',                     //height of tab image           //Optionally can be set using css
            imageWidth: '60px',                       //width of tab image            //Optionally can be set using css
	    tabLocation: 'left',                      //side of screen where tab lives, top, right, bottom, or left
            speed: 300,                               //speed of animation
            action: 'click',                          //options: 'click' or 'hover', action to trigger animation
            topPos: '100px',                          //position from the top/ use if tabLocation is left or right
            leftPos: '20px',                          //position from left/ use if tabLocation is bottom or top
            fixedPosition: true                      //options: true makes it stick(fixed position) on scroll
        });

    });

    </script>

   <div class="slide-out-div">
    <a class="handle" href="http://link-for-non-js-users.html">Content</a>
<?php echo SLIDE_OUT_CONTENT; ?>
         </div>

since it refers to slide out. Correct?

14 Feb 2016, 4:28 AM
#642
xcergy avatar

xcergy

Zen Follower

Join Date:
Feb 2009
Location:
Landrum SC
Posts:
141
Plugin Contributions:
0

Re: Winchester Responsive

Thanks. I deleted the last instance of

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

and it worked.

Now if I can figure out how to get the website tagline to display in Upper/lower case, I would be happy. right now, it only echos text in lower case only.

14 Feb 2016, 6:06 AM
#643
earth_friendly avatar

earth_friendly

New Zenner

Join Date:
Apr 2014
Location:
NJ
Posts:
59
Plugin Contributions:
0

Re: Winchester Responsive

Yes, you're right, I meant the last instance of

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

Sorry for the confusion.

Now if I can figure out how to get the website tagline to display in Upper/lower case, I would be happy. right now, it only echos text in lower case only.
If you look in includes/templates/winchester_responsive/css/stylesheet.css, and search for:

#tagline {margin:0;color:#171717;font-size:1.45em;text-align:left;text-transform:lowercase;clear:both;}

I think that if you remove the following piece, it will not display in lowercase:

text-transform:lowercase;
14 Feb 2016, 12:54 PM
#644
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

xcergy:

Where is the edit feature for
Custom Left Slide Out? ( Specials? )

I don't want it, don't need it, and can't find it.

I have turned off/deleted the banner manager stuff that I don't need
Killed ( turned off left side stuff on the Column boxes)
Searched via Developer's tool kit to find it.

I don't need, nor want this slide out menu that I can't find to edit:

https://www.thedumbdog.com

You can remove the left hand slide out by editing the includes/templates/windhester_responsive/common/tpl_main_page.php at the bottom.

Thanks,

Anne

14 Feb 2016, 12:58 PM
#645
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

xcergy:

Thanks. I deleted the last instance of

<!--(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)-->
> 
> and it worked.
> 
> 
> Now if I can figure out how to get the website tagline to display in Upper/lower case, I would be happy.  right now, it only echos text in lower case only.

You would need to remove the text-transform:lowercase; in the stylesheet.css file for the tagline.

Thanks,

Anne
21 Mar 2016, 10:08 PM
#646
waddtown avatar

waddtown

New Zenner

Join Date:
Feb 2005
Location:
UK
Posts:
77
Plugin Contributions:
0

Re: Winchester Responsive

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

24 Mar 2016, 2:23 PM
#647
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

waddtown:

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

The template installs fine on 1.5.5.

Thanks,

Anne

24 Mar 2016, 6:11 PM
#648
waddtown avatar

waddtown

New Zenner

Join Date:
Feb 2005
Location:
UK
Posts:
77
Plugin Contributions:
0

Re: Winchester Responsive

so what might be causing this problem then

24 Mar 2016, 6:16 PM
#649
waddtown avatar

waddtown

New Zenner

Join Date:
Feb 2005
Location:
UK
Posts:
77
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

The template installs fine on 1.5.5.

Thanks,

Anne
So any idea what might be causing the problem then

25 Mar 2016, 5:35 AM
#650
geha avatar

geha

New Zenner

Join Date:
Apr 2015
Posts:
3
Plugin Contributions:
0

Re: Winchester Responsive

Hi Anne,
I have a question about the module "Easy Responsive Tabs".
Now I am using the responsive template "Stirling Grand" and zencart 1.5.3.
I installed Tabbed Products Pro - Version: 1.20 (English/German Version for zencart 1.5.4, as they do not have any version for 1.5.3) , but finally it did not work. The tabs did not show in the product description. My friend uses your template "Westminster Responsive" with zencart 1.5.3 and certainly your tabbed product module works well, also with zencart 1.5.3. As I do not wanna change my template, I would like to ask you if you can tell where to get your "Easy Responsive Tabs" tabbed product module or any other tabbed product module. I would like to use it with the stirling grand template (zencart 1.5.3). Or can you give me any other advice about how to make the "Tabbed Products Pro - Version: 1.20" work on zencart 1.5.3 (stirling grand template)? Thank you very much in advance for your prompt response. Georg

25 Mar 2016, 3:57 PM
#651
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Winchester Responsive

waddtown:

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

26 Mar 2016, 12:07 AM
#652
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Winchester Responsive

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

waddtown:

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

DrByte:

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

30 Mar 2016, 9:39 PM
#653
waddtown avatar

waddtown

New Zenner

Join Date:
Feb 2005
Location:
UK
Posts:
77
Plugin Contributions:
0

Re: Winchester Responsive

rbarbour:

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

6 Apr 2016, 2:06 PM
#654
jeff_ski_kinsey avatar

jeff_ski_kinsey

New Zenner

Join Date:
Mar 2013
Location:
New Philadelphia, Ohio, United States
Posts:
3
Plugin Contributions:
0

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

  1. 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}

6 Apr 2016, 2:40 PM
#655
jeff_ski_kinsey avatar

jeff_ski_kinsey

New Zenner

Join Date:
Mar 2013
Location:
New Philadelphia, Ohio, United States
Posts:
3
Plugin Contributions:
0

Re: Winchester Responsive

Jeff Ski Kinsey:

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

7 Apr 2016, 1:54 PM
#656
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

Jeff Ski Kinsey:

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

  1. 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

14 Jun 2016, 3:05 AM
#657
earth_friendly avatar

earth_friendly

New Zenner

Join Date:
Apr 2014
Location:
NJ
Posts:
59
Plugin Contributions:
0

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 Jul 2016, 8:36 PM
#658
justin_g avatar

justin_g

New Zenner

Join Date:
May 2014
Location:
Pittsburgh
Posts:
10
Plugin Contributions:
0

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...Attachment 16476

9 Jul 2016, 11:20 AM
#659
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Re: Winchester Responsive

Justin G:

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...Attachment 16476
Do you know what should be there? Have you added any ez-pages?

11 Jul 2016, 2:29 PM
#660
justin_g avatar

justin_g

New Zenner

Join Date:
May 2014
Location:
Pittsburgh
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

adb34:

Do you know what should be there? Have you added any ez-pages?

This is what was showing before I changed the links...Attachment 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