Hi,
How to disable default Widgets? Like “Paginas.. Meta..” Thanks!!
Dear @Joan
These widgets can be disabled from the widgets menu under the theme settings.
However it looks like a template issue. Kindly follow the instructions below to resolve the issue.
http://cmspioneer.com/designwall/guide/dw-question-answer-plugin/#Style_integration
Hi Joan !
Is there any update on your issue yet? Let me know if there is anything else we can help.
no.. the problem continued…:-( The Widgets zone is blanck but continue appearing in the DW page..
Hi Joan !
Please send me your site for further checking.
The test page is: http://www.applog.es/asistencia-tecnica-solicitar/
Hi Joan !
If you want to disable the widget in the sidebar of all the page, you can add the following code in the style.css file (Dashboard > Appearance > Editor )
#sidebar {
display: none;
}
.maincontent {
max-width: 100%;
}
– If you want to disable the sidebar widget for the DW Q&A, you can add the following code to the style.css file:
/* In question list page*/ .list-dwqa-question #sidebar {
display: none;
} /* Single question page */ .single-dwqa-question #sidebar {
display: none;
} /* Submit question page */ .submit-dwqa-question #sidebar {
display: none;
}
Hope this helps !
Thank you but continue appearing in this page… zombie widgets? TT……..
Please add the following code to the style.css file.
/* In question list page*/
.list-dwqa-question #sidebar {
display: none;
}
/* Single question page */
.single-dwqa-question #sidebar {
display: none;
}
/* Submit question page */
.submit-dwqa-question #sidebar {
display: none;
}
If you still face the issue, please send me username & password of your site (via private answer) for further checking.
sorry for my late response.. give your email and i send you the login data.
Thanks!!!!!!! 🙂
Hi,
You can send me your info through private answer.
Please login or Register to submit your answer