Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • brankopilic Friend
    #193662

    Hi,

    It looks like that this template hides the navigation buttons on RS component.

    Here is an link of issue: http://www.innovationmindcenter.com/list-files

    and short video of identified issue: http://screencast.com/t/kbKpOrGE

    Just in case screen shot of issue:
    http://screencast.com/t/YmjNAw5M

    potential solution: http://screencast.com/t/sQGOs7xKYX5u

    I think following CSS definition is causing issues:

    .collapse {
    display: none;
    }

    How I can have this currently hidden buttons ON all the time?

    MoonSailor Friend
    #518226

    With button “.navbar .btn-navbar”, it was hidden due to a conflict between css of bootstrap with rs component.

    I have added a file “custom.css” with css rules:


    .rsfiles-layout .navbar-inner.rsf_navbar .nav-collapse.collapse{
    display:block;
    }
    .rsfiles-layout .navbar-inner.rsf_navbar .icon-folder-open:before,
    .rsfiles-layout .navbar-inner.rsf_navbar .icon-folder:before{
    content: "f07c";
    }

    .rsfiles-layout .navbar-inner.rsf_navbar .modal.btn.hasTooltip{
    overflow:visible;
    }

    Pls check again.


    1. 1-13-2014-3-51-53-PM
    brankopilic Friend
    #524533

    Hi MoonSailor, first off thank you for your time to help me with this issue and I sorry for late delay in getting back to you. There were few more things that I was struggle to solve it but so far I have main thing done. Once again thank you for your time and expertise.

    All the best,
    b

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  brankopilic 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum