<?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: Collapsible side description panel in bulleted map in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313384#M3471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do the same thing (collapse main side panel) but I do not have any programming experience and was wondering if you would be able to email me a step by step process on how to do this? Can it be something has simply attaching the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 14:13:50 GMT</pubDate>
    <dc:creator>AndyHenry</dc:creator>
    <dc:date>2015-09-16T14:13:50Z</dc:date>
    <item>
      <title>Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313380#M3467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Bulleted map, is there a way to modify the code to have a collapsible side panel similar to the Swipe map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 14:39:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313380#M3467</guid>
      <dc:creator>Arthurgov</dc:creator>
      <dc:date>2015-01-08T14:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313381#M3468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you could use something like to slide it out (considering that the panel is displayed on the left)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$("#descLegendPanel").animate({"margin-left": "-30%"});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make it reappear using&lt;/P&gt;&lt;P&gt;$("#descLegendPanel").animate({"margin-left": "0%"});&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:29:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313381#M3468</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-01-12T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313382#M3469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gregory. Where would I put this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 19:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313382#M3469</guid>
      <dc:creator>Arthurgov</dc:creator>
      <dc:date>2015-01-12T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313383#M3470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementing a similar button that the one in the Swipe application require some Javascript and CSS knowledge.&lt;/P&gt;&lt;P&gt;This is just the code to make the panel move but to make it a fully functional button there is more much code required. You can find a &lt;A href="http://https//github.com/Esri/map-series-storytelling-template-js/#developer-guide"&gt;developer guide&lt;/A&gt; on the &lt;A href="https://github.com/Esri/map-series-storytelling-template-js"&gt;GitHub repository&lt;/A&gt; to get started on customizing the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 19:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313383#M3470</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-01-12T19:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313384#M3471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do the same thing (collapse main side panel) but I do not have any programming experience and was wondering if you would be able to email me a step by step process on how to do this? Can it be something has simply attaching the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 14:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313384#M3471</guid>
      <dc:creator>AndyHenry</dc:creator>
      <dc:date>2015-09-16T14:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313385#M3472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;It's unfortunately not that simple as pasting the code somewhere, you would need to download and deploy the application on a web server, instructions at &lt;A href="https://github.com/Esri/map-series-storytelling-template-js/#instructions" title="https://github.com/Esri/map-series-storytelling-template-js/#instructions"&gt;Esri/map-series-storytelling-template-js · GitHub&lt;/A&gt; and then add the code yourself. I am dedicated towards helping the community but I have never done it and can't take time to code it. Hope someone else in the community can share a similar enhancement with you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 15:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313385#M3472</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-09-16T15:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313386#M3473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info. On a related note, when you download a story map template and customize it, are you able to arcgisonline so others are able to viewing (meaning, using it as a web server.) The reason I ask is, I know you can set you own PC as a web server, but it's nice to be able to publish it via arcgisonline and then sent the link to others so they are able to view it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313386#M3473</guid>
      <dc:creator>AndyHenry</dc:creator>
      <dc:date>2015-10-02T16:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313387#M3474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;P&gt;Once you have customized the template it is not possible to upload it back to ArcGIS Online.&lt;/P&gt;&lt;P&gt;You have to host it on your own server or use a provider. There is not many options for free web site hosting but there is a lot of cheap one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 18:27:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313387#M3474</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-10-02T18:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313388#M3475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And as long as the server (which most or all do) has\have internet access it can be viewed from anywhere.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 18:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313388#M3475</guid>
      <dc:creator>AndyHenry</dc:creator>
      <dc:date>2015-10-02T18:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313389#M3476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes absolutely!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 19:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313389#M3476</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-10-02T19:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313390#M3477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! One last question, from a programming standpoint (which I’m not a programmer), I would assume changing the color of a tab or a side panel is fairly easy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 19:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313390#M3477</guid>
      <dc:creator>AndyHenry</dc:creator>
      <dc:date>2015-10-02T19:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible side description panel in bulleted map</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313391#M3478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Did you notice in the builder, in settings that you have a 'Theme' configuration?&lt;/P&gt;&lt;P&gt;That's a limited of choices of color but when you download the app, those colors changes can be configured through a configuration file. You would be edit the theme configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 21:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/collapsible-side-description-panel-in-bulleted-map/m-p/313391#M3478</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-10-02T21:11:57Z</dc:date>
    </item>
  </channel>
</rss>

