For those dealing with this issue. The files are installed into the
default default theme "default" You need to move them to the default
theme you are using for instance in my case I was using "rwd" instead of
"default" as my theme was using the new to 1.9 responsive theme.
The locations of the files that need to move:
/skin/frontend/default/default/slideshow TO /skin/frontend/rwd/default/slideshow
/app/design/frontend/default/default/template/slideshow TO /app/design/frontend/rwd/default/template/slideshow
---------------------------------------
{{block type="slideshow/slideshow" template="slideshow/slideshow.phtml"}}
-------------------------
The locations of the files that need to move:
/skin/frontend/default/default/slideshow TO /skin/frontend/rwd/default/slideshow
/app/design/frontend/default/default/template/slideshow TO /app/design/frontend/rwd/default/template/slideshow
---------------------------------------
{{block type="slideshow/slideshow" template="slideshow/slideshow.phtml"}}
-------------------------
These are some things you may check:
-------------------------------------------------- The module structure (under
app/code/local
?); - If the module is active (
app/etc/modules/
); - The correct directory structure of the module (which determines the
type="XXX/XXX"
parameter); - If there is a
slideshow.phtml
in theapp/design
structure and the designtheme
it's located.
No comments:
Post a Comment