Error screenshot Failed to load resource: net::ERR_CONNECTION_REFUSED Answer It is properly enqued already and the errors you’re getting are for the different script and the script you’ve enqued are already showing the Console.log() test message you’ve added. I see there is no problem with enqueing the script, you might be dealing with some other issue, please continue with debugging.
Tag: elementor
Elementor Custom Widget Color Control does not work in live editing
I am working on a custom widget and I want to add styling configuration to the widget. One small problem that I found is that the color control in live editing does not work (It will work for preview and after save then reload). As shown below, Tab’s title and content font color does not change in live editor. When
Get current URL with PHP and change a part of it for a new url
I am working on a WordPress website for a client. I want to create a switch element through a current URL change. For instance; https://mywebsite.com/shop/CUSTOMER should change to https://mywebsite.com/shop/OWNER I have found a php code that provides me the URL of the current page. So if the visitor is on the /shop/customer page, I’ve found a way to create a
Wrong author ID output from elementor module
I create a module for elementor. I need to display the author name, choosen from the elementor admin control. I have 4 administrator. They show up correctly on control panel: admin (ID=0.) Jhon Doe (ID=1.) Jeane Doe (ID=3.) Mary Doe (ID=5.) The code for Elementor admin panel: When I choose Jeane Doe from Elementor control admin, the output on the
Update meta feild for “Elementor” _elementor_data in admin
I am trying to update url in elementor data. But…. i tried to remove slashes and add slashes back. but after saving its changed all the content with text and lost all layout… Thanks Answer Its is not possible to change url in this way. we must need to update url in database using query..
Wrapping PHP and HTML in PHP function to create a shortcode
I’m trying to create a shortcode for use in WordPress, that will allow me to use PHP and HTML functionality. I have created the shortcode and it works using simple echo Hello World, but when I try to …