Vladislav Surkov
asked 3 years ago

Hello!
I noticed that the free version of the plugin hasn’t been updated in several years and is not compatible with the current version of WordPress. But your plugin continued to work normally all this time until the next update of our theme (Newspaper 11) came out. After that, the question pages started throwing a style error. For example – https://root-nation.com/ru/question/kakie-servisy-google-play-mozhno-otklyuchit-disable-services/
Will buying the Pro version help me fix this problem? I see that this paid version of the plugin is updated regularly. We just have a lot of questions and answers created through your plugin and would not want to lose them. I’m willing to pay $ 30 if the plugin is working again. And if not? Will I be able to get a refund for my purchase?

1 Answers
DominicStaff
answered 3 years ago

At the moment, the plugin conflicting with the Tagdiv plugin, you can use the following code in the functions.php file:

// Fix DW Q&A conflict with Tagdiv plugin
add_action('template_redirect', 'remove_td_comment_filter', 10);
function remove_td_comment_filter(){
    if ( is_singular('dwqa-question')){
        remove_filter( 'comments_template', 'tdc_template_include', 99 );
    }
}
Dominic Staff
replied 3 years ago

At the moment, the Free and Pro version will work fine with the WP 5.8 and Themes.

omandaisy
replied 3 years ago

I’m waiting for your response 6 days ago

5sv7
replied 3 years ago

Thank you! This helped me fix the error!

Powered by DW Question & Answer Pro