Hi, I have problem with displaying theme options. You can see screenshot here: I tried delete and again upload theme via ftp. I tried also to disable all plugins and options are still broken. At the beginning it was ok. When I open console mode and I try to open theme options, it report many mistakes – for example: “Failed to load resource: the server responded with a status of 404 (Not Found)”.
Can you help me?
Hi Jakub!
Add the following to a php.ini file and upload it to your wp-admin folder
max_execution_time = 500
max_input_time = 500
memory_limit = 128M
max_input_vars = 3000
Cheers!
Arvish
Memory limit is set to 256 Mb, it made my hosting provider yesterday.
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Hi!
Please post a link to the website.
Best regards,
Josue
Hi,
link is http://www.kvdetail.sk.
Hi!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Also make sure that files have correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Regards,
Yigit
Hi!
There seems to be some sort of server configuration activated, the theme resources are being redirected from:
http://website.sk/wp-content/themes/enfold/framework/css/avia_admin.css?ver=2
To:
Cheers!
Josue
Hi,
last week I set up in .htaccess redirection of /wp-content/themes/enfold/framework/. I added to .htaccess a lot of 404 URLs, and this one I do not know how it got there. :) Now I deleted that redirection and problem is solved. Thank you for your help!