Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

has anyone ever seen this before? all my icons in my ribbon have disappeared.

I'm using my own custom master page based on the minimal, all my ribbon code looks correct..

enter image description here

share|improve this question

1 Answer

Did you play around with the site permissions?

Just check if you are in the group of 'Style resource readers'.

share|improve this answer
not changed the permission's, I have a sub-site that still uses the V4 master page and that displays just fine. Weird one... – Stephen Oct 18 '12 at 13:29
1  
Found the answer...tracked it back to my 1140 responsive design CSS which had an entry of img,object, embed { max-width: 99%; } Which sharepoint does not like...removed it and all back to normal. – Stephen Oct 18 '12 at 14:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.