Page 1 of 1

Icon apple-tauch

Posted: 04 Apr 2015, 09:18
by Morena
What are the dimensions for the apple-logo-icon tauch

Re: Icon apple-tauch

Posted: 05 Apr 2015, 03:12
by mjau-mjau
It is multiple sizes:
http://stackoverflow.com/questions/2997 ... d-iphone-4
https://developer.apple.com/library/ios ... tions.html

Not something generally supported by Imagevue X2, but you could probably add it.

Re: Icon apple-tauch

Posted: 19 Jun 2024, 13:44
by petri71
is there a place to add the apple touch icon ? I couldn't find it. 

I migrated from my own server to Flamepix and lost the apple touch icon.

Re: Icon apple-tauch

Posted: 19 Jun 2024, 21:40
by mjau-mjau
petri71 wrote: is there a place to add the apple touch icon ? I couldn't find it. 

I migrated from my own server to Flamepix and lost the apple touch icon.
How did you add it to your previous X3? It doesn't seem to be part of the data that was migrated.

Anyway, first you would upload the icon somewhere, for example into custom/files/images (from the X3 panel). And then you would go to Settings > Custom > Custom <head> and add something like the following:
Code
<link rel="apple-touch-icon" href="https://www.coquille.pics/content/custom/files/images/apple-icon.png" />

Re: Icon apple-tauch

Posted: 20 Jun 2024, 11:13
by petri71
ok thank you...

sorry I can't remember how I added it, when I check the version on my server I have no code in head... and no sign of the apple touch icon... could it be a setting higher on my server ? is that even  possible ?

anyway I will do as you say..

thank you

Re: Icon apple-tauch

Posted: 20 Jun 2024, 22:25
by mjau-mjau
petri71 wrote:sorry I can't remember how I added it, when I check the version on my server I have no code in head... and no sign of the apple touch icon... could it be a setting higher on my server ? is that even  possible ?
I don't know :grimacing: Kinda pointless do figure this out when you have the solution above.