New Landing How can we help? Cardinal Flexslider next text

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #130235
    AlbatiQue
    Member
    Post count: 46

    Hey,

    I would like to change the next and previous text on the flexslider.
    I already changed thee css and looked around how to do this.
    I tried this script but it does not seem to work.

    $('.flexslider').flexslider({
             prevText: "volgende",
            nextText:"bla",
        });
    #130432
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    May i have specific page url with issue to check and resolve?
    Thanks
    Mohammad

    #130486
    AlbatiQue
    Member
    Post count: 46

    Hey,

    I’m on a localhost currently, so I can not show any webpage.
    Thanks

    #130498
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please first come at live so we can check and resolve it easily.
    Thanks
    Mohammad

    #130549
    AlbatiQue
    Member
    Post count: 46

    Hey,

    Ok.
    In the meantime I was able to make this work by putting the javascript in these tags.

    jQuery(function($){
        $('.flexslider').flexslider({
             prevText: "volgende",
            nextText:"bla",
        });
        
    });

    But now I get two sliders on one page :/

    #130552
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You applied flex slider code again so its working wrong. Please attach some screenshot with inspect element by getting right click on element.
    Thanks
    Mohammad

    #130597
    AlbatiQue
    Member
    Post count: 46

    Hey,

    It’s okay I got it working now!
    I had to use `jQuery(function($){
    $(‘#product-img-slider’).flexslider({
    prevText: “volgende”,
    nextText:”bla”,
    });

    });`

    To make it work correctly.
    Thanks

    #130614
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks 🙂
    With Best Regards
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register