AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: fathira on February 19, 2017, 03:26:07 AM

Title: mobile broser history abantecart icon
Post by: fathira 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 
Title: Re: mobile broser history abantecart icon
Post by: Ollie 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.
Title: Re: mobile broser history abantecart icon
Post by: Basara 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" />
Title: Re: mobile broser history abantecart icon
Post by: abolabo 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
Title: Re: mobile broser history abantecart icon
Post by: fathira 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