Hi guys,
Please note that I’m not a programmer, but I’ve been researching a LOT about this.
This is the website we’ll be referring to:
Belmira - Locations for film, photography and events
What I want:
I’d like the thumbnails of the locations to change depending on the selected Feature filter.
For example, if a user selects “fireplace”, the thumbnails should update to show the images that include a fireplace.
What I believe could work (after many conversations with ChatGPT):
Using the CMS API in read-only mode, and writing custom code to access the native Gallery field I have in each item of the Locations collection.
Then, by targeting the image via alt text (e.g., an image with “fireplace” in the alt text), we could dynamically display that image when the user applies the corresponding filter.
The Problem:
ChatGPT tells me that to do this, I need to use a third-party server (like Vercel or Cloudflare).
My question:
Am I on the right track here? Is ChatGPT guiding me in the right direction?
I’d really appreciate your input to better understand if this is a feasible and efficient approach.
Thank you so much!