We are using some gallery cards (similar to these Calcite Bootstrap) on our hub page (City of Sioux Falls GIS) but the links no longer work. Clicking on the "view" button that contains the <a href="#"> link does nothing. Have tried with and without the target attribtute but it makes no difference.
Example Code:
<div id="ARTWORK" class="gallery-card ember-view">
<div class="calcite-web">
<div class="card-base" style="text-align:center">
<div class="gallery-image">
<a href="https://storymaps.arcgis.com/stories/3d782788afd546938c82d2b68eb925c6"><img src="https://gis.siouxfalls.org/images/dataworks/Cards/Artworks_sm.png"></a>
</div>
<div class="card-content">
<div class="gallery-card-title">
<h4>Artwork</h4>
</div>
<p class="gallery-card-desc-snippet">Discover locations and information about City owned artworks</p>
<a class="btn btn-primary explore-button" href="https://storymaps.arcgis.com/stories/3d782788afd546938c82d2b68eb925c6" target="_top">View</a>
</div></div></div></div>
Other buttons on our site work fine, just not within gallery containers - has this been deprecated?
Appreciate any thoughts on how to fix this.
Aileen