AMP page layout changed

Posted in: Newspaper
Post count: 75

Hi!

The layout of my AMP pages changed significantly since the new update. I do not want to use the mobile theme, since I want to have the responsive layout of my pages and homepage as created with TD composer. I just want my AMP pages to look as they did before.

Before the update, the AMP page layout was perfectly in line with my theme. Now, it is an ugly coloured bar in top with a standard WordPress AMP theme that is not in line with my website design at all. For example, see https://www.streamwijzer.nl/bohemian-rhapsody-netflix/amp/

Also, the web pages with AMP in the new layout are not tracked by Google Analytics anymore, also after inserting the GA tracking code in the correct form in the AMP plugin. I inserted it in two ways, both with the filled in correct GA ID.

{
“vars”: {
“gtag_id”: “UA-xxxxxxxxx-1”,
“config”: {
“UA-xxxxxxxxx-1”: {
“groups”: “default”
}
}
}
}

and

{
“vars”: {
“account”: “UA-xxxxxxxxx-1”
},
“triggers”: {
“trackPageview”: {
“on”: “visible”,
“request”: “pageview”
}
}
}

Thank you for your help in advance,

Kind regards,
Siebren

Post count: 23312

Hi,

The initial AMP plugin we released was designed based on the first version of the official AMP plugin for WordPress. Even though it was a tagDiv plugin, it still required the API of the official plugin. The changes came from the official plugin as they limited the theme support in the version we used and instead of updating it, they launched a new version with another, better implementation. They also announced the initial release will shortly become deprecated. This is why we decided to abandon our initial AMP plugin and use the new AMP implementation through the mobile theme. The new version required a specific theme for it as it would not have worked through the standard theme. There was no decision to take, unfortunately. If we have not made this step, soon the AMP plugin would have stopped working once the official AMP plugin implementation we used became deprecated.

Thanks for oyur understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.