Accordion StoryMap not working

2463
5
03-12-2014 10:47 AM
Honolulu_Land_Information_Syst
New Contributor III
The Accordion StoryMap web app that we have developed is not working.
The web app hangs when trying to retrieve the respected web maps.

Other forum post have pointed to the Tuesday Mar 11 2014 Upgrade to ARCGGIS online
Please let us know when this is fixed

Thank You

Sherwin Lee Visitacion Aquino
Geographic Information System Analyst IV
Honolulu Land Information System (HoLIS)
City & County of Honolulu
0 Kudos
5 Replies
RupertEssinger
Frequent Contributor
Hi. sorry about the issue. Could you check that your web maps are all shared publicly. Also could you post the URL of your side accordion app so we can have a look?
0 Kudos
Honolulu_Land_Information_Syst
New Contributor III
Hi. sorry about the issue. Could you check that your web maps are all shared publicly. Also could you post the URL of your side accordion app so we can have a look?


Rupert

All Web Map and the respected feature services are public
below is the URL for the web app

https://dl.dropboxusercontent.com/u/269491402/index.html
0 Kudos
StephenSylvia
Esri Regular Contributor
This is a browser security restriction. The app is being loaded over https but there is a script that was still hardcoded to http. The browser was blocking it from running until you authorized it. There is a simple fix.

On line 67 of the index file replace this:
[HTML]<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>[/HTML]
with this:
[HTML]<script type="text/javascript" src="//w.sharethis.com/button/buttons.js"></script>[/HTML]

I have updated the source code on github so it will be fixed if you use the template again.
0 Kudos
Honolulu_Land_Information_Syst
New Contributor III
Stephen

I have changed the one line of code. It does not work in Chrome and Firefox it still hangs! However THE WEB APP now is working better in Internet Explorer.

Is there line a of code that I must change still so that it works on Chrome and Firefox ?

Sherwin
0 Kudos
StephenSylvia
Esri Regular Contributor
It looks like the social media plugin is having trouble running from the dropbox https location. You could try replacing the social media plugin or attempt to update it with your own account.

I did notice the http version seems to run fine across all the browsers: http://dl.dropboxusercontent.com/u/269491402/index.html
0 Kudos