Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Favicon icon only appears on the homepage but not on subpages (http://forum.bytesforall.com/showthread.php?t=18295)

mattis.weiler Sep 3, 2012 11:57 PM

Favicon icon only appears on the homepage but not on subpages
 
Hi all :)
I am a big fan of the Atahualpa theme, as we use it for our website.

on our website, www.livethelanguage.cn, the favicon appears one you enter
the homepage, but disappears on all the subpages.

excerpt from the front.php:

Code:

<?php bfa_meta_tags(); ?>
<?php if ($bfa_ata['favicon_file'] != "") { ?><link rel="shortcut icon" href="<?php echo $templateURI; ?>/images/favicon/<?php echo $bfa_ata['favicon_file']; ?>" />

On the sourcecode of ou website, it links to this file (we use W3TC + cloudflare + maxcdn)
Code:

http://ltlcdn1.ltl.netdna-cdn.com/wp-content/themes/atahualpa/images/favicon/favicon.ico
On any given subpage, it refers to this file:
Code:

rel="shortcut icon" href="<wp-content/themes/atahualpa/images/favicon/favicon.ico"
We use Atahualpa 3.6.7.

Any ideas on how to get the Favicon to show up on all pages?:confused:
thanks

juggledad Sep 4, 2012 04:19 AM

1) there is no 'front.php' shipped with the theme
2) this is an old release - the current release is 3.7.8
You should try the new release and see if you get the same issue


All times are GMT -6. The time now is 01:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.