-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 3, 2015 at 3:20 am #721172If 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.
1 user says Thank You to Saguaros for this useful post
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 3, 2015 at 3:20 am #753574If 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.
1 user says Thank You to Saguaros for this useful post
November 3, 2015 at 1:16 pm #721294Thanks 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
November 3, 2015 at 1:16 pm #753632Thanks 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
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 4, 2015 at 8:25 am #721374Thanks a lot for your excelent service. I hope it get solved soon.
November 4, 2015 at 8:25 am #753709Thanks a lot for your excelent service. I hope it get solved soon.
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2015 at 10:25 am #723770Hi 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
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2015 at 10:25 am #754256Hi 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({});
-
AuthorPosts
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