Remove buttons from control bar
S.C. created the topic: Remove buttons from control bar
Is there any way to remove certain control buttons from the theme as opposed to simply disabling them? Disabling still shows them, just crossed out. It's a single video and don't need shuffle, and repeat isn't exactly desired either. Other than that, this is a wonderful plugin-much better than several others I've tried!
Please Log in or Create an account to join the conversation.
7 years 9 months ago
Support replied the topic: Remove buttons from control bar
Dear user,
Firstly, thanks a lot for your kind words about out product!
Regarding to your question, unfortunately the option does not hide the buttons completely. But you can write a couple of CSS lines to style.css file or custom CSS editor of your theme and achieve the necessary view.
Take a note, that you need to place your player/video in HTML5 mode in order to be able to do this. Here's an example of the code:
#button10_1 {
display: none;
}
Please use developer tools of your browser to get the ID of the element you need to hide.
Thank you!
Best regards,
Web-Dorado team
Joomla extensions ,
Wordpress plugins ,
Drupal modules
Please Log in or Create an account to join the conversation.
7 years 9 months ago
Support replied the topic: Remove buttons from control bar
Dear user,
That's fantastic! I am glad the question was sorted out on your website. Please feel free to let us know anytime you have other support requests. We are always happy to assist you!
Hope you are enjoying your weekend!
Best regards,
Web-Dorado team
Joomla extensions ,
Wordpress plugins ,
Drupal modules
Please Log in or Create an account to join the conversation.
7 years 9 months ago