• Resolved Zeliha Canderengul

    (@zelihacanderengul)


    I installed the AMP plugin on my website. However, when I open AMP pages, the screen flickers (the page expands and contracts) while scrolling down the screen, which may be the cause. It’s not theme related. Because I tried this in other themes. Due to this problem, I disabled the automatic redirection of AMP pages. However, the problem still persists. Can you examine the issue by browsing the mobile page: I am attaching an example link.

    https://ozmyo.com/web-tasarim/php-7-ve-uzeri-surumde-google-mobil-uyumluluk-testi-sorunlari-ve-cozumu/amp/

    (If you click any link on the page to switch to other pages, the AMP page will not open. Because I turned off the automatic AMP redirection. So when reviewing other pages, do not forget to add /amp/ to the end of the URL.)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @zelihacanderengul

    Thank you for the support topic, It may be happening because the amp-ads are not properly sized, so once ads are loaded your site is adjusting to ads new dimensions

    As I checked you have set the width of ads as 100vw and it has a fixed layout that’s why you are seeing a space around your site container. (screenshot)

    I will recommend using a responsive layout that should fix the flickering.

    Thread Starter Zeliha Canderengul

    (@zelihacanderengul)

    @milindmore22 Google Kit automatically changes the width of the ads on my website. Therefore, it is not possible for me to change the size of 100vw with another size. So what can I fix this problem?

    Plugin Support Milind More

    (@milindmore22)

    Hello @zelihacanderengul

    Can you please add the below CSS in Appearance -> Customize -> Addtional CSS

    html[amp] .breadcrumb ul {
         overflow:hidden;
    }
    Thread Starter Zeliha Canderengul

    (@zelihacanderengul)

    @milindmore22 I removed AMP Plugin from my website due to unresolved AMP AD issue.

    Plugin Support Milind More

    (@milindmore22)

    @zelihacanderengul Sorry to hear about your experience using amp-ad, I will mark this topic as resolved, feel free to reach us on support forums in case you change your mind and decided to keep AMP.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Screen gets bigger and smaller (flickering) on AMP page’ is closed to new replies.