• Resolved sa14

    (@sa14)


    after updating the plugin to the latest version, when you go to the site’s page, it hangs and there’s nothing on the page except for the title. No tools are displayed in the top bar. Now the plug-in has been disabled for the site to work properly. site theme Valenti – WordPress

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Spacetime

    (@spacetime)

    Can you please try to delete the plugin and then reinstalling it (settings will remain in DB)?

    Thread Starter sa14

    (@sa14)

    Removed and installed again. After activation, the pages stop loading. https://wampi.ru/image/6rIB3By

    Plugin Author Spacetime

    (@spacetime)

    Strange, there were no such changes with the latest release and nobody else reports any such issue.

    Can you please try one of the previous versions:
    https://ww.wp.xz.cn/plugins/ad-inserter/advanced/

    If you still have issues then this may indicate conflict with some other plugin.
    I would suggest to disable them and then enable one by one to see the difference.

    Thread Starter sa14

    (@sa14)

    Such a problem if you use code
    <?php
    if ( is_amp_endpoint() ) {
    echo ‘<div class=”MyAdClass”>
    <amp-ad width=”336″ height=”280″
    type=”adsense”
    data-ad-client=”ca-pub——-”
    data-ad-slot=”——“>
    </amp-ad>
    </div>’;
    }
    else {
    echo ‘<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– Одна запись – 1 (vynesimozg.com) –>
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-client=”ca-pub———-”
    data-ad-slot=”——–”
    data-ad-format=”auto”>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>’;
    }
    ?>

    with the latest update of the plugin https://ww.wp.xz.cn/plugins/accelerated-mobile-pages/#installation

    If you use the usual code – everything is fine. Returned the old version of the plug-in accelerated-mobile-pages. Thanks you.

    Plugin Author Spacetime

    (@spacetime)

    This code no longer works as your AMP plugin changed their code.

    Try to replace is_amp_endpoint with ampforwp_is_amp_endpoint.

    However, for ads on AMP pages there is an easier approach:
    https://adinserter.pro/documentation/amp-pages

    Plugin Author Spacetime

    (@spacetime)

    When using [ADINSERTER AMP] separator make sure you are using the latest version of AMP plugin.

    salimofficial2020

    (@salimofficial2020)

    I want to know for you, Do you using anyone cache plugin? I will suggested you to try, clean your all cache. And now see!!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘page does not load’ is closed to new replies.