knice / theme-ucsc-drupal

Responsive theme for UCSC Drupal sites.
GNU General Public License v2.0
0 stars 0 forks source link

Favicon not appearing in 3.0.10 #31

Closed kanarb closed 9 years ago

kanarb commented 9 years ago

I see the default drupal icon instead of the ucsc favicon. Tested in Firefox and Chrome on Mac.

knice commented 9 years ago

It has to be enabled in your theme settings by checking the "shortcut icon"

screen shot 2015-08-04 at 2 47 44 pm

kanarb commented 9 years ago

It was checked. I unchecked and rechecked and cleared the cache. The drupal icon is gone, but the ucsc favicon still does not appear. Is it showing up for you?

On Tue, Aug 4, 2015 at 2:49 PM, Rob Knight notifications@github.com wrote:

It has to be enabled in your theme settings by checking the "shortcut icon"

[image: screen shot 2015-08-04 at 2 47 44 pm] https://cloud.githubusercontent.com/assets/36719/9073694/f1a619c0-3ab7-11e5-86bf-72924f3553a6.png

— Reply to this email directly or view it on GitHub https://github.com/knice/ucsc-drupal/issues/31#issuecomment-127772131.

kanarb commented 9 years ago

Actually I was wrong the drupal icon is still showing up.

On Tue, Aug 4, 2015 at 2:49 PM, Rob Knight notifications@github.com wrote:

It has to be enabled in your theme settings by checking the "shortcut icon"

[image: screen shot 2015-08-04 at 2 47 44 pm] https://cloud.githubusercontent.com/assets/36719/9073694/f1a619c0-3ab7-11e5-86bf-72924f3553a6.png

— Reply to this email directly or view it on GitHub https://github.com/knice/ucsc-drupal/issues/31#issuecomment-127772131.

knice commented 9 years ago

I'm seeing the favicon.

Here are my theme settings:

screen shot 2015-08-05 at 12 34 20 pm

And here is what shows up in my HTML source with those settings:

napkin 2 08-05-15 12 37 12 pm

knice commented 9 years ago

I see what is happening. I uploaded the favicon through the Drupal interface and it was installed in /sites/default/files/favicon.ico.

knice commented 9 years ago

Ohhhhhhh, I figured it out. Check this setting:

screen shot 2015-08-05 at 12 46 17 pm

I thought that meant "use the default Drupal favicon." It actually means "use the favicon that came with this theme." Check that box and it works. The HTML source has the path to the favicon in the theme folder.

Closing this.