-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 30, 2012 at 8:23 am #474806Hi misiex,
New version of our framework JAT3V3 uses less and bootstrap in order to work with Joomla 3.x, pls ensure that the fancybox plugin is compatible with Joomla 3.x. Where did you get this plugin? I shall try in my local first to detect this issue.
December 3, 2012 at 9:08 am #475010<em>@Saguaros 348646 wrote:</em><blockquote>Hi misiex,
New version of our framework JAT3V3 uses less and bootstrap in order to work with Joomla 3.x, pls ensure that the fancybox plugin is compatible with Joomla 3.x. Where did you get this plugin? I shall try in my local first to detect this issue.</blockquote>
From here http://fancyapps.com/fancybox/,
Saguaros im using the Joomla 2,5 template.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 4, 2012 at 3:36 am #475092Hi misiex,
You are using JAT3V3 framework with Joomla 2.5, right? I try to add above code:
<link rel="stylesheet" href="plugins/system/fancybox/source/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="plugins/system/fancybox/source/helpers/jquery.fancybox-buttons.css" type="text/css" media="screen" />
<link rel="stylesheet" href="plugins/system/fancybox/source/helpers/jquery.fancybox-thumbs.css" type="text/css" media="screen" />
<script type="text/javascript" src="plugins/system/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
<script type="text/javascript" src="plugins/system/fancybox/source/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="plugins/system/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="/intranet/plugins/system/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.5"></script>
<script type="text/javascript" src="/intranet/plugins/system/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script><script type="text/javascript">
$(document).ready(function() {
$(".fancybox").fancybox();
});
</script>
But don’t have error like you. Pls ensure that you don’t add any jQuery into and it would be fine.
If problem still persist, PM me admin and FTP accout of your site and tell me how you changed so that I can check for you.
Regards.
May 7, 2013 at 6:42 pm #492143I am using Joomla 2.5 with T3 Framework 1.1.0. It doesn’t work with Fancybox 2 , any idea?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 8, 2013 at 1:48 am #492159Hi loopbe,
How did you add Fancybox code to T3 framework? kindly tell me steps by steps and if you like to pm me admin & ftp account of your site, I will have a closer look at this.
Regards
July 29, 2013 at 11:23 am #500478<em>@Saguaros 349063 wrote:</em><blockquote>Hi misiex,
You are using JAT3V3 framework with Joomla 2.5, right? I try to add above code:
<link rel="stylesheet" href="plugins/system/fancybox/source/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="plugins/system/fancybox/source/helpers/jquery.fancybox-buttons.css" type="text/css" media="screen" />
<link rel="stylesheet" href="plugins/system/fancybox/source/helpers/jquery.fancybox-thumbs.css" type="text/css" media="screen" />
<script type="text/javascript" src="plugins/system/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
<script type="text/javascript" src="plugins/system/fancybox/source/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="plugins/system/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="/intranet/plugins/system/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.5"></script>
<script type="text/javascript" src="/intranet/plugins/system/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script><script type="text/javascript">
$(document).ready(function() {
$(".fancybox").fancybox();
});
</script>
But don’t have error like you. Pls ensure that you don’t add any jQuery into and it would be fine.
If problem still persist, PM me admin and FTP accout of your site and tell me how you changed so that I can check for you.
Regards.</blockquote>
I have did exacly as above, jquery is arledy trigerred by boostrap. I chceck the error console, i have error :
TypeError: $(…).ready is not a function
$(document).ready(function() {but jqueryy jQuery v1.10.1 is read before fancybox. I dont matters if i add code in head, body or footer … view-source:https://okserwis.home.pl/intranet/
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by loopbe 11 years, 4 months ago.
The topic ‘How to install fancybox 2 in T3 Blank free template’ is closed to new replies.