<?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 App vs Maps and Apps gallery in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571791#M2908</link>
    <description>&lt;P&gt;Looks like there was a typo in the custom css with an extra closing brace } located after the title logic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a few other updates to the css - can you try replacing all of your css with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.card-gc__container, .card-gc__thumb-container{
    background:#eaeff1;

}

.fg__row{
    background-color:#eaeff1;
}

.fg-input-area__result-count{
    color:#d13636;
}

.nav-pager__btn{
color:#d13636;
}
.card-gc__title, .card-gc__sub-container, .card-gc__details{display:none;} 
.card-gc__details-container{
  min-height:130px;
}&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 30 Dec 2024 22:15:42 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2024-12-30T22:15:42Z</dc:date>
    <item>
      <title>Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196381#M1301</link>
      <description>&lt;P&gt;The previous version of the Gallery was much more configurable. The ability to turn off the summary, author, etcetera was very useful. Now it is just a default template with a limited configuration that you cannot style to your environment. I have legacy Maps and Apps Gallery I still deploy on my hub page that now cannot be switched out or configured to match the legacy display on the hub page. Please add the additional configurable ability back.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 15:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196381#M1301</guid>
      <dc:creator>ChristopherJennings4</dc:creator>
      <dc:date>2022-07-27T15:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196400#M1302</link>
      <description>&lt;P&gt;Hi Christopher&lt;/P&gt;&lt;P&gt;Thanks for the feedback. If you toggle off the Express option at the top of the config panel you'll see that there are options to disable the author, item type, date, view count etc.&amp;nbsp; There isn't a config option for disabling the summary but we can look into that for a future release.  &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-07-27 at 8.44.11 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46930i12C546ED6D0B42CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-07-27 at 8.44.11 AM.png" alt="Screen Shot 2022-07-27 at 8.44.11 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However you can turn off the summary using the Custom CSS option that can be found in the Theme and Layout section of the config panel. If you paste this css into the input box it will hide the summary and make the item cards a bit smaller:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.card-gc__snippet{display:none;} .card-gc__details-container{min-height:200px;}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 27 Jul 2022 15:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196400#M1302</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2022-07-27T15:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196438#M1303</link>
      <description>Thank you, Kelly.&lt;BR /&gt;This does make the gallery app more useful as we did not want to obscure the content with a summary. One step further, the ability to add color to the cards and background? This will help with styling in a larger site such as Experience Builder and Hub sites.&lt;BR /&gt;Thanks again for the help!&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jul 2022 16:50:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196438#M1303</guid>
      <dc:creator>ChristopherJennings4</dc:creator>
      <dc:date>2022-07-27T16:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196449#M1304</link>
      <description>&lt;P&gt;We have the ability to theme the app on our roadmap. In the meantime if you know css you can also style the app using the custom css options. Here is a quick - not very attractive example- that you could use to play around with. The colors in the example below are defined using hex codes. You can use a tool like this one to find a hex color for various color values:&amp;nbsp;&lt;A href="https://htmlcolorcodes.com/color-picker/" target="_blank" rel="noopener"&gt;https://htmlcolorcodes.com/color-picker/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If there is a portion of the app you'd like to style that isn't covered by the css below let me know on this thread and I'll see what I can do to help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;/*The background color for the app header*/
.fg__header {
    background: #00bcd4;
}
/*The text color for the app header*/
.fg__header-title-section{
    color:#fff;
}
/*The color of the back of the card that contains the thumbnail and desc*/
.card-gc__container, .card-gc__thumb-container{
    background:#ddd;
}
/*Color for the background of the main area that contains the gallery*/
.fg__row{
    background-color:#738593;
}
/* Text color for the text that shows the # of results*/
.fg-input-area__result-count{
    color:#fff;
}
/*Colors for the navigation buttons at the bottom of the gallery*/
.nav-pager__btn{
    color:#fff !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 17:10:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1196449#M1304</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2022-07-27T17:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1197941#M1306</link>
      <description>&lt;P&gt;Fantastic Kelly. We are very pleased with this solution. It has expanded our customization ability for the gallery.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 13:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1197941#M1306</guid>
      <dc:creator>ChristopherJennings4</dc:creator>
      <dc:date>2022-08-01T13:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1363154#M2213</link>
      <description>&lt;P&gt;Thanks for the CSS! How do you get the SVG icons in the bottom right corner to change their color? Also, is there a way to change the height here to get rid of empty space?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChelseaRozek_0-1703094198095.png" style="width: 188px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89645i8505BCD4EFCA7403/image-dimensions/188x333?v=v2" width="188" height="333" role="button" title="ChelseaRozek_0-1703094198095.png" alt="ChelseaRozek_0-1703094198095.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Update: Looks like I can get the icons with this. Please let me know if there's a more specific way.&lt;/P&gt;&lt;P&gt;/*Colors for icons on cards*/&lt;BR /&gt;svg {&lt;BR /&gt;fill:#344c5f !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 17:46:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1363154#M2213</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2023-12-20T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1363665#M2216</link>
      <description>&lt;P&gt;Chelsea,&lt;/P&gt;&lt;P&gt;You can try the following to reduce the amount of white space when no description is shown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.card-gc__details-container{
min-height:0;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Dec 2023 17:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1363665#M2216</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2023-12-21T17:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1363928#M2219</link>
      <description>&lt;P&gt;works great! Thanks so much!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1363928#M2219</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2023-12-22T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571519#M2903</link>
      <description>&lt;P&gt;This thread has been really helpful. Is there a way to completely remove the icons at the bottom of the cards? I'm currently seeing the authoritative badge &amp;amp; the app launch icon (which is unnecessary because the thumbnail launches the app) &amp;amp; I'd like to not have these or the extra space at the bottom of the card.&amp;nbsp; Attaching image. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 18:49:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571519#M2903</guid>
      <dc:creator>swoiak</dc:creator>
      <dc:date>2024-12-27T18:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571524#M2904</link>
      <description>&lt;P&gt;You should be able to hide that using this custom css:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.card-gc__sub-container{
display:none;}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 Dec 2024 19:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571524#M2904</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-12-27T19:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571684#M2905</link>
      <description>&lt;P&gt;Thanks for the quick response. This did not work for me, though. Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 15:05:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571684#M2905</guid>
      <dc:creator>swoiak</dc:creator>
      <dc:date>2024-12-30T15:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571770#M2906</link>
      <description>&lt;P&gt;I can take a look if your app is public and you send the link. Also are you using Online or Enterprise? If Enterprise which version?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 20:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571770#M2906</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-12-30T20:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571775#M2907</link>
      <description>&lt;P&gt;Hi Kelly.&lt;/P&gt;&lt;P&gt;Here's the app (in ArcGIS Online) -&amp;nbsp;&lt;A href="https://fairfaxcountygis.maps.arcgis.com/apps/instant/filtergallery/index.html?appid=10af9929a4d2415793f475547c8f20e5" target="_blank"&gt;Fairfax County Interactive Map Gallery&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 21:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571775#M2907</guid>
      <dc:creator>swoiak</dc:creator>
      <dc:date>2024-12-30T21:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571791#M2908</link>
      <description>&lt;P&gt;Looks like there was a typo in the custom css with an extra closing brace } located after the title logic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a few other updates to the css - can you try replacing all of your css with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.card-gc__container, .card-gc__thumb-container{
    background:#eaeff1;

}

.fg__row{
    background-color:#eaeff1;
}

.fg-input-area__result-count{
    color:#d13636;
}

.nav-pager__btn{
color:#d13636;
}
.card-gc__title, .card-gc__sub-container, .card-gc__details{display:none;} 
.card-gc__details-container{
  min-height:130px;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 30 Dec 2024 22:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571791#M2908</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-12-30T22:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571832#M2909</link>
      <description>&lt;P&gt;Perfect! Thank you!&amp;nbsp; Since you're an expert on this&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;, perhaps you also know if the hover over display can be adjusted. So, instead of seeing "Open in new tab", it could display the item summary, but still functionally launch the app when clicking on the thumbnail.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 13:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571832#M2909</guid>
      <dc:creator>swoiak</dc:creator>
      <dc:date>2024-12-31T13:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571837#M2910</link>
      <description>&lt;P&gt;Also, is there a way to set the sorting of items to be reverse (descending) by title?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 14:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571837#M2910</guid>
      <dc:creator>swoiak</dc:creator>
      <dc:date>2024-12-31T14:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571907#M2911</link>
      <description>&lt;P&gt;I don't see a way to do this via custom css or the app config.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 19:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571907#M2911</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-12-31T19:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery App vs Maps and Apps gallery</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571908#M2912</link>
      <description>&lt;P&gt;You can use this url param to set the sortOrder to descending&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://fairfaxcountygis.maps.arcgis.com/apps/instant/filtergallery/index.html?appid=10af9929a4d2415793f475547c8f20e5&amp;amp;sortOrder=desc" target="_blank"&gt;https://fairfaxcountygis.maps.arcgis.com/apps/instant/filtergallery/index.html?appid=10af9929a4d2415793f475547c8f20e5&amp;amp;sortOrder=desc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;amp;sortOrder=desc&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 19:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/gallery-app-vs-maps-and-apps-gallery/m-p/1571908#M2912</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-12-31T19:02:08Z</dc:date>
    </item>
  </channel>
</rss>

