Unable to display thumbnail images in our table that we formed in Wix Studio

Unable to display thumbnail images in our table that we formed in Wix Studio

We are still unable to display thumbnail images in the table that we formed in Wix Studio and need assistance from a larger audience.

The URL for the page is tptxdev.com/carlist and this screencast further illustrates this challenge 01.04.2024-21.56.24 Unable to display thumbnail image

The live chat group for this thumbnail issue is here and assistance is greatly appreciated WhatsApp Group Invite

The code itself is here carlist.n3ayd.js · GitHub

Show your code in a nice code-block here on this forum, so everyone can take a closer look on it.

The video makes clear what is the issue, but without having your code in front of his eyes, the video is useless.

Or to make it even faster → invite me to your project → velo-ninja@outlook.com → i will solve it withing 24-hours.

Sorry for leaving out the code and links to the discussion and screenshots. All of that is here under FIXME carlist.n3ayd.js · GitHub

I have invited you to a real-time discussion here WhatsApp Group Invite

Sorry current working here…

I will come back….to be continued.

1 Like

So i am back here…

Your setup…

  1. Input
  2. table
  3. Lightbox
  4. Datafetcher on backend
  5. and a little filter-engine.
  6. Backend-Code missing.

Ok, i can’t see the inculded backend-code…
It would be nice to know ONE-COMPLETE CONSOLE-LOG-RESULT for …

const fetchedData = await getGreetings(cellDataHttps);

make a screenshot of one complete opened object holding the results of the fetch-call

You can also generate the console-outputs on your own website, i will check them.

By the way → you have an ERROR in your script, like it seems…

TYPE-ERROR → $w(…)onReady

Ok, you get an ARRAY full of images back from your fetch here…
fetchedData.lotImages.forEach((item) => { … }

…and here… you collect all image-urls…
if (item.link && item.link.length > 0) {
imageUrls.push(item.link[0].url);
}
how do look like here an result? —> (CONSOL-LOG)

Past some console-logs on your site and publish and then let me know. I will check.

So the images at the end will be send to a lightbox.

I did not found, how you feed your table! You seems not to do it by code, also no setup of table-columns! Is your table connected to a DATASET?

If so → why i do not see → $w(‘#myDataset’).onReady inside of your code?

Did you show complete code, or just a part (apart from the missing BACKEND-CODE) ???

Maybe you can show a screen of complete header of your database including the first item?

Maybe you want to invite me to your project → so i can manage it withing minutes?

I can’t use Whatssapp at moment.

Thank you very much but someone on Upwork was able to get the thumbnail and lightbox issues resolved at https://tptxdev.com/carlist. We first communicated in WhatsApp and then tested via Zoom

1 Like