/
User's can't personalise a dashboard via app
User's can't personalise a dashboard via app
If you have a user who’s unable to edit tiles on X dashboard after clicking on “…” on the header then please review this article.
Cause: You would have added custom CSS to prevent personalisation button functionality from appearing.
Steps to resolve:
Click on Look and feel drop down under Adminstration panel and select Custom CSS
Find piece of code which would indicate the perisnalisation button wouldn’t display on X dashboard or across the platform.
Example:
/* Remove Personalise button on the 'home' dashboard */
a[href="/dashboard/home/edit"] {
display: none !important;
}
Remove the line and click save.
, multiple selections available,
Related content
Error when trying to change Landing Page rules on dashboard
Error when trying to change Landing Page rules on dashboard
More like this
Reset Layout
Reset Layout
More like this
Login Issues - Could not complete sign-in process.
Login Issues - Could not complete sign-in process.
More like this
Facebook Token Error
Facebook Token Error
More like this
Content Management menu missing
Content Management menu missing
More like this