jrevillini
jrevillini
I figured out why all event handlers for the window's load event are getting cancelled out. It's waypoints.min.js which comes packaged with elementor and may or may not be loaded...
What sucks is that [the override occurs outside any function call in waypoints](https://github.com/imakewebthings/waypoints/blob/34d9f6d77016cb9ed7884963c522e140fb8f8dc3/lib/noframework.waypoints.js#L463), so I can't even envision writing any code that would avoid this. I was about to code...
this isn't a solution but a temporary workaround: ``` function jrevillini_rewire_waypoints() { $wp_scripts = wp_scripts(); if ( wp_script_is( 'elementor-waypoints' ) ) { // LOCATION IS TEMPORARY! Get your own copy...
I would like to know when interval is supported on first slide. I notice that it fixes itself after the first cycle through all slides. Just need it to do...
Same here. Based on https://developer.wordpress.org/rest-api/reference/users/#create-a-user I believed that I could pass a json object of key/value pairs into the meta argument, but it yielded no saved usermeta in the database...
@black-eye thank you for saving me from digging in code ⭐⭐⭐⭐⭐ 5-star answer ^^^ adding some headings to help others discover this otherwise undocumented feature ### fluent forms smartcode to...
Still an issue in 3.28.1 way to light it up 🔥
> It amazes me how buggy this crappy elementor is, i told my client to buy it to make my life easier, boy was i wrong Go with the Wordpress...