Page 1 of 1

How to add Apple WebClip icon and startup image?

Posted: Wed Nov 21, 2012 9:01 pm
by michaywood
I am in love with this new OneEleven theme. Definitely a step in the right direction for CMSMS! Great work guys!

This really opens up a whole new world to improve things for my customers. They can now easily edit from their smartphones. One thing I can't figure out, is I'm wanting to set a default icon and startup image for the admin login. This way people can go to their CMSMS admin page on their iPhone/iPad/iPod and select the option to Add To Home Screen so they can have a shortcut to the admin page. So I've made an app icon with my logo that i'm going to put on all my customers websites as well as a start image (image that displays during the loading of the page). To do this, you just have to create the files then put

Code: Select all

<link rel="apple-touch-icon" href="/custom_icon.png"/>
<link rel="apple-touch-startup-image" href="/startup.png">
<meta name="apple-mobile-web-app-capable" content="yes" />
in the header area of the page. However, I can't figure out where I can do this within the OneEleven theme! The website already is a mobile site, so it has it's own icons for front-end users, I'm wanting to do new icons JUST for the admin part of the site. Any ideas?

Thanks in advance!

Re: How to add Apple WebClip icon and startup image?

Posted: Wed Dec 12, 2012 7:52 pm
by michaywood
any ideas?

Re: How to add Apple WebClip icon and startup image?

Posted: Wed Dec 12, 2012 7:54 pm
by calguy1000
it's already been done, and distributed with 1.11.3 IIRC... if not, it definately will be there for 1.11.4

Re: How to add Apple WebClip icon and startup image?

Posted: Wed Dec 12, 2012 8:13 pm
by michaywood
I currently have 1.11.3, but I can't find the html template for the login page so that I can put those links. any ideas?