Languages: English (English )Chinese (Simplified) (简体中文 )
Timezone: Asia/Hong_Kong (GMT+08:00)
Thanks for the details, I can see the problem in your website, please compare the HTML source codes below two URLs:
1) Without AMP:
view-source:hidden link
Those HTML div tags are in HTML body tag, you can search below codes
<div class="tces-js-style-encoded"
2) But in the problem URL with AMP:
view-source:hidden link
Those HTML div tags are moved to above all other HTML tag:
So it is AMP plugin conducts the problem, I don't think we can fix their issue
3) In above problem URL, you should be able to see below JS errors: hidden link
Uncaught ReferenceError: toolsetCommonEs is not defined
The AMP plugin prevents loading javascript files of Toolset Blocks plugin, for example: hidden link
it will conducts lots of unexpected results, so I don't think AMP plugin is compatible with Toolset plugins.