Disable Everything but S3

Home Forums WPLMS AddOns WPLMS S3 Disable Everything but S3

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #200933
    MHD1988
    Participant
    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
    #200940
    MrVibe
    Keymaster
    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 } });    
    #200959
    MHD1988
    Participant
    Great, Thanks
    #200963
    MrVibe
    Keymaster
    Thank you closing topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Everything but S3’ is closed to new replies.