We have this setup on WP MU here: http://jcreport.com/daily/
The javascript keeps loading the same image into the main image div of every gallery. Those divs all have different ids so I can't see why there should be a problem with targeting them.
We have this setup on WP MU here: http://jcreport.com/daily/
The javascript keeps loading the same image into the main image div of every gallery. Those divs all have different ids so I can't see why there should be a problem with targeting them.
I see now it works by class, not id, so of course you can only have one per page since it's targeting the class.
insert:'.main_image'
$output .= "<div class='main_image'></div>\n";
I'm no jquery guru, I'm wondering how hard it would be to alter this to target id's instead of classes.
I'm wondering the exact same thing - I am getting errors when having multiple galleries appear on the same page (the same image loaded into the main image div)- is there a work around here?
This topic has been closed to new replies.