Embed any Document is Not working On Front-end

Home Forums Legacy Support Support queries Other issues Embed any Document is Not working On Front-end

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #228337
    IBSP
    Spectator
    Hi, I need to know  Why my embed any document is working on front end course uploading https://prnt.sc/pd7llr Kindly check this, Thanks
    #228403
    IBSP
    Spectator
    Hi, I need to know  Why my embed any document is working on front end course uploading https://prnt.sc/pd7llr Kindly check this, Thanks
    #228499
    MrVibe
    Keymaster
    Can you paste the shortcode in text mode of the editor. Save changes while the editor is in text mode and check.
    #228511
    IBSP
    Spectator
    But how can instructors upload their files/Embed documents? Have you any code or file that can solve my problem? As Only Admin can upload from backend and attach documents, And Instructor can do nothing, And can't embed their files/doc I need help with this, And kindly Please be fast to answer
    #228687
    Mk
    Moderator
    Please try by disabling ajax. Go to Wp-admin -> LMS -> settings and enable this setting: http://prntscr.com/peedjd check and reply.  
    #228730
    MrVibe
    Keymaster
    Any plugin which uses media popup customisation can be used for this. For example this plugin : https://wordpress.org/plugins/embed-any-document/ extends media popup https://ps.w.org/embed-any-document/assets/screenshot-3.png?rev=1990921     So while creating course instructor clicks clicks on add media popup and uploads the media no need for admin interference.
    #229179
    IBSP
    Spectator
    I don't understand what you want to say, Because it didn't work for me yet and unable to embed any document from the front end How can i extend media popup or as you told I'll be thankful
    #229180
    IBSP
    Spectator
    I need it working on front end, Kindly help me to fix this
    #229366
    Anshuman Sahu
    Keymaster
    Hi this is a third party plugin which may not be adds its scripts to support the uploading docs front end . The issue is related to the plugin you are using itself .   please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_action('wp_footer',function (){   global $post;   if(vibe_get_option('create_course') == $post->ID && class_exists('Awsm_embed')){     $obj = Awsm_embed::get_instance();     $obj->embed_helper();   }    });
    #229429
    IBSP
    Spectator
    This reply has been marked as private.
    #229486
    IBSP
    Spectator
    This reply has been marked as private.
    #229622
    Mk
    Moderator
    Please contact plugin author, they will better support you because they know their code better than us. also reply if you find anything. thank you.
    #230112
    IBSP
    Spectator
    Hello VibeThemes, They said that "Our plugin does not support front end uploading" Is there another way to embed a document from front end course creation? Kindly help me to fix this, Appreciate your help Thanks
    #230230
    Anshuman Sahu
    Keymaster
    That is really disappointing reply from them. I am not sure if this works from front end. We could not say if there is a plugin which works from front end as well. you can search for such a plugin on wordpress.org . ACtually you can use the object html tag in order to achieve this .
    #230859
    IBSP
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Embed any Document is Not working On Front-end’ is closed to new replies.