Email Sender Name and Sender Email Settings You can manage the email sender options from: Theme Options > Email Management > Emails Settings These settings control the sender identity used by WPResidence when the theme sends emails from your website. What These Two Fields Control Emails will be sent from name? controls the sender name […]
FAQ
Database query – How the theme works
How WPResidence Search Queries Work WPResidence uses the standard WordPress database structure and the WordPress query system when loading properties, search results, and other database-related content. For property searches, WPResidence uses the WordPress API, mainly the WP_Query class. You can read more about WP_Query in the official WordPress developer documentation: WP_Query WPResidence Does Not Use […]
Image is not showing on Safari browser.
Image Is Not Showing in Safari Browser If an image loads correctly in other browsers but does not show in Safari or iOS Safari, please check the image file name. Safari can be more sensitive when image URLs contain special characters, accented characters, quotation marks, spaces, or unusual symbols. Examples of characters that can create […]
Facebook Share doesn’t share image or text. What to do.
Facebook Share Image or Property Info Does Not Show on the First Share In some cases, Facebook may not show the correct property title, description, or image the first time a property link is shared. This usually happens when Facebook has not yet scraped the page, when Facebook has cached old information, or when the […]
Which are the theme default fields for a property
Default Property Fields in WPResidence WPResidence includes several default property fields used when creating or editing a property from the front-end submission form or from the WordPress admin area. These fields are part of the default property structure used by the theme. 1. Location Fields The property location fields are displayed in the Listing Location […]
Too many database queries – What does it mean and how to solve
Make sure you have the pins uploaded in Theme Options > Map > Pin Management. Theme default pins are offered in the theme pack in .png format. You can edit these images with programs such as Fireworks. Important: When you edit/add default categories and actions, you’ll need to upload new Pins even if you don’t use […]
How to add a new font (that it is not in Google Fonts)
You can add a new font with wordpress plugins. A possible plugin is https://wordpress.org/plugins/easy-google-fonts/ Add a new font through code In order to add a font that does not come with the theme, you need to install the font first. 1 copy the font files in the theme root (where is style.css) 2. In style.css stylesheet […]
How to remove Favorites option
In order to remove Favorite, you need to follow the below steps: Step1: Delete Favorite page so the Favorites no longer appear in User Dashboard: Step2: Remove Heart icon from property Unit. Use the below custom CSS: .icon-fav-off, .icon-fav-on { display: none; } Step3: Remove the add to favorites from Property Page Use the below […]
Google Maps Zoom in Advanced Search Results page, Properties List page and Taxonomy page.
Google Maps Zoom on Advanced Search Results, Properties List, and Taxonomy Pages This article applies to the map shown on the following pages: Advanced Search Results page map Properties List custom template map Property taxonomy page map, such as category, action, city, area, or county/state archive pages When Google Maps is used as the header […]
User cannot register – Message Call to Undefined Function checkdnsrr()<
Error: Call to Undefined Function checkdnsrr() If users cannot register and you see an error similar to this: Call to undefined function checkdnsrr() in ajax_functions.php this means the server PHP configuration cannot use the checkdnsrr() function. What checkdnsrr() Does checkdnsrr() is a PHP network function used to check DNS records for a domain. In WPResidence, […]
Image Upload Error: Error-200, Message: HTTP Error
Image Upload Error: Error-200, Message: HTTP Error If you see this error while uploading images or files in WordPress: Error-200, Message: HTTP Error this usually means the upload request was interrupted, blocked, or could not finish correctly on the server. In many cases, this is related to server upload limits, PHP execution time, memory limits, […]
Image Upload Error: Failed to Write File to Disk
Image Upload Error: Failed to Write File to Disk If you see this error when uploading an image in WordPress: Failed to write file to disk it means WordPress could not save the uploaded file to your server. This is usually related to server permissions, temporary upload folder settings, or available disk space. It is […]
White Screen. The site is experiencing technical difficulties
White Screen or “The Site Is Experiencing Technical Difficulties” Error If you try to publish or edit a post, page, or property and the website shows a white screen, or if you see the message: The site is experiencing technical difficulties. this means WordPress encountered a server-side PHP error and could not complete the request. […]
Add property (set_time_limit() warning)
Warning: set_time_limit() Cannot Set Max Execution Time Limit If you see a warning similar to this: Warning: set_time_limit(): Cannot set max execution time limit due to system policy in /wp-content/themes/wpestate/user-dashboard-add.php on line 7 it means the server does not allow PHP scripts to change the maximum execution time from the website code. This is usually […]
Fatal memory Error
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 Solution: Increase memory Help: https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php Notes: Some plugins eat a lot of memory. Example WPML needs at least […]
Emails are not sent. I don’t receive emails.
If emails are not received from the theme, the first thing to verify is whether standard WordPress emails are working correctly. This is important because theme emails depend on the same server email functionality. If WordPress itself cannot send emails, theme emails will not work either. Quick Menu 1. Start with standard WordPress email tests […]
Menu is not saving
Menu Is Not Saving or Menu Location Is Lost If you have many menu items in your WordPress menu, you may notice that the menu is not saved after adding new elements, or that the menu loses its assigned location. This usually happens because of a PHP server setting called max_input_vars. Why This Happens When […]
SOURCES AND CREDITS
Bootstrap FrameWork Colorpicker PrettyPhoto Google Maps API 3 Images are free for personal and commercial use from http://morguefile.com/ Listing icons are free from commercial and personal use, from http://thenounproject.com/ Some of the photos used on the homepages demos are free: to Share — to copy, distribute and transmit the work to Remix — to adapt […]