Solved

Favicon not sowing on my store - Impulse theme

itsolidude12
Pathfinder
128 4 40

Hey there,

The title pretty much says it.

It worked on older versions but is now gone. I cleared the cache etc but nothing. Same for my friends.

 

Any suggestions what it could be?

Shop

Password: emori 

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@itsolidude12 

great can you please upload 32x32 png format that's it 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 12 (12)

KetanKumar
Shopify Partner
36839 3635 11972

@itsolidude12 

can you please upload favicon png icon 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
itsolidude12
Pathfinder
128 4 40

@KetanKumar  Here you go

Transparent.png

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@itsolidude12 

great can you please upload 32x32 png format that's it 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
itsolidude12
Pathfinder
128 4 40

It gets auto re-scaled to 32px when i upload it. Still didn't work tho.

KetanKumar
Shopify Partner
36839 3635 11972

@itsolidude12 

Partners: Requests for staff access when providing assistance is not appropriate. Guidance should be provided within the topic if possible, and if access is required the collaboration feature detailed in this blog post should be used over requesting staff access: The Shopify Collaborator Account: What You Need to Know

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
itsolidude12
Pathfinder
128 4 40

I found a malformed lines in my Theme.liquid. Everythings fixed now!

KetanKumar
Shopify Partner
36839 3635 11972

@itsolidude12 

Wow it would be great

thanks for update

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
g33kgirl
Shopify Partner
390 109 142

@itsolidude12 have you installed an SEO app by any chance? That could be overriding the theme settings.

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
itsolidude12
Pathfinder
128 4 40

I do

Manuel24
Tourist
10 0 1

Hallo kannst du uns bitte helfen unser Favicon einzufügen? LG Manuel 

 

Favicon AWKF.png

 

g33kgirl
Shopify Partner
390 109 142

Hi @itsolidude12, try uploading the favicon in Theme Settings again and if the problem persists, you can contact the Theme Developer: https://archetypethemes.co/pages/support#impulse

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.

Aadil_Hussain
Shopify Expert
3 0 0

Move the favicon code just below the <head> tag.

=============================================

<!doctype html>
<html class="no-js" lang="{{ request.locale.iso_code }}">
<head>
       {%- if settings.favicon != blank -%}
           <link rel="shortcut icon" href="{{ settings.favicon | img_url: '32x32' }}" type="image/png" />
       {%- endif -%}
<meta name="facebook-domain-verification" content="87i20o9mx22qzms2eesrrgiihjycze" />
<meta name="google-site-verification" content="WL-Ohc68IXbImbFnBIfiKIyJmC6wGIi0BE059CopIrA" />'
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="{{ settings.color_button }}">
<link rel="canonical" href="{{ canonical_url }}">