function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ad CadAd Cad 

How do I 'enable theming'?

Error screenshotWhen a community web page opens the ‘Page Unavailable’ error above appears.

The List<ANY> that it’s trying to process when it expects a Map<String, ANY> contains this:

[
    {
        "message": "This feature is not currently enabled for this user type or org: [Theming]",
        "errorCode": "FUNCTIONALITY_NOT_ENABLED"
    }
]

This comes from a callout to:
https://<mysforg>.my.salesforce.com/services/data/v48.0/ui-api/themes/active

The User that makes the call is a Community user. If a System Admin makes the same call, the correct data is returned.

My question: Where do I enable ‘Theming’? That exact error message returns zero Google results, and I can’t find anything in the Profile related to Theming.

Thanks!

VinayVinay (Salesforce Developers) 
Hi Ad,

Check if profile has permission enabled on themes.




Check below steps and see if that works.

https://help.salesforce.com/s/articleView?id=sf.idea_themes_settings.htm&type=5

Thanks,
Ad CadAd Cad

Vinay,

Thanks for responding. The 'Idea Themes' (from the link) doesn't appear in Setup.

I've looked through Profiles and can't find those Themes settings. Which section in a Profile are they in?

Thanks again!