Page layout is very different from what was advertised.

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

We have an update coming next days that have the import demo function updated and it may help.

AJ Hodge
5 years ago

Alex,  the increases were made by my provider, but the package is still not working.  What do you advise next?

Alex Gurghis Support Agent
5 years ago

I'm sorry but I can't.

AJ Hodge
5 years ago

Are you able to provide step by step instructions on how to increase these 2 things on the host providers end?



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
AJ Hodge
5 years ago
Wordpress is not excepting it. I am getting an error code. Please see screenshot attached. 
Alex Gurghis Support Agent
5 years ago

Hi,

Have you imported the demo content?

AJ Hodge
5 years ago

Hi, 

The site is very different from what was advertise. How would I get it to look the same.?