Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

jQuery image slider


Go to End


10 Posts   9815 Views

Avatar
goodness

Community Member, 38 Posts

20 April 2013 at 3:49am

FYI

I was going to delete this post but thought it would be better to let others know of the solution.

The "Right" and ""Left" text inside the spans was actually coming from the jquery.orbit-1.2.3.min.js file.

I simply replaced this:

<div class="slider-nav"><span class="right">Right</span><span class="left">Left</span></div>

with this:

<div class="slider-nav"><span class="right"></span><span class="left"></span></div>

Avatar
Adira

Community Member, 1 Post

29 April 2013 at 9:28pm

The jQuery image slider code can be found from the replies and also easily from the internet ,, another option can be the plugins that can be obtain from the net for the desired properties.

Go to Top