Forums

[Plugin: Image Gallery Reloaded] Not working with multiple galleries on a page (3 posts)

  1. ekitel
    Member
    Posted 2 years ago #

    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.

    http://wordpress.org/extend/plugins/image-gallery-reloaded/

  2. ekitel
    Member
    Posted 2 years ago #

    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.

  3. patricia1706
    Member
    Posted 1 year ago #

    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?

Topic Closed

This topic has been closed to new replies.

About this Topic