I’m wanting to add login icon onto my header. I’m using pop theme
can anyone help me please
my URL is jjsbeehive.com.au
I’m wanting to add login icon onto my header. I’m using pop theme
can anyone help me please
my URL is jjsbeehive.com.au
Hello, @JJsBeehive
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site header code,
So I will check and provide a solution here.
{% capture navSize %}250px{% endcapture %}
{% capture navHeaderSize %}{{ section.settings.menu_mobile | escape }}px{% endcapture %}
{% capture logoMaxHeight %}{{ section.settings.menu_mobile | escape | minus: 30 }}px{% endcapture %}
{% capture borderWidth %}{{ settings.border_width }}px{% endcapture %}
{% capture colorBorder %}{{ settings.color_borders }}{% endcapture %}
{% assign navMenu = linklists[section.settings.nav_menu] %}
{% if template.name == ‘index’ %}
{% if section.settings.logo != blank %}
{% else %}
{{ shop.name }}
{% endif %}
{% if template.name == ‘index’ %}
{% comment %}
Use the uploaded logo from section settings if enabled.
Site name gets precedence with H1 tag on homepage, div on other pages.
{% endcomment %}
{% if section.settings.logo != blank %}
{% capture img_id %}Logo-{{ section.id }}{% endcapture %}
{% capture img_wrapper_id %}LogoWrapper-{{ section.id }}{% endcapture %}
{%- assign img_url = section.settings.logo | img_url: ‘1x1’ | replace: ‘1x1.', '{width}x.’ -%}
{% include ‘image-style’ with image: section.settings.logo, small_style: true, width: 195, height: 505, wrapper_id: img_wrapper_id, img_id: img_id %}
{% if template.name == ‘index’ %}
{% comment %}
Show number of items in the cart and total cost in the /cart link
Ajaxify Cart Notes:
{% comment %}
If customer accounts are enabled, provide login and create account links
{% endcomment %}
{% schema %}
{
“name”: {
“de”: “Logo und Menü”,
“en”: “Logo and menu”,
“es”: “Logotipo y menú”,
“fr”: “Logo et menu”,
“it”: “Logo e menu”,
“ja”: “ロゴとメニュー”,
“nl”: “Logo en menu”,
“pt-BR”: “Logo e menu”,
“zh-CN”: “徽标和菜单”,
“zh-TW”: “標誌和選單”
},
“settings”: [
{
“type”: “header”,
“content”: {
“de”: “Logo”,
“en”: “Logo”,
“es”: “Logotipo”,
“fr”: “Logo”,
“it”: “Logo”,
“ja”: “ロゴ”,
“nl”: “Logo”,
“pt-BR”: “Logotipo”,
“zh-CN”: “徽标”,
“zh-TW”: “商標”
}
},
{
“type”: “image_picker”,
“id”: “logo”,
“label”: {
“de”: “Benutzerdefiniertes Logo”,
“en”: “Custom logo”,
“es”: “Logotipo personalizado”,
“fr”: “Logo personnalisé”,
“it”: “Logo personalizzato”,
“ja”: “ロゴをカスタムする”,
“nl”: “Aangepast logo”,
“pt-BR”: “Logotipo personalizado”,
“zh-CN”: “自定义徽标”,
“zh-TW”: “自訂商標”
},
“info”: {
“de”: “Maximal 450 x 250 Pixel”,
“en”: “450 x 250px max”,
“es”: “450 x 250px máx.”,
“fr”: “450 x 250 px max”,
“it”: “450 x 250 px max”,
“ja”: “最大450 x 250ピクセル”,
“nl”: “450 x 250px max”,
“pt-BR”: “450 x 250px máx.”,
“zh-CN”: “最大 450 x 250 px”,
“zh-TW”: “最大 450 x 250 像素”
}
},
{
“type”: “header”,
“content”: {
“de”: “Hauptmenü”,
“en”: “Main Menu”,
“es”: “Menú principal”,
“fr”: “Menu principal”,
“it”: “Menu principale”,
“ja”: “メインメニュー”,
“nl”: “Hoofdmenu”,
“pt-BR”: “Menu principal”,
“zh-CN”: “主菜单”,
“zh-TW”: “主選單”
}
},
{
“type”: “link_list”,
“id”: “nav_menu”,
“label”: {
“de”: “Menü”,
“en”: “Menu”,
“es”: “Menú”,
“fr”: “Menu”,
“it”: “Menu”,
“ja”: “メニュー”,
“nl”: “Menu”,
“pt-BR”: “Menu”,
“zh-CN”: “菜单”,
“zh-TW”: “選單”
},
“default”: “main-menu”
},
{
“type”: “header”,
“content”: {
“de”: “Größe”,
“en”: “Sizing”,
“es”: “Dimensión”,
“fr”: “Dimensions”,
“it”: “Taglie”,
“ja”: “サイジング”,
“nl”: “Grootte aanpassen”,
“pt-BR”: “Dimensionamento”,
“zh-CN”: “调整大小”,
“zh-TW”: “尺寸確認”
}
},
{
“type”: “text”,
“id”: “menu_mobile”,
“label”: {
“de”: “Höhe des mobilen Hauptmenüs (in Pixel)”,
“en”: “Mobile main menu height (in pixels)”,
“es”: “Altura del menú principal de móvil (en píxeles)”,
“fr”: “Hauteur du menu principal mobile (en pixels)”,
“it”: “Altezza menu principale mobile (in pixel)”,
“ja”: “モバイルメインメニューの高さ (ピクセル単位)”,
“nl”: “Hoogte mobiel hoofdmenu (in pixels)”,
“pt-BR”: “Altura do menu principal móvel (em pixels)”,
“zh-CN”: “手机主菜单高度(以像素为单位)”,
“zh-TW”: “行動版主要選單高度 (單位為像素)”
}
},
{
“type”: “header”,
“content”: {
“de”: “Rahmen”,
“en”: “Border”,
“es”: “Borde”,
“fr”: “Bordure”,
“it”: “Bordo”,
“ja”: “罫線”,
“nl”: “Rand”,
“pt-BR”: “Borda”,
“zh-CN”: “边框”,
“zh-TW”: “邊框”
}
},
{
“type”: “checkbox”,
“id”: “border_menu”,
“label”: {
“de”: “Rahmen anzeigen”,
“en”: “Show border”,
“es”: “Mostrar borde”,
“fr”: “Afficher la bordure”,
“it”: “Mostra bordo”,
“ja”: “罫線を表示する”,
“nl”: “Toon rand”,
“pt-BR”: “Exibir borda”,
“zh-CN”: “显示边框”,
“zh-TW”: “顯示邊框”
}
}
]
}
{% endschema %}
Thanks for the details something is missing if possible to give me access so i will fix less than 20 min
Granted you staff permission, check your email. Thanks for your help
I can’t see the login details, can’t you figure out why it’s not working?
I’ve revoked access, hope someone else can help me
I waited an hour after you accepted staff request, you said 20mins