<?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: Story Map Journal Customization in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618958#M7120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are only listening to the "story-load-section" events which only fires when the section changes and not when the main stage changes. For that you'll want to use the "story-perform-action-media" lifecycle event to know when a main stage action is called. Here's some more documentation about the lifecycle methods:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/storymap-journal#application-life-cycle" title="https://github.com/Esri/storymap-journal#application-life-cycle"&gt;GitHub - Esri/storymap-journal: The Story Map Journal is ideal when you want to combine narrative text with maps and oth…&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jun 2017 14:45:33 GMT</pubDate>
    <dc:creator>StephenSylvia</dc:creator>
    <dc:date>2017-06-28T14:45:33Z</dc:date>
    <item>
      <title>Story Map Journal Customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618955#M7117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hi everyone, I'm trying to customize my story map and I would like to have some titles on the image of my main part (it's like legends + credits). I succeed in doing this but when I have an action on the same page which change the content of the main part, I don't want this title anymore (I embeded some applications).&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I've tried this but ithe last part doesn't work because they said that my object doesn't have an id However I find this code on a story map which is working properly&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;define(["dojo/topic","dijit/Dialog"], function(topic,Dialog){&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;/*&lt;BR /&gt;* Custom Javascript to be executed while the application is initializing goes here&lt;BR /&gt;*/&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;// The application is ready&lt;BR /&gt;topic.subscribe("tpl-ready", function(){&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;/*&lt;BR /&gt;* Custom Javascript to be executed when the application is ready goes here&lt;BR /&gt;*/&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;// Creation of the Splash Page (Introduction of the web site)&lt;BR /&gt;var splashPage = new Dialog ({&lt;BR /&gt;title: '&amp;lt;b&amp;gt;&amp;lt;font size="6"&amp;gt;&amp;lt;p align="center"&amp;gt;Welcome on board!&amp;lt;/p&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;',&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;content: '&amp;lt;font size="3"&amp;gt;&amp;lt;center&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/br&amp;gt;Here you can find all information about &amp;lt;b&amp;gt;ship traffic and its impact on marine mammals &amp;lt;/b&amp;gt;in Canadian seas.&amp;lt;/br&amp;gt;&amp;lt;/br&amp;gt;&amp;lt;b&amp;gt;Begin the story &amp;lt;/b&amp;gt;to understand the issue and see what have been done and could be done to &amp;lt;b&amp;gt;protect marine mammals&amp;lt;/b&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fc1.staticflickr.com%2F1%2F330%2F19577290930_4f8d8d5fbb_b.jpg" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://c1.staticflickr.com/1/330/19577290930_4f8d8d5fbb_b.jpg&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;" width="450px" height= "300px" alt="Jumping Killer Whales" /&amp;gt;&amp;lt;/br&amp;gt;&amp;lt;/br&amp;gt;&amp;lt;font size="2.5" color="#B0C4DE"&amp;gt;&amp;lt;p&amp;gt;Jumping Killer Whales&amp;lt;/p&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/font&amp;gt;',&lt;/SPAN&gt;&lt;BR /&gt;style: 'width: 600px; height: 600px;'&lt;BR /&gt;});&lt;BR /&gt;splashPage.show();&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;});&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;// change title text based on section number&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 = "Humpback and calf, off the Revillagigedo Islands, Mexico, Reinhard Dirscher";&lt;BR /&gt;break;&lt;BR /&gt;case 1:&lt;BR /&gt;mainStageTitle.innerHTML = "Vehicles, air pollution and human health, Union of concerned scientists";&lt;BR /&gt;break;&lt;BR /&gt;case 2:&lt;BR /&gt;mainStageTitle.innerHTML = "Preventing ocean pollution";&lt;BR /&gt;break;&lt;BR /&gt;case 3:&lt;BR /&gt;mainStageTitle.innerHTML = "Ship traffic";&lt;BR /&gt;break;&lt;BR /&gt;case 4:&lt;BR /&gt;mainStageTitle.innerHTML = "Ship traffic, exactEarth";&lt;BR /&gt;break;&lt;BR /&gt;case 5:&lt;BR /&gt;mainStageTitle.innerHTML = "Orca Whales, Lauren McWhinnie";&lt;BR /&gt;break;&lt;BR /&gt;case 6:&lt;BR /&gt;mainStageTitle.innerHTML = "Johnstone Strait, East side of Vancouver Island, Leh Smallshaw";&lt;BR /&gt;break;&lt;BR /&gt;case 7:&lt;BR /&gt;mainStageTitle.innerHTML = "Humpback Whales, Lauren McWhinnie";&lt;BR /&gt;break;&lt;BR /&gt;case 8:&lt;BR /&gt;mainStageTitle.innerHTML = "Tanker going through Boundary Pass as seen from Tilly Point, Leh Smallshaw";&lt;BR /&gt;break;&lt;BR /&gt;default:&lt;BR /&gt;mainStageTitle.innerHTML = "Mapping Distribution";&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;/// When a main stage action that load a new media or reconfigure the current media is performed&lt;BR /&gt;topic.subscribe("story-perform-action-media", function(media){&lt;BR /&gt;console.log("A Main Stage action is performed:", media);&lt;BR /&gt;console.log("Media ID:", document.media.webmap.id);&lt;BR /&gt;var mainStageTitle = document.getElementById("mainStageTitle");&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;//Section 7 Come on and discover! (index 6)&lt;BR /&gt;if (document.media.webmap.id == "0cdeb6acf68e431986537721d0913ec2") {&lt;BR /&gt;mainStageTitle.innerHTML = "";&lt;BR /&gt;};&lt;BR /&gt;if (document.media.webmap.id == "15b4845510c6434a9bdcd0e5174048a6") {&lt;BR /&gt;mainStageTitle.innerHTML = "";&lt;BR /&gt;};&lt;BR /&gt;if (document.media.webmap.id == "f26425e3a7c6498ba5ef11cfb9817f12") {&lt;BR /&gt;mainStageTitle.innerHTML = "";&lt;BR /&gt;};&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;});&lt;BR /&gt;});&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Could someone help me ? My story map is: &lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fnemes-story.surge.sh" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://nemes-story.surge.sh&lt;/A&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Thanks&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Nolwenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 19:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618955#M7117</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-27T19:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Story Map Journal Customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618956#M7118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are a couple of other approaches to Story Map Journal cover page / splash page addition via customization:&lt;BR /&gt;&lt;A class="link-bare" href="https://storymaps.arcgis.com/en/gallery/#s=0&amp;amp;q=cover%20page&amp;amp;md=storymaps-format:customized_storymaps-apps:map-journal" title="https://storymaps.arcgis.com/en/gallery/#s=0&amp;amp;q=cover%20page&amp;amp;md=storymaps-format:customized_storymaps-apps:map-journal"&gt;https://storymaps.arcgis.com/en/gallery/#s=0&amp;amp;q=cover%20page&amp;amp;md=storymaps-format:customized_storymaps-apps:map-journal&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 00:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618956#M7118</guid>
      <dc:creator>RupertEssinger</dc:creator>
      <dc:date>2017-06-28T00:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Story Map Journal Customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618957#M7119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah thanks Rupert it's nice of you but the problem is not on the splash plage it's working so Ok but the legends/credits I've put on my main image I want them to disappear when the main page change due to an action and this doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 14:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618957#M7119</guid>
      <dc:creator>NolwennLE_POULAIN</dc:creator>
      <dc:date>2017-06-28T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Story Map Journal Customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618958#M7120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are only listening to the "story-load-section" events which only fires when the section changes and not when the main stage changes. For that you'll want to use the "story-perform-action-media" lifecycle event to know when a main stage action is called. Here's some more documentation about the lifecycle methods:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/storymap-journal#application-life-cycle" title="https://github.com/Esri/storymap-journal#application-life-cycle"&gt;GitHub - Esri/storymap-journal: The Story Map Journal is ideal when you want to combine narrative text with maps and oth…&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 14:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618958#M7120</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2017-06-28T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Story Map Journal Customization</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618959#M7121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nolwenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do the same thing in a storymap series. I want to have buttons on the tabs with maps only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 23:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/story-map-journal-customization/m-p/618959#M7121</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2017-11-17T23:19:19Z</dc:date>
    </item>
  </channel>
</rss>

