Favicon & Stacey?

  • Question
  • Updated 1 year ago
Hi!,
It's possible add favicon in Stacey?

Thanks
H.
Photo of HerbertH

Herbert

  • 13 Posts
  • 0 Reply Likes
  • happy

Posted 5 years ago

  • 1
Photo of richard.augustusR

richard.augustus

  • 24 Posts
  • 2 Reply Likes
Yes, just place it in the 'public' folder within Stacey. 16x16 pixels is normally good and give it the name favicon.ico I think png gif format should be fine. Worked for me!
Photo of HerbertH

Herbert

  • 13 Posts
  • 0 Reply Likes
Worked also for me!
Thank You Richards, Good Evening!
Photo of jenkraemermontgomeryJ

jenkraemermontgomery

  • 8 Posts
  • 1 Reply Like
Me too, but I had to restart firefox/clear the cache in order to see the change. Maybe this info will help some people.
Photo of joshua.crowley

joshua.crowley

  • 17 Posts
  • 0 Reply Likes
Also, if your running stacey in a sub-directory add the favicon to the public folder as directed and then add this line of code to your templates>index.html template in the head section.
<link rel="shortcut icon" type="image/x-icon" href="http://yoursite/yoursub/favicon.ico" />
Photo of astreumA

astreum

  • 2 Posts
  • 0 Reply Likes
I think you've missed that line of code ;p
Photo of joshua.crowley

joshua.crowley

  • 17 Posts
  • 0 Reply Likes
sorry about that, though I might add, at first the .ico was picked up for all the pages in my sub directory as long as it opened on the index.html first- but for whatever reason that changed and I had to add this line of code to all of my templates.html

maybe it never worked and I'm just a bit confused?
and I can't write code,



<strong></strong>
<strong></strong>

Photo of joshua.crowley

joshua.crowley

  • 17 Posts
  • 0 Reply Likes
I can't get the code html thingo to work, even when using the brackets- so I've posted a screenshot of what I'm trying to post.
Photo of joshua.crowley

joshua.crowley

  • 17 Posts
  • 0 Reply Likes
Photo of joshua.crowley

joshua.crowley

  • 17 Posts
  • 0 Reply Likes
SO ANNOYING
Photo of Franco Barbeite

Franco Barbeite

  • 1 Post
  • 0 Reply Likes
Running Stacey from a subdirectory.

I could not get the favicon to appear when placed in Stacey's public folder.

I noticed Stacey was referencing other resources in the docs folder, so I tried putting the favicon.ico in the stacey/public/docs folder and adding the following code:

See blue hilighted text in image. (Code brackets on this site don't work.)


That made the favicon appear when you launched the index.html file
However, when I open projects, or the about page, the favicon disappears.

One way to get the favicon to appear on every page is to paste the code above (in blue) in the header of each of the html files in the templates folder.

That did the trick.

Hope that helps.

Best,

Franco
Photo of alinalagardeA

alinalagarde

  • 2 Posts
  • 0 Reply Likes
This all didn't work for me, so if you're in the same case, I've found out here :
"https://getsatisfaction.com/stacey/to..."

++
Photo of Alfonso L Velarde

Alfonso L Velarde

  • 1 Post
  • 0 Reply Likes
THANKS, FRANCO