-
AuthorPosts
-
February 23rd, 2020 at 17:24 #99235
On all my admin pages I get the following warning:
https://i.imgur.com/81DMC7x.pngWhen I click on “Do not display again”, I get sent to the theme page, but the issue isn’t resolved. As soon as I go to another admin page (like posts, or media, etc) I get the above warning again.
If I completely reset the theme settings, the message disappears, but I lose all customization. As soon as I again set some customization, that message then appears again.
Is there a way to make that message disappear permanently? Ideally without having to reset my settings?
February 28th, 2020 at 13:10 #99388ZedCryout Creations mastermindThat happens due to leftover debugging code resetting the ‘do not remind’ state (which we’ll correct in the next child theme update).
Edit the child theme’s includes/notices.php file and comment out or remove the following line:
set_theme_mod( 'liquido_configured', FALSE ); // TEEEEEEEMMMMMPPP!!!!!
Then use the ‘hide’ button once more.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 11th, 2020 at 15:53 #107308Just a head’s-up, this is still an issue.
I notice in my theme’s
includes/notices.php
file, that the following line HAS been commented out:// set_theme_mod( 'verdant_configured', FALSE ); // dev mode
But this does not seem to be enough. I had to un-comment the line, and EXPLICITLY set the value to
TRUE
rather thanFALSE
. It doesn’t seem to default appropriately with the line removed.Thanks!
Website: steveperkins.com
- This reply was modified 4 years ago by steve-perkins.
September 14th, 2020 at 13:06 #107388ZedCryout Creations mastermindHi Steve,
That line is a dev line intended to be used to force the nag theme mod to a specific value.
Having it commented out (with either value) is the normal state as the theme mod is handled by other code.If you are still running WordPress 5.5 on the site try updating to 5.5.1 and check if the nag disable link still fails to work – with that line of code in its default state (as there were some dashboard nonce checking issues in 5.5).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Reset theme settings “Do not display again” doesn’t work’ is closed to new replies.