Jesse Lee
asked 8 years ago

Hi,

I’ve checked the other questions but seems that I cannot find someone who had the same problem.

I use the plugin "Add to Content" to automatically display some images and ads before and after every post.

Unfortunately it also working on each question and answer on the question page.
It means that it will display the content from the plugin "Add to Content" as many as there is answers on the same page (it’s very big problems as it increase monstruously the number of ads displayed) and it also messy displayed between the question and answers scripts http://prntscr.com/9wfoe4

Is there anything I can do to disable the display of the "Add to Content" plugin on the DWQA pages?

Thank you very much! πŸ™‚

1 Answers
DominicStaff
answered 8 years ago

Please send me your site URL, I will check and help you resolve this issue.

jesse_lee
replied 8 years ago

Thank you very much!
Here is the url http://www.goomi.asia

Do you need access to the BO?

dominic Staff
replied 8 years ago

You can try the following code, add it to the style.css file:

.single-dwqa-question .dwqa-content div {
    display: none;
}
jesse_lee
replied 8 years ago

It works!
Thank you very much for your help πŸ™‚

Powered by DW Question & Answer Pro