This will be available in WP-IS Circular Photo Gallery Settings in next version of plugin (soon). For now you can decrease or increase pictures in js. Did you mean hexagon or a pentagon shape of pictures or to be in the order of hexagon or a pentagon?
Thread Starter
Elpee
(@elpee)
Hi Irena0575,
Thanks for your quick answer. Oke I will wait for the next version ;o)
I meant the to be in order of a hexagon or pentagon.
Something like this:
o
o o
o o
I can not give the link to the page where i have the problem since it is behind a password.
With kind regards,
Laura
Hi Laura,
This is specific request. Quick solution:
for 5 pictures to be in order
o
o o
o o
you should open iscirculargallery.js in js folder of this plugin and in function this.moveTo change line var cx = 0, cy = 0, angle =0; to
var cx = 0, cy = 0, angle =-Math.PI * 2/(this.max-1);
If you are not familiar with javascript, go to support web site of this plugin (there is contact email [email protected]) and I’ll send you this file or wait for the next version (this will be included).
Regards,
Irena
Hi Laura,
Version 1.7 is available and 5 pictures to be in order
o
o o
o o
is included. To decrease or increase pictures will be available in next version.
Regards,
Irena
Version 1.9 includes possibility to change picture width. This topic is resolved.