Blog

Our latest posts
5 Tips for Elementor Website Developers

5 Tips for Elementor Website Developers

SHARE
Picture of Alex
Web Designer & Developer and Elementor expert with 15+ years of experience, I commit to providing the highest quality web services and technical support to my clients. My resume includes the United Nations, Civil Society Organisations and Private Sector clients across Europe, the Middle East and Africa.
You might also be interested in

Tip 1: How to Display the Copyright Year Dynamically in Elementor

This article shows how easily you can dynamically display the copyright year in Elementor. Applying this tutorial will anticipate a wrong year on your copyright statement in case you forget to update it. It can also maintain your website’s credibility because your copyright year is constantly updated.

To display the year dynamically, drag the title or text editor widget (or any other widget which supports dynamic tags) to where you want it to be displayed. In our example, in the footer part of the website along with the copyright statement.

We want to include the following text with the year always displaying the current year:

© 2024 Alex Design Lab. All rights reserved.

In the widget, click the dynamic tags icon next to the text field and select the Current Date Time option from the list. Next, click on Current Date Time to go to Settings and make the following changes:

  • Date Format: Custom
  • Custom Format: Y


Finally, go to the Advanced section to add the desired text. In our example:

  • © (with a space in the before field)
  • Alex Design Lab. All rights reserved. (with a space in the after field)

This is it. Publish or update the page or template and you can celebrate the new year now in peace 🙂

Tip 2: Hide ReCAPTCHA

Google reCAPTCHA v3 is an effective way to protect your WordPress website forms from spam. Unfortunately, the reCAPTCHA badge is annoyingly visible on all your website pages. This article shows how to hide the reCAPTCHA badge from your website easily, follow the instructions below.

In your WordPress dashboard, go to Appearance and Customizer. Click Additional CSS and add the following code:

				
					.grecaptcha-badge { visibility: hidden; }
				
			

Save and preview in frontend. The badge should now be hidden from your website.

According to Google, you are obligated to add a disclaimer in connection to your forms if you hide the reCAPTCHA v3 badge:

“You are allowed to hide the badge as long as you include the reCAPTCHA branding visibly in the user flow. Please include the following text:”

This site is protected by reCAPTCHA and the Google

				
					<a href="https://policies.google.com/privacy">
    Privacy Policy</a> and
<a href="https://policies.google.com/terms">
    Terms of Service</a> apply.
				
			

Tip 3: Disable All WordPress Updates

It would be best to disable all automatic updates on your website, including WordPress, Theme and plugins and do it manually in a controlled environment. It often happens that something goes wrong during the updates, and it might affect the website, even brake the design. I usually manually update my websites and clients’ websites once a month and test them properly afterwards.

There are two ways to disable all updates: by adding code to your wp-config.php file:

				
					define( 'WP_AUTO_UPDATE_CORE', false);
				
			

or using a plugin, for example, Disable all WordPress Updates.

Remember that regularly updating WordPress, plugins, and themes is crucial for the security, performance, and functionality of your website.

Tip 4: PHP Memory and Maximum Execution Time

The more Elementor 3rd party plugins installed on your website the more assets will be loaded into your editor page and the more time it takes to load all those assets. To improve editor load and update speed, you can increase PHP Memory Limit & Maximum Execution Time.

First, check your PHP Memory by navigating to Elementor and System Info in your WordPress dashboard. If it is less than 512 Mb, we recommend increasing it by following the steps below:

Using FTP or other means, access your wp-config.php file, located in the root directory of the WP website.

Add this line at the very end of the code to increase the Time Limit to 300:

				
					set_time_limit(300);
				
			

Add this line just before the line that says, “Happy publishing”:

				
					define('WP_MEMORY_LIMIT','512M');
				
			

Save changes to wp-config.php file and go to Elementor and System Info to ensure that PHP configuration has been updated.

Tip 5: Utility Plugins for your Elementor Website

© 2024 Alex Design Lab. All rights reserved

Privacy Policy

Who we are

ALEX DESIGN LAB
https://alexdesignlab.com

Comments

When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.
An anonymised string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Cookies

If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.
If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.
When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.
If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.
These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Who we share your data with

If you request a password reset, your IP address will be included in the reset email.

How long we retain your data

If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognise and approve any follow-up comments automatically instead of holding them in a moderation queue.
For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Visitor comments may be checked through an automated spam detection service.