<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Gallery card links not working in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/1217857#M5412</link>
    <description>&lt;P&gt;Same here. I created my gallery cards for the same reasons as Aileen, they work perfect, but they needed a little hover effect, as soon as I added the&amp;nbsp;&lt;SPAN class=""&gt;class&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class=""&gt;gallery-card ember-view&lt;/SPAN&gt;&lt;SPAN&gt;" the hover effect looks great but the links get broken. If I understand correctly&amp;nbsp;I&amp;nbsp;would need to use my own class names correct?&amp;nbsp;&amp;nbsp;I'm just a GIS user that can follow directions very well not a programmer, would you know where can I&amp;nbsp;get the style for the&amp;nbsp;&lt;SPAN class=""&gt;class&lt;/SPAN&gt;="&lt;SPAN class=""&gt;gallery-card ember-view&lt;/SPAN&gt;" to add the hover movement to the card?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 12:53:47 GMT</pubDate>
    <dc:creator>DanielMx</dc:creator>
    <dc:date>2022-09-30T12:53:47Z</dc:date>
    <item>
      <title>Gallery card links not working</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/103805#M571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using some gallery cards (similar to these &lt;A class="link-titled" href="http://esri.github.io/calcite-bootstrap/patterns.html" title="http://esri.github.io/calcite-bootstrap/patterns.html"&gt;Calcite Bootstrap&lt;/A&gt;) on our hub page (&lt;A class="link-titled" href="https://gisopendata.siouxfalls.org/pages/storymaps" title="https://gisopendata.siouxfalls.org/pages/storymaps"&gt;City of Sioux Falls GIS&lt;/A&gt;)&amp;nbsp;but the links no longer work. Clicking on the "view" button that contains the &amp;lt;a href="#"&amp;gt; link does nothing.&amp;nbsp; Have tried with and without the target attribtute but it makes no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Code:&lt;/P&gt;&lt;P&gt;&amp;lt;div id="ARTWORK" class="gallery-card ember-view"&amp;gt;&lt;BR /&gt; &amp;lt;div class="calcite-web"&amp;gt;&lt;BR /&gt; &amp;lt;div class="card-base" style="text-align:center"&amp;gt;&lt;BR /&gt; &amp;lt;div class="gallery-image"&amp;gt;&lt;BR /&gt; &amp;lt;a href="https://storymaps.arcgis.com/stories/3d782788afd546938c82d2b68eb925c6"&amp;gt;&amp;lt;img src="https://gis.siouxfalls.org/images/dataworks/Cards/Artworks_sm.png"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="card-content"&amp;gt;&lt;BR /&gt; &amp;lt;div class="gallery-card-title"&amp;gt;&lt;BR /&gt; &amp;lt;h4&amp;gt;Artwork&amp;lt;/h4&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;p class="gallery-card-desc-snippet"&amp;gt;Discover locations and information about City owned artworks&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;a class="btn btn-primary explore-button" href="https://storymaps.arcgis.com/stories/3d782788afd546938c82d2b68eb925c6" target="_top"&amp;gt;View&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other buttons on our site work fine, just not within gallery containers - has this been deprecated?&lt;/P&gt;&lt;P&gt;Appreciate any thoughts on how to fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aileen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/103805#M571</guid>
      <dc:creator>AileenProfir</dc:creator>
      <dc:date>2020-07-23T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery card links not working</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/103806#M572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/124542"&gt;Aileen Profir&lt;/A&gt;‌ -- it looks as if you are manually constructing your gallery using the class names of our typical gallery, this is causing a collision where a pseudo element is preventing selection of the button on your cards -- see the ::before in the DOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using your own unique class names and CSS would likely resolve what you are experiencing. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't mind, I'm curious as to why you are manually constructing your own gallery instead of using the out-of-the-box layout card. &amp;nbsp;We are considering improvements to the Gallery Card, so feedback is welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:34:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/103806#M572</guid>
      <dc:creator>BrianRollison</dc:creator>
      <dc:date>2020-07-23T15:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery card links not working</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/103807#M573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We construct them manually because we want unique thumbnails and description texts for this page rather than what is listed in the metadata/item details for each item.&amp;nbsp; Being able to customize these two features in the gallery cards would certainly make things easier for us.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aileen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 12:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/103807#M573</guid>
      <dc:creator>AileenProfir</dc:creator>
      <dc:date>2020-08-04T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery card links not working</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/1217857#M5412</link>
      <description>&lt;P&gt;Same here. I created my gallery cards for the same reasons as Aileen, they work perfect, but they needed a little hover effect, as soon as I added the&amp;nbsp;&lt;SPAN class=""&gt;class&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class=""&gt;gallery-card ember-view&lt;/SPAN&gt;&lt;SPAN&gt;" the hover effect looks great but the links get broken. If I understand correctly&amp;nbsp;I&amp;nbsp;would need to use my own class names correct?&amp;nbsp;&amp;nbsp;I'm just a GIS user that can follow directions very well not a programmer, would you know where can I&amp;nbsp;get the style for the&amp;nbsp;&lt;SPAN class=""&gt;class&lt;/SPAN&gt;="&lt;SPAN class=""&gt;gallery-card ember-view&lt;/SPAN&gt;" to add the hover movement to the card?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/gallery-card-links-not-working/m-p/1217857#M5412</guid>
      <dc:creator>DanielMx</dc:creator>
      <dc:date>2022-09-30T12:53:47Z</dc:date>
    </item>
  </channel>
</rss>

