Please let me know if there is any possible solutions.
]]>The backgrounds in Tablet and Mobile ran. When I checked the Position and Size, I noticed that the amount sliders (Width, Offset top, Offset left) were missing.
I’ve downgraded Elementor back to v3.6.8 for now.
]]>I’m referring to your YT-Video THE LAYOUT CLASS (07/07) on 5:55min
Trying to replicate your steps in Column > Advanced > PSEUDO > Position and Size
Issue:
“Offset”-Toggle gone on MOBILE-VIEW when “Calc Offset”-function set on DESKTOP-VIEW.
Workaround:
NOT using “Calc Offset”-function on DESKTOP-VIEW, but only “Offset”-function, which then remains visible on MOBILE-VIEW.
BTW: I’m working with HELLO THEME, ELEMENTOR PRO with additional Breakpoints activated;)
Best Regards
]]>Thx
]]>Access to CSS stylesheet at ‘https://use.fontawesome.com/releases/v5.15.3/css/all.css’ from origin ‘https://grskate.wordifysites.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Access to CSS stylesheet at ‘https://use.fontawesome.com/releases/v5.15.3/css/v4-shims.css’ from origin ‘https://grskate.wordifysites.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
However, if I explicitly embed an icon with html, it loads just fine.
]]>Thank you for your hard work!
]]>Great plugin, I noticed the Pseudo Position and Size options do not display, the other sub options do though. I tried disabling plugins and nothing seems to work. The Pseudo element doesn’t even display at all in the editor, only when I load it on the frontend.
Any idea why? Thanks in advance
]]>#editor div[data-block]:after,
.advgb-block-container .advgb-block-bottom-divider {
bottom: 0;
}
selects all core blocks and it became noticeable when the decorative pseudo-element (::after
) of a core/button
block was selected and its bottom
position overriden.
Currently, the theme has to override this bottom: 0
with its own more-specific editor styles.