Re: Slideshow not working

Solved

Why is my website slideshow not functioning properly?

Jossara
Tourist
8 0 4

Hello,

When I published my page, the slideshow stopped working. How can I fix this?

Thanks

 

Page: inyathisa.com

Accepted Solution (1)

deepaksharma
Shopify Partner
449 63 101

This is an accepted solution.

Hey Jossara,

Hope you are doing well, it seems like your global.js have some issue.

 

You can fix this easily: I am assuming you have not touched anything inside the global.js, so download another dawn theme and copy entire code from that new global.js and paste it to your current one.

It shall sure fix your problem, please let me know if it does or doesn't.

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com

View solution in original post

Replies 4 (4)

RococoDigital
Shopify Partner
13 1 11

Hi Jossara,

 

Your global.js has some code missing at the end:

  
  customElements.define('product-recommendations', ProductRecommendations);
  (function () {
  
  

 

Although it is not related to the slider it may be causing other code not to run, try commenting out that snippet of code and see if the slider works again.

Jossara
Tourist
8 0 4

Hello!

Thank you for your answer. It didn't solve the issue but was useful.

deepaksharma
Shopify Partner
449 63 101

This is an accepted solution.

Hey Jossara,

Hope you are doing well, it seems like your global.js have some issue.

 

You can fix this easily: I am assuming you have not touched anything inside the global.js, so download another dawn theme and copy entire code from that new global.js and paste it to your current one.

It shall sure fix your problem, please let me know if it does or doesn't.

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com
Jossara
Tourist
8 0 4

Hello!

 

I am doing well, thanks. I hope you are well too.

 

Thank you! This solved the issue.