Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • yuryhoyos Friend
    #168568

    Hello, i need help!… i want put a favicon animated in /plugins/system/jat3/jat3/base-themes/default/blocks file: head.php … But i can’t :((

    Manos Moderator
    #412732

    Hi,can you please show us your website and also the code you want to insert ?

    Regards

    Manos

    yuryhoyos Friend
    #412737

    [PHP]<?php
    /*
    # ————————————————————————
    # JA T3 System plugin for Joomla 1.6
    # ————————————————————————
    # Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license – GNU/GPL, http://www.gnu.org/licenses/gpl.html
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com
    # ————————————————————————
    */
    ?>
    <script type=”text/javascript”>
    var siteurl='<?php echo JURI::base(true) ?>/’;
    var tmplurl='<?php echo JURI::base(true).”/templates/”.T3_ACTIVE_TEMPLATE ?>/’;
    var isRTL = <?php echo $this->isRTL()?’true’:’false’ ?>;
    </script>

    <jdoc:include type=”head” />

    <?php if (T3Common::mobile_device_detect()==’iphone’):?>
    <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1; user-scalable=1;” />
    <meta name=”apple-touch-fullscreen” content=”YES” />
    <?php endif;?>

    <?php if (T3Common::mobile_device_detect()):?>
    <meta name=”HandheldFriendly” content=”true” />
    <?php endif;?>

    <link href=”/plugins/system/jat3/jat3/base-themes/default/images/animated_favicon1.gif” rel=”icon” type=”image/gif” >

    <?php JHTML::stylesheet (”, ‘templates/system/css/system.css’) ?>
    <?php JHTML::stylesheet (”, ‘templates/system/css/general.css’) ?>

    <!–>
    <style>
    .clearfix { display: inline-block; } /* IE7xhtml*/
    </style>
    <!–>
    [/PHP]

    in the line : <link href=”/plugins/system/jat3/jat3/base-themes/default/images/animated_favicon1.gif” rel=”icon” type=”image/gif” >

    i put the favicon animated but i can’t see only i can see the favicon static. the website is in localhost

    laszlo73 Friend
    #429639

    You must insert 2 lines. 1 for the favicon.ico and one for the gif …:

    <link href=”<?php echo T3Path::getUrl(‘images/favicon.ico’) ?>” rel=”shortcut icon” type=”image/x-icon” />
    <link href=”<?php echo T3Path::getUrl(‘animated_favicon1.gif’) ?>”rel=”icon” type=”image/gif” />

    Reply if helps ..

    Manos Moderator
    #429795

    Hi,

    Yes unfortunately animated favicons are only supported by FireFox.

    Is this issue solved now?

    Regards

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

This topic contains 5 replies, has 3 voices, and was last updated by  Manos 12 years, 11 months ago.

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