Hi,
Here I am trying to overwrite .ms-core-suiteLinkList for the SharePoint 2013 production site. I am trying to replace the Newsfeed, skydrive and sites tabs with other links.
Here I am following this post, http://www.learningsharepoint.com/2013/02/10/addremove-links-in-top-suitebar-skydrivesitesnewsfeed-in-sharepoint-2013/
It is working good in the development sites, where as in Production, I am getting blank and the <div id="suiteLinksBox"> </div> tag is hidden.
<div id="DeltaSuiteLinks" class="ms-core-deltaSuiteLinks">
<div id="suiteLinksBox"></div>
I dont see, <ul> tag at all. When I deactivate the feature, I can able to see the Newsfeed, Skydrive and sites back.
Am I missing anything here?
Any help is appreciated here.
Cheers, R.