Zen Cart Logo
Forums / Addon Templates / Winchester Responsive

Winchester Responsive

Views: 443,039

Results 781 to 800 of 953
23 Oct 2017, 10:40 PM
#781
dharrison avatar

dharrison

Zen Follower

Join Date:
Mar 2009
Location:
Essex, UK
Posts:
448
Plugin Contributions:
0

Winchester Responsive

Yes sorry I did appreciate the help but in my defence I did write my original question quite early morning.

Next time I shall post after the first coffee :blush:

31 Oct 2017, 5:41 PM
#782
markrwingrove avatar

markrwingrove

New Zenner

Join Date:
Oct 2017
Location:
Dorking, Surrey UK
Posts:
1
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 16476Justin I have spent 3 days looking for the solution and I can not find it. Did you resolve this? regards Mark

2 Nov 2017, 11:17 AM
#784
jpirie avatar

jpirie

New Zenner

Join Date:
Apr 2015
Location:
Assynt, North West Highlands of Scotland
Posts:
24
Plugin Contributions:
0

Re: Winchester Responsive

Hello everyone,
I'm in the process of installing the Winchester Black template and, so far, we are loving it :) Have yet to try importing my existing database though so it could all go wrong yet!
I went to edit the Social media links in the flexible footer module in Admin and...it all fell down like a house of cards :( well, the media links did anyway.
All I did was to try and remove the instagram and Youtube links and now the code seems to be corrupt and displays on the main page as just a string of html code?
Can anyone spot what I have done wrong?
Here is the code from the admin section, which still contains the original code mostly but, of course, I have been monkeying around with it to try and get it to work :/

<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>

Initially, all I did was to remove the Instagram entry and, after checking that there was a close tag for every open one, i.e. an </a> for every <a> etc etc I then applied the changes and refreshed my test page.
The test page now has simply a list of the html code and no images/links as in the attached image

Attachment 17393

Much gratitude will be given for a suggestion as to what I have done wrong! I really liked the layout of the Social links too :(

Anyway, thanks in advance for any assistance,

Regards,

James

2 Nov 2017, 2:34 PM
#785
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Winchester Responsive

@James
Look at the post above yours.
Looks like Soxophoneplayer gave the solution.

2 Nov 2017, 9:43 PM
#786
jpirie avatar

jpirie

New Zenner

Join Date:
Apr 2015
Location:
Assynt, North West Highlands of Scotland
Posts:
24
Plugin Contributions:
0

Re: Winchester Responsive

Indeed I have now followed thew advice given about editing the database through myphpadmin. It's not the answer thought and hopefully the template will be updated at some juncture.
Anyway, thanks to all who responded I now have the issue under control.

James

9 Nov 2017, 1:28 PM
#787
jpirie avatar

jpirie

New Zenner

Join Date:
Apr 2015
Location:
Assynt, North West Highlands of Scotland
Posts:
24
Plugin Contributions:
0

Re: Winchester Responsive

Hello again people,
RE: Custom Left Slideout
Having another issue with the WInchester Black template...
That Javascript slideout with the Summer sale picture!
How can I get control of it and edit it to our preference or...even better for now, remove it until we find a use for it? There seems to be very little information about it anywhere?

Thanks in hope,

James

9 Nov 2017, 5:56 PM
#788
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,771
Plugin Contributions:
9

Re: Winchester Responsive

A thread search for slider came up with post #644 from Anne.

9 Nov 2017, 6:09 PM
#789
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Winchester Responsive

jpirie:

Hello again people,
RE: Custom Left Slideout
Having another issue with the WInchester Black template...
That Javascript slideout with the Summer sale picture!
How can I get control of it and edit it to our preference or...even better for now, remove it until we find a use for it? There seems to be very little information about it anywhere?

Thanks in hope,

James

Have you checked the readme.html of this template? In Westminster New (a template created at around the same time by the same author) there are instructions about the left slide out. I would be surprised if there wasn't the same in Winchester Black. You might also find answers to future queries in that file.

13 Nov 2017, 7:27 PM
#790
jpda avatar

jpda

Zen Follower

Join Date:
Jun 2014
Posts:
157
Plugin Contributions:
0

Re: Winchester Responsive

simon1066:

Have you checked the readme.html of this template? In Westminster New (a template created at around the same time by the same author) there are instructions about the left slide out. I would be surprised if there wasn't the same in Winchester Black. You might also find answers to future queries in that file.

You can edit define('SLIDE_OUT_CONTENT','edit-here');
includes/languages/english/extra_definitions/winchester_responsive/winchester_responsive_defines.php
BTW: I found it in the readme/winchester_responsive.html

Cheers,

jpda

17 Jan 2018, 4:21 AM
#791
boxcar avatar

boxcar

New Zenner

Join Date:
Jun 2007
Posts:
47
Plugin Contributions:
0

Re: Winchester Responsive

Has anyone been able to get Tabbed Products Pro (TPP) v1.20 working with Winchester Responsive and ZC v1.5.5f ? I am trying to remove Easy Responsive Tabs code from tpl_product_info_display.php and adding in the TTP code but I cannot get it to work.

I removed the jscript file called easyResponsiveTabs.js and remove the css file stylesheet_responsive_tabs.css. It works with responsive_classic theme so I know the issue is something with Winchester Responsive's tpl_product_info_display.php.

I cannot see where I am going wrong and could sure use some help.

17 Jan 2018, 6:32 AM
#792
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Winchester Responsive

boxcar:

Has anyone been able to get Tabbed Products Pro (TPP) v1.20 working with Winchester Responsive and ZC v1.5.5f ? I am trying to remove Easy Responsive Tabs code from tpl_product_info_display.php and adding in the TTP code but I cannot get it to work.

I removed the jscript file called easyResponsiveTabs.js and remove the css file stylesheet_responsive_tabs.css. It works with responsive_classic theme so I know the issue is something with Winchester Responsive's tpl_product_info_display.php.

I cannot see where I am going wrong and could sure use some help.
Yes it works. I cannot remember what steps were needed, but I can look that up for you.

17 Jan 2018, 6:34 AM
#793
boxcar avatar

boxcar

New Zenner

Join Date:
Jun 2007
Posts:
47
Plugin Contributions:
0

Re: Winchester Responsive

Tabbed Products Pro (TPP) v1.20 with Winchester Responsive and ZC v1.5.5

I figured out the issue. css js loader was loading the script jscript_tpp.js. Moving the script to the header fixed the problem. i.e. put script call before the </head> tag in includes/templates/winchester_responsive/common/ html_header.php

<script type="text/javascript" src="includes/modules/pages/product_info/jscript_tpp.js"></script>
17 Jan 2018, 7:33 AM
#794
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Winchester Responsive

boxcar:

Tabbed Products Pro (TPP) v1.20 with Winchester Responsive and ZC v1.5.5

I figured out the issue. css js loader was loading the script jscript_tpp.js. Moving the script to the header fixed the problem. i.e. put script call before the </head> tag in includes/templates/winchester_responsive/common/ html_header.php

<script type="text/javascript" src="includes/modules/pages/product_info/jscript_tpp.js"></script>
That is not the right way, now you script will be loaded twice, one time by the auto loader, and once hardcoded.
5 Feb 2018, 10:40 PM
#795
laki avatar

laki

New Zenner

Join Date:
Aug 2013
Location:
Montenegro
Posts:
72
Plugin Contributions:
0

Re: Winchester Responsive

Hi,

I just installed Winchester Responsive template and would like to know if I can do a couple of customizations.

  1. Can I enable side-boxes on the home page and if so how to do that? As far as I see, the side-boxes are active on other pages. Whatever I set up in the Layout Boxes Controller doesn't affect the Home page.
  2. I would like to change font size for the shopping cart in the upper right corner (0-$0.00). I guess that is in stylesheet.css but I am struggling to find the right line. Please can you help?

Many thanks!

5 Feb 2018, 10:54 PM
#796
laki avatar

laki

New Zenner

Join Date:
Aug 2013
Location:
Montenegro
Posts:
72
Plugin Contributions:
0

Re: Winchester Responsive

I tried to edit my previous post but time is up for it. I found the answer for the question #2. Font size for cart in the upper right corner can be set up in stylesheet.css here:

.header-cart{font-size:120% !important;text-align:right;margin-top:10px;margin-bottom:10px;margin-right:5px;}

But I am still wondering if I can enable side-boxes on the home page.

Thank you.

6 Feb 2018, 4:20 PM
#797
boxcar avatar

boxcar

New Zenner

Join Date:
Jun 2007
Posts:
47
Plugin Contributions:
0

Re: Winchester Responsive

[QUOTE=But I am still wondering if I can enable side-boxes on the home page.[/QUOTE]
From my notes:

to turn on the left hand column on the home page:
remove the if statement in the includes/templates/winchester_responsive/common/tpl_main_page.php file

HTH :)

6 Feb 2018, 11:25 PM
#798
laki avatar

laki

New Zenner

Join Date:
Aug 2013
Location:
Montenegro
Posts:
72
Plugin Contributions:
0

Re: Winchester Responsive

Great, it works. Can I increase the width of the central column on Home page? It would look a bit nicer if the left-side boxes are enabled.

7 Feb 2018, 6:05 AM
#799
boxcar avatar

boxcar

New Zenner

Join Date:
Jun 2007
Posts:
47
Plugin Contributions:
0

Re: Winchester Responsive

Try
Configuration > Layout Settings > Column Width - Left

But that will change it everywhere - all pages.

7 Feb 2018, 10:37 AM
#800
laki avatar

laki

New Zenner

Join Date:
Aug 2013
Location:
Montenegro
Posts:
72
Plugin Contributions:
0

Re: Winchester Responsive

I think that have to be done through stylesheet.css where you can define the width of the mainwraper.