Why did my icon theme slideshow and mobile dropdown menu stop working?

Solved

Why did my icon theme slideshow and mobile dropdown menu stop working?

etrechicbtq
New Member
5 0 0

Hello,

 

I checked my website today and my slideshow is missing.  It was there yesterday.  I did not make any changes to cause it to disappear.  I deleted the slideshow and readded it, in hopes that it would trigger it's reappearance.  Also, my dropdown menu isn't working on the mobile view.  This was working the other day as well.  www.etrechicboutique.com.

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @etrechicbtq 

 

Your slideshow is display: none from the theme code 

GemPages_0-1669685827329.png

You can follow these steps:
1. Go to Online Store->Theme->Edit code

GemPages_2-1669686054783.png

 

2. Open your theme.liquid file, paste the below code before </body>

 

<style>
.flexslider .slides > li {
    display: block !important;
}  
</style>

 

GemPages_1-1669686024572.png

I hope the above is useful to 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

View solution in original post

Replies 5 (5)

lynetteboutique
Visitor
2 0 0

I am having the exact same issue with the same theme. It's functioned for 3+ years but today the home page slideshow is missing, and the drop down menu's aren't working.

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @etrechicbtq 

 

Your slideshow is display: none from the theme code 

GemPages_0-1669685827329.png

You can follow these steps:
1. Go to Online Store->Theme->Edit code

GemPages_2-1669686054783.png

 

2. Open your theme.liquid file, paste the below code before </body>

 

<style>
.flexslider .slides > li {
    display: block !important;
}  
</style>

 

GemPages_1-1669686024572.png

I hope the above is useful to 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
etrechicbtq
New Member
5 0 0

Hello,

I'm not sure how it disappeared but your suggestion worked.

Thank you!

katrinakleinhb
Visitor
2 0 0

Hi there,

 

Im having this issue.  I copied edited the code just now as you suggested, but it is still not showing.  can you please help? 

katrinakleinhb
Visitor
2 0 0