Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • donnawatts Friend
    #181921

    Hello,

    I have all my articles set to pop up but when I am on an iphone the article does not pop up but goes to the actual article. I really like this and would like this also to happen when i view the site on Ipad but not when I am on a normal computer or laptop.

    How can this be done?

    Many Thanks
    Donna

    seaneo Friend
    #471841

    looking forward to this info , thank you

    Luna Garden Moderator
    #471929

    <em>@donnawatts 344716 wrote:</em><blockquote>Hello,

    I have all my articles set to pop up but when I am on an iphone the article does not pop up but goes to the actual article. I really like this and would like this also to happen when i view the site on Ipad but not when I am on a normal computer or laptop.

    How can this be done?

    Many Thanks
    Donna</blockquote>
    To make popup not show in Ipad, please go to:

    templatesyour_template_folderjswall.js
    Find these line:

    // check if window is smaller than popup width - 600px
    if ($(document.body).width() < 700){
    return true;
    }

    change number ‘700’ to ‘481’

    donnawatts Friend
    #472146

    Hi,

    Thank you for your reply.

    I have follows the instructions and changed the code but the article is still loading in pop up mode on Ipad.

    Thanks, Donna

    Luna Garden Moderator
    #472248

    <em>@donnawatts 345159 wrote:</em><blockquote>Hi,

    Thank you for your reply.

    I have follows the instructions and changed the code but the article is still loading in pop up mode on Ipad.

    Thanks, Donna</blockquote>
    Hiii,
    Please change to this code:

    // check if window is smaller than popup width - 600px
    if ($(document.body).width() < 1050){
    return true;
    }

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

This topic contains 5 replies, has 3 voices, and was last updated by  Luna Garden 12 years ago.

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