Cannot dismiss welcome message
-
Hello!
I have installed Updraft Backup for over a month and it seems to be working just great with one small, but nagging problem. I cannot seem to dismiss the welcome message “Thank you for installing UpdraftPlus! Super-charge and secure your WordPress site with our other top plugins:…..”. I can press Dismiss (12 months), the messsage goes away, but I get it back when logging again. Does anyone know how to fix it?
Thanks,
Adrian
-
Hi Adrian,
Do you see any errors in Developer console, Can you also share the UpdraftPlus version installed?
Thanks,
HarshadThe version I have installed is 1.16.6, but I had the same problem with 1.16.4. Can you please tellme how to get to the developer console?
Hi Adrian,
With developer console, I mean Your browser developer console, Please right click on the UpdraftPlus message, and click Inspect element, it will show the INspector, Console, etc tabs, Click on console and see if you get any JS errors in console.
Thanks,
HarshadOh… I thought maybe WordPress had a developer console. There is no error. When I press the dismiss link I can see the Ajax call being made with the following params:
pll_ajax_backend 1
pll_post_id 875
action updraft_ajax
subaction dismissdashnotice
nonce 60432a46ffAnd the response:
0Is that to be expected? Anything else I can check?
-
This reply was modified 7 years, 1 month ago by
adriantcro.
Hi Adrian,
Can you please try this, Go to UpdraftPlus > Advanced tools > Wipe settings, Click Wipe settings button.
Then go backup to UpdraftPlus > settings, re-add the previous settings.
Try to close the UpdraftPlus message and check if it still appears upon refresh or login.
Thanks,
HarshadDid a Wipe, redid my settings, but the message still pops up. It does so no matter if I login/logout or just switch to another page and back to the dashboard. One more thing… I also get a message permanently in the UpdraftPlus settings, they do change… social, newsletter, etc. but they come back. Don’t know if that is by design or not.
Hi Adrian,
Can you please give a try disabling other plugins except UpdraftPLus, Try to dismiss the message, Then enable the plugins again.
I’ve tried to replicate the issue on my local install, but the message doesn’t seems to popup once I dismiss it.
Also try to switch your theme to default twenty nineteen theme.
Let me try to delete the plugin and reinstall it. Should it appear right away or there is a timer to it that gets triggered after install?
Hi Adrian,
No there’s no timer, Let us know once you have re-installed the plugin and if you still have issues.
Thanks,
HarshadApparently deleting the plugin hasn’t deleted the settings. Is there any way to do a totally clean install?
Hi Adrian,
Please check if there’s a option_name “updraftplus_dismisseddashnotice” set in wp_options table.
If not then use following SQL command in phpMyAdmin:
INSERT INTO
wp_options(option_id,option_name,option_value,autoload) VALUES
(NULL, ‘updraftplus_dismisseddashnotice’, ‘1582295526’, ‘yes’);I looked before opening this ticket and there wasn’t. I was thinking it was not setting it. I will put it and come back if it worked.
I am glad to report it worked!
You’re welcome 🙂
If you have anymore questions, please feel free to write back to us.
Have a nice day!
-
This reply was modified 7 years, 1 month ago by
The topic ‘Cannot dismiss welcome message’ is closed to new replies.