Conversation
supportWhen using ACF, is it possible to pull in multiple thumbs into a popup marker? If you take a look at my destination grid (below the map), you’ll see how each destination has a few airline logos on the back (when you hover over). I’d love to dynamically present those in the map marker popup, if possible. I searched through your website looking for documentation on how to integrate ACF, but can’t seem to find much more than a few sentences on the OverviewMap page, here: https://leafext.de/en/doku/overviewmap/ While ACF would be the best method for autoloading dynamic content, using shortcodes could also work… but I haven’t been able to get a shortcode to work within a leaflet shortcode. The page I need help with: [ log in to see the link]
When using ACF, is it possible to pull in multiple thumbs into a popup marker? No. The idea of overviewmap is, that you have some pages or posts about interessesting places in some categories, and you write their lat and lng in a custom or an ACF field. Then can you build one or more overviewmaps.
understood… and that’s kind of what I assume. but to confirm, there is the capability of creating HTML content in an ACF field and having that populate the marker popup? is there any method of inserting a shortcode within the leaflet shortcode?
but to confirm, there is the capability of creating HTML content in an ACF field and having that populate the marker popup? This is possible, but requires extra code. I am sorry, but I will not do that. It’s too specific. is there any method of inserting a shortcode within the leaflet shortcode? I have often tried nested shortcode, but without success, last time on this topic . Maybe the solution with pre_do_shortcode_tag does the job for you too. There was a plugin for this. If you ask Google, there are many questions and answers to this question.
Thank you! The Nested Shortcodes plugin still works and is exactly what I was looking for 😊
When using ACF, is it possible to pull in multiple thumbs into a popup marker? No. The idea of overviewmap is, that you have some pages or posts about interessesting places in some categories, and you write their lat and lng in a custom or an ACF field. Then can you build one or more overviewmaps.
understood… and that’s kind of what I assume. but to confirm, there is the capability of creating HTML content in an ACF field and having that populate the marker popup? is there any method of inserting a shortcode within the leaflet shortcode?
but to confirm, there is the capability of creating HTML content in an ACF field and having that populate the marker popup? This is possible, but requires extra code. I am sorry, but I will not do that. It’s too specific. is there any method of inserting a shortcode within the leaflet shortcode? I have often tried nested shortcode, but without success, last time on this topic . Maybe the solution with pre_do_shortcode_tag does the job for you too. There was a plugin for this. If you ask Google, there are many questions and answers to this question.
Thank you! The Nested Shortcodes plugin still works and is exactly what I was looking for 😊