Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • esnyc13 Friend
    #189714

    Hi there,

    Why is the ‘Helps’ icon not showing on mobile layout.

    Thank you in advance for your answer


    1. Nexus-7-2013-Portrait
    Ninja Lead Moderator
    #502306

    In 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 Friend
    #502516

    Thank you.It looks fine,however it does not open the sidebar-1 position like on the desktop version?

    Ninja Lead Moderator
    #502637

    Yes, because this option isn’t supported on mobile layout, you need to style it if you want to run with mobile layout.

    esnyc13 Friend
    #503693

    I am not that much of an expert, wish i had your knowledge. Thanks for your help.

    iaienk Friend
    #503795

    i have same problem but i can’t adjust it :((
    Can u help me?
    where exactly i have to change the code?

    Ninja Lead Moderator
    #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 Friend
    #503898

    i saw that post, but i cant undestand what i have to change..sorry..

    Ninja Lead Moderator
    #504133

    That’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

Viewing 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