I have another question I would like to be able to add following below which is part of a plugin called “WP Ultra simple Paypal Cart”
[wp_cart:Loan Tree:price:[SIZE|6×4 – £10,10|7×5 – £20,20|8×6 – £30,30|9×5 – £40,40|12×8 – £50,50]:end]
This will allow me to create a drop down box with different sizes and prices + a button to select. Now if I added this to description field it will display when you click on the photo but as text only in lightbox as that’s how it interprets it not as wordpress shortcut and the same happens in image browser.
When I started working on this on the old nextgen plugin I only managed to get it work via using this customer code in the php for image browser
<div class=”ngg-imagebrowser-Product-Item”><?php echo $image->ngg_custom_fields[“Product-Item”]; ?>
which displayed the contents of a custom field added using “custom field plugin” Problem is that image browser is not a very pretty way to display things since it constantly reloads the page with each photo and moves from buttons at the bottom back to the top of page every time you click forward or back not really using ajax at all from what i can see despite turning it on.
Would there be anyway to get this plugin to show properly in lightbox effect