Author Topic: icon on tablet  (Read 2637 times)

Offline david.livshin

  • Newbie
  • *
  • Posts: 17
  • Karma: +0/-1
    • View Profile
icon on tablet
« 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: icon on tablet
« Reply #1 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" />

Offline david.livshin

  • Newbie
  • *
  • Posts: 17
  • Karma: +0/-1
    • View Profile
Re: icon on tablet
« Reply #2 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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: icon on tablet
« Reply #3 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
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

 

Powered by SMFPacks Social Login Mod