I am creating a xslt to generate bootstrap modals form youtube videos, the weird thing was that it works properally in test but my frontend just generates <div class="container"></div> with no modal generation here is my xslt. Any ideas?
Speaking from bitter experience I would check the property names are the same on live and Dev. I've been caught out before by a rouge changes in case and transposing letters in the property names.
Have you tried to clear the cache by right clicking the content node and choose "Republish entire site"? That should update the umbraco.config file so the content gets written to your page.
Output in test, none in live?
Hey guys,
I am creating a xslt to generate bootstrap modals form youtube videos, the weird thing was that it works properally in test but my frontend just generates <div class="container"></div> with no modal generation here is my xslt. Any ideas?
Speaking from bitter experience I would check the property names are the same on live and Dev. I've been caught out before by a rouge changes in case and transposing letters in the property names.
Well I don't think its that, because everything shows up when I preview the xslt output from umbraco's backend.
Yes, all of my properties are correct...any other reason it wouldn't generate the html on the front end?
Hi Grant
Have you tried to clear the cache by right clicking the content node and choose "Republish entire site"? That should update the umbraco.config file so the content gets written to your page.
Hope this helps.
/Jan
is working on a reply...