Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kennylau89 Friend
    #188799

    Hi ,

    When it is in mobile view , it does not pop up. It redirects instead . Is it possible to do it with ipads or android tablets as well ?

    Saguaros Moderator
    #498521

    Hi

    Try to open file: /templates/ja_lens/js/wall.js

    Around line 27, replace this code:

    [PHP]
    if ($(document.body).width() < 481) {
    return true
    }
    [/PHP]

    with:

    [PHP]
    if ($(document.body).width() < 481 || navigator.userAgent.match(/(iPhone|iPod|iPad|Blackberry|Android)/gi)) {
    return true
    }
    [/PHP]

    and let me know how it goes. 🙂

    kennylau89 Friend
    #498893

    Hi ,

    It worked !! Thanks!! =D

    isfitness Friend
    #500038

    Hello,

    Don’t know for sure but does this help to let the JW k2 image pop-up make it “pop-up” instead of showing the image in a new window?

    Now the JW image pop-up lightbox is not working on a mobile.. It’s opening in a new window. On the desktop it will open a pop-up lightbox..

    Any idea?

    Thanks. Alex.

    Saguaros Moderator
    #500081

    Hi Alex,

    Do you mean the Simple Image Gallery plugin from JoomlaWorks? They may disable this popup feature in mobile view, you can also post a thread in their forum, you may get best solution there 🙂

    Regards

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

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

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