how to add a field for selecting a ready-made template for loop items created in theme builder to custom module elementor
I’m creating a custom elementor module with a repeater in it, and for each repeater element I need to select a ready-made template from the created loop items. How to do this?
sos on wordpress login/register page
hello everyone i will try to sum everything up,
i have wordpress.org + elementor + hostinger host
ive created a login and register page with elementor using custom code ive used the html css and js,
now i want to link the forums ive created to database like using php my admin and just let this work good adding otp function
please help me on that i will be very grateful
Pass data from Elementor Section/Container to child widgets
I’m injecting a custom control section to the container widget including a Custom field. Now, I want to get the value from this field, modify it, and then output it along with the child heading widget.
Responsive Text Control in WordPress Elementor?
Currently I’m trying to create a custom Elementor Widget and I thought I understand the basics pretty well at this point until today. I can’t seem to figure out how to properly add a responsive control of the text type. I know this might be untypical to do but I need it for this specific case. I want the user to be able to add some CSS values. My current Code looks like this:
Server Error When Saving Custom Elementor Widget Configured via Unified Class and Array Structure
Description:
I am developing Elementor widgets for a more efficient approach. Rather than creating separate classes for each widget, I prefer to use a single class to handle multiple widgets. To achieve this, I want to dynamically configure each widget’s properties and fields using an array structure.
WordPress Elementor Form – Redirect post submission
I’ve been searching endlessly for a solution but i cant seem to get my custom code to not produce a parsererror message when trying to redirect.
Elementor Forms API – Set different headers for Email 1 and Email 2
I am currently trying to dynamically add CC email addresses to an Elementor form’s email through the WordPress functions.php file. My client wants me to only add the CC email addresses when a specific value from a drop down / select field is selected. I’ve managed to get it to work but now it adds those CC email addresses to both emails. (Reference: Add CC or BCC email addresses dynamically when submitting a Elementor form, through the WordPress functions.php file)
Add CC or BCC email addresses dynamically when submitting a Elementor form, through the WordPress functions.php file
I am currently trying to dynamically add CC email addresses to an Elementor form through the WordPress functions.php file, but I can’t seem to figure it out how. My client wants me to only add the CC email addresses when a specific value from a drop down / select field is selected. Not for the whole form.
Display Singular Post content with Elemntor Template Library in REST API
I have Created A Single Page Template in this I have added a feature image widget, Post title widget, social media widget, and post content image and I applied that template to all post. now I have the REST API in which I am using [elementor-template id=”‘.$post_id.'”] shortcode to get the particular blog page as HTML. now I can get post content but not able to get other widgets like feature image widget, Post title widget, and social media widget. Please if you guys can help me to solve this. below is the code