I'm using the image_select in a group (clonable and different subfields) I uploaded Icons on my Server. And I want, that the person who is writing a "post" can choose one of those Icons or several Icons. Those chosen ones, I want to display on my front page. I use Bricks Builder and I use the Shortcode from MetaBox to display those items.
- Question: Is this the proper way, to enter it into the "choices" in the "image_select field"?
logo1: https://mein-spirituosenkenner.de/wp-content/uploads/2021/11/Instagram-Logo_compressed.jpg
logo2: https://mein-spirituosenkenner.de/wp-content/uploads/2021/11/edelobstbrennerei-sammet-loewenstein-logo.jpg
logo3: https://mein-spirituosenkenner.de/wp-content/uploads/2021/04/IMG_7279-3-scaled.jpg
I can choose https://ibb.co/LzJ7jxg
- I'm using Views to show the Icons on the Homepage.
<div>{% set field = attribute( post, 'social-media-kanale' ) %}
{% for clone in field %}
{{ clone.social_media_icons_auswahl_hersteller }}
{% endfor %}</div>
But it gives out only the value, not the label (picture)
Somehow those chosen Icons or Pictures do not show in the front end. I just got into MB and PHP, and all those other things.