1 Attachment(s)
Re: Winchester Responsive
Hi Anne ,
Thanks for putting together these fabulous templates.
I want to develop this Winchester responsive template from a clean install of Zencart 1.5,4 then add your template Winchester responsive
I have had 5 unsuccessful attempts as the mobile and tablet screens seem to misplace the header wrapper top middle content Example shown below
Attachment 15203
I have successfully loaded the Winchester black and all works great.
If all the .css files of the Winchester black are copied to my installation of Winchester Responsive it all works as it should but I have a black version and I need the white layout.
I have downloaded the template from Zencart and also your website but the results are the same.
Your help would be greatly appreciated.
Kind regards
Tom
Re: Winchester Responsive
Quote:
Originally Posted by
Tom Smith
Hi Anne ,
Thanks for putting together these fabulous templates.
I want to develop this Winchester responsive template from a clean install of Zencart 1.5,4 then add your template Winchester responsive
I have had 5 unsuccessful attempts as the mobile and tablet screens seem to misplace the header wrapper top middle content Example shown below
Attachment 15203
I have successfully loaded the Winchester black and all works great.
If all the .css files of the Winchester black are copied to my installation of Winchester Responsive it all works as it should but I have a black version and I need the white layout.
I have downloaded the template from Zencart and also your website but the results are the same.
Your help would be greatly appreciated.
Kind regards
Tom
If you post a link to the site with the problem I can take a look.
Thanks,
Anne
Re: Winchester Responsive
Re: Winchester Responsive
Quote:
Originally Posted by
Tom Smith
In the responsive_mobile.css file change this (line 185):
Code:
#mobile-nav{background:#f4f4f4;padding: 10px 10px;border-bottom:1px solid #dbdbce;}
to this:
Code:
#mobile-nav{background:#f4f4f4;padding: 10px 10px 0 10px;border-bottom:1px solid #dbdbce;}
And add to the bottom of the portrait and landscape phones:
Code:
.header-cart{margin-bottom:0;margin-top:-25px;width:50%;float:right;}
Thanks,
Anne
Re: Winchester Responsive
Hi Anne,
I'm trying to disable the back to top mod and have tried deleting the back_to_top.min.js but this breaks the product info tabs? I've also tried adding display: none; to the stylesheet but this doesn't do anything.
Any ideas?
Thanks
Re: Winchester Responsive
Quote:
Originally Posted by
choochoo
Hi Anne,
I'm trying to disable the back to top mod and have tried deleting the back_to_top.min.js but this breaks the product info tabs? I've also tried adding display: none; to the stylesheet but this doesn't do anything.
Any ideas?
Thanks
If you post a link to your site I can take a look. You can remove the code for the back to top in the includes/templates/winchester_responsive/common/tpl_main_page.php
Thanks,
Anne
2 Attachment(s)
Re: Winchester Responsive
Hi Anne,
Thanks for the advice it sorted out the mobile views missalignment.
However the tablet views are misplaced and the drop down menu is missing in portrait view.
See screenshots below:
Attachment 15223
Attachment 15224
Your assistance is greatly appreciated.
Kind regards
Tom
Re: Winchester Responsive
How do I edit the social links in the footer? I looked in the admin area but I can't find the current links nor edit them
Re: Winchester Responsive
Quote:
Originally Posted by
chattunnel
How do I edit the social links in the footer? I looked in the admin area but I can't find the current links nor edit them
Hi I'm new to this too.
You need to edit english.php file which can be found around line 13 in your
Catalog/public_html/responsive/includes/languages/winchester_responsive/english.php
Cheers
Tom
Re: Winchester Responsive
Quote:
Originally Posted by
chattunnel
How do I edit the social links in the footer? I looked in the admin area but I can't find the current links nor edit them
You can find these in the zen cart admin--tools--flexible footer menu
Thanks,
Anne