How to solve Elementor form submission issues – Server error or Forms not sending emails, Emails in the spam folder, etc.

Elementor

By default, WordPress uses the PHP Mail function to send out emails from a website. Elementor also uses WordPress’s wp_mail function to send emails. The web host takes the sent email, processes it, and sends it. But if the PHP Mail function is disabled on the server, then email sending fails. More details are here. … Read more

How to add a live Ajax search in WordPress or Elementor page or Elementor popup?

Elementor

Implementation Step One: We have to add the below code to the functions.php file. It is strongly recommended to use a child theme otherwise, all your customization in functions.php will be lost after each update. Here is the code. /* *Ajax search by redpishi.com */ add_shortcode( ‘asearch’, ‘asearch_func’ ); function asearch_func( $atts ) { $atts … Read more

How to update WordPress plugin(s)?

WordPress

Login to the WordPress dashboard Hover over on Plugins Click on Installed Plugins You will see the list of the plugins that are installed Click on Update Now of the plugin that you want to update Update All Plugins Click/select the Plugin check box below Bulk Actions Click on the Bulk Actions’s drop-down arrow Select … Read more

How to install a WordPress plugin?

WordPress

3 ways we can get a WordPress plugin – From WordPress database From Third-parties Custom development Login to the WordPress dashboard On the main menu (left-sided) Hover over on Plugins Click on Add New 2 ways we can upload or install a WordPress plugin From WordPress dashboard From Server side In this article, I am … Read more

How to update WordPress theme(s)?

WordPress

Login to the WordPress dashboard Hover over on Appearance Click on Themes If the theme has an update it will appear on the theme Click on the Update now Important: It is strongly recommended that you take a backup of your website before updating the current or running theme. Tip: Don’t keep more than one/two … Read more

How to install a WordPress theme?

WordPress

3 ways we can get a WordPress theme – From WordPress (Twenty Twenty – powered by WordPress) From Third-party (Elementor, GeneratePress, Astra, etc) Custom development Login to the WordPress dashboard On the main menu (left-sided) Hover over on Appearance Click on Themes Click on Add New Theme 2 ways we can upload or install a … Read more