NodeBB-Community / nodebb-plugin-adsense

adsense plugin
BSD 2-Clause "Simplified" License
10 stars 6 forks source link

Blank ads #12

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi there,

I am experiencing an issue. I got my adsense account,etc... but it is showing blank ads.

What am I doing wrong?

Thanks and kind regards,

carlosjs23 commented 7 years ago

Same issue too.

varundeva commented 4 years ago

Same issue Ads load only when page gets refresh

fais3000 commented 4 years ago

@ghost @carlosjs23 @varundeva Have you trying disabling ajax based page loads?

    $(document.body).off('click', 'a');

I found this to solve ad load issues for me.

julianlam commented 4 years ago

Yes, this will resolve the issue, in the sense that the site will no longer be a single-page app :smile:

It's an effective workaround, but has its own issues.