Hide Content Side Panel for Experience Builder Apps

715
4
02-17-2022 01:10 PM
N_Funi
by
New Contributor II

I have a page on my HUB site with several map viewers created in Experience Builder displayed on a gallery card. I’m trying figure out how to hide the content side panel when the viewers are opened from the gallery.

None of the settings I’ve tried seem to apply to Experience Builder-

I’ve tried Settings-> Content Side Panel->selected “Apps” to be Collapsed

I’ve also tried Settings-> Interactions -> Embedded Apps “Off”

(This setting works when I preview the draft. The viewers built in Experience Builder open in new windows as expected but when I publish the draft, the viewers revert back to being embedded)

4 Replies
KaraUtter
Occasional Contributor III

Can you provide the link to your site so we can see what you mean? I'm having a hard time understanding your issue.

0 Kudos
N_Funi
by
New Contributor II

Hello, thank you for taking a look- the issue is when you click on any of the data viewers (all experience builder apps) on this page:

https://arizona-sun-cloud-agic.hub.arcgis.com/pages/viewers

They open with the content side panel expanded. I would like to keep the contact side panel collapsed when they open.

I have applied these settings:

Content Side Panel-> Apps are Collapsed

Interactions -> Embedded Apps are Off (in preview mode this opens the apps in a new page, when published, apps remain embedded)

0 Kudos
KaraUtter
Occasional Contributor III

I see what you are saying. I don't like that feature of Hub either, it's terrible. The only way I could get around this was to use custom html to create the gallery cards so that I could link users directly to my application without being linked to the application within the hub site, if that makes sense. Here is a link to my page where I used the custom HTML:

Map Apps | Valley County GIS Portal (arcgis.com)

If that is something you are interested in doing, then below is the html. I don't think the site will track hits on apps this way if you are trying to stream a gallery of your most popular apps is the only downside.

<div class="col-xs-12 col-sm-6 col-md-3"><div class="calcite-web"><div class="card-base" style="border-radius: 15px; border-style: solid; border-color: #dbdad7; border-width: 1px; box-shadow: 5px 5px 5px #999996"><div class="card-image-wrap"><img alt="Bridge Club, 1954" class="card-image" style="border-radius: 15px" src="https://valleycounty.maps.arcgis.com/sharing/rest/content/items/f9492c34c048478b870af474affa2942/dat...">
</div>
<div class="card-content" style="color: #58685E">
<h4>Assessor's Parcel Map</h4><p>Generate the most current Parcel Summary Reports and view Assessor's Plats, recorded Subdivision Plats, Improvements, Sketches, Images, and more. Search by Parcel number, Owner, or address.<br></p><p><br></p><div aria-label="actions" class="btn-group btn-group-justified" role="group"><a class="btn btn-default" href="https://experience.arcgis.com/experience/948002caf8c64d76918b146cbcb730e2/">Explore</a>
</div>
</div>
</div>
</div>
</div>

0 Kudos
BrianRollison
Esri Contributor

Hi @N_Funi - thanks for raising your issue, please log a BUG request with support to start troubleshooting what might be going wrong.

0 Kudos