Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • reivaj01 Friend
    #185094

    Hi,

    I need to translate the ‘next’ and ‘prev’ buttons of the popup in the ja content popup module.

    Is it possible?

    Regards

    Ninja Lead Moderator
    #483992

    You can change it here

    + Change js file

    Open modules/mod_jacontentpopup/assets/js/skins/ja_slideshow/yoxview.ja_slideshow.js file

    find

    rightBtn.append('next');
    leftBtn.append('prev');

    change to

    rightBtn.append(lang.Next);
    leftBtn.append(lang.Prev);

    + Change language file

    Open modules/mod_jacontentpopup/assets/js/lang/en.js file

    and change text


    "Prev" : "Prev"<- change red mark
    "Next" : "Next" <- change red mark

    reivaj01 Friend
    #484062

    Hi Ninja Lead,

    now all work fine.

    Thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  reivaj01 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum