Pratul pant
asked 4 years ago

My answer page is showing an error “There has been a critical error on your website”. All pages are working good but I am facing problems on this page only. Have a look at it.
https://www.buildingbeast.com/question/how-many-exercises-per-workout/
In inspecting element it is showing an error 500 (Internal Server Error) (index):1 
in line
<div class=”dwqa-container” ><div class=”dwqa-single-question”>
Please help me.
Thank you!

1 Answers
DominicStaff
answered 4 years ago

You can add the following code to the functions.php file of your theme:

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 );
    }
}

Please send me the username & password of your site for further checking if you still face their issue.

Pratul
replied 4 years ago

Thank you so much, now it is back to normal and thank you also for this awesome plugin. Love it.

Powered by DW Question & Answer Pro