Author Topic: mobile broser history abantecart icon  (Read 4008 times)

Offline fathira

  • Newbie
  • *
  • Posts: 27
  • Karma: +3/-1
    • View Profile
mobile broser history abantecart icon
« on: February 19, 2017, 03:26:07 AM »
hello
i am using whitelable  extension .  i using mysite in mobile browser  and i check mobile browser history  there is no my website  icon only abantecart icon 

used mobile browser chrome ,chrome beta   .

html browser (in mobile) thire is my web site icon

how to solve this please say publicly or pm 

Offline Ollie

  • Sr. Member
  • ****
  • Posts: 253
  • Karma: +27/-1
    • View Profile
    • Assistech
Re: mobile broser history abantecart icon
« Reply #1 on: February 19, 2017, 10:07:47 AM »
i am using whitelable  extension .  i using mysite in mobile browser  and i check mobile browser history  there is no my website  icon only abantecart icon

I suggest directing your question to the extension vendor.
Assistive technologies for people with special needs:
https://assistech.com/store/

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: mobile broser history abantecart icon
« Reply #2 on: February 20, 2017, 02:52:56 AM »
Hello.

Deafult templates load different icons for mobile devices try to change this files in storefront/view/default/image/
Code: [Select]
<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 abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: mobile broser history abantecart icon
« Reply #3 on: February 20, 2017, 03:05:17 AM »
hello
i am using whitelable  extension .  i using mysite in mobile browser  and i check mobile browser history  there is no my website  icon only abantecart icon 

used mobile browser chrome ,chrome beta   .

html browser (in mobile) thire is my web site icon

how to solve this please say publicly or pm

Icon takes from template (appearance) settings. Just check it in your admin-> system->settings->appearance
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline fathira

  • Newbie
  • *
  • Posts: 27
  • Karma: +3/-1
    • View Profile
Re: mobile broser history abantecart icon
« Reply #4 on: February 23, 2017, 03:52:23 AM »
it is ok
remove all abantecart icon and upload own icon  do not change image name see blow

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

whitelabel not supported this function   

 

Powered by SMFPacks Social Login Mod