• Resolved satisfactionstate

    (@satisfactionstate)


    Hello, can you please advise, I need to customize the course sidebar files. i transfer the files to my theme by path wp-content/themes/my-theme/learnpress/single-course/sidebar/preview.php. But I don’t see the changes, so I’m applying the wrong path. What is the correct path?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hello satisfactionstate,

    In the future, LearnPress will not allow overriding templates through file replacement, but rather through hooks. However, for now you can still override template files with the following hook:

    add_filter( ‘learn-press/override-templates’, ‘__return_true’ );

    With this hook added to your theme’s functions.php file, you should be able to override the template files as intended.

    This should enable you to customize the course sidebar as needed.

    Best regards,
    Brianvu-tp

    Thread Starter satisfactionstate

    (@satisfactionstate)

    Thanks for the reply! Best of luck with the development of your marvelous plugin. With gratitude, Anahita

    Thread Starter satisfactionstate

    (@satisfactionstate)

    Good luck with the updates

    Plugin Support brianvu-tp

    (@briantp)

    Hi Anahita,

    Thank you for your kind words and support!

    We really hope you can review 5 stars. A nice rating for LearnPress is a big motivation for us to keep up the hard work, and it’s really important to us.

    Thank you very much for your feedback.

    Best regards,
    Brianvu-tp

    Thread Starter satisfactionstate

    (@satisfactionstate)

    Hello, dear developers. Of course, I have long ago gave you the highest score 1 year ago and two months. I wish you success in the development of our favorite plugin.

    Plugin Support brianvu-tp

    (@briantp)

    Hi Anahita,

    Thank you so much for your kind words and for giving us the highest score! Your continued support and encouragement mean a lot to us.

    We wish you great success with your courses and look forward to continuing to provide you with the best service possible.

    Best regards,
    Brianvu-tp

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Course sidebar’ is closed to new replies.