Topic: How to avoid massive downloads from Flickr.
Hello, I both the pro plugin.
I have a photo blog, and I use the plugin to play/grab images from my Flickr account.
I use this string on post:(example) [juicebox gallery_id="4"]
My home page on source show these codes:
<!--START JUICEBOX EMBED.-->
<script type="text/javascript">
new juicebox({
backgroundColor : 'rgba(255, 255, 255, 1.0)',
containerId : 'juicebox-container4',
configUrl : 'http://www.mysite.com/wp-content/uploads/juicebox/4.xml',
galleryHeight : '650px',
galleryWidth : '100%'
});
</script>
<div id="juicebox-container4"></div>
<!--END JUICEBOX EMBED.--></p>
I tried different themes, Twenty Ten and Twenty Eleven included.
ISSUE:
The behavior of the plugin is not as i thought to have.
My home page show about 15/20 posts with just the featured image as thumbnail.
In each of them I grab from Flickr about 20/30 images.
My Home Page have about 20 post presentation.
Actually on my home page the plugin, for some reasons i don't know, download about 150/180 images in one shot even if nobody open any post as a single page. Iit seems absurd this function.
Usually a right behavior should be to download the images of the "POST A" when the "POST A" is open (click/user-action).
The plugin don't follow this way. It download all the photos of each post, even if, is not open as a single page.
This is a big problem for me because i have a photo blog!
My home page is became very very slow with more of 5 mega of data and 180 different call/urls!
Could you help me to fix this issue?
My wish should be to have the plugin working only if the relative post with the photo gallery is open from the user.
Hope you can help me.
Regards, Giadina