pavit hello, yes I have already done it. this is what I was talking about on my post n°3 point 3). one of your staff member told me to look this : https://nerdia.net/2018/02/27/add-custom-favicon-ico-to-t3-bootstrap-framework-for-joomla/
1 - I have created local folder and copied favicon.ico file to avoid loosing it during next updates
2 - I have also copied head.php file into ja_donate/local/tpls/blocks folder
3 - then I have added this code at the end of ja_donate/local/tpls/blocks/head.php file :
<?php
if (is_file(T3_TEMPLATE_PATH . '/local/favicon.ico')) {
$this->addFavicon(T3_TEMPLATE_URL . '/local/favicon.ico');
}
?>
I have done these instructions on all my websites and works fine...but not on ja_donate template.
If you look live URL of website (see details on my forst post), favicon is always the default...not my custom file.