Posted
on Mar 30, 2010
(permalink)
Hi, I have two templates created by a Sitefinity MVP who is obviously very familiar with the inner workings of it all.
My goal was simple: I wanted to create a new template based on one of his templates -- just needed a small change to the body of the template. In my version of the template, the RadMenu (not related to my changes) is not rendering correctly ... it has a different font, a border defined, a background color, etc. Looking at Firebug, it seemed that my version of the page is referencing WebResource.axd and his is not. Somehow, he suppressed the default styles embedded in the RadMenu. So, after trolling your forums I realized that my new template's RadMenu still had it's EnableEmbeddedSkins and EnableEmbeddedBaseStylesheet set to True while his template's RadMenu had those properties set to false. GREAT, I thought I had figured it out.
However, even after I changed those properties to false, I'm still seeing that my new template's RadMenu is pulling style from the WebResource.axd with no change to my new template's output.
He doesn't have any skins created, and both pages share the same theme. Also, both pages are sharing the same external CSS file. I'm completely stumped. Anywhere else I can look? What am I missing?
BTW, this is referencing v. 3.7.
Thank you!