• Since my post is in a topic marked resolved, I thought I should create a new one ??

    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: https://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);
    });

    https://www.ads-software.com/extend/plugins/anythingslider-for-wordpress/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mottie

    (@mottie)

    Hi adamjd!

    When you add javascript (not java) into a web page, it must be surrounded by a script tag:

    <script>
    $("#slide-jump").click(function(){
      $('#slider2').anythingSlider(4);
    });
    </script>

    and yes, it can be put anywhere on the page.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: AnythingSlider for WordPress] More Navigation Issues’ is closed to new replies.