I have my custom theme working everywhere except for the profile page for users under My Sites, which is the Person.aspx page. Any thoughts on how to apply the theme to this page? Or even just hard coding custom styling to it?
Thanks, Kale
I have my custom theme working everywhere except for the profile page for users under My Sites, which is the Person.aspx page. Any thoughts on how to apply the theme to this page? Or even just hard coding custom styling to it?
Thanks, Kale
The issue is that person.aspx is in a completely different site collection to the rest of the pages in the users site. You need to apply the theme separately to the mysite host site.
The best approach is to use a Solution Package to push a feature containing the master pages/page layouts/styles to a site collection. That way you simply activate the feature at each site collection...e.g one for your Intranet and one for your MySites Site collection.
Here my solution for this issue. Assume your profile page URL http://sitename/Person.aspx Enter the below url on IE and login http sitename/_layouts/settings.aspx
The Page (_layouts/settings.aspx) may requires admin privileges. Once you login then you'll get the option to change theme and other features. That's it.