Latest Reply from Administrator at 2013-04-10 06:00:04
Is it possible to add "next / Prev" arrows to the slider as some themes have it and some don't. any help would be appreciated ^^
Hi!
Unfortunately, this theme does not provide these buttons. But you can copy files images/slide-left.png and images/slide-right.png from any other theme with buttons to the SuperCars.
How can I remove the Arrow buttons?
Hi!
You have to edit file inc/library.php of the theme. Just remove there following code:
<div class="fp-prev-next-wrap">
<div class="fp-prev-next">
<a href="#fp-next" class="fp-next"></a>
<a href="#fp-prev" class="fp-prev"></a>
</div>
</div>

and remove strings
next: '.fp-next',
prev: '.fp-prev',

from the function block_slider_config() in the same file.

Leave a reply

Add codeAdd image