CityofOttawa / immigration_zen

1 stars 0 forks source link

Slider - on prod Java script broken #50

Closed AaronByrne closed 10 years ago

AaronByrne commented 10 years ago

The slider pane is disabled, the Javascript isn't running so the images stack.

minorOffense commented 10 years ago

Yup. Looks like the Flexslider isn’t on the prod server. I’ve disabled the pane for now. We can put the library in tomorrow. That’s my bad, missed that yesterday.

Mathew Winstone mathew.winstone@ottawa.camailto:mathew.winstone@ottawa.ca

On Nov 14, 2013, at 5:46 PM, AaronByrne notifications@github.com<mailto:notifications@github.com> wrote:

The slider pane is disabled, the Javascript isn't running so the images stack.

— Reply to this email directly or view it on GitHubhttps://github.com/CityofOttawa/immigration_zen/issues/50.

This e-mail originates from the City of Ottawa e-mail system. Any distribution, use or copying of this e-mail or the information it contains by other than the intended recipient(s) is unauthorized. If you are not the intended recipient, please notify me at the telephone number shown above or by return e-mail and delete this communication and any copy immediately. Thank you.

Le présent courriel a été expédié par le système de courriels de la Ville d'Ottawa. Toute distribution, utilisation ou reproduction du courriel ou des renseignements qui s'y trouvent par une personne autre que son destinataire prévu est interdite. Si vous avez reçu le message par erreur, veuillez m'en aviser par téléphone (au numéro précité) ou par courriel, puis supprimer sans délai la version originale de la communication ainsi que toutes ses copies. Je vous remercie de votre collaboration.

minorOffense commented 10 years ago

@citychanri can you run the following on web1 to download/install the flexslider library

wget https://github.com/woothemes/FlexSlider/archive/version/2.2.zip --no-check-certificate
unzip 2.2.zip
mv FlexSlider-version-2.2 /var/www/html/drupal/sites/all/libraries/flexslider

You can run it from pretty well anywhere. Just ensure you're using a user than can write to the sites/all/libraries directory.

citychanri commented 10 years ago

Got and unzipped to location