Disable pop ups in the Web Designer
Hello,
I'm looking for a way of how to disable pop ups in the Web Designer app.
I like how the Results Details are shown when pop up are enabled in the Map Viewer, but I do not need pop ups on my app. Basically I'd like to get rid of it completely, and leave only Result Details in the left panel on the screen.
And the second question: if I have a number of Feature Actions, and I want to show titles, how to stack them together. Now they go one by one, so if there are many of them they are not visible all at once.
Thank you

-
Hi Tatiana,
Great questions!Regarding the pop-ups, what you're referring to is called the Display Summary Component, which shows the feature summary within the map. The command that triggers this summary is
results.display-summary.To disable the Feature Summary, simply remove its configuration from the Map Component. Here’s how:
- Navigate to your Map Component.
-
In the Events section, look for a custom command on the Map Hovering Event - it will probably look like this:
["tasks.identify", "results.display-summary"] - Remove it, and also delete any custom command on the Map Hovered Event, as it’s no longer needed.
-
To fully clean up, make sure to delete the Display Summary Component from your layout if it’s not required anymore.

As for your second question about stacking Feature Action titles, unfortunately, the only way to do that is by using custom CSS. However, it's important to note that using custom CSS can be risky, as it may break or change with new versions of the software, which we generally don’t recommend.
On the other hand, the admin can configure how buttons are displayed - either with title and icon, only title, or only icon. Depending on the configuration you choose, it can offer different ways to manage space and visibility for multiple Feature Actions.
Hope this helps! Let me know if you have more questions.
0 -
Hi, Victor. Thank you so much for your help! It worked
0
Please sign in to leave a comment.
Comments
2 comments