Hi,
I will be quick : the swipebox icons are not appearing.
Looking at the source code I’ve noticed this :
<a id="swipebox-close" style="background-image: url(http://blog.vserver/wp-content/plugins/flickr-photostream/img/icons.svg);"></a>
Which is wrong because according to the plugin folder, it should be :
<a id="swipebox-close" style="background-image: url(http://blog.vserver/wp-content/plugins/flickr-photostream/swipebox/img/icons.svg);"></a>
So I’ve made a quick fix buy modifying this file : swipebox.min.js. Here :
#swipebox-prev{background-image:url(./img/icons.png);
instead of :
#swipebox-prev{background-image:url(../img/icons.png);
Hope it could help !
https://wordpress.org/plugins/flickr-photostream/