<?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: Help on story map customization in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714784#M8100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so I've put everything on the custom scripts like you said&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no longer any error but nothing works..&lt;/P&gt;&lt;P&gt;I've even try with an example find on this blog to be sure but nothing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define(["dojo/topic","dijit/Dialog"], function(topic,Dialog) {&lt;BR /&gt; /*&lt;BR /&gt; * Custom Javascript to be executed while the application is initializing goes here&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;// The application is ready&lt;BR /&gt; topic.subscribe("tpl-ready", function(){&lt;BR /&gt; /*&lt;BR /&gt; * Custom Javascript to be executed when the application is ready goes here&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;var splashPage = new Dialog ({&lt;BR /&gt; title: 'Splash Page',&lt;BR /&gt;&lt;SPAN&gt; content: '&amp;lt;p&amp;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam vel in rem rerum saepe quidem est, ratione molestias a harum!&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1469521669194-babb45599def%3Fdpr%3D1%26auto%3Dformat%26crop%3Dentropy%26fit%3Dcrop%26w%3D400%26q%3D80%26cs%3Dtinysrgb" rel="nofollow" target="_blank"&gt;https://images.unsplash.com/photo-1469521669194-babb45599def?dpr=1&amp;amp;auto=format&amp;amp;crop=entropy&amp;amp;fit=crop&amp;amp;w=400&amp;amp;q=80&amp;amp;cs=tinysrgb&lt;/A&gt;&lt;SPAN&gt;" alt="Photo of parks" /&amp;gt;',&lt;/SPAN&gt;&lt;BR /&gt; style: 'width: 430px; height: 436px;'&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;splashPage.show();&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; });&lt;BR /&gt;});&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jun 2017 16:21:58 GMT</pubDate>
    <dc:creator>NolwennLE_POULAIN</dc:creator>
    <dc:date>2017-06-16T16:21:58Z</dc:date>
    <item>
      <title>Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714782#M8098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to customize my story map and I'm meeting some troubles..&lt;/P&gt;&lt;P&gt;I've dowload the code on GitHub and I would like to put some legend on the images that are on the main stage&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've &amp;nbsp;tried this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt; require(["dojo/topic"], function(topic) {&lt;BR /&gt; /*&lt;BR /&gt; * Custom Javascript to be executed while the application is initializing goes here&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;console.log("Map Journal is initializing");&lt;/P&gt;&lt;P&gt;// The application is ready&lt;BR /&gt; topic.subscribe("tpl-ready", function(){&lt;BR /&gt; /*&lt;BR /&gt; * Custom Javascript to be executed when the application is ready goes here&lt;BR /&gt; */&lt;BR /&gt; topic.subscribe("story-load-section", function(index){&lt;BR /&gt; console.log("The section", index, "is being loaded");&lt;BR /&gt; var mainStageTitle = document.getElementById("mainStageTitle");&lt;BR /&gt; switch(index) {&lt;BR /&gt; case 0:&lt;BR /&gt; mainStageTitle.innerHTML = "South Resident Killer Whales, NL";&lt;BR /&gt; break;&lt;BR /&gt; case 1:&lt;BR /&gt; mainStageTitle.innerHTML = "Beluga, BC";&lt;BR /&gt; break;&lt;BR /&gt; default:&lt;BR /&gt; mainStageTitle.innerHTML = "Marine Mammals";&lt;BR /&gt; }&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;console.log("Map Journal is ready");&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but anytime an error occured and say&lt;SPAN class="" style="color: #222222; background-color: #fff0f0; margin-left: 4px;"&gt;&lt;SPAN class="" style="color: #545454; text-decoration: underline;"&gt;(index):340&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: red !important; background-color: #fff0f0;"&gt;Uncaught &lt;SPAN class="" style="font-size: 12px !important;"&gt;&lt;SPAN&gt;ReferenceError: require is not defined&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understant because I've follow some examples which were doing the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone could help me&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nolwenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 17:53:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714782#M8098</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-15T17:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714783#M8099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "require" method that is not defined because that&amp;nbsp;method comes from the dojo framework. If you add this code to the index.html&amp;nbsp;file, you are running it before dojo has been loaded. A few releases ago, we had to move where dojo was being loaded. You can now add this custom code to the "custom-scripts" file that gets loaded after dojo is available:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/storymap-journal/blob/master/src/app/custom-scripts.js" title="https://github.com/Esri/storymap-journal/blob/master/src/app/custom-scripts.js"&gt;storymap-journal/custom-scripts.js at master · Esri/storymap-journal · GitHub&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:28:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714783#M8099</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2017-06-16T14:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714784#M8100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so I've put everything on the custom scripts like you said&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no longer any error but nothing works..&lt;/P&gt;&lt;P&gt;I've even try with an example find on this blog to be sure but nothing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define(["dojo/topic","dijit/Dialog"], function(topic,Dialog) {&lt;BR /&gt; /*&lt;BR /&gt; * Custom Javascript to be executed while the application is initializing goes here&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;// The application is ready&lt;BR /&gt; topic.subscribe("tpl-ready", function(){&lt;BR /&gt; /*&lt;BR /&gt; * Custom Javascript to be executed when the application is ready goes here&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;var splashPage = new Dialog ({&lt;BR /&gt; title: 'Splash Page',&lt;BR /&gt;&lt;SPAN&gt; content: '&amp;lt;p&amp;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam vel in rem rerum saepe quidem est, ratione molestias a harum!&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1469521669194-babb45599def%3Fdpr%3D1%26auto%3Dformat%26crop%3Dentropy%26fit%3Dcrop%26w%3D400%26q%3D80%26cs%3Dtinysrgb" rel="nofollow" target="_blank"&gt;https://images.unsplash.com/photo-1469521669194-babb45599def?dpr=1&amp;amp;auto=format&amp;amp;crop=entropy&amp;amp;fit=crop&amp;amp;w=400&amp;amp;q=80&amp;amp;cs=tinysrgb&lt;/A&gt;&lt;SPAN&gt;" alt="Photo of parks" /&amp;gt;',&lt;/SPAN&gt;&lt;BR /&gt; style: 'width: 430px; height: 436px;'&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;splashPage.show();&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; });&lt;BR /&gt;});&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 16:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714784#M8100</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-16T16:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714785#M8101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a link to your app so I can help you debug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 17:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714785#M8101</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2017-06-16T17:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714786#M8102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the link of my application and it's files&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://drive.google.com/open?id=0B_80zG0AVfiBbExxQ0tpcDI0UTA" title="https://drive.google.com/open?id=0B_80zG0AVfiBbExxQ0tpcDI0UTA"&gt;Internship - Google Drive&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 17:27:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714786#M8102</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-16T17:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714787#M8103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nolwenn, are you running the app from a web server? I just downloaded the code from your google drive and installed it my web server. You app was private so I just switched out the appid and everything worked as I would expected. The splash dialog also popped up as soon as the app was loaded as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 18:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714787#M8103</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2017-06-16T18:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714788#M8104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh yeah sorry I forgot to share the story..&lt;/P&gt;&lt;P&gt;I'm running the app on wamp server is it wrong ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 19:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714788#M8104</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-16T19:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714789#M8105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A wamp server should work; I'm running it off apache as well. Can you post a screenshot of what you see when you load the app, including the url?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 19:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714789#M8105</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2017-06-16T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714790#M8106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/357454_pastedImage_1.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 19:57:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714790#M8106</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-16T19:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714791#M8107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to verify, you have the exact same code on your wamp server as you pasted on GoogleDrive? I'm not sure why you wouldn't see modal example? Can you try hosting it on Surge (a free hosting provider):&amp;nbsp;&lt;A class="link-titled" href="https://developerscorner.storymaps.arcgis.com/host-your-story-maps-for-free-with-surge-8bddcc4cd580" title="https://developerscorner.storymaps.arcgis.com/host-your-story-maps-for-free-with-surge-8bddcc4cd580"&gt;https://developerscorner.storymaps.arcgis.com/host-your-story-maps-for-free-with-surge-8bddcc4cd580&lt;/A&gt;&amp;nbsp;and posting a link. Don't forget to share it if you can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 20:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714791#M8107</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2017-06-16T20:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714792#M8108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it was the exact same code!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You save me it works with surge!!&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://rampant-sheep.surge.sh/" title="https://rampant-sheep.surge.sh/"&gt;Ship Trafic Impact on Marine Mammals&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why it doesn't work on wamp but I will continue with surge it's much better!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 21:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714792#M8108</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-16T21:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help on story map customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714793#M8109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://milky-horses.surge.sh/" title="https://milky-horses.surge.sh/"&gt;Ship Trafic Impact on Marine Mammals&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 21:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/help-on-story-map-customization/m-p/714793#M8109</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-16T21:44:28Z</dc:date>
    </item>
  </channel>
</rss>

