Hi there,
I would like to implementate an slideset with bullets to my website, I used a code from the Uikit website. The code works into another website, but does not work ik my website.
I swiched of the JCE editor. The result of using this code is, i see 8 pictures and no sldes.... see:
www.smithlaan.nl/dj-bas/
scroll down en see TEST4.
Hopefuly you can help me...
Kind regards,
Bas.
This is the used code:
<div data-uk-slideset="{default: 4}">
<div class="uk-slidenav-position">
<ul class="uk-grid uk-slideset">
<li><img src="images/joomlaplates/client1.png" alt="client" /></li>
<li><img src="images/joomlaplates/client2.png" alt="client" /></li>
<li><img src="images/joomlaplates/client3.png" alt="client" /></li>
<li><img src="images/joomlaplates/client4.png" alt="client" /></li>
<li><img src="images/joomlaplates/client5.png" alt="client" /></li>
<li><img src="images/joomlaplates/client6.png" alt="client" /></li>
<li><img src="images/joomlaplates/client7.png" alt="client" /></li>
<li><img src="images/joomlaplates/client8.png" alt="client" /></li>
</ul>
</div>
<ul class="uk-slideset-nav uk-dotnav uk-flex-center">...</ul>
</div>