All video to S3 and better trailer video option

Home Forums WPLMS AddOns WPLMS S3 All video to S3 and better trailer video option

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #257816
    Anshuman Sahu
    Keymaster
    Please add this code in your wplms-customizer.php file in wplms customizer plugin :     add_action('admin_head', 'my_custom_script_add_med'); add_action('wp_footer', 'my_custom_script_add_med'); function my_custom_script_add_med(){   if(is_user_logged_in() && current_user_can('manage_options'))     return;   ?>   <script>     jQuery('button#insert-media-button').click(function($){       setTimeout(function(){           jQuery('.media-menu').find('#menu-item-gallery,#menu-item-insert,#menu-item-playlist,#menu-item-video-playlist,#menu-item-embed').remove();           jQuery('.media-menu').find('.media-menu-item:first').trigger('click');       },500);     });   </script>   <?php }
    #258360
    JDKCON
    Participant
    Hi Alex, I am just following up on a fix for this? thanks Anthony
    #258737
    Anshuman Sahu
    Keymaster
    New code provided above works in wp-admin as well on front end .  
    #258827
    JDKCON
    Participant
    Hi Alex,   still waiting on a solution for removing other upload options in the instructor profile when creating course uploading videos.  Need to only have amazon option. Your assistance in resolving this would be much appreciated.  I cant launch site till this is sorted so it is becoming critical. Regards Anthony
    #259458
    Anshuman Sahu
    Keymaster
    #260320
    JDKCON
    Participant
    Hi Alex,   Sorry I didnt see page two and didnt see your response.   I have now entered this code in the WPLMS customiser plugin but it hasnt worked. Also when i try to upload anything to S3 I am getting the below error https://snipboard.io/3wqOY2.jpg   Anthony  
    #260569
    Anshuman Sahu
    Keymaster
    Please share your valid ftp credentials in private reply .
    #262263
    JDKCON
    Participant
    This reply has been marked as private.
    #262612
    Anshuman Sahu
    Keymaster
    #280497
    JDKCON
    Participant
    Hi Alex, just following up on this.  Really would like to remove the other upload tabs as options. Also I am getting an error when trying to upload anything to S3 via an instructor profile.  Seems pretty bugged. <span style="color: #444444; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: 14px;">"There has been a critical error on your website. Please check your site admin email inbox for instructions."</span> Can you please assist with sorting these 2 items so site can function. thanks Anthony  
    #280872
    JDKCON
    Participant
    Just wanted to add that whatever changes you made seem to no longer be working.  N.B - I havent removed any code.   thanks Anthony
    #281201
    Anshuman Sahu
    Keymaster
    Old password is not working , can you please share creds again and for wplms s3 please goto wp-admin -> lms -> settings -> wplms s3 -> enable "enable plupload" settings
Viewing 12 posts - 16 through 27 (of 27 total)
  • The topic ‘All video to S3 and better trailer video option’ is closed to new replies.