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
Faster, better and easier!
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
YES - i have the same problem!
Please let start with the picture i choose , not with the first or last one !!
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>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
You must log in to post.