Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ckoulatsi
tagDiv Member

Hello Bettina,

I think it is too tiring what we are doing now, i think you should have already understand what i am talking about… Please talk with the developers and answser my question.

The website is: https://www.filologikos-istotopos.gr

There are autplaced adds by google and some adds added from the theme panel in places where a title is given: “Advertisement”. These places are in the top/bottom of page and sidebar.

Before every add the theme adds a script as i have told you. You can inspect in the front page of the website.

The problem is that this code does not add the extra parameter (adsbygoogle = window.adsbygoogle || []).requestNonPersonalizedAds = 1; ) i added for google add sense in theme panel.

For now i have added the extra parameter in the plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php file as i told you in a message before.

Kind Regards
Carlos

  • This reply was modified 5 years by ckoulatsi.
ckoulatsi
tagDiv Member

Hello Bettina,

I add my code in Newspaper -> Theme panel -> Ads, as i said above.

I found that the .js is loading through this file: plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_ad_box.php in line 910.

There the javascript code is genareted and served via php, why this is done? Can we disable it and just run the code i give in the theme panel?

Otherwise is there a way to override this file the right way, so that i wont have a problem with updates?

Kind Regards
Carlos

ckoulatsi
tagDiv Member

Dear Bettina,

Thank you for the quick answer.

So you are telling that the ad sense system you have build is useless.

There is no point inserting ad sense code if you generate a new one, then you should ask in the theme panel only the ID.

I want you to talk with the ITs because obviously there is a another simple solution.

If this is the case then just ask them where to find the specific js file. I do not want you to make modifications for me. Of course you should to this in the near future.

Kind Regards
Carlos

ckoulatsi
tagDiv Member

Hello thank you for the great theme,

I have the following issue, i add google ad sense code in the theme panel is ADS section.
I add the requestNonPersonalizedAds parameter in my code but there is a js loading tha gives the default code of the ad sense with the IDS i give.

This is a problem when i want the ads to be non personalized.

How can i edit ths script? or is there any way to override it through the panel?

The script is loading starts by: “var td_screen_width = window.innerWidth;
window.addEventListener(“load”, function(){var placeAdEl = document.getElementById(“td-ad-placeholder”);if ( null !== placeAdEl && td_screen_width >= 1140 ) {…”

So the code i add for ad sense is:
<div class=”googleAd”>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-xxx”
data-ad-slot=”xxx”
data-ad-format=”auto”
data-full-width-responsive=”true”>
</ins>

</div>

  • This reply was modified 5 years by ckoulatsi.
  • This reply was modified 5 years by ckoulatsi.
  • This reply was modified 5 years by ckoulatsi.
Viewing 4 posts - 1 through 4 (of 4 total)