-
AuthorPosts
-
okkhalid Friend
okkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
July 14, 2014 at 2:09 am #199656Hello,
I noticed some issues with the mobile version, or the responsive version.
1) the front slide show, it only shows images, and disable the box that has text.
Please see the following images:2) not all the module in the positions shows, so in my case I have some modules in different positions, these are not showing at all.
Please help. thanks,
- okkhalid Friend
okkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
July 14, 2014 at 6:47 pm #542302Hi any update in this issue. thanks,
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 15, 2014 at 10:14 am #542409Hi,
1. To show description text, please open root_folder/templates/ja_medicare/css/custom.css and add this code :
@media (min-width: 768px) {
.ja-ss-desc {
display: block;
}
}Please note that for resolution 768px and smaller, we still want to hide this text because it won’t fit the screen.
2. Please navigate to Admin >>> Extensions >>> Template Manager >>> choose your default template >>> switch to tab Layout >>> in Responsive Layout tab, you will see options to show / hide specific module position in different screen resolution. Make sure you enable the module position you want.
okkhalid Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
July 16, 2014 at 8:44 pm #542658Hi, thank you,
but the layout is very limited, there, for example. the sidebar1 and 2 are sharing the position.
Is that possible to have sidebar1 to take full width.Thanks,
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 17, 2014 at 2:37 am #542678Hi,
To customize position size, you can take a look at this article.
okkhalid Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
July 18, 2014 at 9:44 pm #542869<em>@Adam M 436767 wrote:</em><blockquote>Please note that for resolution 768px and smaller, we still want to hide this text because it won’t fit the screen.
</blockquote>All I need is to show the video that I have it in this area in the mobile phones, smaller screen, bigger screen. thanks,
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 21, 2014 at 7:10 am #542964Hi,
So you have to look for previous code in custom.css file :
@media (min-width: 768px) {
.ja-ss-desc {
display: block;
}
}and update as below :
.ja-ss-desc {
display: block !important;
}AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Adam M 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
mobile responsive issue
Viewing 7 posts - 1 through 7 (of 7 total)