• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » I need Ucoz to answer my question. (X)
I need Ucoz to answer my question.
QueenMaa
Posts: 95
Reputation: 0

Message # 1 | 11:05 PM
Why do the ads have to be vulgar? This site is supposed to be for everyone. Why would you all use these kinds of ads? How come you can't use ads like Google adsense? Facebook has blocked Ucoz and Pinterest has too. I can't post my website anywhere.
http://moneytobemade.ucoz.com
Yukito
Posts: 26
Reputation: 0

Message # 2 | 3:48 PM
I'd have to agree. Searching around, I learned that the ad provider seems to be an adult site. They want you to pay for ad removal, as they don't really care about free users, hence the vulgar ads.
And yes, Facebook and YouTube both blocked uCoz. I use a midway like Gab to post my site, it's annoying, but being a free user has its problems.
Another thing is their constant popups asking you to pay if you use adblock.

http://yukitoscorner.ucoz.co.uk
Soldierdevil
Posts: 154
Reputation: 1

Message # 3 | 7:23 AM
Code
$('.js-teasers-wrapper').empty();


Put that code at the bottom of the site. Ucoz put a naked woman on a kindergarten website and my company lost all credibility yet they say they dont put ads on school websites. When i contacted them they told me to just pay to remove them. The ucoz banner is okay but the rest of ads are obscene. Ucoz must now be a porn company because its failing business. Anybody can tell now.

Systems developer
Yukito
Posts: 26
Reputation: 0

Message # 4 | 0:51 AM
Quote Soldierdevil ()

Seems like so. I asked in another thread about that. They have a specific rule against adult content, yet they put porn ads on the websites.

http://yukitoscorner.ucoz.co.uk
admin1081
Posts: 10
Reputation: 0

Message # 5 | 7:13 AM
Quote Soldierdevil ()

Thank you but can you show me where to put it?
put in CSS or somewhere?
looking forward to hearing from you.
Soldierdevil
Posts: 154
Reputation: 1

Message # 6 | 4:03 PM
admin1081,
Code
<script>$('.js-teasers-wrapper').empty();</script>
Put at the bottom part of site to remove all porn ads

Systems developer
admin1081
Posts: 10
Reputation: 0

Message # 7 | 2:22 AM
Quote Soldierdevil ()


Thank you, I did as you said but the ads are still there. sad
Soldierdevil
Posts: 154
Reputation: 1

Message # 8 | 1:59 PM
admin1081,
Quote
<script>$(document).ready(function() {
$('.js-teasers-wrapper').empty();
});</script>

Systems developer
admin1081
Posts: 10
Reputation: 0

Message # 9 | 2:45 PM
Quote Soldierdevil ()
Quote
<script>$(document).ready(function() {
$('.js-teasers-wrapper').empty();
});</script>


Thank you, I did as you said but the ads are still there.
I think if I don't buy it, can't delete the ads right? sad
Attachments: 0793581.png (331.3 Kb)
admin1081
Posts: 10
Reputation: 0

Message # 10 | 2:45 PM
Quote Soldierdevil ()
Quote
<script>$(document).ready(function() {
$('.js-teasers-wrapper').empty();
});</script>


Thank you, I did as you said but the ads are still there.
I think if I don't buy it, can't delete the ads right? sad
Attachments: 4313409.png (331.3 Kb)
Soldierdevil
Posts: 154
Reputation: 1

Message # 11 | 4:42 PM
admin1081, actually i tested on mine and several others and it worked. I dont know about yours or maybe you put this in your css file
Code

<style>
.js-teasers-wrapper {display:none !important}
</style>

Systems developer
admin1081
Posts: 10
Reputation: 0

Message # 12 | 2:13 AM
Soldierdevil Thank you very much, I'll give it a try.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 13 | 1:28 PM
Quote Soldierdevil ()
actually i tested on mine and several others and it worked. I dont know about yours or maybe you put this in your css file

Most default uCoz templates come with jQuery embedded but I don't think it's guaranteed that every uCoz website has jQuery. So the CSS solution would probably work better, however, if you're adding that to your "Style sheet (CSS)" file then you don't need the surrounding style tags, just this:
Code
.js-teasers-wrapper {display:none !important}

A plain JS solution would probably look like this, but I have not tested it:
Code
window.addEventListener('DOMContentLoaded', function () {
  const elements = document.querySelectorAll('.js-teasers-wrapper');
  for (const element of elements) {
    element.remove();
  }
});


I understand the frustration with the ads, but keep in mind that hiding the ads like this can get your website blocked from the platform.

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
admin1081
Posts: 10
Reputation: 0

Message # 14 | 2:52 PM
JOE-vascript Thank you very much, I'll try.
uCoz Community » For Webmasters » Design Customization » I need Ucoz to answer my question. (X)
  • Page 1 of 1
  • 1
Search: