Hi Maeve,
Here is a link to a fresh install of WordPress using the Genesis Framework and a child theme from StudioPress.com. Please note that StudioPress themes are by far the most popular themes for serious WordPress developers.
I installed your wp-knowledgebase plugin and this is what the knowledge page looks like:
https://luckado.com/knowledgebase/
As you can see, it doesn’t look right. In order to make the layout of your knowledgebase look like your demo, you have to do the following which was posted on another thread:
You need to open the index.php in wp-knowledgebase plugin folder. Then go to line 200. Replace the,
get_stylesheet_directory_uri() . '/wp_knowledgebase/kbe_style.css'
with
WP_KNOWLEDGEBASE . '/template/kbe_style.css'
If you do the above, you get the layout shown on the demo of your plugin. But just to show you that the search does’t work, in that you get a blank page, I left the index file alone. So there are two problems. One, that you have to change the index file to get the layout to look your demo (as intended), and two… that regardless of the change above, performing a search displays a blank page.
Any idea how to fix these two problems permanently?
Thanks.