Hi (again :)),
My portfolios are building like following:
[fancy_images width="294" height="123"]
[image title="someTitle" alt="someAlt"]pathToImage-featured.ext[/image]
[…]
[/fancy_images]
[div class="bigImageCentered"]
[image_frame style="framed_shadow" align="center" height="auto" width="1200" link_to="false" prettyphoto="false" alt="someAlt" title="someTitle"]pathToImage.ext[/image_frame]
[…]
[/div]
Basically, this is a list on thumbs followed by all the pictures in full-size.
I'm planning to link thumbs to full-size using anchors (not done yet).
At the moment, as my big pictures are already displayed to there full size, so I would like to avoid them to open in lightbox and having a link.
So I added only on my full-size ictures shortcode [image_frame]:
'link_to="false" prettyphoto="false"'
Works also:
'link_to="false""
The result is that I've no links + lightbox on my full-size pictures (which is great) but all the links on fancy_images are not working anymore (but they are present on the html source code). There is no behavior on them.
Any idea?
Regards,
Édouard.













