-
Author
-
June 23, 2015 at 18:23 #64538gmcsmithParticipant
Any change made in Theme Options -> General Settings fails to save. Error message received is, “There was a problem with your action. Please try again or reload the page.”
June 23, 2015 at 18:44 #64541AndreiModeratorHi,
Firstly please be sure you have the last version of your theme which is 3.0.2, and after that try to add the following function to your functions.php file:
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
Let me know if this fixed your issue.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 23, 2015 at 19:02 #64550gmcsmithParticipantI added the code but it was not successful.
I am unable to make any adjustments to the demo material using the visual composer or make any changes to theme settings. I continue to receive the same error message and nothing will save.
For example, I attempted to upload a favicon and it will not save. I attempted to modify text and it will not save.
June 23, 2015 at 19:06 #64553AndreiModeratorCan you please provide us credentials to your wp admin area and a ftp account so that we can give a closer look into this issue ?
Looking forward.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 23, 2015 at 19:27 #64560AndreiModeratorDon’t forget the user and the password of your admin account.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 23, 2015 at 20:18 #64575AndreiModeratorFixed, you just had a memory usage limit on your hosting settings. Fixed it from your wp-config file.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 9, 2015 at 13:22 #67460CalCreateParticipantHi, I am having this same problem. Can you help me fix it?
July 9, 2015 at 14:21 #67463AndreiModeratorHi @calcreate,
Please give a look at my above given solution or please try to increase your php memory limit:
http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.htmlCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 9, 2015 at 14:59 #67464CalCreateParticipantHi,
I have changed the wp-config file. Still getting the same error. I don’t have the php.ini file and I tried to change the .htaccess file but then I would get 500 internal server error.
July 9, 2015 at 15:03 #67465AndreiModeratorThen please contact your hosting support and ask them to increase your php memory limit as in the given article because you might not have access to modify it by yourself.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.