Hello Team!
I wanted to show you an issue I’m having with the Learndash exam results page. I’ve already brought this bug up to the LearnDash Support team and they were able to verify the exam results work as expected on a default version of the WP 2023 theme. The conflict seems to be coming from the Enfold theme.
See the video for an overview of the bug – http://s.skybox1.com/v/4rE2fE
Exam mentioned in bug video – https://salisstage.wpengine.com/courses/casualty-insurance/lessons/commercial-auto/practice-exams/commercial-auto/
Please let me know if I can answer any questions of if you need any other information on this conflict.
Thank you for your time!
Hello Enfold Team!
Are we able to get an update on this issue?
Hello! Can someone please help me with this issue? I renewed my support to get assistance with this Enfold issue.
It’s coming from the Enfold Theme and preventing a necessary update????
Hi,
Thank you for your patience and the video and link to your site, I added the script below to your child functions.php
function show_quiz_results() { ?>
<script>
(function($) {
$(window).click(function() {
if ($('.wpProQuiz_sending').is(":visible")) {
$('dd.course_progress').css({ 'width': '100%' });
$('.wpProQuiz_resultsList').css({ 'display': 'none' });
}
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'show_quiz_results');
this shows the process bar and the results, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Thank you so much for your help!
The code update seems to have solved the conflict.
Have a great weekend!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike