Magentos Haus Banner Slider im RWD Theme ab Version 1.9

In from Magento version 1.9 available responsive template RWD is to use a slider directly and without addition given the opportunity. For this one only needs a certain code into the desired install CMS page.

This is:

<div class ="slideshow-container">
<ul class ="slideshow">
<li><a href="gewünschterLink"><img alt="" src="/skin/frontend/rwd/default/images/BILD.XYZ" /></a></li>
<li><a href="gewünschterLink"><img alt="" src="/skin/frontend/rwd/default/images/BILD.XYZ" /></a></li>
<li><a href="gewünschterLink"><img alt="" src="/skin/frontend/rwd/default/images/BILD.XYZ" /></a></li>
</Street>
<div class ="slideshow-pager">&nbsp;</div>
<span class="slideshow-prev">&nbsp;</span> <span class="slideshow-next">&nbsp;</span>
</div>

This slider has a pager then even under the slider. Will not the, Simply add the code:

<div class ="slideshow-container">
<ul class ="slideshow">
<li><a href="gewünschterLink"><img alt="" src="/skin/frontend/rwd/default/images/BILD.XYZ" /></a></li>
<li><a href="gewünschterLink"><img alt="" src="/skin/frontend/rwd/default/images/BILD.XYZ" /></a></li>
<li><a href="gewünschterLink"><img alt="" src="/skin/frontend/rwd/default/images/BILD.XYZ" /></a></li>
</Street>
</div>

Used in Magento Version 1.9. Comments? Additions? Notes? Gladly!

Published by Covos

Since 2009 I have been working intensively with Magento. I started with the creation and operation of B2C stores. This was extended through my work in the logistics sector. This resulted first specialized B2E systems. Today I work day-a day with exciting B2C, B2B- and B2E projects and reports in this blog about challenges and give insider tips.

Leave a Reply

Your email address will not be published. Required fields are marked *