On desktop, the wishlist page is working but on the phone, it shows a 404 error.
link www.abistor.com
On desktop, the wishlist page is working but on the phone, it shows a 404 error.
link www.abistor.com
sorry for that issue can please check mobile menu is different link please check
Desktop link its current = https://www.abistor.com/pages/wishlist
Mobile links is wrong = https://www.abistor.com/pages/wish-list (please update this link same as desktop )
@KetanKumar there is no section to update link particularly for mobile or desktop
can you please sent your header section code
{% assign pagename = request.page_type | handle %}
{% if request.page_type == ‘index’ %}
{% assign potential_action_target = shop.url | append: routes.search_url | append: “?q={search_term_string}” %}
{% endif %}
{% schema %}
{
“name”: “Header”,
“settings”: [
{
“type”: “header”,
“content”: “Announcement bar”
},
{
“type”: “checkbox”,
“id”: “message”,
“label”: “Show announcement”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “home_page_only”,
“label”: “Home page only”,
“default”: false
},
{
“type”: “html”,
“id”: “message_text”,
“label”: “Text”
},
{
“type”: “header”,
“content”: “Header Logo”
},
{
“type”: “text”,
“id”: “logo_text”,
“label”: “Logo text”
},
{
“type”: “image_picker”,
“id”: “logo”,
“label”: “Logo image”
},
{
“type”: “range”,
“id”: “logo_max_width”,
“label”: “Custom Logo Image”,
“min”: 50,
“max”: 250,
“step”: 5,
“unit”: “px”,
“default”: 100
},
{
“type”: “header”,
“content”: “Header Account”
},
{
“type”: “checkbox”,
“id”: “enable-header-account”,
“label”: “Enable Header Account”,
“default”: true
},
{
“type”: “select”,
“id”: “header-account-position”,
“label”: “Position show”,
“default”: “right”,
“options”: [
{
“value”: “left”,
“label”: “Left”
},
{
“value”: “right”,
“label”: “Right”
}
]
},
{
“type”: “header”,
“content”: “Header Search”
},
{
“type”: “checkbox”,
“id”: “enable-header-search”,
“label”: “Enable Header Search”,
“default”: true
},
{
“type”: “select”,
“id”: “header-search-position”,
“label”: “Position show”,
“default”: “right”,
“options”: [
{
“value”: “left”,
“label”: “Left”
},
{
“value”: “right”,
“label”: “Right”
}
]
},
{
“type”: “header”,
“content”: “Header Wishlist”
},
{
“type”: “checkbox”,
“id”: “enable-header-wishlist”,
“label”: “Enable Header wishlist”,
“default”: true
},
{
“type”: “select”,
“id”: “header-wishlist-position”,
“label”: “Position show”,
“default”: “right”,
“options”: [
{
“value”: “left”,
“label”: “Left”
},
{
“value”: “right”,
“label”: “Right”
}
]
},
{
“type”: “header”,
“content”: “Header Cart”
},
{
“type”: “checkbox”,
“id”: “enable-header-cart”,
“label”: “Enable Header Cart”,
“default”: true
},
{
“type”: “select”,
“id”: “header-cart-position”,
“label”: “Position show”,
“default”: “right”,
“options”: [
{
“value”: “left”,
“label”: “Left”
},
{
“value”: “right”,
“label”: “Right”
}
]
},
{
“type”: “header”,
“content”: “Header Navigation”
},
{
“type”: “link_list”,
“id”: “main_linklist”,
“label”: “Menu”,
“default”: “main-menu”
},
{
“type”: “select”,
“id”: “main-menu-position”,
“label”: “Position show”,
“default”: “left”,
“options”: [
{
“value”: “left”,
“label”: “Left”
},
{
“value”: “right”,
“label”: “Right”
}
]
},
{
“type”: “header”,
“content”: “Header Navigation Label”
},
{
“type” : “text”,
“id” : “label_1”,
“label” : “Name Label”
},
{
“type” : “textarea”,
“id” : “label_1_collection”,
“label” : “Collection show label”,
“info” : “==============”
},
{
“type” : “text”,
“id” : “label_2”,
“label” : “Name Label”
},
{
“type” : “textarea”,
“id” : “label_2_collection”,
“label” : “Collection show label”,
“info” : “==============”
},
{
“type” : “text”,
“id” : “label_3”,
“label” : “Name Label”
},
{
“type” : “textarea”,
“id” : “label_3_collection”,
“label” : “Collection show label”
},
{
“type”: “header”,
“content”: “Header Navigation Dropdown”
},
{
“type”: “checkbox”,
“id”: “enable_megamenu”,
“label”: “Enable Dropdown MegaMenu?”,
“default”: false
}
],
“blocks”: [
{
“type”: “style_1”,
“name”: “Mega menu layout 1”,
“settings”: [
{
“type” : “header”,
“content” : “Collection”
},
{
“type”: “text”,
“id”: “megamenu_items_1”,
“label”: “Collection name for layout”,
“default”: “Catalog”
},
{
“type” : “header”,
“content” : “Product”
},
{
“type”: “text”,
“id”: “title_featured_product_1”,
“label”: “Title Product”,
“default” : “Featured Products”
},
{
“type”: “product”,
“id”: “featured_product_1_1”,
“label”: “Product”
},
{
“type”: “product”,
“id”: “featured_product_1_2”,
“label”: “Product”
},
{
“type”: “product”,
“id”: “featured_product_1_3”,
“label”: “Product”
},
{
“type”: “product”,
“id”: “featured_product_1_4”,
“label”: “Product”
},
{
“type” : “header”,
“content” : “Banner Image”
},
{
“type”: “image_picker”,
“id”: “banner_image_1_1”,
“label”: “Upload Banner”
},
{
“type”: “url”,
“id”: “link_banner_image_1_1”,
“label”: “Link For Banner”
}
]
},
{
“type”: “style_2”,
“name”: “Mega menu layout 2”,
“settings”: [
{
“type” : “header”,
“content” : “Collection”
},
{
“type”: “text”,
“id”: “megamenu_items_2”,
“label”: “Collection name for layout”,
“default”: “Catalog”
},
{
“type” : “header”,
“content” : “Banner Image”
},
{
“type”: “image_picker”,
“id”: “banner_image_2_1”,
“label”: “Upload Banner”
},
{
“type”: “url”,
“id”: “link_banner_image_2_1”,
“label”: “Link For Banner”
}
]
},
{
“type”: “style_3”,
“name”: “Mega menu layout 3”,
“settings”: [
{
“type” : “header”,
“content” : “Collection”
},
{
“type”: “text”,
“id”: “megamenu_items_3”,
“label”: “Collection name for layout”,
“default”: “Catalog”
},
{
“type” : “header”,
“content” : “Banner Image”
},
{
“type”: “image_picker”,
“id”: “banner_image_3_1”,
“label”: “Upload Banner”
},
{
“type”: “url”,
“id”: “link_banner_image_3_1”,
“label”: “Link For Banner”
}
]
},
{
“type”: “style_4”,
“name”: “Mega menu layout 4”,
“settings”: [
{
“type” : “header”,
“content” : “Collection”
},
{
“type”: “text”,
“id”: “megamenu_items_4”,
“label”: “Collection name for layout”,
“default”: “Catalog”
},
{
“type” : “header”,
“content” : “Banner Image”
},
{
“type”: “image_picker”,
“id”: “banner_image_4_1”,
“label”: “Upload Banner”
},
{
“type”: “url”,
“id”: “link_banner_image_4_1”,
“label”: “Link For Banner”
},
{
“type”: “image_picker”,
“id”: “banner_image_4_2”,
“label”: “Upload Banner”
},
{
“type”: “url”,
“id”: “link_banner_image_4_2”,
“label”: “Link For Banner”
},
{
“type”: “image_picker”,
“id”: “banner_image_4_3”,
“label”: “Upload Banner”
},
{
“type”: “url”,
“id”: “link_banner_image_4_3”,
“label”: “Link For Banner”
},
{
“type”: “image_picker”,
“id”: “banner_image_4_4”,
“label”: “Upload Banner”
},
{
“type”: “url”,
“id”: “link_banner_image_4_4”,
“label”: “Link For Banner”
},
{
“type” : “header”,
“content” : “Breadcrumb menu”
},
{
“type”: “text”,
“id”: “text_breadcrumb_4”,
“label”: “Text For Breadcrumb menu”,
“default”: “More offers”
},
{
“type”: “url”,
“id”: “link_breadcrumb_4”,
“label”: “Link For Breadcrumb menu”
}
]
}
]
}
{% endschema %}
great but doesn’t code this file
please share this file code
{% render ‘header-mobile’, pagename: pagename %}
@KetanKumar how n where can I find it?
can you please hover thene show arrow after click ‘’
also this file show to snippets
if don’t this so
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
i am so sorry @KetanKumar i have enabled the right click now can check sir
can you please sent
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
please i have sent the request
Sir I;M having the same error, and I cant find the code you specified earlier! can you tell me where to find the code
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
the password of the store is Baby101!
sir that is the password please note that the ‘B’ in Baby101 is capital for the password