• Resolved patrickpelsma

    (@patrickpelsma)


    Hello!

    First of all, I would like to say that I really like the plugin! Keep up the good work πŸ˜€

    I ran into a challenge, and I hope you can help me out. I created custom buttons to navigate to different slides in my slider. For example, the button on the second slide has the following code:

    <div class="app_yes">YES, I ALREADY HAVE THE APP, SO  BRING ME DIRECTLY TO STEP 3.</div>
    <script>
    N2R('#n2-ss-2', function($, slider){
        jQuery('.app_yes').click(function(){
            slider.slideToID(11);});
    });
    </script>

    All buttons have a unique class name, and the JavaScript code is in the text button from Smart Slider.

    Challenge:
    Sometimes, you need more than one click to execute the action (let’s say to go the next page). You could see that this is not really userfriendly. Therefore, I hope you know a solution to fix this.

    Thank you so much for your help.

    Looking forward to hearing from you.

    Best regards,

    Patrick

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘JavaScript Click not working’ is closed to new replies.