AbanteCart Community

Shopping Cart Operations => Support => Topic started by: david.livshin on December 09, 2018, 06:55:56 AM

Title: icon on tablet
Post by: david.livshin on December 09, 2018, 06:55:56 AM
Hi,

When using the AbanteCart-created shop on ( Android ) tablet, the icon displayed is always one that belongs to AbanteCart ( works fine on a workstation ). I tried to use as an icon png and icon files, doesn't make any difference. Actually sometimes during initialization on a tablet, the custom icon appears for short time being promptly replaced by the AbanteCart icon.

What could cause that and how to fix?

Thank you,

David
Title: Re: icon on tablet
Post by: Basara on December 10, 2018, 01:33:24 AM
What is your template?
In default template some icons are tagged in template header

view-source:http://demo.abantecart.com/

Code: [Select]
<link href="resources/image/18/73/4.png" type="image/png" rel="icon" />

<link href="storefront/view/default/image/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="storefront/view/default/image/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />
<link href="storefront/view/default/image/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" />
<link href="storefront/view/default/image/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />
<link href="storefront/view/default/image/icon-192x192.png" rel="apple-touch-icon" sizes="192x192" />
Title: Re: icon on tablet
Post by: david.livshin on December 10, 2018, 07:50:36 AM
I see - so is there a way to set up all these ( "apple" ) icons from within the AbanteCart's GUI?
And, out of curiosity, - where are these icons used?

Thank you,

David
Title: Re: icon on tablet
Post by: abantecart on December 12, 2018, 09:25:59 PM
There is no UI to manage these icons, they are used for mobile devices.

If you need to edit apple icons, you can do this by editing below file in your installation:

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/common/head.tpl