This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:favicon:start [2017/02/21 12:46] geojames |
tutorials:favicon:start [2017/02/21 12:52] (current) geojames |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to add favicon for your website ====== | ====== How to add favicon for your website ====== | ||
- | ===== If You Want One Site Wide Favicon ===== | + | This article has been moved to the [[startup_tutorial_and_checklist:design_configuration:adding_a_favicon|adding |
- | + | ||
- | An important distinction for this feature is that this is not a feature of the software. | + | |
- | + | ||
- | You can easily set up the favicon to appear for every page of your site. Just upload your favicon.ico file (actually named " | + | |
- | + | ||
- | For "good form" you should reference the favicon within the html head of your html whether within our software or within other documents on your site. If you simply upload the file (named favicon.ico) within the base directory of your site you could reference it this way within the html head of your templates. | + | |
- | + | ||
- | < | + | |
- | <link rel=" | + | |
- | <link rel=" | + | |
- | <link rel=" | + | |
- | </ | + | |
- | + | ||
- | Do note the above code is just one of many options for that tag and that file. There are different possible image types that can be converted into a .ico file. There are different image sizes that will be used for all different browsers and for different platforms meaning desktop versus mobile versus tablet. | + | |
- | + | ||
- | < | + | |
- | <!-- Opera Speed Dial Favicon --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- Standard Favicon --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- For iPhone 4 Retina display: --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- For iPad: --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- For iPhone: --> | + | |
- | <link rel=" | + | |
- | </ | + | |
- | + | ||
- | Note that ALL of the above could appear on your site and each icon would be used by the platform | + | |
- | + | ||
- | The best place to find the standards for this feature can be found around the Internet. | + | |
- | + | ||
- | ===== Template Set Portable Favicon ===== | + | |
- | + | ||
- | Suggestions up to now simply have you upload the favicon file(s) to your site and reference them within the html of your site (whether in your Geo software OR within | + | |
- | + | ||
- | If you are still using the basic default design template sets provided by Geo you would insert the favicon html reference(s) into the "html head" of the page templates | + | |
- | + | ||
- | basic_page.tpl | + | |
- | cart_page.tpl | + | |
- | category_page.tpl | + | |
- | front_page.tpl | + | |
- | login_page.tpl | + | |
- | listing_page.tpl | + | |
- | tag_page.tpl | + | |
- | user_management_page.tpl | + | |
- | + | ||
- | If you wish to make your favicon a part of your custom template set follow these instructions. | + | |
- | + | ||
- | DESIGN > TEMPLATE SETS | + | |
- | + | ||
- | Click the "Edit template" | + | |
- | + | ||
- | Paste this code: | + | |
- | + | ||
- | < | + | |
- | <link rel=" | + | |
- | <link rel=" | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- Opera Speed Dial Favicon --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- Standard Favicon --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- For iPhone 4 Retina display: --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- For iPad: --> | + | |
- | <link rel=" | + | |
- | + | ||
- | <!-- For iPhone: --> | + | |
- | <link rel=" | + | |
- | </ | + | |
- | + | ||
- | Please note the above are several options. | + | |
- | + | ||
- | Make sure the above code appears after any css file references within the html header. | + | |
- | + | ||
- | < | + | |
- | + | ||
- | In any newer default Geo designs that would be after the {html_head} tag where it appears in your template' | + | |
- | + | ||
- | Now save the template file changes and your done with any html within your templates. | + | |
- | + | ||
- | / | + | |
- | + | ||
- | You can use your ftp software or the upload feature within the DESIGN > MANAGER admin tool. If you ftp that file up make sure to hit the " | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | and the direct url to the favicon would be the following within your template set. : | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | The above instructions makes your favicon " | + | |
- | + | ||
- | ===== External References ===== | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | and many others by googling anything " | + |