Solved

Can I delete the bottom slideshow from the Boundless theme in Shopify?

DHTressess
Excursionist
22 1 3

Hello all! I have a quick question, I am trying to remove the slideshow at the bottom of this theme. The instapp has already been removed but now I am getting this message. Where in the coding area can I delete the bottom slideshow section? All help is needed, thanks!

Accepted Solutions (2)
Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

There is probably a residual code left after you uninstalled the app.
Go to Online Store > Themes > Edit Code > Templates > index.liquid

Look for:

 

<div id="insta-feed"></div>

 

Try commenting it out.


If it doesn't work, it's probably better to send developers an email. Find the the app in the Shopify's App Store, and look for their devs contact info.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

You try removing one by one. Start with instafeed.
But do keep the backup of all the changes in case you need to revert back.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 8 (8)

DHTressess
Excursionist
22 1 3

Ok, so I was able to erase the second slideshow, but now I am getting this message here, "Liquid error: Error in tag 'section' - 'slideshow2' is not a valid section type Liquid error: Error in tag 'section' - 'instafeed' is not a valid section type". How can I remove? & I do not want to add another slideshow2 but keep it removed. Thanks!

Nick_Marketing
Shopify Partner
1487 336 462

Please provide a link to a site, so that others can check.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
DHTressess
Excursionist
22 1 3

Thank you! Also, Instafeed has been removed as well

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

There is probably a residual code left after you uninstalled the app.
Go to Online Store > Themes > Edit Code > Templates > index.liquid

Look for:

 

<div id="insta-feed"></div>

 

Try commenting it out.


If it doesn't work, it's probably better to send developers an email. Find the the app in the Shopify's App Store, and look for their devs contact info.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
DHTressess
Excursionist
22 1 3

Found it! Do I delete both of them? 

These were found

{% section 'slideshow2' %}
{% section 'instafeed' %}

 

website: dolcehairtresses.com

 

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

You try removing one by one. Start with instafeed.
But do keep the backup of all the changes in case you need to revert back.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
DHTressess
Excursionist
22 1 3

Will do and I will give you an update!

DHTressess
Excursionist
22 1 3

It worked! Thank you so much!