Igor,
Is there a way to turn of the Rate this on my Dashboard now that I’ve done that. I clicked I Already Did and it still pops up every time.
Thanks!
Kevin
Of course!
When you click on the bar it should close and the choice should be remembered.
Obviously you have some issue and the choice is not saved.
The choice is saved into the wp_options table as ai-notice-review option.
If you can’t fix it please submit a ticket and I will try to help you.
I have replied to your email.
Please check and respond.
I have resent the mail.
Have you receive it?
I was out of office yesterday. Also, why does the screenshot keep disappearing of what you send? It is not in any of the three emails you sent AGAIN. Can you send what I need to drop in the Header once more and I’ll drop that in right now and respond.
Sorry and THANKS!
I have resent the email.
Here is the text just in case:
In the Header code window put the following code
<?php
update_option ('ai-notice-review', 'already');
?>
enabled it and enable also PHP processing.
If you already have some code there, add this code to it.
Save the settings and then go to any website page (or few pages) that will run the code.
Then go back to the settings page and reload it.
The notice should not be displayed anymore.
You can now remove the code from the Header section (and disable PHP processing).
Let me know if this worked.