Helping you Build Your Own Social Network!

Faster, better and easier!

Pretty Gallery : Selected Image?

(4 posts) (3 voices)

  1. I've installed the pretty gallery with my BP Gallery and I really enjoy it.

    When I view the gallery and click on the second, third, forth, or fifth gallery the slideshow starts with the first image in the gallery. Is there a fix for this?

    Thanks
    EJ

    Posted 6 months ago #
  2. YES - i have the same problem!

    Please let start with the picture i choose , not with the first or last one !!

    Posted 6 months ago #
  3. Hi EJ.
    There is a work around.
    Open yourtheme/gallery/single/photo-loop.php

    now, replace

    <?php bp_media_html();?>

    with this

    <a rel="prettyPhoto[bp_gllery]" href="<?php bp_media_full_src();?>" alt="<?php bp_media_title();?>">
    					<img src="<?php bp_media_thumb_src();?>" />
    					</a>
    Posted 5 months ago #
  4. Thank you Brajesh! That worked brilliantly. I saw that this code was hidden in a comment tag, when I opened up the page. I'm sorry, I should have read the documentation and perhaps I wouldn't have had to bother you.

    Thanks again.
    EJ

    Posted 5 months ago #

Reply

You must log in to post.