Page 3 of 50 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 498
  1. #21
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by OLCS View Post
    Agreed, when displaying on a desktop using the link you provided and re-sizing the window the menu icon appears over the top of the specials bar in the top right of the screen. When viewing on an iPad Retina however the menu icon appears in the middle of the page and only half visible as the top is hanging off the page as below:

    Attachment 15005

    Thanks

    Lee
    If you want to view the tablet view on a desktop and just resize the browser window then you need to use this url:

    site url.com/index.php?main_page=index&display_mode=isTablet

    so for my demo:

    http://weblyweb.com/win/index.php?ma..._mode=isTablet

    This will switch the user agent so you see the correct layout.

    Thanks,

    Anne

  2. #22
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    In the stylesheet.css file add this to the #navMainSearch:

    Code:
    position:relative;
    z-index:1;
    Thanks,

    Anne
    Great, thanks Anne, that's fixed it!

  3. #23
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    If you want to view the tablet view on a desktop and just resize the browser window then you need to use this url:

    site url.com/index.php?main_page=index&display_mode=isTablet

    so for my demo:

    http://weblyweb.com/win/index.php?ma..._mode=isTablet

    This will switch the user agent so you see the correct layout.

    Thanks,

    Anne
    Hi Anne,

    That's what I am saying, I looked at your site on my desktop using the url http://weblyweb.com/win/index.php?ma..._mode=isTablet and agree that it displays correctly when you re-size the browser window.

    However if I use my iPad and browse to http://weblyweb.com/win/index.php?main_page=index and view that in portrait mode on my iPad retina the menu icon appears as shown in the image on my post above, so I think there is something wrong in the stylesheet somewhere..

    If I view on an iPhone 5 again it displays correctly, so there only appears to be something wrong with portrait orientation on an iPad Retina

    Thanks

    Lee
    Last edited by OLCS; 19 Feb 2015 at 12:24 AM.

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by OLCS View Post
    Hi Anne,

    That's what I am saying, I looked at your site on my desktop using the url http://weblyweb.com/win/index.php?ma..._mode=isTablet and agree that it displays correctly when you re-size the browser window.

    However if I use my iPad and browse to http://weblyweb.com/win/index.php?main_page=index and view that in portrait mode on my iPad retina the menu icon appears as shown in the image on my post above, so I think there is something wrong in the stylesheet somewhere..

    If I view on an iPhone 5 again it displays correctly, so there only appears to be something wrong with portrait orientation on an iPad Retina

    Thanks

    Lee
    I am sorry, but I can not see the problem:

    http://durl.me/89ycwz

    If you want to move the menu icon for portrait tablets you can do it in the responsive_tablet.css file.

    Thanks,

    Anne

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    I am sorry, but I can not see the problem:

    http://durl.me/89ycwz

    If you want to move the menu icon for portrait tablets you can do it in the responsive_tablet.css file.

    Thanks,

    Anne
    Scratch that. I do see it now.

    Thanks,

    Anne

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by OLCS View Post
    Hi Anne,

    That's what I am saying, I looked at your site on my desktop using the url http://weblyweb.com/win/index.php?ma..._mode=isTablet and agree that it displays correctly when you re-size the browser window.

    However if I use my iPad and browse to http://weblyweb.com/win/index.php?main_page=index and view that in portrait mode on my iPad retina the menu icon appears as shown in the image on my post above, so I think there is something wrong in the stylesheet somewhere..

    If I view on an iPhone 5 again it displays correctly, so there only appears to be something wrong with portrait orientation on an iPad Retina

    Thanks

    Lee
    Ok, add this to the bottom of the styles for the portrait tablets in includes/templates/override/css/resonsive_tablet.css:

    Code:
    .safari #menu{top:30px;}
    Then change this line:

    Code:
    #menu{width:100%;position:absolute;top:0;left:0;z-index:9999;}
    to this:

    Code:
    #menu{width:100% !important;position:absolute;top:0;right:0;z-index:9999;}
    Thanks,

    Anne

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

    Default Re: Winchester Black Responsive Template

    Another small fix for safari mobile. Add this to both the landscape and portrait sections of the responsive_tablet.css file:

    Code:
    .safari input [type=submit], input[type=submit]{ -webkit-appearance: none;-webkit-border-radius: 0;}
    Thanks,

    Anne

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    Ok, add this to the bottom of the styles for the portrait tablets in includes/templates/override/css/resonsive_tablet.css:

    Code:
    .safari #menu{top:30px;}
    Then change this line:

    Code:
    #menu{width:100%;position:absolute;top:0;left:0;z-index:9999;}
    to this:

    Code:
    #menu{width:100% !important;position:absolute;top:0;right:0;z-index:9999;}
    Thanks,

    Anne
    Scratch this. I just noticed a mistake in the file. To fix the problem you just need to remove this line in the /* ----------- iPads (portrait) ----------- */ section:

    Code:
    #menu{float:none;margin-top:-30px;width:50%;}

    Thanks,

    Anne

  9. #29
    Join Date
    Oct 2010
    Location
    London
    Posts
    50
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hello Anne,

    Can confirm the categories menu is now working fine on my ipad3 in portrait. Have the 3 horizontal menu dashes on top of eachother in the top right hand corner of the main page which drops down the categories, information and contact menus.

    Btw, thank you for sharing this great template, really clean and simple. Extremely impressed!


    Nathan

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by himmon View Post
    Hello Anne,

    Can confirm the categories menu is now working fine on my ipad3 in portrait. Have the 3 horizontal menu dashes on top of eachother in the top right hand corner of the main page which drops down the categories, information and contact menus.

    Btw, thank you for sharing this great template, really clean and simple. Extremely impressed!


    Nathan
    Thanks for posing ;) I am happy that you like the template package.

    Thanks,

    Anne

 

 
Page 3 of 50 FirstFirst 1234513 ... LastLast

Similar Threads

  1. v151 Winchester Responsive
    By picaflor-azul in forum Addon Templates
    Replies: 952
    Last Post: 10 Aug 2023, 08:51 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. Ajax error with winchester black template
    By bluestorm in forum General Questions
    Replies: 2
    Last Post: 4 May 2016, 01:39 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