Questions tagged [learnpress]

LearnPress is a comprehensive WordPress LMS Plugin for WordPress, just like WordPress Moodle or Moodle for WordPress if you know what Moodle is. This is one of the best WordPress LMS Plugins can be used to easily create & sell courses online. Each course curriculum can be made with lessons & quizzes which can be managed with easy-to-use user interface. With this WordPress LMS plugin, you can quickly and easily create education, online school, online-course websites with no coding-knowledge required.

LearnPress is free and always be free, but it has premium high quality WordPress Plugin which will probably help you make money from your WordPress based LMS, try and see how it is. LearnPress WordPress Online Course plugin is lightweight but super powerful with lots of add-ons to empower its core system.

https://wordpress.org/plugins/learnpress/

23 questions
7
votes
0 answers

LearnPress creating template for course content - different flow

Is it possible to create a course flow like this: $(document).ready(function() { $("div.bhoechie-tab-menu>div.list-group>a").click(function(e) { e.preventDefault(); $(this).siblings('a.active').removeClass("active"); …
odedta
  • 2,430
  • 4
  • 24
  • 51
2
votes
0 answers

Inserting Memberpress Rule into Elementor

I'm looking to protect Elementor content with a Memberpress Rule. I created a partial rule which provided a shortcode + PHP snippet. The shortcode widget doesn't seem to be protecting the content. Any advice on how I can protect a block with this…
Aja
  • 21
  • 2
1
vote
2 answers

Wordpress: Learnpress display courses by custom field value ( price )

I wish the courses page be able to query courses by price ... found this bit, and hoped it would do the work... content-archive-course.php $default_order = apply_filters( 'thim_default_order_course_option', array( 'newly-published' =>…
Serg Vasil
  • 21
  • 5
1
vote
1 answer

WordPress: LearnPress (LMS plugin): Query 'lessons' related to 'course'

I'm hoping to query ‘Lessons’ associated with a particular 'Course' using the LearnPress LMS plugin for WordPress. So for example, if my ‘Course’ ID is “123”, how can I get a list of the related 'Lessons'? See support submission (was no…
Elliott
  • 11
  • 5
1
vote
1 answer

PHP associative Array get Array Id

Hi I cant get my head around this one I have the following array : Array ( [questions] => Array ( [585] => Array ( [correct] => 1 [mark] => 1 [type] => single_choice …
Barry Connolly
  • 663
  • 1
  • 6
  • 20
0
votes
0 answers

How to use add_filter to change a text string in php? (to change "Order Woocommerce" in learnpress profile)

My data: I want to change a text without manipulating the main code in PHP for a WordPress site. (WordPress theme: "Eduma") (Plugins: "LearnPress", "Woocommerce") (Add-on: "WooCommerce for LearnPress") The main code in the theme…
AliZereh
  • 1
  • 2
0
votes
0 answers

I encountered an error where categories are not working while customizing LearnPress using the Eduma template in WordPress. What is the solution?

I encountered an error where categories are not working while customizing LearnPress using the Eduma template in WordPress. What is the solution?" In the image below, you can see that the courses are properly placed in the appropriate categories.…
Joon Yong
  • 1
  • 1
0
votes
0 answers

How to disabled right click Youtube embed in Wordpress (Eduma, Learnpress theme)

I try to add CSS and Youtube params (in Youtube embedded) but it doesn't work. .mejs__mediaelement iframe { pointer-events: none; } and Youtube params is ?controls=0&disablekb=0&modestbranding=1&rel=0 I want it can't copy link in my website.
0
votes
0 answers

Adding custom fields to registeration from learnpress

im using eduma theme learnpress for a selling courses website i have an issue that i want to add more fileds that has to be entered when someone wants to register in a course and make an account i tried to add from theme options but the theme…
0
votes
0 answers

Learnpress Lesson restriction

Can we have lesson selection in order items model box of learnpress plugin !!! In order box its showing courses items i need to have lessons selection too. Help ! Tried changing function of course getting from db (file name…
0
votes
0 answers

How to customizing Learnpress plugin in Child theme in wordpress

We have customized the learnpress plugin but how do we apply the changes inside the "themes/Yoku-child" theme instead of "plugins/learnpress". Need your inputs. Awaiting for your reply. Thanks
0
votes
1 answer

How migration from learnpress to moodle

How can I migrate platform learnpress/wordpress contains courses pdf and video to moodle ? Thanks in advance
Lucie
  • 1
0
votes
0 answers

Wordpress: Learnpress courses order/orderby

I need to change order at "all courses" page. Default it's by date, i need to make it lower to higer price. Which hook i need to use? I tried few but im total newbie and nothing works. Thanks for help and ur time.
0
votes
0 answers

how I can edit learnpress bydefault archive-course.php page with my own style?

I want to change some style and some facility. But here the archive-course.php don't specify all thing and I cant understand their code. Enough resourse are not available. Please help me!
0
votes
1 answer

show the number of lesson views for learnpress plugin

hello I have this code snippet in function.php that actually I used a learnpress plugin hook for it: learn-press/course-item-content also I tried this one: learn-press/lesson-start and the goal is to have the number of learnpress lesson views for…
yahya
  • 65
  • 1
  • 7
1
2