Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1770905
Apple Touch Icons
Closed

Comments

  • ottimoto started the conversation

    I was wondering why there is no option in TheGem to upload apple touch icons i.e. 114x114px. Only the small favicon for smaller devices is available for upload.

    Best regards
    otti

  •  7,095
    Oliver replied

    Hi,

    Can you provide few screenshots what you need to make? Default function site_icon already generate apple-touch-icon-precomposed icon, you can see it in the file:

    wp-includes/general-template.php

    function wp_site_icon() 

    line 2822

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • ottimoto replied

    Hi Gregor,


    So, do I understand correctly that the function wp_site_icon generates the icons for tablets etc automatically and I do not need to add them separately? If so, can you explain how the scaling form the small favicon to larger required icons works i.e. 144px?

    Best regards
    otti

  •  7,095
    Oliver replied

    Hi,

    pls. provide the wp-admin and FTP access

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • ottimoto replied

    I'm still developing locally. This is a general question about your theme.

    Best regards
    otti

  •  7,095
    Oliver replied

    Ok, another way, remove the icon from the theme options and in the template:

    /wp-content/themes/thegem/header.php

    after the line:

    <?php wp_head(); ?>

    add you links to the favicon:

    <link rel="icon" href="IMAGE_URL" sizes="32x32">
    <link rel="icon" href="IMAGE_URL" sizes="192x192">
    <link rel="apple-touch-icon-precomposed" href="IMAGE_URL">
    

    Before the editing copy this file you the child theme for the safety feature updates.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • ottimoto replied

    Thanks Gregor,

    I thought this is the best way to insert all necessary icons.

    Many thanks
    otti

  •  7,095
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver