I think it is not a good idea to run data query inside repeater.onItemReady. Instead you should get all the repeater data, run a single query for all of them together.
You’re calling the remPlaces function, but there’s no such function in your code page nor in the imports.
Hi J.D
Thanks for replying, I didn’t acually write the code, an old developer of mine did.
With regards to the remPlaces function - if the function doesnt exist i’m not sure why this is working for some but not others? if a function didn’t exist wouldnt it just not work at all?
@founder53806 It’s a good question, and maybe that’s not the reason. but you should fix it in order to isolate the issue.
I can see other errors as well.
For example, it looks like these line throw errors:
Be sure that these elements exist in desktop and mobile views.
Maybe there’re other problems as well. I can’t tell (the developer left the auto-generated element ids and didn’t set self-explanatory ids of their own which makes it hard to understand the functionality just by looking at your live site file (I don’t have access to your editor).