Select to view content in your preferred language

View Navigation with descriptive text?

170
1
3 weeks ago
Labels (1)
Joshua_Damron
Emerging Contributor

My problem statement for the Community is:
I have a Classic Map Series type Classic Story Map that I need to migrate before the Classic is retired. 

I intend to recreate the new version in Experience Builder (unless there is a better or easier suggestion)

I am generally familiar with Sections & Views in Experience Builder, however, after significant web searches I still do not know how to configure the 4 functions listed below or if this is even possible. 

Here is a link to the Classic Map Series I am migrating:  https://santarosa.maps.arcgis.com/apps/MapSeries/index.html?appid=4e3496891e2b4726a2b3235cd9f186c8

Below are the functions that I need to replicate from the existing map series app over to the new web app:

  1. User navigates between different maps via selecting items from a fixed pane on the left side. 
  2. clicking a map in the navigation jumps to the map
  3. clicking a map in the navigation expands to provide a description & branding image.
  4. some of the items in the navigation pane are not linked to a map, instead they expand to provide descriptive text (e.g. items: Map Overview & Navigation, Additional Resource Links, About These Maps)


Can someone please provide some assistance, or point me to some resources to achieve this functionality?

Below are some screen captures to clarify what I am needing to replicate.

Joshua_Damron_0-1764795808543.png

Joshua_Damron_1-1764795839468.png

Thank you in advance

 

0 Kudos
1 Reply
Shen_Zhang
Esri Contributor

Hi @Joshua_Damron,

Instead of using the Views Navigation widget, I used an Accordion widget to approximate your original app experience: https://experience.arcgis.com/experience/1624a63ce3834b6586168156da8d49ce/

On the left, I added an Accordion widget containing multiple Text widgets. These text widgets can include static text, images, and links to maps. On the right, I used a Section widget with multiple views, where each map is placed in its own view. Links in the text widgets can be configured to open the corresponding view.

However, there is one key limitation: currently, clicking the accordion section titles cannot trigger view navigation. That capability is not there yet. At the moment, views can only be opened via links or actions from widgets such as Text, Button, Card, or the Views Navigation widget.

Given the current capabilities, I would suggest using a Fixed Panel in the bottom-left as a workaround. You can place the relevant elements there and include buttons that allow users to click through to the corresponding views, requiring one additional interaction.

Screenshot 2025-12-22 at 14.58.25.png

Shen Zhang
0 Kudos