Hi. I have disabled W3 Total Cache and purged all cache. This won't help. I have deleted wpdiscuz and reinstalled too. Can we do more to diagnose this?
Now enabled is only wpdiscuz. All plugins off
Hi @redpillersi,
Could you please switch to some default theme and check again? Please press CTRL+F5 (twice) on the frontend before checking.
Debug for Donovan shows
Warning: Use of undefined constant ‘wp_enqueue_scripts’ - assumed '‘wp_enqueue_scripts’' (this will throw an Error in a future version of PHP) in /home/xxx/domains/swiadomosc-zwiazkow.pl/public_html/wp-content/themes/donovan/functions.php on line 278 Warning: Use of undefined constant ‘remove_head_scripts’ - assumed '‘remove_head_scripts’' (this will throw an Error in a future version of PHP) in /home/xxx/domains/swiadomosc-zwiazkow.pl/public_html/wp-content/themes/donovan/functions.php on line 278
This is moving scripts to footer. Which what code we can replace it?
I changed theme and buttons are working now.
But css still is not there. Font is white (even in comment box), small and this overall don't look good. Font awesome maybe isn't working. Buttons are to small?
My custom css:
.comments-area{width:auto;}
#wpcomm p code {
background-color: #500000;
}
#wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler {
background-color: #500000;
}
#wpcomm blockquote {
color: #fff;
background-color: #500000;
}
#wpcomm .wc-comment-text p a {
color: #2D8898 !important;
}
#wpcomm .wc-comment-right .wc-comment-text{
color: #fff !important;
}
textarea.wc_edit_comment{
border: 1px solid #FFF;
color: #FFF;
}
#wpcomm .wc_comm_form.wc-secondary-form-wrapper .wc-field-textarea textarea {
color: #fff;
}
#wpcomm .wc-field-textarea textarea {
color: #fff !important;
}
#wpcomm .wpd-form-row .wpd-field {
color: #fff !important;
}
And comments (plugin) is not on full width. How to change that? In my custom css i applied black or grey color for comment box and here is white
Ok it is working now. I reinstalled donovan and disabled cache'ing. This is it.
But question is how to make wpdiscuz work on full widght without breaking right column?