Add FAQ/Contact section to footer on Dawn

Solved
BBajmel
Tourist
14 0 2

Hey there, 

 

I want to add my FAQ page as well as the contact page to my footer menu. Please see the pic and the yellow marks on it. This is where I want to add it.

 

Can someone assist with that? 

 

Thanks so much!

 

Screen Shot 2023-11-07 at 2.31.52 PM.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5415 987 1008

This is an accepted solution.

Go to your Online store > Themes > Edit code > open footer.liquid file, find this line of code 

        {%- if section.settings.show_policy -%}
          <ul class="policies list-unstyled">
            {%- for policy in shop.policies -%}
              {%- if policy != blank -%}
                <li>
                  <small class="copyright__content"
                    ><a href="{{ policy.url }}">{{ policy.title }}</a></small
                  >
                </li>
              {%- endif -%}
            {%- endfor -%}           
          </ul>
        {%- endif -%}

Then add those code before </ul> in the code above 

              <li>
                <small class="copyright__content"
                  ><a href="https://www.bajberlin.com/pages/contact">Contact us</a></small
                >
              </li>
              <li>
                <small class="copyright__content"
                  ><a href="https://www.bajberlin.com/pages/faq">FAQ</a></small
                >
              </li> 

Screenshot 2023-11-16 at 16.15.17.png

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 9 (9)
websensepro
Shopify Partner
717 96 100

Hi, @BBajmel 

Follow these Steps:

websensepro_0-1700122755818.png

 

 

websensepro_1-1700122769662.png

 

websensepro_2-1700122773775.png

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

Help us build a free education platform buy us a Cofee here
BBajmel
Tourist
14 0 2

Hey, thanks for your quick reply. I already tried this. The pages do not show up in the footer even though I did add them in the navigation menu 😞 

websensepro
Shopify Partner
717 96 100

Please send website URl

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

Help us build a free education platform buy us a Cofee here
BBajmel
Tourist
14 0 2
Dan-From-Ryviu
Shopify Partner
5415 987 1008

Hi @BBajmel 

What's menu did you select for your footer? Make sure you add those page link to correct menu to make theme appear.

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

BBajmel
Tourist
14 0 2

Hi @Dan-From-Ryviu 

I use the default menu. This is how it looks: 

Screen Shot 2023-11-16 at 10.06.36 AM.png

I also tried to add the FAQ and Contact underneath the terms and policies. With both options it does not appear. 

Dan-From-Ryviu
Shopify Partner
5415 987 1008

This is an accepted solution.

Go to your Online store > Themes > Edit code > open footer.liquid file, find this line of code 

        {%- if section.settings.show_policy -%}
          <ul class="policies list-unstyled">
            {%- for policy in shop.policies -%}
              {%- if policy != blank -%}
                <li>
                  <small class="copyright__content"
                    ><a href="{{ policy.url }}">{{ policy.title }}</a></small
                  >
                </li>
              {%- endif -%}
            {%- endfor -%}           
          </ul>
        {%- endif -%}

Then add those code before </ul> in the code above 

              <li>
                <small class="copyright__content"
                  ><a href="https://www.bajberlin.com/pages/contact">Contact us</a></small
                >
              </li>
              <li>
                <small class="copyright__content"
                  ><a href="https://www.bajberlin.com/pages/faq">FAQ</a></small
                >
              </li> 

Screenshot 2023-11-16 at 16.15.17.png

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

BBajmel
Tourist
14 0 2

@Dan-From-Ryviu thank you so much! That worked perfectly! 

Dan-From-Ryviu
Shopify Partner
5415 987 1008

@BBajmel You are very welcome.

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now