Quote:
Originally Posted by mfbmike
The slide show works perfectly on my forum home. However, when I copy the appropriate source code and create the static html widget, it does not display properly on my cms. It doesn't import the slide show style.
<style type="text/css" media="all">
@import "slideshow/templates/TT/template_css_ie.css";
</style>
On forum home it does, because it's www.digitalsportscene.com/forum
and the slideshow folders/files are installed in the forum directory. So the style is imported correctly.
However, my cms is located at http://www.digitalsportscene.com/forum/content/ and therefore is trying to import the style from /content/slideshows/templates/tt/template_css_ie.css which obviously does not exist.
Anyone know of a workaround for this or will this addon not work on CMS unless forum is installed in root?
|
It should still work. The style code you posted is only a portion of it. There is a whole lot more code that goes with it. But you could always edit the links to fit. It works fine for me.