test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Saguaros Moderator
    #474806

    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.

    misiex Friend
    #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 Moderator
    #475092

    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.

    loopbe Friend
    #492143

    I am using Joomla 2.5 with T3 Framework 1.1.0. It doesn’t work with Fancybox 2 , any idea?

    Saguaros Moderator
    #492159

    Hi 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

    misiex Friend
    #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/

    loopbe Friend
    #500500

    finally, update the joomla 3.0 no problem with this,

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

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.