wwwfree
asked 5 years ago

Hello
In the “answer to a question” block the plugin which display Like & Dislike does not work
Example of the working plugin: https://ismartwatch.ru/15011-obzor-huawei-watch-gt (IMAGE 1)
Example problem plugin: https://ismartwatch.ru/questions/setracker-vydaet-oshibku-chasy-ne-podklyucheny-2 (IMAGE 2)

Please HELP!
IMAGE 1

IMAGE 2


 

2 Answers
DominicStaff
answered 5 years ago

I think your plugin not compatible with the DW Q&A. In this case, you can send me username & password of your site for further checking.

wwwfree
answered 5 years ago

Please, help to remove date from pages:
1. https://ismartwatch.ru/questions
2. https://ismartwatch.ru/ask-question

Dominic Staff
replied 5 years ago

To remove the date in the submit question page, you can use the following code in toe style.css file.
.submit-dwqa-question .meta.post-meta {
display: none;
}

To hide the post date in the question list, you can use the following code:
.hide-postmeta .post-meta {
display: none;
}

wwwfree
replied 5 years ago

Thank you, all works good.

Powered by DW Question & Answer Pro