File in child theme not working

Posted in: Newspaper
Post count: 12

Hi,

I have created a child theme for a couple of small changes I need.

In the main folder I have the following files:
style.css
functions.php

Then I have created the following structure: includes/wp_booster

and added 2 files in wp_booster

td_module_single_base.php
td_module.php

But td_module.php is not loading. The change in that file is not showing. I know the code is working because I have tested the file directly in the main theme. When I replace my file with the original file there, it works right away. But when I put the file in the child theme, it is not working!

What am I missing here?

Cheers,

Post count: 22421

Hello,

Please check this guide as not all the files in wp_booster will work from the child theme: https://forum.tagdiv.com/the-child-theme-support-tutorial/
The files that work are mentioned in the guide. Unfortunately td_module will not work from the child theme. You will have to change it in the main theme files.

Thank you!

Post count: 12

Ok, thanks!

Cheers,

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.