egornmore
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgStill validation status failed, but plugin shows 0 errors.
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-img@milindmore22
Tried to turn off plugins that are missing on Staging that didn’t work. Could it be a server-side or non AMP CDN issue by any chance?Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgForum: Plugins
In reply to: [AMP] amp-mega-menu + am-img@milindmore22
Removed layout, still has validation errors. Reinstallation of AMP Plugin with “Delete plugin data at uninstall” ticked, unfortunately did not help as wellForum: Plugins
In reply to: [AMP] amp-mega-menu + am-img@milindmore22
Tested exactly the same menu on staging and live websites, on staging it has no validation errors, and on the live website, it has. Disabling AMP Optimizer server-side rendering did not help. I haven’t added<i-amphtml-sizer>
manually, all images in the<amp-mega-menu>
are added as<amp-img>
e.g.<amp-img src="..." width="32" height="32" alt="Slack" layout="intrinsic"></amp-img>
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-img@milindmore22
I’ve done tests on staging domain which is supposed to be almost identical to the live website, as I thought… Now I realised that the live website has validation errors, sorry… I will double-check everything and will get back to you with an update.- This reply was modified 2 years, 7 months ago by egornmore.
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgHello @milindmore22
Added filter, checked on AMP validator, it says – “Validation Status: PASS”
Screenshot: https://ibb.co/Wc2brVV
Forum: Plugins
In reply to: [AMP] Title Tag Position in HeadAlright, thanks for the fast response!
Forum: Plugins
In reply to: [Multi Step for Contact Form 7] Required Fields issueUpdating CF7 solved the issue
Forum: Plugins
In reply to: [AMP] HTML Comments in HeadIt works
Thanks for your time!Hello @jadealombro,
I am using the official Google AMP plugin By AMP Project Contributors.I apologize for opening multiple threads.
I removed the following part in “class-frontend.php”:if ( wpforms_is_amp() ) { $state = array( 'submitting' => false, ); printf( '<amp-state id="%s"><script type="application/json">%s</script></amp-state>', $this->get_form_amp_state_id( $form_id ), wp_json_encode( $state ) ); }
Will my wpform work without those lines? And if not, can I add
amp-state
after closing<amp-mega-menu>
manually as static?The validation error occurs if the wp forms shortcode is in the
<amp-mega-menu>
component.Forum: Themes and Templates
In reply to: [Neve] CPT UI – Neve Options MissingI found a fast-fix solution.
Filled all necessary theme meta fields in “Custom Fields”.
https://ibb.co/5FyHBmd- This reply was modified 3 years, 3 months ago by egornmore.