• Resolved Shobha2208

    (@shobha2208)


    Hi:

    I have been using Tabs Responsive very successfully till now. But now I have changed my site to AMP (Accelerated Mobile Pages) for laptop and mobile ie. AMP Standard setting.

    I find that tabs Responsive has stopped working.

    Is there a way to use Tabs Responsive with AMP?

    Please help urgently.

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

Viewing 1 replies (of 1 total)
  • Hi @shobha2208,

    Sorry for the late reply. as we saw the amp plugin is conflicted with our plugin so you have to add a bit of code in its file..please put the below code in the amp plugin > amp > include > class-amp-theme-support.php file line number 879

    if ( function_exists( 'is_amp_endpoint' ) && is_amp_endpoint() ) {
        		return;
      		}
    

    if it works let us know

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Can Tabs Responsive plugin work with AMP pages?’ is closed to new replies.