Find Answers and Get Support › Forums › Sinclair – Political & Donations WordPress Theme › Website Setup › Homepage › Major Kirki error on top of all pages
- This topic has 5 replies, 2 voices, and was last updated 3 years ago by
Manathan.
-
AuthorPosts
-
René WappiezParticipant@wappiez
- 106 Topics
- 352 Posts
Hi,
I have a major Kirki error on top of all pages, see attached. I tried to install the old version 3.1.9, but this didn’t resolve the issue.
Any idea on how to fix this?
Thx
February 1, 2022 at 11:14 #38466René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Also, after installing Kirki 3.1.9 the whole website looks broken. Please have a quick look at this: https://wappiez.nl/
February 1, 2022 at 11:22 #38467@themodactyl- 0 Topics
- 6690 Posts
Hi René,
No worries. These are PHP notices, not errors. Unlike errors, notices won’t break your website. They’re just messages aimed at developers to improve their code.
To hide this message, 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: 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 1, 2022 at 13:01 #38475René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Ok, thx. But the website looks to be broken on other places as well, see images.
Screen-Shot-2022-02-01-at-15.41.06
Screen-Shot-2022-02-01-at-15.40.57
Screen-Shot-2022-02-01-at-15.40.48
February 1, 2022 at 15:42 #38487René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Hmm, never mind. It looks to be working again. I have a hard time with clearing my cache on multiple devices. Simply emptying cache does not do the job.
February 1, 2022 at 15:51 #38488 -
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 ‘Major Kirki error on top of all pages’ is closed to new replies.