Re: Same Bottom Page & Footer for all pages

Solved

Same Bottom Page & Footer for all pages

NinoB97
Explorer
63 0 25

Hello guys currently working on my website www.auraliving.nl i want the bottom of my page / website on mobile to be the same on all other pages on my website ( like product page, contact page, etc, etc, any page ) is there any code or easy way to do this. check out on my website what i mean & i include a screenshot below. Thanks

 

Screenshot 2024-08-07 033119.png

 

 

Accepted Solution (1)

EBOOST
Shopify Partner
1205 312 354

This is an accepted solution.

Hi @NinoB97 ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Sections/collapsible-content.liquid
3. Refer screenshot to remove code.

EBOOST_0-1723005745083.png

4. The same for sections/image-with-text.liquid

EBOOST_2-1723005956932.png

EBOOST_3-1723005993384.png

 

 

5. Go to Customize -> add section to footer -> It will be will appear all pages

EBOOST_1-1723005819620.png

 

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 3 (3)

EBOOST
Shopify Partner
1205 312 354

This is an accepted solution.

Hi @NinoB97 ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Sections/collapsible-content.liquid
3. Refer screenshot to remove code.

EBOOST_0-1723005745083.png

4. The same for sections/image-with-text.liquid

EBOOST_2-1723005956932.png

EBOOST_3-1723005993384.png

 

 

5. Go to Customize -> add section to footer -> It will be will appear all pages

EBOOST_1-1723005819620.png

 

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips

Sweans
Shopify Partner
406 80 124

Hi @NinoB97 ,

Please see the two options below to update the footer across all pages:

Using Shopify's Theme Customizer:

-Go to your Shopify Admin and navigate to Online Store > Themes.

-Click on "Customize" next to your active theme.

-In the theme customizer, navigate to the footer section and ensure it is set up correctly. Changes here should apply to all pages.

 

Editing the Theme Code:

-Go to Online Store > Themes in your Shopify Admin.

-Click on "Actions" next to your active theme and select "Edit code".

-Find the footer.liquid file, located in the Sections folder.

-Ensure that the footer.liquid file contains all the necessary elements you want to appear across all pages.

-In the Templates folder, open the templates for the pages where you want the footer to appear (e.g., product.liquid, contact.liquid, etc.).

-Include the footer by adding the following line at the bottom of each template file:

{% section 'footer' %}

 

 

I hope this helps! If it does, please like it and mark it as a solution! 

If you need further assistance, feel free to reach out!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

NinoB97
Explorer
63 0 25

@BSSCommerce-HDL @BSSCommerce-B2B can one of u guys help me with this ?