Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • dbonamusa Friend
    #188587

    I want to aply a responsive mode , but not in wide and normal , only in tables xtables an mobile.

    And i want to configure each layout , wich positions modules is visible or not.

    In not posible?

    Thanks.

    phong nam Friend
    #497482

    Hi,

    <blockquote>And i want to configure each layout , wich positions modules is visible or not.</blockquote>
    Yes. You can configure the each layout in Template Manager >> JA_Onepage_Styles>> Layout >> Responsive Layouts.
    Then assign these styles to the Menu items you want.

    dbonamusa Friend
    #499097

    Ok , but i want edit each layout , to show diferent modules positions. In the interface only can on/off quiktips and footer position .

    phong nam Friend
    #499108

    Hi dbonamusa,

    In the “home” layout of JA Onepage template, onepage, message, mainnav, languageswitcherload are the fixed positions so that they can’t be turned off or on in responsive layouts. In this case, you need some responsive queries to hide a position on device’s screens.

    i.e: You want to hide “message” position on mobile layout, you need to put below codes into templates/ja_onepage/css/custom.css file:

    @media (min-width: 321px) and (max-width: 480px) {
    #system-message-container {
    display: none;
    }
    }

    This post can be helpful for you: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    dbonamusa Friend
    #499739

    thanks i try this..:D

    Mark Kennedy Friend
    #504650

    <em>@Leo Burnetts 380864 wrote:</em><blockquote>

    i.e: You want to hide “message” position on mobile layout, you need to put below codes into templates/ja_onepage/css/custom.css file:

    @media (min-width: 321px) and (max-width: 480px) {
    #system-message-container {
    display: none;
    }
    }

    </blockquote>

    So if I wanted to have custom modules just for tablet and mobile is this the code I would use? Or would I need to do something else?

    phong nam Friend
    #504676

    Hi magneticeye,

    You can try with below responsive query:

    @media (min-width: 321px) and (max-width: 767px) {

    /*your styles*/

    }

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  phong nam 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum