Rob James
asked 8 years ago

Both the QA and KB plugins do not fully support child themes as where they reference template files they use the code "get_template_directory()"

If the child theme has customized single/index or page files it will not correctly take that into account and use the parent theme files as reference instead of the updated child theme files.

KB File Fixes: inc/init.php
Line 238, Line 239, Line 247, Line 248

QA File Fixes: inc/template.php
Line 796, Line 686, Line 687, Line 695, Line 696

Cheers

1 Answers
DominicStaff
answered 8 years ago

Thank you for interesting in our product and your feedback. We appreciate it.
I sent and notified our technical team about this problem. We will check and discuss it.
Any your suggestion will make our product become better and better.
Regards,

robjames
replied 8 years ago

Thanks Dominic, I forgot to add – replacing get_template_directory with get_stylesheet_directory() on the above referenced lines fixes the plugins. I’ve tested on both.

dominic Staff
replied 8 years ago

Thank mate!

Powered by DW Question & Answer Pro