Hi, I’ve got the plugin installed and working the only thing is when I click on a question it just returns a blank page. I’ve checked the permalink and all other settings and they all seem fine.
Any help would be greatly appreciated.
Thanks.
Please login or Register to submit your answer
replied 8 years ago
We’ve managed to fix this. It’s a problem in the knowledge base plugin as well as the question answer plugin.
We’re using a parent theme so all references to `get_template_directory_uri();` needed to be changed to `get_stylesheet_directory_uri()`.
This will work if there is a parent theme or not so is probably be the best solution. It might be worth updating the plugins so no one else runs into the same problem.
Thanks.