egornmore
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] amp-recaptcha-input component in amp-mega-menu@milindmore22,
Maybe there is a wp filter that will allowamp-recaptcha-input
/amp-state
as descendant of tagamp-mega-menu
?Forum: Plugins
In reply to: [VikRentCar Car Rental Management System] Post TypesHi,
Thanks for your help!Forum: Plugins
In reply to: [VikRentCar Car Rental Management System] Post TypesForum: Plugins
In reply to: [Front End Users] WordPress in Email SubjectHello @jaysupport,
Thanks for your help!
Forum: Plugins
In reply to: [Front End Users] WordPress in Email SubjectHi @jaysupport,
WP Mail SMTP helped, thanks! Btw, where I can find the from name?
Forum: Plugins
In reply to: [Front End Users] Can’t logoutHello @jaysupport,
I’m doing that in an incognito window and all extensions are disabled. Tested again in a different browser, and logged out from the admin dashboard, didn’t help. I can confirm that
EWD_FEUP_Login
cookie is not deleted after logout. Created a new page with[logout]
shortcode and placed the link to that page on the page where[restricted]
content shortcode was placed but the same issue occurs. Noticed that sometimesEWD_FEUP_Login
cookie is stored twice though the token is different.Noticed that on the FAQs page it says that the logout button has to appear with
[logout]
shortcode, but I can only see a successful logout message.- This reply was modified 2 years, 6 months ago by egornmore.
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Email VerifiedHi @jkleinithemes
I already have a Restrict Content Pro version. Does the plugin has a JS event “Email Successfully Verified”? I want to target redirection from email to the website.Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Email VerifiedHi @highprrrr,
After the user registers and verifies the email I want to display some sort of message fo that user that the email was successfully verified.Forum: Plugins
In reply to: [AMP] Failed to load source mapHello @milindmore22,
Thanks for the fast response, then I’ll just disable it in preferences.Forum: Plugins
In reply to: [AMP] Title Tag Position in HeadHello @fellyph,
On behalf of Nmore, thank you. Your team has been swift and resourceful. We will continue to promote AMP to our clients and as such are interested in becoming an expert.
We aim to develop a ‘best practices’ web template but not a theme just yet, and could use all the support we can get.
Once again thank you.
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgHi @westonruter, @milindmore22
I found a tricky solution that kind of fixes the validator.ampproject.org errors, but not the Google Search Console validator (not sure about this one, maybe it needs more time). I am using
wp_is_mobile()
function to detect browser user agent and then placingamp-mega-menu
in DOM only if it’s a desktop device.Therefore do I correctly assume that validator.ampproject.org validates only the mobile version of the website and Google Search Console validates the desktop version?
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgThanks, got it. I’ll keep up with your updates guys
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgIs it possible to fix validation errors without amp_enable_ssr filter?
Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgFor some reason now it appears that staging has a validation error as well.
Update: amp_enable_ssr solves the issue after resetting CDN cache!
But that function breaks rendering of the header image.Forum: Plugins
In reply to: [AMP] amp-mega-menu + am-imgJust tried to add a filter with wp action directly in functions.php – same result. I can confirm that amp_enable_ssr is disabled, some of the images are rendered differently. Does https://validator.amp.dev/ has a cache? Do I need to wait before the test?
P.S. Removed code after the validation tests