Sorry for responding late – I have been holidaying internationally for the past few days and this is the first I have had access to a connected computer since Saturday.
I took a look at your site and it doesn’t seem particularly slow. But if you do want to make it faster, try specifying the “Tile Size” when you are creating your shortcode. Currently you seem to have your tile size the same as the main image size (i.e. 1600px). You might want to set it to 300px – that will make the images on your page load faster, and when someone clicks on an image, the full size image will show up.
And the button “Add / Edit Photonic Gallery” in the WordPress editor does not work.
I click “Choose Gallery Source” and it will not be loaded.
If you are using Chrome, on the screen where you are doing this, can you press Ctrl + Shift + I (i.e. open the Developer Tools)? Then go to the tab that says “Console” and let me know what you are seeing over there.
Thank you for your answer. Slowly loading if I add to shortcode: layout=’random’, or layout=’masonry’, or layout=’mosaic’.
If I used [gallery type='google' view='albums' filter='.....'] the page loads quickly.
As I mentioned above, please set a smaller “tile size” for those layouts.
I can not found “tile size”. Where to looking for? Photonic-Generic Options-Layouts?
You have to set tile_size='400' or something like that in your shortcode.
It works. Thank you very much! I made a mistake because I wrote tumb_size=’400′ instead tile_size=’400′.