Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Website Setup › Menus › Theme Customizer not loading
- This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago by
Manathan.
-
AuthorPosts
-
Lorin BlochingerParticipant@curikum
- 1 Topics
- 2 Posts
Hi there,
I just installed the theme on my WordPress web server (PHP v.8.0). When I want to customize the theme, the view on the side doesn’t load! The title of the website is: Customizer: Loading…
Can you help me with this problem?
Thanks very much.
February 18, 2022 at 12:38 #38893Lorin BlochingerParticipant@curikum- 1 Topics
- 2 Posts
Hello,
I have downgraded PHP to 7.4 now. it works nowThanks anyway
February 18, 2022 at 13:45 #38897@themodactyl- 0 Topics
- 6750 Posts
Hi Lorin,
Thank you for buying our theme. We hope it will meet all your expectations! 🙂
It’s strange you get this issue when updating to php 8. 🤔 To help us getting clues and find a solution to this issue, please activate logging on your website, just turn WP_DEBUG to true, by pasting 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: Debugging in WordPress.
Once this snippet has been added, could you please update your web server to php 8 and try again? This will not solve the issue. However this time, thanks to the code snippet that you should have added to your
wp-config.php
file, we will be able to read the error.Then, could you share the content of your
debug.log
file with us please? You can post the content of this file as plain text in your next reply and mark it as private to keep this between us. After having reviewed your next reply, we’ll be able to tell you if the issue is caused by our product, a third party plugin or any type misconfiguration on your server. If we’re not able to help, we’ll recommend you to transfer the error logs to the plugin author or to your server hosting support.Thank you.
February 18, 2022 at 17:53 #38905 -
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 ‘Theme Customizer not loading’ is closed to new replies.