makkoga
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] contents not shownIt was my theme issue. I found out If I minify html css and javascript it doesnt show the H5P content. Hope this will help someone with the same issue.
Forum: Plugins
In reply to: [Interactive Content – H5P] contents not shownI get this error message for this error
JQMIGRATE: Migrate is installed, version 3.3.2
h5p.js?ver=1.15.7&fver=20231212040636:997 Uncaught ReferenceError: H5PIntegration is not defined
at H5P.t (h5p.js?ver=1.15.7&fver=20231212040636:997:3)
at HTMLDocument. (h5p.js?ver=1.15.7&fver=20231212040636:2746:18)
at c (jquery.js?ver=1.15.7&fver=20231212040636:2:7857)
at Object.fireWith as resolveWith
at Function.ready (jquery.js?ver=1.15.7&fver=20231212040636:2:3266)
at HTMLDocument.H (jquery.js?ver=1.15.7&fver=20231212040636:2:695)Forum: Plugins
In reply to: [Interactive Content – H5P] Randomize cards in flashcardsits been stuck for a long time. Hopefully they will find time for make it happen soon.
Forum: Plugins
In reply to: [Interactive Content – H5P] Audio in answer side for dialog cardThanks for the reply. I hope they accept the change.
You should definitely have that function at least to display the date of enrollment.
Thanks for the reply.
It would be great to have a feature of both students end and admin end complete or incomplete a whole course without a addon.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Remove header and footer of lessonAny theme I use these header and footer show up in the lesson pages.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Align center complete buttonI made it. For those who use inline block button here is the trick
.learn-press-form.form-button { display: inline-block; width: 100%; text-align: center; }
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Align center complete buttonI already tried this but it doesnt work
You are using a fixed format( ‘M j, Y’ ) in user-time.php. It shouldnt be this way.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Remove Quizzes finished:I found out myself.
#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress:nth-child(2){
display: none !important;
}Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Remove Quizzes finished:This is it.
https://www.porgoru.com/wp-content/uploads/2021/05/quizzes.pngI want to hide “Quizzes finished” and the number “0/0”
My date and format is fine but only the learnpress shows wrongly
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Remove Quizzes finished:Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] remove breadcrumb and course tittle.learn-press-breadcrumb{
display: none;
}for breadcrumb.