Swipebox – Icons not appearing (wrong path)
-
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(https://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(https://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 !
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Swipebox – Icons not appearing (wrong path)’ is closed to new replies.