• how do I add LearnPress support to my site?
    all the documentation I saw about the plugin doesn’t explain, it doesn’t have any function: add_support() or something?

    the only documentation I’ve seen talks about customizing based on the template folder

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Randys,

    I don’t get your mind, can you say more clearly about it?

    Thread Starter Paradise

    (@birobas)

    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

    Hi,

    We don’t have any code to add to your theme. Do you have any issue when using this plugin on your theme?

    Thread Starter Paradise

    (@birobas)

    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.

    Hi,

    With this case, please create a new topic on our forum https://thimpress.com/forums/forum/plugins/learnpress-plugin so we can help you check it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add LearnPress support to my site?’ is closed to new replies.