• Resolved georg20

    (@georg20)


    Hi,

    Transitional mode: I would like to use the AMP pages only for Blog posts on mobile. However if a customer chooses on the AMP page in the menu a non-AMP page he should get the non AMP page (not the amp page): Because at the moment if he goes from AMP to homepage-non-AMP he gets the AMP Homepage instead (which is not in place and gets an error). I think that is due to AMP-to-AMP pages setup – how do I change this (do I have to use the more technical setup for the transition mode?)

    br
    Georg

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

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

    (@milindmore22)

    Hello @georg20

    Thank you for the support topic, we are unable to check your website, it seems to be redirecting to itself creating unlimited redirects for some reason

    You can turn off the AMP-TO-AMP linking using the filter amp_to_amp_linking_enabled

    add the following code snippet to your active theme’s functions.php or in a custom plugin

    add_filter( 'amp_to_amp_linking_enabled', '__return_false' );

    Hope this helps!

    Thread Starter georg20

    (@georg20)

    Hi,

    thank you! – please could you check my website again (had to clear the cache after TLS setting). Please could you let me know, if the site is up again.

    br
    Georg

    Plugin Support Milind More

    (@milindmore22)

    Hello @georg20

    Yes, the site is up now, I do have to hard refresh to get out of the loop, let me know if adding code snippet mentioned in my previous reply resolved your issue.

    @georg20 As we haven’t received a response, I’ll mark this as resolved. Feel free to open a new support topic if you continue to encounter issues, or reopen this topic and we’d be happy to assist. Thank you!

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

The topic ‘AMP to AMP’ is closed to new replies.