Hi, my question has not been answered. How long does it take you to respond back to answer my question?
Plugin Author
Stiofan
(@stiofansisland)
Hi Donna,
There is not currently a way to disable that option though it couod be hidden with CSS.
We will add an option in the next release for that and update you here once done.
Thanks,
Stiofan
OK Thank you very much for letting me know that. Which part of the add on do I have to buy to replace that for now?
Plugin Author
Stiofan
(@stiofansisland)
Hi @donna4u2,
Several addons utilase it just not including Front end posts, Followers, Friends and verified users addons, the core plugin will use it more in the very near future.
If you with to hide the option to view that setting form the user just now you can uses this line of CSS which will hide the button:
.dropdown-item uwp-account-notifications{ display: none;}
Thanks,
Stiofan
Thanks I have added that code into my css and that Account Setting to Notification is still showing “You will see the options to disable the active notifications for UsersWP and it’s add ons.”
Plugin Author
Stiofan
(@stiofansisland)
The CSS hides the button to be able to get to that page, it does not actually change the page.
Thanks,
Stiofan
Please take a look at my email sent back to you with screen shot. I don’t see any changes with that code and without it. Not sure if I am understanding you. Thank you.
Plugin Author
Stiofan
(@stiofansisland)
Hi Donna,
I did not see any email from you, if you can open a topic on our support forum a member of our support team will assist further https://userswp.io/support/
Thanks,
Stiofan
Plugin Author
Stiofan
(@stiofansisland)
Just to update for future reference the correct CSS is:
.dropdown-item.uwp-account-notifications{ display: none;}
Stiofan