⚠️ Important: Disable LiteSpeed Cache Before Demo Import ❗ Why This Matters If your hosting provider (such as Hostinger) automatically installs the LiteSpeed Cache plugin, it is critical to disable all caching features before importing the demo or working on your site. Failure to do so can lead to: Missing images or content Incomplete demo […]
Installation FAQ
There was a problem with your action. Please try again or reload the page.
Error When Saving Theme Options: Error Message:“There was a problem with your action. Please try again or reload the page.” How to Resolve This Issue If you encounter this error while saving Theme Options, please check the following: Test with a Clean Theme and Default Demo Options Switch to the default theme version without any […]
404 – Page Not Found on Properties and Categories pages
The Core Plugin Functionality plugin manages the theme’s custom post types. After installing and activating it, you may encounter 404 – Not Found errors on Properties pages, Archives, or Category pages. The same can happen when you change the Permalinks Names from Theme Options. If you see a Page Not Found error for Properties or […]
The link you followed has expired
If You Get the Error “The link you followed has expired” During Theme Installation Please check the following: Make sure you are following the correct installation process:Theme Installation Guide Verify that your server meets all requirements, especially the maximum upload file size:WordPress Server Requirements for WpRentals If your max upload size is too low, this […]
What is HTTPS? How to Use SSL / https
HTTPS (Secure HTTP) is an encryption protocol that secures the connection between your users’ browsers and your server. This encryption makes it much harder for hackers to intercept or eavesdrop on data transmitted between them. How to Enable HTTPS in WordPress Settings If you are starting a new site or want to use HTTPS across […]
Website Speed Tips
System Requirements To use WP Rentals, ensure your setup meets the following requirements:✅ WordPress: Version 6.0 or higher✅ PHP: Version 8.0 or higher (affects site speed) Enable Wp Rentals Cache WP Rentals includes a built-in caching system that optimizes key elements like property listings and widgets. Why Use It? ✅ Reduces database requests✅ Improves page […]
How to find Google Maps coordinates latitude and longitude
How to Find Latitude and Longitude for Google Maps Go to Google Maps. Find your desired location on the map. Right-click directly on the location. Click on the coordinates shown at the top of the menu.The coordinates will be automatically copied to your clipboard. Setting Coordinates in WpRentals Global Header Map Go to Theme Options […]
“Are you sure you want to do this?” Message on installation
Error Message: “Are you sure you want to do this?” This message appears because your maximum upload size limit is less than the size of the theme file you are trying to upload. For example, if your upload limit is set to 2MB and your theme’s zip file is 10MB, the upload will fail. Increase […]
Fixing “Call to undefined function checkdnsrr()” Error in WordPress
Issue You may encounter this error message in the ajax_functions.php file or similar when the PHP function checkdnsrr() is called but not found: Call to undefined function checkdnsrr() This error occurs because the PHP DNS functions extension (which includes checkdnsrr() ) is missing or disabled on your server. Why This Matters The checkdnsrr() function is […]
Troubleshooting WordPress Media Upload Errors: HTTP Error (Error-200) and “Failed to Write File to Disk”
If you encounter an HTTP Error (Error-200) during media file uploads or the message “Failed to write file to disk”, these indicate server configuration or permission issues that need to be addressed. Resolving HTTP Error (Error-200) This error is related to server execution limits when uploading files in WordPress. Solution: Open wp-config.php in your sites […]
Understanding the WordPress White Screen of Death (WSOD)
What is the White Screen of Death? The White Screen of Death (WSOD) in WordPress is a frustrating issue where your site displays only a blank white screen, with no content or error messages. This problem prevents access to both your front-end and sometimes the admin dashboard. Why Does It Happen? The most common causes […]
set_time_limit() Warning in WordPress: How to Fix It
What the Warning Looks Like You may see a warning message like this: Warning: set_time_limit(): Cannot set max execution time limit due to system policy in /customers/5/5/9/site.com/httpd.www/wp-content/themes/…… Warning: set_time_limit() has been disabled for security reasons in /path/to/file.php on line X This warning indicates that the PHP function set_time_limit() is disabled on your server. This function […]
Fatal Memory Error in WordPress: How to Fix It
What the Error Looks Like You might see an error message like this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home/username/public_html/site1/wp-includes/plugin.php on line xyz Fatal error: Out of memory (allocated 18612224 ) (tried to allocate 491520 bytes) in/home/username/public_html/site/wp-includes/canonical.php on line 257 This means that WordPress has hit […]
The package could not be installed. Theme is missing the style.css stylesheet error
A common issue when installing WordPress themes is receiving the error message:“The package could not be installed. The theme is missing the style.css stylesheet.” This usually happens if you upload the wrong file. When downloading your theme, you generally have two options: Installable WordPress Theme file only (usually a single zip file, e.g., wprentals.zip). All […]