• Resolved gaverpro

    (@gaverpro)


    Hi,
    The plugin is very interesting, I will definitely follow the updates.
    But for now, the plugin could not be configured.
    Activation of the options “Minify inline JavaScript” or “Asynchronously load JavaScript” killed all blocks of advertising on the site, incl. adsense.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ante Laca

    (@alaca)

    Hi @gaverpro

    You can exclude scripts by adding data-skip attribute to script tags.

    <script data-skip="true"

    • This reply was modified 5 years, 9 months ago by Ante Laca.
    Thread Starter gaverpro

    (@gaverpro)

    Hi, @alaca

    Thanks, I will definitely try.

    And why is disabling in External resources as shown in the screenshot does not help?
    https://prnt.sc/mhm6mk

    Plugin Author Ante Laca

    (@alaca)

    Hi @gaverpro

    Looks like you misunderstood what disable option is used for.

    Disable option is used when you want to disable scripts or styles from loading.
    It doesn’t have anything with asynchronous script loading or excluding scripts from minify. You are not seeing the ads now because you disabled adsbygoogle.js script from loading.

    If you want to exclude specific script from asynchronous loading or minify, you have to use data-skip="true" attribute.

    Thread Starter gaverpro

    (@gaverpro)

    Hi, @alaca

    Not certainly in that way. Yes, I did not understand correctly, but I was already looking for a solution to the problem that arose earlier. I stopped seeing ads when I enabled any of the options: “Asynchronously load JavaScript” or “Minify inline JavaScript”.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ad units stopped showing’ is closed to new replies.