Kris Takahashi
asked 10 years ago

I joined the beta for WordAds for reasons. While it’s been much better for me in terms of revenue, one of the drawbacks is the lack of control. It generates an advertisement on every post, and unfortunately, the question section of the plugin counts as a post. Is there a way to remove advertisements or stop them from loading? It’s really distracting and I don’t want them to show up on the Q&A section of my site.
It must be theoretically possible as my bbpress forums do not display ads.

2 Answers
DominicStaff
answered 10 years ago

Please send me your site for further checking.

Kris Takahashi
replied 10 years ago

3dnpc.com

Here’s an example of a DWQA question:
http://3dnpc.com/question/im-having-trouble-starting-the-blood-of-kings-questline/

The ad pops in right under the question which is very distracting. The same is true for Chitika although I dropped that service. Most advertising plugins do this, where they pop in the ad at the bottom of the post. Problem is, the question counts as a post.

Note: I think you’ll have to use firefox at the moment though, WordAds isn’t showing video ads in Chrome for some reason, at least for me. But the “About these Ads” is there regardless so you can get the gist of what I was seeing earlier today.

DominicStaff
answered 10 years ago

To remove the Ads in the single question, please follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
After that, just add the following code to the Edit Css.

   .single-dwqa-question .wpcnt {
    display: none;
}

Save and see the result. Let us know how that goes.
Hope this helps !

Kris Takahashi
replied 10 years ago

Glorious. Thank you.

Powered by DW Question & Answer Pro