Results 1 to 3 of 3

Thread: MobileCore hide on mobile/pad/regular sites

  1. #1
    New user
    Join Date
    02-18-12.
    Posts
    1

    Default MobileCore hide on mobile/pad/regular sites

    Hi everyone,

    I am trying the extension mobilecore http://www.contao.org/en/extension-l...lecore.en.html
    So far my phone is identified correctly and the specific layout is loaded. However, the options hide on mobile/pad/regular sites don't work.
    It does not matter, what I check, everything will be displayed, regardless of the show/hide feature.

    Can somebody help me?

  2. #2
    New user
    Join Date
    01-24-12.
    Posts
    5

    Default Re: MobileCore hide on mobile/pad/regular sites

    I have the same problem with MobileCore. My biggest issue is that media queries dosen't really works in IE (tested in v6 and v7). I tried to use the respond-script, which a lot of the is positive about - but I can't make it work on my Contao-site. IE will still ignore my media queries and. Somebody who knows what to do? Make media queries work in IE (old versions).

  3. #3
    User
    Join Date
    06-20-09.
    Posts
    115

    Default Re: MobileCore hide on mobile/pad/regular sites

    Sorry I haven't used the MobileCore Extension but I am using the CK_Adapt Extension.
    To your question about media queries and IE is as follows

    reference source: http://www.adobe.com/devnet/dreamwea...a-queries.html

    Media queries are supported in Internet Explorer (IE) 9+, Firefox 3.5+, Safari 3+, Opera 7+, as well as on most modern smartphones and other screen-based devices.
    Dealing with older versions of Internet Explorer
    The lack of support for media queries in IE 6 through IE 8 is not a problem. Simply create a basic set of styles that are served to all browsers without using media queries, and use the media queries to provide an enhanced experience for visitors using more advanced browsers.

    Alternatively, use an Internet Explorer conditional comment to serve a special set of rules to older versions of IE like this:

    <!--[if lt IE 9 & !IEMobile]>
    <link href="iestyles.css" rel="stylesheet" type="text/css">
    <![endif]-->
    geung

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
  •