Why aren't my social media icons displaying in the Venture theme footer?

Hello,

I have put in the links for our facebook and IG in the footer but it does not display on our website. Please advise.

Domain - tanysjewellery.com

@tanys1

can you please enable social media icon in theme customization footer section

Hi, @tanys1

When you say you’ve put them in the footer, what do you mean exactly? To add the social media links / icons in the Venture theme:

  1. Head to Online Store > Themes
  2. Click Customize next to your current theme
  3. Click Theme Settings > Social Media from the left side-bar menu
  4. Add the full URL of your social media page in each corresponding box
  5. Don’t forget to click Save

Here’s a screenshot of what will happen in the footer when you add the URL, from my test store using the Venture theme:

Let us know how this goes! @KetanKumar may have some other suggestions past these steps for you as well if it’s still not working!

yes, I have done exactly that. it doesn’t show up. it never has.

@tanys1

thanks for update your just put link can you please enable social medic icon section at footer section

if you have not option let me know or use your free design time

https://community.shopify.com/c/shopify-design/what-can-be-covered-in-free-design-time/m-p/1184430#M304577

There is no other option aside from putting in the links. no enable button, etc. As seen in the screen shots i posted.

@tanys1

please give me footer section code or add me staff account i need only theme access so i will check and let you know

{% for block in section.blocks %}
{% case block.type %} {% when 'social' %}
{% if block.settings.title != blank %}

{{ block.settings.title | escape }}

{% endif %}

{% when ‘menu’ %}
{% if linklists[block.settings.link_list].links.size > 0 %}

{{ linklists[block.settings.link_list].title }}

    {% for link in linklists[block.settings.link_list].links %}
  • {{ link.title }}
  • {% endfor %}
{% endif %}

{% when ‘text’ %}

{{ block.settings.title | escape }}

{{ block.settings.text }}

{% when ‘newsletter’ %}

.site-footer__newsletter-input { background-color: {{ block.settings.color_newsletter_input }}; color: {{ block.settings.color_newsletter_input_text }}; } .site-footer__newsletter-input::-webkit-input-placeholder { color: {{ block.settings.color_newsletter_input_text }}; opacity: 0.7; } .site-footer__newsletter-input:-moz-placeholder { color: {{ block.settings.color_newsletter_input_text }}; opacity: 0.7; } .site-footer__newsletter-input:-ms-input-placeholder { color: {{ block.settings.color_newsletter_input_text }}; opacity: 0.7; } .site-footer__newsletter-input::-ms-input-placeholder { color: {{ block.settings.color_newsletter_input_text }}; opacity: 1; }

{% if block.settings.title != blank %} {{ block.settings.title | escape }} {% endif %}

{% form 'customer' %} {{ form.errors | default_errors }} {% if form.posted_successfully? %}

{{ 'general.newsletter_form.confirmation' | t }}

{% else %} {% if block.settings.subheading != blank %} {{ block.settings.subheading }} {% endif %}
{% include 'icon-arrow-right' %} {{ 'general.newsletter_form.submit' | t }}
{% endif %} {% endform %}

{% endcase %}

{% endfor %}
© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url }}. {{ powered_by_link }}
{%- if section.settings.show_payment_icons -%} {%- unless shop.enabled_payment_types == empty -%} {{ 'general.payment.method' | t }}
    {%- for type in shop.enabled_payment_types -%}
  • {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
  • {%- endfor -%}
{%- endunless -%} {%- endif -%}

@tanys1

sorry but schema code missing