Uncaught TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))

Whenever I try to click on the arrows on the product grid or news grid on the page (see secure notes for link) it doesn’t work. In the console I get the following error:

Uncaught TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))

Do you know what I’m doing wrong?

Hello @100leiden,

Thanks for writing to us.

It might be the issue of JS customization or any plugin conflict. I would suggest you troubleshoot with a few of the common issues before we investigate your settings.

  1. Testing for Plugin Conflict
  2. CSS/JS Customization
  3. Version Compatibility
  4. Disabling Cache

If it doesn’t work for you, please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts

Thanks

Hi!

After some debugging I found out it wasn’t any of the above.
The problem was solved after I went into the slide container and changed the slide option under Layout to paged instead of auto. Somehow I think the arrows tried to increase the index on the object and went out of bound.

Thanks!

Hi @100leiden,

Glad to know that the problem is solved now.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.