kronomia team
asked 10 years ago

Hello!
I’ve just installed your plugin and configured it properly. The problem though is that it has some serious conflicts with my theme. The upper menu in streatching down covering the questions page and such similar visual problems.
I am using the latest version of WordPress (3.7.1) with the Hueman Theme (http://wordpress.org/themes/hueman).
Can anyone help me debugging the problem?
Thanks in advance for your help!
 
Resources:
Plugin URL:
http://wordpress.org/plugins/dw-question-answer/
Theme URL:
http://wordpress.org/themes/hueman

WordPress Support Post:
http://wordpress.org/support/topic/conflicts-with-the-hueman-theme

1 Answers
Kido D
answered 10 years ago

Hi Kronomia,

To resolve that issue and adjust the plugin for the Hueman theme, you can download the plugin file at the link: http://goo.gl/ctAjlZ

Extract it and you will have the “dwqa-templates” folder, then copy that folder to the hueman folder in the folder path wp-content/themes/hueman
 
After that, you need to load the custom style for your theme by adding the following  code to the functions.php file in wp-content/themes/hueman folder

 /* load style for DW Q&A plugin */
if( !function_exists('dwqa_hueman_scripts') ){
function dwqa_hueman_scripts(){
wp_enqueue_style( 'dw-hueman-qa', get_stylesheet_directory_uri() . '/dwqa-templates/style.css' );
}
add_action( 'wp_enqueue_scripts', 'dwqa_hueman_scripts' );
}

The Q&A plugin should look good on the theme, also you can edit the style.css file in the “dwqa-templates” folder for custom style of the plugin.
 
P.S.: Currently, we are working on the guide for DW Q&A plugin, but for now you can follow this guide to adjust the plugin to any theme you want: http://goo.gl/IhE3Nn. We’ll try to publish the Q&A guide soon.
 
Hope that helps!

kronomia team
replied 10 years ago

Thank you very much for taking the time to answer our questions and resolve those issues.

It is working perfectly now!

I highly appreciate your time and extended support up there.

All the Best!

Powered by DW Question & Answer Pro