HOW TO

Hide the 'Support it' section in the item details in Maps and Apps

Last Published: April 25, 2020

Summary

ArcGIS for Local Government provides maps and apps that help implement GIS in a local government context, and a destination where users, partners, and the teams within Esri can collaborate.

The instructions provided describe how to hide the 'Support it' section in the item details in Maps and Apps.

Procedure

Once the ArcGIS for Local Government Maps and Apps template has been downloaded and extracted to the local machine, an Application folder is created under the install location.

To hide the 'Support it' section in the item details, modify the mapps.html file.

  1. Navigate to <installation folder> Application > MapsAndApps and open mapps.html in a text editor.
  2. In mapps.html, find the following section:

    Code:
    <!-- Support it -->
    <div class="columnPadBottom">
    <div id="detailsRightColSupportIt" class="sideColumnBkgd rounded">
    <div id="detailsRightColSupportItTitleBar" class="titleBar">
    <span class="titleBarTitle">Support it</span>

    <div class="fullHeight inset">
    <nav><span id="itemSocialNavigation"></span></nav>


    <!-- Support it -->
  3. Change the first
    from

    Code:
    <div class="columnPadBottom">

    to

    Code:
    <div class="columnPadBottom hidden">

  4. Save the changes.

Article ID:000011572

Software:
  • ArcGIS for Local Government

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic