Favicon used in WORDPRESS GAE not displayed in Firefox Browser

40 views
Skip to first unread message

Nandini dinesh

unread,
Dec 11, 2015, 4:09:58 AM12/11/15
to Google App Engine

Hi,


I m developing a website using wordpress in Google  App Engine


I used favicon. Favicon displayed in Chrome Browser. But not display in FireFox (FF) ver 42.0.



My site URL :https://probable-skill-114906.appspot.com/


I did as per the below link


http://codex.wordpress.org/Creating_a_Favicon


I tried below methods:

METHOD 1:


1.Generated favicon and place images under theme directory.

2.Added the code in header.php file:under<head> section



<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.ico" type="image/x-icon">


3.Added code In App.yml file:


- url: /favicon.ico

static_files: images/favicon.ico

upload: images/favicon.ico



O/P - NOT DISPLAYING IN FF


METHOD 2:



1.Generated favicon and placed in root directory.

2.Added the code in header.php file under<head> section


<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

<link rel="icon" href="/favicon.ico" type="image/x-icon">


3.Added the code In App.yml file:


url: /favicon.ico

static_files: favicon.ico

upload: favicon.ico


O/P - NOT DISPLAYING IN FF



In method 2 i tried the below also.


under<head> section


<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon?">

<link rel="icon" href="/favicon.ico" type="image/x-icon?">



O/P - NOT DISPLAYING IN FF




Plz help thanks in advance!


Nick (Cloud Platform Support)

unread,
Dec 11, 2015, 10:32:27 AM12/11/15
to Google App Engine
Hey Nandini,

This seems more like a Firefox issue than an App Engine issue, since the favicon loads fine in Chrome and can be requested easily with curl. I suggest that you post specific issues like this to StackOverflow rather than this forum, since this forum is for general discussion relating to the App Engine, and not for specific-issue 1-on-1 support.

Best wishes,

Nick
Reply all
Reply to author
Forward
0 new messages