<?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: Custom theme not appearing in Experience Builder (Developer Edition) despite successful build in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-theme-not-appearing-in-experience-builder/m-p/1689915#M22777</link>
    <description>&lt;P&gt;I think I see the problem. Themes were majorly re-designed at 1.19 and the current documentation is not fully compatible with how Themes worked in 1.18.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2026 12:28:00 GMT</pubDate>
    <dc:creator>JeffreyThompson2</dc:creator>
    <dc:date>2026-03-11T12:28:00Z</dc:date>
    <item>
      <title>Custom theme not appearing in Experience Builder (Developer Edition) despite successful build</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-theme-not-appearing-in-experience-builder/m-p/1689783#M22769</link>
      <description>&lt;P data-unlink="true"&gt;Hello everyone,&lt;/P&gt;&lt;DIV class=""&gt;I'm having trouble getting a custom theme to show up in the Experience Builder interface.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I have downloaded the demo-theme from&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/themes" target="_self"&gt;https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/themes&lt;/A&gt;&amp;nbsp; and installed as is in the client/your-extensions/themes/demo-theme folder&lt;BR /&gt;&lt;BR /&gt;I use the original manifest.json:&lt;/DIV&gt;&lt;LI-CODE lang="javascript"&gt;{
  "name": "demo-theme",
  "label": "Demo Theme",
  "type": "theme",
  "thumbnails ": [],
  "font": {
    "fontFamily": "Avenir Next",
    "color": "#484848"
  },
  "version": "1.19.0",
  "exbVersion": "1.19.0",
  "author": "Esri R&amp;amp;D Center Beijing",
  "description": "This is a demo theme containing all customizable theme variables.",
  "copyright": "",
  "license": "http://www.apache.org/licenses/LICENSE-2.0",
  "translatedLocales": [
    "en",
    "zh-cn"
  ],
  "isNewTheme": true
}​&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;When doing npm run, I see that webpack found and build the theme successfully&amp;nbsp;in client/dist/themes/demo-theme.&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="webpack.png" style="width: 612px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149655i05E9FB490CD1EEE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="webpack.png" alt="webpack.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;BR /&gt;Everything seems fine so far but that demo-theme does not appear in the experience builder client.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="exb.png" style="width: 214px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/149656i8BB0EF0D0B78E7D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="exb.png" alt="exb.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I have try to restart the client and server, erase cache, run in private mode, etc without success.&lt;BR /&gt;&lt;BR /&gt;What could be the cause of this problem? Is there something I'm missing?&lt;BR /&gt;&lt;BR /&gt;Experience builder is v1.18 and nodejs v22.19&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 19:47:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-theme-not-appearing-in-experience-builder/m-p/1689783#M22769</guid>
      <dc:creator>MaximeDemers</dc:creator>
      <dc:date>2026-03-10T19:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme not appearing in Experience Builder (Developer Edition) despite successful build</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-theme-not-appearing-in-experience-builder/m-p/1689914#M22776</link>
      <description>&lt;P&gt;I had try many things and finally found out that, in the manifest.json, the &lt;A href="https://developers.arcgis.com/experience-builder/api-reference/jimu-theme/ThemeManifest/#isNewTheme" target="_self"&gt;isNewTheme&lt;/A&gt; property must be set to &lt;STRONG&gt;false&lt;/STRONG&gt; to make it appears.&lt;BR /&gt;&lt;BR /&gt;It seems there is something wrong with how experience builder handle this property, at least in version 1.18&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 12:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-theme-not-appearing-in-experience-builder/m-p/1689914#M22776</guid>
      <dc:creator>MaximeDemers</dc:creator>
      <dc:date>2026-03-11T12:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme not appearing in Experience Builder (Developer Edition) despite successful build</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-theme-not-appearing-in-experience-builder/m-p/1689915#M22777</link>
      <description>&lt;P&gt;I think I see the problem. Themes were majorly re-designed at 1.19 and the current documentation is not fully compatible with how Themes worked in 1.18.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 12:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-theme-not-appearing-in-experience-builder/m-p/1689915#M22777</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2026-03-11T12:28:00Z</dc:date>
    </item>
  </channel>
</rss>

