-
AuthorPosts
-
brankopilic Friend
brankopilic
- Join date:
- December 2014
- Posts:
- 131
- Downloads:
- 0
- Uploads:
- 70
- Thanks:
- 53
- Thanked:
- 5 times in 1 posts
January 10, 2014 at 11:28 pm #193662Hi,
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/YmjNAw5Mpotential 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 FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 13, 2014 at 8:32 am #518226With 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 user says Thank You to MoonSailor for this useful post
brankopilic Friendbrankopilic
- Join date:
- December 2014
- Posts:
- 131
- Downloads:
- 0
- Uploads:
- 70
- Thanks:
- 53
- Thanked:
- 5 times in 1 posts
February 26, 2014 at 11:15 pm #524533Hi 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,
bAuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by brankopilic 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
CSS this hides the navigation buttons!
Viewing 3 posts - 1 through 3 (of 3 total)