
-
AuthorPosts
-
January 22, 2020 at 9:47 pm #1177313
When accessing the Appearance > Customize page, I am not able to view any options or my custom CSS. The page preview also does not display.
I’ve tried disabling all the plugins which did not work. Then I switched to a different theme and was able to view and edit all properties under Appearance > Customize.
Please advise. Thanks.
January 23, 2020 at 10:18 am #1177504Hey johnnyhobart,
Could you try increasing the memory allocated to PHP to see if that helps please? http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
RikardJanuary 23, 2020 at 4:42 pm #1177728I tried both the following with no solution. Any other ideas?
define( ‘WP_MEMORY_LIMIT’, ’96M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );I can see numerous errors like the following in Dev Tools:
Uncaught SyntaxError: missing ) after argument list
customize.php?return=%2Fwp-admin%2Fplugins.php%3Fplugin_status%3Dall%26paged%3D1%26s:141 Uncaught ReferenceError: wp is not defined
at customize.php?return=%2Fwp-admin%2Fplugins.php%3Fplugin_status%3Dall%26paged%3D1%26s:141
(anonymous) @ customize.php?return=%2Fwp-admin%2Fplugins.php%3Fplugin_status%3Dall%26paged%3D1%26s:141January 24, 2020 at 8:15 am #1178014Hi,
Thanks for that, I don’t see any errors referring to any theme files. What happens if you deactivate all plugins?
Also please consider updating to the latest version of the theme (4.7.2): https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update
Best regards,
RikardJanuary 24, 2020 at 6:11 pm #1178192I’ve tried deactivating all of the plugins which does not fix the issue.
I’ve also updated to the latest version and that did not fix the issue either.
When I change the theme to one of the other standard wordpress themes I am able to access all of the functionality within the customize page. This is what leads me to believe it’s a theme issue.
Can you login to the site to see the issue? If you go to the customize page you will see the errors in Google Dev tools.
January 25, 2020 at 12:08 pm #1178339Hi,
Thanks for the update. I activated the parent theme on your installation and it started working after that. Try to clear your functions.php file and add the functions back one by one to see which one is causing the problem.
Best regards,
RikardJanuary 27, 2020 at 8:28 pm #1178776Thanks, clearing the functions.php allowed me to access it.
January 28, 2020 at 9:41 am #1178921Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJanuary 28, 2020 at 3:11 pm #1179030Close it, thanks!
January 29, 2020 at 8:16 am #1179315 -
AuthorPosts
- The topic ‘Appearance > Customize – Page Not Functioning’ is closed to new replies.