prvyzbor
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
My site suffered exactly the same error. After a lot of time spent debugging I was able to deactivate the plugin via FTP but am unable to delete it or reactivate it. Please, fix this issue ASAP. It’s quite unimaginable that a simple minor plugin update would completely break not only the live site but even the wordpress admin!
Forum: Plugins
In reply to: [Simple Custom CSS and JS] JS and CSS not affecting Elementor builderThanks for the tip. Tried it, no change.
Forum: Plugins
In reply to: [Simple Custom CSS and JS] JS and CSS not affecting Elementor builderHi,
I am using the free version of Elementor. Tried your example, still no visible change in the edit mode.
For better description, here are some screenshots and code that I am using:
My JS:
let vh = window.innerHeight * 0.01; document.documentElement.style.setProperty('--vh', <code>${vh}px</code>); if(window.innerWidth >= 767){ window.addEventListener('resize', () => { let vh = window.innerHeight * 0.01; document.documentElement.style.setProperty('--vh', <code>${vh}px</code>); }); }My CSS:
.top-section{ height: 100vh; height: calc(var(--vh, 1vh) * 100); }View in Elementor: https://tinyurl.com/2rvd7fr5
Live view: https://tinyurl.com/5ccbmdvr
Viewing 3 replies - 1 through 3 (of 3 total)