<?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 Widget icons not displaying in developer version in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1355302#M9630</link>
    <description>&lt;P&gt;My widgets in the widget controller keep showing only with x's instead of the icons. All the other icons work just not the widget controller ones.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 18:32:47 GMT</pubDate>
    <dc:creator>LondonWalker</dc:creator>
    <dc:date>2023-11-30T18:32:47Z</dc:date>
    <item>
      <title>Widget icons not displaying in developer version</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1355302#M9630</link>
      <description>&lt;P&gt;My widgets in the widget controller keep showing only with x's instead of the icons. All the other icons work just not the widget controller ones.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 18:32:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1355302#M9630</guid>
      <dc:creator>LondonWalker</dc:creator>
      <dc:date>2023-11-30T18:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icons not displaying in developer version</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1355304#M9631</link>
      <description>&lt;P&gt;Do all of your custom widgets have an .svg format file named 'icon.svg' in the root folder of that widget (not contained in a sub-folder)?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 18:39:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1355304#M9631</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-30T18:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icons not displaying in developer version</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1355393#M9635</link>
      <description>&lt;P&gt;That's what I'd look for first a svg file in the root folder of the widget.&amp;nbsp; But I have noticed sometimes you'll get the circular don't sign like it couldn't load, and usually its because something failed to build when testing for me.&amp;nbsp; Or, sometimes its because you forgot to start both server and client. Check for errors in the project/console and see if something is preventing it.&lt;BR /&gt;&lt;BR /&gt;Now if you aren't seeing a draggable block for your widget, then its probably because you forgot the manifest.json&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 21:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1355393#M9635</guid>
      <dc:creator>TimWestern</dc:creator>
      <dc:date>2023-11-30T21:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icons not displaying in developer version</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1356347#M9674</link>
      <description>&lt;P&gt;These aren't custom widgets, they are Esri out-of-the-box widgets. I have one custom widget but it has all the parts and is not related to these widgets. I have deployed it several times on my web server, but I get the same result, it used to work sometimes but now it doesn't work at all. Here is the link to the app for help&amp;nbsp;&lt;A href="https://gis.colorado.gov/viewer/?page=Map-View" target="_blank"&gt;https://gis.colorado.gov/viewer/?page=Map-View&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1356347#M9674</guid>
      <dc:creator>LondonWalker</dc:creator>
      <dc:date>2023-12-04T16:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icons not displaying in developer version</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1356372#M9677</link>
      <description>&lt;P&gt;Inspecting your project, I see that the icons and some fonts are attempting to load from localhost. That strongly suggests some sort of build issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyThompson2_0-1701706444636.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87921i4142E6445100BB2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyThompson2_0-1701706444636.png" alt="JeffreyThompson2_0-1701706444636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even though these are not custom widgets, your problem may still be in your custom widget. Errors in a .json file can affect the build in strange and unpredictable ways. I was especially look for trailing commas. I had one trailing comma that broke not only the project I was working on, but also prevented me from creating a new one. Another common error that causes build problems are folders containing no files.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/widget-icons-not-displaying-in-developer-version/m-p/1356372#M9677</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-12-04T16:20:25Z</dc:date>
    </item>
  </channel>
</rss>

