Joan Romero
asked 10 years ago

Hi,
How to disable default Widgets? Like “Paginas.. Meta..” Thanks!!
 

3 Answers
Guru
answered 10 years ago

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

DominicStaff
answered 10 years ago

Hi Joan !
Is there any update on your issue yet? Let me know if there is anything else we can help.

Joan Romero
replied 10 years ago

no.. the problem continued…:-( The Widgets zone is blanck but continue appearing in the DW page..

Dominic Staff
replied 10 years ago

Hi Joan !
Please send me your site for further checking.

Joan Romero
replied 10 years ago
DominicStaff
answered 10 years ago

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 !
 

Joan Romero
replied 10 years ago

Thank you but continue appearing in this page… zombie widgets? TT……..

Dominic Staff
replied 10 years ago

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.

Joan Romero
replied 10 years ago

sorry for my late response.. give your email and i send you the login data.
Thanks!!!!!!! 🙂

Dominic Staff
replied 10 years ago

Hi,
You can send me your info through private answer.

Powered by DW Question & Answer Pro