-
AuthorPosts
-
dbonamusa Friend
dbonamusa
- Join date:
- March 2013
- Posts:
- 8
- Downloads:
- 22
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
June 30, 2013 at 6:01 am #188587I 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 1, 2013 at 10:22 am #497482Hi,
<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.1 user says Thank You to phong nam for this useful post
dbonamusa Frienddbonamusa
- Join date:
- March 2013
- Posts:
- 8
- Downloads:
- 22
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 15, 2013 at 8:52 pm #499097Ok , but i want edit each layout , to show diferent modules positions. In the interface only can on/off quiktips and footer position .
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 16, 2013 at 1:38 am #499108Hi 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/
2 users say Thank You to phong nam for this useful post
dbonamusa Frienddbonamusa
- Join date:
- March 2013
- Posts:
- 8
- Downloads:
- 22
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 21, 2013 at 2:55 pm #499739thanks i try this..:D
Mark Kennedy FriendMark Kennedy
- Join date:
- September 2014
- Posts:
- 79
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 27
- Thanked:
- 11 times in 1 posts
September 5, 2013 at 6:44 am #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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 5, 2013 at 9:21 am #504676Hi magneticeye,
You can try with below responsive query:
@media (min-width: 321px) and (max-width: 767px) {
/*your styles*/
}
1 user says Thank You to phong nam for this useful post
-
AuthorPosts
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