FAQ

Technical: remove the dark overlay over images in property card unit

Add this as Custom CSS to remove the dark overlay for images in card property unit .listing_main_image_photo_slider_item .price_unit_wrapper, .blog_unit_back .price_unit_wrapper, .property_unit_v3 .price_unit_wrapper, .wide_property .price_unit_wrapper, .property_unit_v1 .price_unit_wrapper, .property_unit_v2 .price_unit_wrapper { background-image: none; opacity: 0; } Note – The CSS was verified for card type 3  

How to modify theme default text to a different wording with Loco Translate or Poedit

CONTENT LOCO TRANSLATE POEDIT Theme Options labels You can translate WP RENTALS default text in any language with POEDIT or LOCO TRANSLATE plugin This includes modifying English terms and replacing them with your English terms (like Zip to Postcode and so on). How to translate the languages with LOCO TRANSLATE plugin In order to rename theme words, you […]

Random Order for Search Results – Half Map

First of all please be aware that random order can dramatically increase the page loading time – especially when other database queries are made like in advanced search case.  We DO NOT recommend this. If you want to go further – Open property_list_half.php file – at line 133 you have $order_array        = […]

Can I hide or remove the map?

Pages, Post, Owners Set global header to what you wish from Theme Options -> General Settings -> Header Taxonomy and Search Results Make sure you use the standard style for search results and taxonomy pages Change the header to categories/taxonomies to something else than google maps Advanced Search Results page will take the header as […]

Image Thumbs – How they are used

You must have thumbs to be sure your site loads fast. This is best practice in wordpress. For example, if you upload a 5000 x 700 px image and you use that in a page next to other 30 images like that, your site would take forever to load. We do not recommend deleting any rule […]

Theme Options-Design-Custom CSS

You may wish to modify some design elements and that may require using a custom css. You can add custom css in Theme Options > Design > Custom CSS. The modifications you do here are NOT overwritten when you do a theme update. The theme offers a basic child theme in the theme pack. This allows you to make changes to your site […]

Can I change City and Neighborhood to different text labels?

First of all, please note that In WPRentals the theme is designed to save the cities/areas and states based on values added in the submit form. They shouldn’t be added from admin as the search may not work. Also, properties must be added on front end only. Also, the theme work with google places autocomplete, […]

Can the theme work with multiple rooms in the same property?

Unfortunately this is not a feature we support. Each property/room you wish to rent must be an individual property. To manage bookings by room in a single property and each room to have its own price / availability calendar and all other options we support now is a technical situation we may not be able […]

How to use a Cache Plugin with Measurement Widget + Multi Currency Widget + Login

As long as you use any cache plugins, the plugins will cache cookies as well. You can set to exclude all these cookies from your caching system (applies to multi currency, multi-measurement widgets) my_custom_curr my_custom_curr_pos my_custom_curr_symbol is_user_logged_in wpestate_favoritesCopy Copy EX: How to exclude from Fastest Cache plugin Exclude these cookies from being cached is_user_logged_in Ex: […]

Problem: Can’t add property. Solution: Add Google Api Key

You must be sure you have a valid Google Maps API added in theme options, or else the CITY field (which uses Google Places) won’t work, and without CIty (which is a mandatory field), the submit will not go through to the next step. To add API key follow these steps: https://help.wprentals.org/article/google-maps-api-unable-to-load-the-map-and-shows-error-this-page-didnt-load-google-maps-correctly-see-the-javascript-console-for-technical-details-2/  

About non latin usernames in register form, facebook login and google login

It is a known fact that per default WordPress does not allow to use special characters in usernames. Non-latin characters are silently filtered out and your users cannot create accounts containing cyrillic (russian) or arabic letters. You can find many info on this online – example: https://wordpress.org/support/topic/problems-with-allowing-non-latin-characters-in-usernames You can test by creating an username from admin – […]

500 Internal server Error

The error message: Intrusivo 70 http://site.com/wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 500 (Internal Server Error) This error says two things: a. server responds with status 500 Please contact hosting to confirm what that means. b. JS error in wordpress files (wp-admin/admin-ajax) That is wordpress file and if wodpress errors […]

“Are you sure you want to do this?” message on installation

This message shows because your upload limit is less than theme size. You need to change this PHP value (server value) upload_max_filesize in PHP.ini to at least 10MB Your options are: 1. Increase max upload size via hosting (with hosting support help or by modifying your php.ini) Locate the php.ini file inside the wp-admin directory (if […]

Technical – User cannot register

The error message: Call to undefined function checkdnsrr() in ajax_functions.php” file. Solution: Check and enable the missing PHP module: http://php.net/manual/en/function.checkdnsrr.php The best solution is to have that module enable because this function checks emails validity and does not allow suspicious email addresses to be registered. The 2nd solution is to delete the code that asks […]

Image upload HTTP error

In case of this error message:. Error-200, Message: HTTP Error Open wp-config.php in your sites main directory via FTP (or cPanel) Scroll to the line which reads/* That’s all, stop editing! Happy blogging. */ Add the codeset_time_limit(60);above the line/* That’s all, stop editing! Happy blogging. */text Set the set_time_limit(300); Some hosting companies may not allow […]

Image not uploaded Error

In case you get this error message when you upload an image: “Failed to write file to disk” Check this solution: This message is related to WordPress files that connect to uploads. Our recommendations are: – Check that upload folder permissions are 777 or 755 – help http://codex.wordpress.org/Changing_File_Permissions – Check with your hosting to see […]

White screen

Cause: A white screen is usually generated by an error, which is not visible. IN 99% of the cases most the problem is a limited memory or fatal errors  generated by plugins conflict. Solutions: a. If you can access the Administration Screens try deactivating all of your Plugins and then reactivating them one by one. If you […]