hi.
the store locator uses a depricated jquery function called “live”.
basicly its the same function as “on” as an event-listener.
to fix this problem you have to open plugins/store-locator/js/functions.js
and replace “|live|” with “|on|”
hopefully this will be fixed in the next update.
hope this helps.
you could edit the core. it’s not recommended because your changes will be gone if you update the plugin but it works 😉
open plugins/facebook-page-photo-gallery/templates/single-album.php
replace the href-attribute (href="<?php echo $photo->source ?>") with
href="<?php echo $photo->images[1]->source ?>"for 960×717
OR
href="<?php echo $photo->images[0]->source ?>" for original size.
sorry, ignore the strong-tag 🙂