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.
Re: Winchester Responsive
Quote:
Originally Posted by
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.
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
Code:
<script type="text/javascript" src="includes/modules/pages/product_info/jscript_tpp.js"></script>
Re: Winchester Responsive
Quote:
Originally Posted by
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
Code:
<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.
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!
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:
HTML Code:
.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.
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 :)
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.
Re: Winchester Responsive
Try
Configuration > Layout Settings > Column Width - Left
But that will change it everywhere - all pages.
Re: Winchester Responsive
I think that have to be done through stylesheet.css where you can define the width of the mainwraper.