Find Answers and Get Support › Forums › Gorgo – Multi-Purpose Gutenberg Blog & Magazine Theme › Theme Customizer › them customiser is empty
- This topic has 4 replies, 2 voices, and was last updated 8 months ago by Manathan.
-
AuthorPosts
-
mohamedParticipant@simokhounti
- 1 Topics
- 3 Posts
i just installed the theme for the first time and this is what happening
– when installing for the first time it give me that error (see the image)
– when trying to use customizer its just empty.
– picture 3 is my configScreenshot-2024-02-05-at-4.21.51-PM Screenshot-2024-02-05-at-4.21.19-PM Screenshot-2024-02-05-at-4.20.34-PMFebruary 5, 2024 at 16:23 #46967@themodactyl- 0 Topics
- 6603 Posts
Hi Mohammed,
Thank you for bringing this issue to our attention.
These messages are PHP warnings, not errors. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code. By default, WordPress displays the warnings in the header, which prevent our setup wizard from launching successfully.
In most case, hiding these messages will solve this issue. I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.
Regards,
February 6, 2024 at 10:54 #46977mohamedParticipant@simokhounti- 1 Topics
- 3 Posts
it’s an error not a warning because it’s stopping customiser from working. After testing I found out that the problem comes from Kirki Customizer Framework plugin
when a deactivate it customizer works fine. any idea why ?February 6, 2024 at 14:16 #46981 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘them customiser is empty’ is closed to new replies.