Elementor 3.17 Update Broke My Forms — Here’s the Fix
Everything looks fine for about twelve seconds. Then the contact forms stop submitting. No error message. No console warning. Just… ...
Everything looks fine for about twelve seconds. Then the contact forms stop submitting. No error message. No console warning. Just… ...
Someone just exploited a hole in WordPress core that lets them take over your server without logging in. Here's what ...
Updated Elementor and your site broke? I walk through the actual fixes that worked when it happened to a client ...
So if you follow along in the video, I refer to this blog post for you to enter code at ...
So if you follow along in the video, I refer to this blog post for you to enter code at certain points, so below is everything you will need!
All Images used for the website tutorial:
Please guys, these images are just to help copy the style of the website for learning purposes.
I don’t own any rights to the copyrighted material.
The Following are the css class names I used in the tutorial:
feastanimationbackground
feast-movement-reverse
feast-movement-2
banner-button
feast-twist
feast-movement
feast-shadow-animation
The Following code goes into the Banner Button:
.banner-button:hover{
box-shadow: black 4px 4px 0px!important;
border-radius:6px;
}
The Following code goes into the Carousel:
selector .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
-moz-transition-timing-function: linear !important;
-o-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
The Following code goes into the Form Custom css:
selector .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
-moz-transition-timing-function: linear !important;
-o-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
The Following code goes into the Spin Animation html widget:
The Following code goes into the Floating animation html widget:
The Following code goes into the Shadow animation html widget: