Thread Starter
jdev
(@jdev)
Its working now… Just need to setup the advanced settings. It got lost during the migration.
Hey jdev,
Not sure why that happens. I’ll see if I can get that fixed in the next release.
Glad you got it working!
-Jacob
Hey jdev,
I think I fixed this issue. When you install the plugin fresh, all of the options should be in place.
-Jacob
Alright – I’ve spent 2.5 hours trying to get external navigation to work. I’m really not great with java…my theme doesn’t appear to have a java file. I’ve tried putting the code in the header, in the function (which caused major issues) and in the post with the “[anything_slides]” tag – I’m just not getting anywhere at all. HELP please!
P.S. I’ve also tried the code on the page with the cat example: http://jsfiddle.net/Mottie/Cm479/8/
I just can’t figure out where to put the code…and if I need to put it in the middle of html, I’m not sure I’m even formatting the java code properly since nothing is causing the frames to change. :/
Thank you!
Is this ALL that’s needed besides the href??
$(“#slide-jump”).click(function(){
$(‘#slider2’).anythingSlider(4);
});