Home › Forums › Legacy Support › Support queries › Other issues › Embed any Document is Not working On Front-end
- This topic has 15 replies, 4 voices, and was last updated 5 years, 5 months ago by
Mk.
-
AuthorPosts
-
October 1, 2019 at 6:42 am #228337
IBSP
SpectatorHi, I need to know Why my embed any document is working on front end course uploading https://prnt.sc/pd7llr Kindly check this, ThanksOctober 1, 2019 at 1:11 pm #228403IBSP
SpectatorHi, I need to know Why my embed any document is working on front end course uploading https://prnt.sc/pd7llr Kindly check this, ThanksOctober 2, 2019 at 12:12 pm #228499MrVibe
KeymasterCan you paste the shortcode in text mode of the editor. Save changes while the editor is in text mode and check.October 2, 2019 at 3:31 pm #228511IBSP
SpectatorBut 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 answerOctober 3, 2019 at 2:34 pm #228687Mk
ModeratorPlease try by disabling ajax. Go to Wp-admin -> LMS -> settings and enable this setting: http://prntscr.com/peedjd check and reply.October 4, 2019 at 2:05 am #228730MrVibe
KeymasterAny 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.October 7, 2019 at 6:52 pm #229179IBSP
SpectatorI 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 thankfulOctober 7, 2019 at 6:57 pm #229180IBSP
SpectatorI need it working on front end, Kindly help me to fix thisOctober 9, 2019 at 11:39 am #229366Anshuman Sahu
KeymasterHi 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(); } });October 9, 2019 at 6:37 pm #229429IBSP
SpectatorThis reply has been marked as private.October 10, 2019 at 6:43 am #229486IBSP
SpectatorThis reply has been marked as private.October 10, 2019 at 2:15 pm #229622Mk
ModeratorPlease contact plugin author, they will better support you because they know their code better than us. also reply if you find anything. thank you.October 14, 2019 at 6:29 pm #230112IBSP
SpectatorHello 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 ThanksOctober 15, 2019 at 2:34 pm #230230Anshuman Sahu
KeymasterThat 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 .October 21, 2019 at 5:13 pm #230859IBSP
SpectatorThis reply has been marked as private. -
AuthorPosts
- The topic ‘Embed any Document is Not working On Front-end’ is closed to new replies.