-
AuthorPosts
-
esnyc13 Friend
esnyc13
- Join date:
- July 2011
- Posts:
- 21
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 14, 2013 at 4:36 am #189714Hi there,
Why is the ‘Helps’ icon not showing on mobile layout.
Thank you in advance for your answer
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 15, 2013 at 8:35 am #502306In mobile view – which has small resolution, this icon will not look good so that we disable it. You can enable it by following way and make your own decision
Open templates/ja_smashboard/css/custom.css file
@media (max-width: 767px) {
.head-social ul.btn-social li.dropdown.nav-helps {
display: block !important;
}.t3-sidebar-1 {
position: absolute;
top: 50px;
right: 0;
width: 100% !important;
z-index: 10000;
overflow: auto;
.sidebar-inner {
bottom: auto;
top: 0;
z-index: 1000;
height: 100% !important;
overflow: visible !important;
}
.poweredby {
display: block;
}
}esnyc13 Friendesnyc13
- Join date:
- July 2011
- Posts:
- 21
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 16, 2013 at 5:54 pm #502516Thank you.It looks fine,however it does not open the sidebar-1 position like on the desktop version?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 19, 2013 at 5:23 am #502637Yes, because this option isn’t supported on mobile layout, you need to style it if you want to run with mobile layout.
esnyc13 Friendesnyc13
- Join date:
- July 2011
- Posts:
- 21
- Downloads:
- 4
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 27, 2013 at 11:38 pm #503693I am not that much of an expert, wish i had your knowledge. Thanks for your help.
iaienk Friendiaienk
- Join date:
- March 2013
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
August 28, 2013 at 3:31 pm #503795i have same problem but i can’t adjust it :((
Can u help me?
where exactly i have to change the code?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 29, 2013 at 1:58 am #503848<em>@iaienk 386923 wrote:</em><blockquote>i have same problem but i can’t adjust it :((
Can u help me?
where exactly i have to change the code?</blockquote>My above post helps to enable Help Icon in mobile layout.
However, by default, JA Smashboard template doesn’t support to show it in mobile layout. If you want it shows nice in mobile layout, you need to style more for it in templates/ja_smashboard/css/custom.css file
iaienk Friendiaienk
- Join date:
- March 2013
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
August 29, 2013 at 8:19 am #503898i saw that post, but i cant undestand what i have to change..sorry..
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 30, 2013 at 6:38 pm #504133That’s right you can do this
+ Using FTP account and login into your hosting site
+ Create custom.css file into templates/ja_smashboard/css folder
+ Add new script below
@media (max-width: 767px) {
.head-social ul.btn-social li.dropdown.nav-helps {
display: block !important;
}.t3-sidebar-1 {
position: absolute;
top: 50px;
right: 0;
width: 100% !important;
z-index: 10000;
overflow: auto;
.sidebar-inner {
bottom: auto;
top: 0;
z-index: 1000;
height: 100% !important;
overflow: visible !important;
}
.poweredby {
display: block;
}
}
It will help you to show Helps icon on mobile layout
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Helps icon not showing on mobile
Viewing 9 posts - 1 through 9 (of 9 total)