• Resolved jaykee

    (@jaykee)


    Thanks for a great plugin!
    On problem, you can’t specify a group_name in the shortcode, it turns at as rel=”array”.
    There is an error on line 1150 in rps-image-gallery.php
    it says
    $str_rel = ‘ rel=”‘ . $group_name . ‘”‘;
    it should say
    $str_rel = ‘ rel=”‘ . $group_name[0] . ‘”‘;

    https://wordpress.org/plugins/rps-image-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jaykee

    (@jaykee)

    Well, that didn’t take care of it. js can’t find the event now.

    Plugin Author redpixelstudios

    (@redpixelstudios)

    We will definitely check into this issue since some testing is being done for the next version release. We will leave the issue open until it’s resolved. Thanks for notifying us.

    Plugin Author redpixelstudios

    (@redpixelstudios)

    This issue should be corrected in the latest release (since 2.0). We are going to mark this topic as resolved but please feel free to contact us for assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘group_name = array’ is closed to new replies.