<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remove powered by ESRI logo in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283673#M7489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're working with the web appbuilder in AGOL or Portal rather than developer edition, they don't allow for removing the esri logo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 15:30:05 GMT</pubDate>
    <dc:creator>ColeAndrews</dc:creator>
    <dc:date>2015-09-11T15:30:05Z</dc:date>
    <item>
      <title>Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283666#M7482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any pointers on how to remove the 'Powered by ESRI' Logo and image attributes?&lt;/P&gt;&lt;P&gt;JavaScript API would be setting it to false..&amp;nbsp; but where in these Web Apps would that be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;map = new esri.Map("map", {&amp;nbsp;&amp;nbsp;&amp;nbsp; extent: initExtent,&amp;nbsp;&amp;nbsp;&amp;nbsp; logo:false&amp;nbsp; });&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 23:12:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283666#M7482</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2015-08-20T23:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283667#M7483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not really familiar with the Web AppBuilder, however, according to the documentation, you can download and host the app yourself - &lt;A href="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm" title="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Deploy app—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers.&lt;/A&gt; If you are doing this, maybe run a find-in-files search in the app using Notepad++, or however you'd like to do that, for the instantiation of the map and add the option param to disable the logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never seen what the Web AppBuilder creates - it might be minified JS, but you can at least pretty-print it easily... Notepad++ has a plug-in that will do this for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't see anywhere in the documentation where you could configure this in the app config files, and I'm assuming you looked through the generation options, so it sounds like you may have to edit it yourself. I could be wrong on this, though! The other option if you're hosting the app - you could just add some css... something like this should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; div.esriControlsBR {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display: none;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:43:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283667#M7483</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-11T13:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283668#M7484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is solved this in DeveloperEdition by adding this to the "map"-section in config.json:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14401423178621569 jive_text_macro" data-renderedposition="92_8_912_16" jivemacro_uid="_14401423178621569"&gt;&lt;P&gt;"mapOptions": { "logo": false}&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 07:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283668#M7484</guid>
      <dc:creator>AndreV</dc:creator>
      <dc:date>2015-08-21T07:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283669#M7485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice! Andre, I perused the Web AppBuilder documentation last night - totally missed where you could set map options (I blame lack of sleep... that's my story)! For anyone who may be looking - you can find it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/api-reference/map-configuration.htm" title="https://developers.arcgis.com/web-appbuilder/api-reference/map-configuration.htm"&gt;Map configuration—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 12:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283669#M7485</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-08-21T12:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283670#M7486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used at the specific app level in WAB developer: add the below to the jimu.css file ../server/apps/app#/jimu.js/css/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.map .logo-med {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; visibility: hidden;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just another option...&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 13:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283670#M7486</guid>
      <dc:creator>MonaBrisco</dc:creator>
      <dc:date>2015-08-21T13:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283671#M7487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greatly appreciate the Link to the documentation as well!&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 18:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283671#M7487</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2015-08-21T18:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283672#M7488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to do this in the non-developer edition? I downloaded the code from my app I created at AGOL and have successfully modified some of the settings in the config.json, such as making the title/header bar longer. &lt;/P&gt;&lt;P&gt;I searched for the code examples in this thread but could not find where I could remove the logo. &lt;/P&gt;&lt;P&gt;Maybe its not possible in something that did not originate in the developer edition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283672#M7488</guid>
      <dc:creator>C_EHoward</dc:creator>
      <dc:date>2015-09-11T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283673#M7489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're working with the web appbuilder in AGOL or Portal rather than developer edition, they don't allow for removing the esri logo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283673#M7489</guid>
      <dc:creator>ColeAndrews</dc:creator>
      <dc:date>2015-09-11T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283674#M7490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to remove the logo from the map that are included in my story map. Currently, I'm using arcgis online, everything is hosted on arc gis online. Do the solution above imply that i would need to host the code of my story map on my own servers ?&lt;/P&gt;&lt;P&gt;Am I allow to remove the logo in the ArcGis online environment?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 15:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283674#M7490</guid>
      <dc:creator>FranceLabrecque</dc:creator>
      <dc:date>2016-10-30T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283675#M7491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Eiffel,&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;In the AGOL environment no you will not be able to remove it and actually should not remove it unless you are using your own basemap (non-Esri).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 15:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283675#M7491</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-30T15:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283676#M7492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this solution for javascript api 4.6:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;var view = new MapView({ ... });&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;view.ui._removeComponents(["attribution"]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 22:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283676#M7492</guid>
      <dc:creator>RicardasKvedaravicius</dc:creator>
      <dc:date>2018-02-15T22:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove powered by ESRI logo</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283677#M7493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are posting in the webapp builder section.&amp;nbsp; This is not the JS API section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 22:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/remove-powered-by-esri-logo/m-p/283677#M7493</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2018-02-23T22:03:24Z</dc:date>
    </item>
  </channel>
</rss>

