What's your biggest current challenge? Have your say in Community Polls along the right column.

Add FAQ/Contact section to footer on Dawn

Solved

Add FAQ/Contact section to footer on Dawn

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
10283 2042 2112

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 solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 9 (9)

websensepro
Shopify Partner
1289 145 166

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 or buy us a Cofee here

Free Shopify Beginner Tutorial
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
1289 145 166

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 or buy us a Cofee here

Free Shopify Beginner Tutorial
BBajmel
Tourist
14 0 2
Dan-From-Ryviu
Shopify Partner
10283 2042 2112

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 solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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
10283 2042 2112

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 solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

BBajmel
Tourist
14 0 2

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

Dan-From-Ryviu
Shopify Partner
10283 2042 2112

@BBajmel You are very welcome.

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.