Hoppa till huvudinnehållet

Disable pop ups in the Web Designer

Kommentarer

2 kommentarer

  • Victor Catalán

    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:

    1. Navigate to your Map Component.
    2. 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"]

    3. Remove it, and also delete any custom command on the Map Hovered Event, as it’s no longer needed.
    4. 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
  • Tatiana Livshits

    Hi, Victor. Thank you so much for your help! It worked

    0

Du måste logga in om du vill lämna en kommentar.