Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Missing footer and header classic responsive android

    I noticed that footer and header doesnt appear on classic responsive on my android. But it does appear on bootstrap template. Is there a simple way to make them appear?

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Missing footer and header classic responsive android

    I assume the issue is on lakecountyprocessservers as it is the only one of the three sites of yours I know about that is missing some of the header and footer on a mobile device.

    I took a look at it and checking developer tools I see that you are actually hiding that stuff via a css rule when the orientation is portrait, which means it should be missing on all mobile devices.

    includes/templates/responsive_classic/css/responsive_mobile.css line 422
    Code:
    @media only screen and (orientation: portrait)
    #navCatTabsWrapper, #navEZPagesTop, #navSuppWrapper {
        display: none;
        visibility: hidden;
    }
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Missing footer and header classic responsive android

    I was looking at it more and wondered why it also was missing in landscape mode on my mobile device and I am pretty sure it is because that rule is written wrong

    it should be
    Code:
    @media only screen and (orientation: portrait) {
    #navCatTabsWrapper, #navEZPagesTop, #navSuppWrapper {
        display: none;
        visibility: hidden;
        }
    }
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #4
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Missing footer and header classic responsive android

    Barco That didnt work for me. It had no effect on portrait or landscape on my LG cell phone or samsung tablet. firefox and chrome.
    Last edited by pixelpadre; 29 Sep 2021 at 12:44 PM.

  5. #5
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Missing footer and header classic responsive android

    Samsung Tablet
    Firefox portrait fail , Firefox landscape success
    Chrome portrait fail, Chrome landscape success

    LG Cell
    firefox fail
    chrome fail

  6. #6
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Missing footer and header classic responsive android

    Works fine on my mobile (chrome), perhaps it's a caching issue?
    Simon

  7. #7
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Missing footer and header classic responsive android

    Quote Originally Posted by simon1066 View Post
    Works fine on my mobile (chrome), perhaps it's a caching issue?

    Absolutely not caching issue.

  8. #8
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Missing footer and header classic responsive android

    Quote Originally Posted by simon1066 View Post
    Works fine on my mobile (chrome), perhaps it's a caching issue?
    Scrap that, I wasn't looking at the right thing - apologies.
    Simon

  9. #9
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Missing footer and header classic responsive android

    umm, let me think on it.. I might be wrong...
    Last edited by barco57; 29 Sep 2021 at 04:07 PM.
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  10. #10
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Missing footer and header classic responsive android

    comment out line 422
    Code:
    #navCatTabsWrapper, #navEZPagesTop, #navSuppWrapper{display:none;visibility:hidden;}
    also, line 193 is the same thing for landscape, so maybe that one too

    responsive_mobile.css is only loaded on mobile devices as determined by the code in includes/classes/Mobile_Detect.php which includes most tablets
    Last edited by barco57; 29 Sep 2021 at 05:49 PM.
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Replies: 2
    Last Post: 8 Aug 2021, 11:57 PM
  2. v157 Adding a header background image to Responsive Classic template
    By GoldBuckle in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Mar 2021, 09:31 PM
  3. v155 Responsive classic emplate issues...
    By rainbow_pixie_star in forum Addon Templates
    Replies: 1
    Last Post: 4 Nov 2018, 04:02 PM
  4. v155 header image for responsive classic?
    By vvomble in forum Templates, Stylesheets, Page Layout
    Replies: 36
    Last Post: 11 Jun 2016, 10:00 PM
  5. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM

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