test melih
 melih
Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • Saguaros Moderator
    #721172

    If you want to insert images inside the text while still have popup, I’m afraid you will need to customise much to achieve this.

    The simpler way is that you can use an extension for article image popup.

    Saguaros Moderator
    #753574

    If you want to insert images inside the text while still have popup, I’m afraid you will need to customise much to achieve this.

    The simpler way is that you can use an extension for article image popup.

    edgarmiro Friend
    #721294

    Thanks for your suggestion. We’ll do this way… :((

    Using the JA popup plugin there’s any way to avoid that little jump that does when appears using the FancyBox option? It also happens on the JA Jason template

    Thanks a lot

    edgarmiro Friend
    #753632

    Thanks for your suggestion. We’ll do this way… :((

    Using the JA popup plugin there’s any way to avoid that little jump that does when appears using the FancyBox option? It also happens on the JA Jason template

    Thanks a lot

    Saguaros Moderator
    #721364

    I see the issue and have reported to the team for further checking. You can tracks its progress here

    Saguaros Moderator
    #753699

    I see the issue and have reported to the team for further checking. You can tracks its progress here

    edgarmiro Friend
    #721374

    Thanks a lot for your excelent service. I hope it get solved soon.

    edgarmiro Friend
    #753709

    Thanks a lot for your excelent service. I hope it get solved soon.

    Saguaros Moderator
    #723770

    Hi again,

    You can try to fix with this way:

    – In the file: plugins/system/japopup/fancybox/js/jquery.fancybox-1.3.4.js

    – Look for this snippet of code:

    wrap
    .stop()
    .animate({
    'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)),
    'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding))
    }, typeof arguments[0] == 'number' ? arguments[0] : 200);

    – And change it to:

    wrap
    .stop()

    .animate({});

    Saguaros Moderator
    #754256

    Hi again,

    You can try to fix with this way:

    – In the file: plugins/system/japopup/fancybox/js/jquery.fancybox-1.3.4.js

    – Look for this snippet of code:

    wrap
    .stop()
    .animate({
    'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)),
    'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding))
    }, typeof arguments[0] == 'number' ? arguments[0] : 200);

    – And change it to:

    wrap
    .stop()

    .animate({});

Viewing 10 posts - 16 through 25 (of 25 total)

This topic contains 25 replies, has 2 voices, and was last updated by  Saguaros 9 years, 2 months ago.

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