News:

AbanteCart v1.4.2 is released.

Main Menu
support

icon on tablet

Started by david.livshin, December 09, 2018, 06:55:56 AM

Previous topic - Next topic

david.livshin

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

Basara

What is your template?
In default template some icons are tagged in template header

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

<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" />

david.livshin

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

abantecart

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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -