Home › Forums › WPLMS AddOns › WPLMS S3 › Disable Everything but S3 This topic has 3 replies, 2 voices, and was last updated 5 years, 8 months ago by MrVibe. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 16, 2019 at 1:45 pm #200933 MHD1988Participant hello, I launched my website Acadeemi but instructors keeps forget and uploaded their videos on Wordpress Library not S3, How to disable the ordinary library and keeps only S3 Regards March 16, 2019 at 4:48 pm #200940 MrVibeKeymaster Result : http://prntscr.com/myr2da Fix : add_action('wp_footer',function(){ if(is_page(vibe_get_option('create_course'))){ ?> <style> .media-menu > a { display: none; } .media-menu > div ~a+a { display: block; } </style> <script> jQuery(document).ready(function($){ jQuery('.media-menu-item:visible').first().trigger('click'); }); </script> <?php } }); March 17, 2019 at 3:32 am #200959 MHD1988Participant Great, Thanks March 17, 2019 at 5:06 am #200963 MrVibeKeymaster Thank you closing topic. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘Disable Everything but S3’ is closed to new replies.