Select to view content in your preferred language

Gallery App vs Maps and Apps gallery

3134
17
Jump to solution
07-27-2022 08:23 AM
Labels (2)
ChristopherJennings4
Occasional Contributor

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.

0 Kudos
17 Replies
swoiak
by
Regular Contributor

Thanks for the quick response. This did not work for me, though. Any other suggestions?

0 Kudos
KellyHutchins
Esri Notable Contributor

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?

0 Kudos
swoiak
by
Regular Contributor

Hi Kelly.

Here's the app (in ArcGIS Online) - Fairfax County Interactive Map Gallery

0 Kudos
KellyHutchins
Esri Notable Contributor

Looks like there was a typo in the custom css with an extra closing brace } located after the title logic. 

 

I made a few other updates to the css - can you try replacing all of your css with this:

 

.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;
}
swoiak
by
Regular Contributor

Perfect! Thank you!  Since you're an expert on this 😊, 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. 

0 Kudos
swoiak
by
Regular Contributor

Also, is there a way to set the sorting of items to be reverse (descending) by title?

0 Kudos
KellyHutchins
Esri Notable Contributor

You can use this url param to set the sortOrder to descending

 

https://fairfaxcountygis.maps.arcgis.com/apps/instant/filtergallery/index.html?appid=10af9929a4d2415...

 

 

&sortOrder=desc

0 Kudos
KellyHutchins
Esri Notable Contributor

I don't see a way to do this via custom css or the app config. 

 

0 Kudos