Search code examples
sitecoresitecore8

Sitecore OPTIONS menu on Builder tab missing


For some reason I no longer see the OPTIONS menu item when I am on the Builder tab for a template. I have not needed to access this tab for months so I am not aware of when it went missing. I am on Sitecore 8.2 (rev. 160729). I have not installed any new modules or packages recently so I do not think its related to that. Has anyone experienced this behavior?

missing option


Solution

  • Based on our comments, the only reason why the option tab is not appearing is because of the css styling display:none.

    This is not caused by Sitecore css or js files but rather a custom implementation. I would suggest to check your css files or even JavaScript files.

    It might also be the case that there was a development to hide or show certain tabs in the ribbon which in brief may be due to custom development of ribbons or even commands. So, you may check the different commands or ribbons implemented.

    Finally, which I think may be of least importance, is the development of SPEAK UI. It might be that you have a 3rd party module which is injecting the styling or a module implemented.