-
AuthorPosts
-
November 11, 2013 at 8:19 pm #192173
Hi,
I have just updated my Ja_Nex site to the T3v3 version, so I could get a responsive template for Mobile, iPAD etc.
Problem is that:
1. Items in top-home1, top-home2, top-home3, do not show in Mobile (they show on desktop and ipad)
2. The header areas occupy too much space and float as one scrolls down
3. Is there a way to make the mobile style automatically pick up the mobile logo?Please see attachment.
Thanks in advance
November 12, 2013 at 4:20 pm #512001Hi,
I’ve been able to fix issues 2 and 3 via CSS.
However, items in top-home1, top-home2, top-home3 still do not show in Mobile. Please assist.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 13, 2013 at 2:05 pm #512109You can try to create a custom.css file at templates/ja_nex/css/ path and put below css styles into:
/*Display the top-home positions on mobile view*/
@media (max-width: 480px) {
.t3-home1 {
display: block;
}.container,
.row1 {
width: 100%;
}.container.t3-home1 .span6,
.container.t3-home1 .span3 {
width: 100%;
margin-left: 0;
}.module-ct {
max-width: 100%;
overflow: hidden;
}div.ja-slide-main-wrap,
div.ja-slide-item {
width: 310px !important;
}.ja-slide-item img {
height: 100%;
width 100%;
}div.maskDesc {
width: 120px !important;
}.telineiii .ja-zinfp-featured {
padding: 0;
}#Mod3921 .ja-zinsec {
width: 100%;
}
}You may need to adjust some properties that I mentioned above to reach your perfect view, but they will help to make the top-home positions visible and look better on mobile view.
November 15, 2013 at 5:40 pm #512385Thanks. This works.
Is there anyway to disable a specific module from showing in Mobile phones?
<em>@Leo Burnetts 397749 wrote:</em><blockquote>You can try to create a custom.css file at templates/ja_nex/css/ path and put below css styles into:
/*Display the top-home positions on mobile view*/
@media (max-width: 480px) {
.t3-home1 {
display: block;
}.container,
.row1 {
width: 100%;
}.container.t3-home1 .span6,
.container.t3-home1 .span3 {
width: 100%;
margin-left: 0;
}.module-ct {
max-width: 100%;
overflow: hidden;
}div.ja-slide-main-wrap,
div.ja-slide-item {
width: 310px !important;
}.ja-slide-item img {
height: 100%;
width 100%;
}div.maskDesc {
width: 120px !important;
}.telineiii .ja-zinfp-featured {
padding: 0;
}#Mod3921 .ja-zinsec {
width: 100%;
}
}You may need to adjust some properties that I mentioned above to reach your perfect view, but they will help to make the top-home positions visible and look better on mobile view.</blockquote>
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 16, 2013 at 4:42 am #512412You can go to Template Manager >> JA_Nex_style >> Layout tab >> Responsive layout >> Mobile. Then disable the module you don’t want to display on mobile by clicking the eye icon on the top right of each module block.
November 17, 2013 at 12:10 am #512471Thanks, I understand that. But some blocks dont have the eye icon. How do we disable those?
I really appreciate your help so far.
<em>@Leo Burnetts 398133 wrote:</em><blockquote>You can go to Template Manager >> JA_Nex_style >> Layout tab >> Responsive layout >> Mobile. Then disable the module you don’t want to display on mobile by clicking the eye icon on the top right of each module block.</blockquote>
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 17, 2013 at 1:24 am #512472Can you make a snapshot and tell me which module positions (blocks) you want to hide on mobile view ?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 18, 2013 at 6:00 am #512546Hi,
Another way is using the css styles to hide the module positions on mobile view with this media query style (i.e):
@media (max-width: 767px) {
.ja_module_1 {
display: none;
}
}AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Display Issues on Mobile Display
Viewing 8 posts - 1 through 8 (of 8 total)