Re: navigation bar not showing

Why is my navigation bar not visible on my site and landing page?

dalnarashop
New Member
4 0 0

I want to decorate my shop but navigation bar is not showing on my site and landig page too. 

Why is this happening? 

 

Replies 7 (7)

suyash1
Shopify Partner
9773 1213 1550

@dalnarashop - can you please share this page link?

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
dalnarashop
New Member
4 0 0

https://dalfactory-shop.myshopify.com/

here's the link. Also, don't see the navigation modification tab on the Theme tab in the Manager page. When I click the theme tab, I can only see the Manager Branding tab.

 

20230212_160927.png20230212_160949.png

GemPages
Shopify Partner
5625 1261 1240

Hello @dalnarashop 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you.

1. Go to Online Store -> Theme -> Edit code.

2. Open your theme.liquid theme file.

3. Paste the below code before </body>:

 

<style>
   @media screen and (min-width: 990px){
     body .header__inline-menu {
        display: none;
     }
   }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

GemPages
Shopify Partner
5625 1261 1240

@dalnarashop 

 

Sorry i answered wrong tab. Can you provide Url? , I can check.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
dalnarashop
New Member
4 0 0

https://dalfactory-shop.myshopify.com/

here's the link. Also, don't see the navigation modification tab on the Theme tab in the Manager page. When I click the theme tab, I can only see the Manager Branding tab.

20230212_160927.png20230212_160949.png

suyash1
Shopify Partner
9773 1213 1550

@dalnarashop - was the code changed? or any other customization was done? because I can not see the menu code in the page

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
dalnarashop
New Member
4 0 0

Please understand that the reply is late.

The current problem is as follows.
- I haven't finished setting the homepage of the shopping mall yet, but I can't see the button to set the navigation of the homepage.

 

I would like to ask you what code you are referring to.