For a client, I was using a form built with Formidable Forms plugin. In Elementor, I added this piece of code: This code worked perfectly fine and the SVG was inserted. However, after changing the form to an AJAX form, the code above is no longer working. Does anyone have any idea on how this Javascript can be working in
Tag: elementor
How to make active button color in jquery?
This is the code I use in Elementor to make a custom tab section. All thing is working but my active tab does not show any active color. I want to make tab active color like the navigation menu active color. Answer you can create class “active-button” and add to your element when get actives. } and when other buttons
PhpStorm: Highlight Elementor Backbone Templates
Is there a way to highlight Elementor Backbone templates in PhpStorm? The code is gray and sad at the moment. Answer PhpStorm does not support code highlighting in the Elementor backbone template. You can check out this comment thread on the Elementors GitHub repository.
URLs attributes BEFORE DOM ready event
I am working on this test page: https://www.incaet.it/progetti-edit-2/ As you can see there are 2 buttons “_blank” and “_BLANK”, later I’ll explain their purpose. Since I’m editing this page with elementor (wordpress) I am able only to assign to the media gallery (the projects you see) an image and an URL without declaring any HTML. The goal would be to
How to make this code work with .each function?
I have the following piece of code in a script tag that I need to get working for all #tel ID elements on the page. I can only get it to work for the first #tel element. I’ve been trying to use .each function – but no luck… The reason being is that I can’t seem to get the ACF
How can I recreate the clickable image carousel?
My question is how can I recreate the image menu (actually I don’t eve know what’s the proper name) from this site: https://bacc.cc/ ? The one at the “Discover friends, family, and purpose” section. Is it possible with elementor only or JS is necessary? Thank you. Answer Best to use a library than create your own. They could be using
Close Elementor Popup with JavaScript
I have a popup created with Elementor that plays a video when opened. I am trying to get it to close after the video if finished (say 90 seconds), but I can’t find how to close an element or Popup with Javascript. I have tried something like this https://github.com/elementor/elementor/issues/7085, but as it’s not a click action, just a wait and