• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Navigation hidden

Navigation hidden 8 years 4 weeks ago #34613

  • zsimaiof
  • zsimaiof's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi.
i just bought and installed RSFiles at my joomla 3 bootstrap template.
I have disabled loading jQuery and bootstrap at the frontend, as it's already loaded by the template.
I have only one big problem left. The navigation menu is hidden and shown only on hover. But even then when i hover on any of the buttons it is immediately disappeared.
Could you please tell me some ideas ?
The administrator has disabled public write access.

Navigation hidden 8 years 3 weeks ago #34671

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 722
  • Thank you received: 59
Hello,

Can you please provide a link to the page in question?
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Navigation hidden 8 years 2 weeks ago #34731

Hi there
You can apply into template.css or custom.css
 
.rsfiles-download-info .badge {
    cursor: default;
    display: inline-block !important;
}
.rsf_files a, .rsf_files a:hover, .rsf_files a:active, .rsf_files a:focus {
     display: inline-block !important;
}
.rsf_navbar_ul a, .rsf_navbar_ul a:hover, .rsf_navbar_ul a:active, .rsf_navbar_ul a:focus {
     display: inline-block !important;
}
 
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!