I just noticed that autocorrect changed uname themeco (to theme).  I’ve fixed it above, tested out the login/pass and confirmed that it’s working.
as I read through the messages, I’m thinking that there might be a misunderstanding (I probably didn’t explain clearly enough).
I’ll try to explain again and simplify…
direct_flight_airlines is a  ACF,  bi-relationship dc:acf:post_field.  it’s what links the Airlines to the destinations
@@@
this page: https://dev101.bradleyairport.com/cornerstone/edit/15903
(Outline: Map Stack Looper/Map Section - top)
I’m trying to output the airline logo stack into the shortcode, where the user can enter in the destination ID on the Nonstop/Map page (below).
the shortcode from the Flip Card Section is inserted into the Nonstop Destination loop and works correctly.
the Map Section shortcode IS NOT part of a looper and needs the manual attribute (destination ID) entered into each shortcode on the Nonstop Destination > Leaflet Shortcode page
@@@
this page: https://dev101.bradleyairport.com/cornerstone/edit/15857
(Outline: Map > Map > Raw Content/Leafly Shortcode)
I’m trying to insert the Map Section Top shortcode and add the parameter destination ID
[leaflet-marker iconurl="/wp-content/uploads/2025/08/bullseye-solid-full.svg" iconsize="12,12" address="Wichita, KS"]  Wichita, KS
[cs_component id="63IronTdiyYo1Yrvpr" parameters='{ "destination": "15810" }' ]
[/leaflet-marker]
@@@
this page: https://dev101.bradleyairport.com/journey-5/nonstop-destinations/
if you hover over any of the airplane icons, you’ll see the airline logo popup. each one of those is currently inserted and created manually.  as the airlines change, I’m trying to fix this with parameter input, so it automatically pulls in the updates.
(Wichita, KS is the city I’m testing.  the ID in the destination : ID  is Orlando, not Wichita)
I hope this explains better.  please let me know if I left anything out.