Your cart is currently empty!
Let’s talk about your project and how it aligns with your business strategy.
You can also email us at hello@wordpresstoday.agency
While working on a project, I had a multi-step form created with JetFormBuilder, I noticed there was a FOUC (Flash of Unstyled Content) problem when the page was loading and while I had a form with 4 steps, all of them were visible in a unpleasant way until the page was fully loaded. I contacted…
I needed to display seasonal pricing for JetBooking, but I couldn’t find a solution. So, I contacted Crocoblock, and they provided me with a shortcode. However, it wasn’t exactly what I was looking for. I needed only the price per night to be returned. Based on their code, I made a few changes and created…
Recently I had to add some custom javascript/jquery code to a JetSmartFilter select filter in order to have a map show the relevant pins/markers. Since there is absolutely 0 documentation on how to add your own code I spent a few hours and I finally managed to get it right. Here is a working snippet.…
Here is the PHP code for updating JetEgine custom post type $cct_slug = “test”; // Name of the Custom Content Type. Don’t add “jet-cct-“ as JetEngine will add it by default. $cct_id = 10; //The ID of the Custom Content Type item you want to update $content_type = Jet_EngineModulesCustom_Content_TypesModule::instance()->manager->get_content_types( $cct_slug ); $new_data = [ “metafield1″…
Are you looking to take your WordPress site to the next level? Look no further than JetEngine experts. As JetEngine experts with extensive experience in dynamic data, REST API, Profile builder, and custom code, we can help you unlock the full potential of your website and improve your overall user experience. JetEngine is a powerful…
A few days ago I was working on a project that was using JetFormBuilder and JetEngine CCTs via REST API and I needed some custom functionality between a form created with JetFormBuilder and the website. I spent a lot of hours trying to figure out how to create/update/delete JetEngine CCTs using PHP code and I…
Hey there! If you’re looking for a tutorial on how to use Elementor, you’ve come to the right place. In this post, I’m going to walk you through the basics of using Elementor, step by step. Whether you’re a new user or a seasoned pro, this tutorial will give you all the info you need…
In this tutorial, we will explain to you how to use FileZilla to upload your website. With SiteGround you get unlimited FTP access and unlimited FTP accounts. FileZilla is fully compatible with our hosting services. If you would like to change your host, our professionals will assist you with your website files and database transfer.…
cPanel makes some stuff easier. One of the things you can do in cPanel that will help you save a lot of time is create a database and a MySQL user. In this tutorial we will show you how you can configure a fresh MySQL database and a cPanel user using the MySQL Database Wizard.…