Hi,
We want to replace the homepage slider with another slider. How can we do this? We saw the slider is placed in the design tab as XML update, with the following code:
<reference name=”header”>
<block type=”revolutionslider/list” name=”revolutionslider.list” as=”slideshow” />
</reference>
What we want is to replace the existing code with the block code below:
<block type=”nwdrevslider/revslider” name=”revslider”>
<action method=”setAlias”><alias>alias</alias></action>
</block>
It doesn’t work if we place it between the <reference name=”header”> tags.
Any idea how we can fix this?