I followed the instructions here https://docs.themeum.com/tutor-lms/developers/override-templates/ to override some template files in my child theme. It works well for files like dashboard.php, login.php or single-course.php but for some reason I can not override single-content-loader.php. Any idea what is the problem?
Thanks!
]]>Thanks!
]]>wp-content/plugins/wc-donation-platform/includes/templates/wcdp_step_1_amount.php
by placing it in my child theme prior to modifying. Is that posssible? If so, how is it done?
]]>I have set up bbpress, buddypress and Youzify on a site. I would like to customise some templates and have them override the youzify ones without losing those edits when updates are made to the plugin. How can I go about overriding these templates in a child theme please?
Appreciate the help.
Regards.
]]>How to override template without change in plugins?
Also, i got one error after activate plugin in plugins list (i see out put of “Array ( [deactivate] => Deactivate )” in plugins listing)
]]>How can we override the email templates? I tried adding woocommerce-catalog-enquiry\templates\emails\woocommerce-catalog-enquiry-admin.php
and woocommerce-catalog-enquiry\emails\woocommerce-catalog-enquiry-admin.php
files inside my child theme but they are not active.
I couldn’t find the answer on your GitHub repo.
Thanks!
]]>I’ve used a theme name: Yoku and in that theme, there is learnpress folder that I what to override to the child theme, but I’m not sure how to do it.
Could you provide some guidance about it?
Best regards,
Loc
event-single-page.php
checks for template override using get_template_directory()
which doesn’t work when using a child theme. Please use get_stylesheet_directory()
instead.
]]>is there a way to override a template file in this plugin? (I want to do some little modification to members/inc/functions-content-permission.php file)
thanks!
]]>