Home page search

Closed
casaRoyal - Real Estate WordPress Theme casaRoyal - Real Estate WordPress Theme December 14, 2018
Login to reply
Alex Gurghis Support Agent
5 years ago
Resolved.
Alex Gurghis Support Agent
5 years ago

This happens because of max_execution_time, memory_limit and maybe because of upload_max_size limit. Those are server settings that can be changed. You can ask the host provider to increase the limits or you can change them in php.ini file:

memory_limit = 256M
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000



or in .htaccess file:

php_value memory_limit 256
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 1000
bryan long
5 years ago

I tried to do the demo site and it failed every time

Alex Gurghis Support Agent
5 years ago

Hi Bryan,

What I sent you is not the code, is the content of the page. After you copied it edit the page using Visual Composer, you can do it in back-end or in front-end.

The background image can be changed within a few clicks when you edit the page with Visual Composer not in code.

The casaRoyal Advanced Search Widget has all the search fields you see on our demo.

You can run the import demo to have your website like in our demo and after that to modify it like you want.

bryan long
5 years ago

Yes, but if you show it in your preview it should be part of the template. I shouldn’t have to manipulate all the code to create something you show as in the template. That code you send did not work perfectly. How do i change the background image or what line in the code is that? Also how do i change which item allows you to search? I want to search by Number of bedrooms not just status.

Alex Gurghis Support Agent
5 years ago

Regarding the page with search and image behind it, do you mean this:https://casaroyal.fantasythemes.net/ ?

I attached the content of this page.

Alex Gurghis Support Agent
5 years ago
Now go to Dashboard -> Appearance -> Widgets -> and add in Listing Sidebar -> casaRoyal - Advanced Search Widget
bryan long
5 years ago

I did what you said and this is what my page looks like.  It does not have the search boxes only the default thing

http://www.carillon-beach-florida.com/

bryan long
5 years ago

How did you do this page? https://preview.themeforest.net/item/casaroyal-real-estate-wordpress-theme/full_screen_preview/22662762?_ga=2.83595984.719751509.1545086790-2004905921.1539135897

I want it like that with the image in the back and then the search.  


This is my page and i do not want to use the GOOGLE API map and pay that fee. 

Alex Gurghis Support Agent
5 years ago

Hi,

We have a page without the map on top. Create a new page -> from page templaet select Property Grid Listing Template. Just go on Customizer -> casaRoyal: Pages -> Select Properties Search Page for Advanced Search Form and select the age you just created.

Regarding the City and Type options, we will need a link to take a look.

bryan long
5 years ago

How do i get the search page that you have on the demo page?   I don't want to use the google maps api, i just want to put a pic of the map of the area i'm using and the only "search properties" page i can find is the one with the google  maps behind it.   Also on that search page i can't get the "city" "type" etc.. options to show up like you have?