LeHubca / lehub-website

Website for lehub.ca
Other
0 stars 1 forks source link

Image not showing up on event page #14

Open tliacas opened 1 month ago

tliacas commented 1 month ago

Hi, second issue with the event page: https://www.lehub.ca/admin/#/collections/events/entries/2024-07-04-extreme_weather_event_microgrant_program

There was an image embedded that did not show up. I thought it might be a file name problem so I changed the filename and added a second image but it does not show up either.

alberto56 commented 1 month ago

The image was not set to show up. I fixed this and now it shows up in https://www.lehub.ca/en/upcoming/microgrants/.

Note that you have two different pieces of content which are set to use the same path (/en/upcoming/microgrants/):

The system will not prevent you from doing this, so when you do have two items which are set to the same path, the system will take a random one. In this case it uses https://www.lehub.ca/admin/#/collections/events/entries/2024-07-04-hub_extreme_weather_events_microgrant_program and https://www.lehub.ca/admin/#/collections/events/entries/2024-07-04-extreme_weather_event_microgrant_program is ignored.

tliacas commented 1 month ago

Ok tnx for clarifying but when you say The image was not set to show up, what does that mean?

In the back end editor, we only have these options:

Screenshot 2024-07-29 at 1 51 57 PM
alberto56 commented 1 month ago

@tliacas it was a problem with the code, there was nothing you could do in the admin interface. I fixed it!