Paradise
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Headless modeHello, I’m thinking the same thing.
Using the API, can I develop the frontend with React for example and allow students to send their activities, files etc?
But all administration, course creation, activities will be in the plugin via WordPress.It is possible?
- This reply was modified 1 year, 9 months ago by Paradise.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Course GroupingI understand, but is there a way to manually enroll? does the user purchase course x, and then I add another course for this user? thus having two courses available.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Translate plugin LearnPress AssingmentOK
Yeahh, perfect!
Hi,
The complete course with description, lessons, quiz, tasks, everything a course contains
Hello @mehedih
Thank for your help!
Thanks! @munayam
Hi,
I really liked this plugin, I used another one but I migrated to Tutor =).Anyway, I used this CSS alternative, but when I update the plug-in, won’t these changes be overwritten?
Is there a way to replace files in the same way as you do with template files?thanks!
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Add LearnPress support to my site?Hi,
Yes, I didn’t understand how it works. When I use the standard WordPress themes I can see the courses, register and all the plugin screens.
In the Theme I’m creating, no plugin screen appears.Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Add LearnPress support to my site?some plugins like Sensei LMS, Woocommerce it is necessary to add in the functions file
function theme_add_woocommerce_support() { add_theme_support('woocommerce'); } add_action('after_setup_theme', 'theme_add_woocommerce_support');
I would like to know how do I make LearnPress work on my theme. Because I’m developing a theme and I would like to add support for LearnPress
Forum: Developing with WordPress
In reply to: Formulário no Front-end com wp_insert_postObrigado @joyously !!
Forum: Developing with WordPress
In reply to: Formulário no Front-end com wp_insert_postForum: Developing with WordPress
In reply to: Formulário no Front-end com wp_insert_postOlá, @joyously
Eu adicionei o nonce, mas n?o funciona. Sim eu quero publicá-las na mesma página.
Meu cliente n?o quer comentários, por isso estou tentando isso aí.do_action
é apenas um hook que estou chamando minha fun??oeditor-randys-notice
.Forum: Plugins
In reply to: [Meta Box] Error: Invalid argument supplied for foreach()Forum: Plugins
In reply to: [Countdown Timer Ultimate] Contador n?o funcionaI ran the test with a standard WordPress theme and it worked.
Could you tell me the incompatibility of my theme?