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

    (@illebas)

    Well I figured it out.. I am far from a developer so it’s probably not the correct approach but at least it’s working. I opened up widgets.php in the widgets folder which is located in the nextgen folder. I found this line right around 415 – 417:

    $out = '<a href="' . $image->imageURL . '" title="' . $description . '" ' . $thumbcode .'>';

    and added the rel to look like this:

    $out = '<a href="' . $image->imageURL . '" rel="shadowbox[];player=img;" title="' . $description . '" ' . $thumbcode .'>';

    In NextGen Options, go to Effects.
    Next to JavaScript Thumbnail effect, select Custom
    Next to Link Code line, type rel=”shadowbox[%GALLERY_NAME%]”
    Click on Save Changes

    Anonymous User 6077519

    (@anonymized-6077519)

    Are you still using nextgen gallery, I would like to be able to add videos to my galleries but I didn’t want to put the time in unless I knew it would do what I wanted. Any chance we could see how you are using it on your website??

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘nextgen-gallery support for video besides shadowbox’ is closed to new replies.