sdepold / jquery-rss

An easy-to-use rss plugin for jquery with templating.
MIT License
452 stars 143 forks source link

set support: false still showing ads #156

Open testermania opened 4 years ago

testermania commented 4 years ago

why still showing ads?

testermania commented 4 years ago

6 days nobody reply. this script showing forced ads.

sdepold commented 4 years ago

Hey. Sorry for the delay. I’ll have a look at it today!

sdepold commented 4 years ago

Can you tell me exactly how you call the library please? Also which version are you using? That should help with debugging.

testermania commented 4 years ago
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-rss/4.3.0/jquery.rss.min.js"></script>

<script>
$(".div").rss("https://forum.skystar-2.com/syndication.php?limit=10", {
    limit: 10,
support: false,
    layoutTemplate: '<div class="dl-horizontal">{entries}</div>',
    entryTemplate: '<p><a href="{url}">{title}</a></p>'
}).show()
</script>
sdepold commented 4 years ago

Would you mind sharing the feed URL?

testermania commented 4 years ago

I edited the previous message

sdepold commented 4 years ago

Turned out it was an issue with my server's hard-drive which caused redis to no longer reset the ads counter 😊Since the experiment didn't work out anyway, I also turned off the entire ads feature altogether. So you shouldn't see any ads anymore.

testermania commented 4 years ago

yes, I no longer see ads anymore. I hope you solve the redis problem in a different way. Thanks!