Weeblramp is stripping classes differently on Chrome, Firefox, and Safari.
In the inspector on this page (in all three browsers): https://wdwprepschool.com/amp
In Chrome: search for "home-card" and "home-cards". You'll see only "home-cards" on the <section> element, but no "home-card" classes.
In Firefox and Safari: search for "home-card" and "home-cards". You'll see only "home-card" on a child <div> element, but no "home-cards" class on the parent <section> element (like you see in Chrome).
This is a huge setback because it means we have to check every single browser to make sure changes are getting applied appropriately. Sometimes, if you target the parent element versus the child element, the CSS rules don't apply without adding "!important" which isn't allowed in this plugin's custom CSS, so we effectively have to rewrite many rules (leading to double the work).
We are using Elementor, and we've checked the "Elementor" integration box in the appropriate settings page.
PLEASE HELP!
In the inspector on this page (in all three browsers): https://wdwprepschool.com/amp
In Chrome: search for "home-card" and "home-cards". You'll see only "home-cards" on the <section> element, but no "home-card" classes.
In Firefox and Safari: search for "home-card" and "home-cards". You'll see only "home-card" on a child <div> element, but no "home-cards" class on the parent <section> element (like you see in Chrome).
This is a huge setback because it means we have to check every single browser to make sure changes are getting applied appropriately. Sometimes, if you target the parent element versus the child element, the CSS rules don't apply without adding "!important" which isn't allowed in this plugin's custom CSS, so we effectively have to rewrite many rules (leading to double the work).
We are using Elementor, and we've checked the "Elementor" integration box in the appropriate settings page.
PLEASE HELP!