Home › Forums › Legacy Support › Support queries › Styling issues › mediaelement is not getting loaded
Tagged: audio, media elenment, media layout, not showing
- This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago by logan.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
April 28, 2019 at 11:58 am #206576futureyoon_208ParticipantHi I am experiencing abnorm behavior from demo12 Steps to regenerate the issue
- Install Demo12
- Backend – Create a quesition (Multple choice) with an audio file
- Backend – Associate the question with a quiz
- Backend – Associate the quiz to a free course
- Frontend – Login
- Frontend – Register to the the course
- Frontend – Take the quiz in the the course
- Frontend – Submit the quiz
- Frontend – Click on Top menu on the right top > Courses > Results > Quiz Results > Click on the quiz
April 29, 2019 at 11:29 am #206681loganMemberHello, It is possible your setup is not installed properly. we provide free installation setup. if you want we could re install it. let me know your choice about it with admin url and credentials in a private reply.
if want to fix on the current theme we will give it a try but i need your credentials for fixing it.Once we get some feedback, we can take the next troubleshooting step in resolving your issue.
April 30, 2019 at 12:54 am #206799futureyoon_208ParticipantThis reply has been marked as private.April 30, 2019 at 11:53 am #206929loganMemberHello, Please paste this snippets in your wp-admin >> plugins >> editor >> wplms-customizer plugin >> wplms-customizer.php Or in Please add this code in your wplms-customizer.php file in wplms customizer plugin by using your FTP/SFTP/cpanel: add_action('wp_footer',function (){ ?> <script type="text/javascript"> jQuery('body').find('.course_progressbar').on('increment',function (){ jQuery('body').find('a.quiz_results_popup').attr('href',jQuery('body').find('a.quiz_results_popup').attr('href')+'&force'); }); jQuery(document).ready(function ($){ jQuery('body').find('a.quiz_results_popup').attr('href',jQuery('body').find('a.quiz_results_popup').attr('href')+'&force'); $('body').on('increment','.course_progressbar',function (){ jQuery('body').find('a.quiz_results_popup').attr('href',jQuery('body').find('a.quiz_results_popup').attr('href')+'&force'); }); jQuery('.single-quiz .button.create-group-button').attr('href',jQuery('.single-quiz .button.create-group-button').attr('href')+'&force'); }); </script> <?php }); add_filter('wplms_user_quiz_results_link_action',function ($link){ return $link.'&force'; });April 30, 2019 at 4:56 pm #206992futureyoon_208ParticipantProblem fixed, so far so good. Thank you so much!May 1, 2019 at 5:21 am #207026loganMemberHey,
We aim to improve the usability of our customer's web-sites and we are glad to have made a contribution. If you find our information to be helpful & you wouldn’t mind leaving a review, we would really appreciate that!
Here: https://themeforest.net/item/wplms-learning-management-system/reviews/6780226
Thanks & Regards
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘mediaelement is not getting loaded’ is closed to new replies.