Your DW Q&A widgets which are other than Popular posts are using wrong class name which is dwqa-latest-questions and dwqa-closed-questions.
There are no objects in style sheet with these names. So the results would not appear bold and stylize as for popular posts.
Change the code in editor and update the class name like this:
$widget_ops = array( ‘classname’ => ‘dwqa-latest-question’
change this to
$widget_ops = array( ‘classname’ => ‘dwqa-popular-question’
Hope it helps someone out there.
1 Answers
Thanks for your feedback. 🙂 we will check and fix this issue as soon as possible.
Please login or Register to submit your answer