Hello, i have 2 posts under services categorie, i added some pictures on it and i would like to work as a gallery, does prettyphoto does that?
Like a catalogue on the post.
thanks
Hello, i have 2 posts under services categorie, i added some pictures on it and i would like to work as a gallery, does prettyphoto does that?
Like a catalogue on the post.
thanks
Hey,
Im using the services.php
but i want the lightbox on the post only.
As link, instead of opening the image file, i would like the pop-up gallery, should i install some plugin ?
Hi,
you have two options there:
1. to use nextgen gallery plugin which would automatically create gallery for you.
2. To add images and code yourself. To do this, find this code in single.php file:
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
jQuery(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
});
</script>
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
jQuery(" a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
});
</script>
<a href="IMAGE LINK HERE" title="TITLE HERE" rel="prettyphoto[gal1]"><img width="150" height="150" src="IMAGE LINK HERE" class="attachment-thumbnail" alt="ALT TEXT" title="TITLE"></a>
Cheers,
Max.
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.