Page MenuHomeGitPull.it

Show: add support for another additional image (to support square/landscape)
Closed, ResolvedPublic4 Points

Assigned To
Authored By
valerio.bozzolan
Nov 30 2020, 21:53
Referenced Files
F1473661: Screenshot_2021-03-24_07-46-53.png
Mar 24 2021, 07:51
F1473564: Screenshot_2021-03-23_16-15-50.png
Mar 23 2021, 16:19
F1452805: image.png
Nov 30 2020, 21:53
Tokens
"Love" token, awarded by valerio.bozzolan.

Description

Add support in OnAir2 for another additional image (to support a landscape image instead of just a square one).

(Reported by @mariangela)

image.png (621×1 px, 411 KB)

This means:

  • add backend support for an additional field for the post type "Show" called "landscape image"
  • display that image in the frontend

Frontend part

(Insert here mockup)

Backend part

Screenshot_2021-03-23_16-15-50.png (999×1 px, 198 KB)

Event Timeline

valerio.bozzolan set the cover image to Restricted File.
valerio.bozzolan added a subscriber: vincis1994.

This was implemented by our powerful @vincis1994 thanks to the Advanced Custom Fields plugin, plus an edit in our child theme.

Plugin:

Here how it can be seen by the backend:

Screenshot_2021-03-24_07-46-53.png (999×1 px, 239 KB)

That's amazing!