Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • krumz Friend
    #185785

    Hello all,

    I have seen this question asked a lot throughout the web and this forum and I did have it working with my image for a Very Short time.

    I have followed what I can that applies from this forum and other places on the web. Some people that have had issues with the favicon and had the issue solved use a different template than JA Vintas, so I could only follow them so far.

    I have updated the favicon under my template. I have tried repeatedly to change the template under:

    /plugins/system/jat3/jat3/base-themes/default/images/favicon.ico

    and cleared the browser cache, joomla cache, jat3 cache, etc. Nothing is working. I’m still getting the joomla favicon (after days) and it’s very frustrating. I have seen some posts where they are changing the index.php file but it didn’t apply to my template.

    Any ideas, suggestions, answers???

    Thanks much.

    Ninja Lead Moderator
    #486298

    Here you are

    Copy
    <blockquote>plugins/system/jat3/jat3/base-themes/default/blocks/head.php</blockquote>
    Paste to
    <blockquote>templates/ja_vintas/blocks</blockquote>

    Open head.php file
    from

    <link href="<?php echo T3Path::getUrl('images/favicon.ico') ?>" rel="shortcut icon" type="image/x-icon" />
    change to

    <link href="<?php echo JURI::base(true)."/templates/".T3_ACTIVE_TEMPLATE.'/images/favicon.ico'; ?>" rel="shortcut icon" type="image/x-icon" />

    And upload favicon.ico into
    <blockquote>templates/ja_vintas/images</blockquote>

    Remember to clear cache from admin area favicon.ico then your site will change.

    krumz Friend
    #486634

    Thank you!

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

This topic contains 3 replies, has 2 voices, and was last updated by  krumz 11 years, 8 months ago.

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