Tagged: x
-
AuthorPosts
-
April 5, 2016 at 3:24 am #867292
I have cleared all caches, tried different browsers, deactivated and reactivated the license, reset the XCS file. None of these have been able to solve my problem of Customizer not saving.
Please help.
My website is stewardship.sg
April 5, 2016 at 11:14 am #867853Hi there,
Thanks for writing in! Could you please refer to our knowledge base article here to resolve any common issues (https://community.theme.co/kb/solutions-to-potential-setup-issues-customizer/).
If that doesn’t help, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
April 5, 2016 at 11:20 am #867859This reply has been marked as private.April 5, 2016 at 1:19 pm #867990I solved the problem. It was the BuddyPress plugin.
FYI, the BuddyPress at your theme admin page is pointing to ver 2.6.0alpha. Please update the link to point us to the stable version. So much time wasted over this unnecessary problem.
April 6, 2016 at 1:40 am #868711Hi,
I have the same version installed on my test sites but could not replicate the issue on my end.
It could be a memory issue, try adding the code below in your wp-config.php file located at the root directory of your site.
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Please add it before this line.
/* That’s all, stop editing! Happy blogging. */
Hope that helps.
-
AuthorPosts