I'm trying to modify the zpMasonry theme's album view to not show the standard thumbnails, but to instead try to use the JavaScript Masonry library that it has built in.
For the album view, I'm looking to have all photos "masoned" into each other. Much like the pink squares on the Masonry dev page:
http://masonry.desandro.com/methods.html#layoutI understand where in album.php the developer is calling the photo thumbnails, but I can't find the right Zenphoto function to display thumbnails to make this idea work.
http://www.zenphoto.org/documentation/functions/_template-functions.php.htmlAny ideas or tips on how I could achieve this would be greatly appreciated.
Comments
This is the right tutorial, right? http://www.zenphoto.org/news/theming-tutorial
It should be easy to find them on the documentation itsefl. There is a article on the user guide with some quick links that hopefully still work.
Btw, I replied to your email meanwhile.
Thanks for the reply, will talk about it internally.
`
<?php
if (blah) { echo "blahblah"; }
?>
Hello HTML text
<?php
// Begin PHP again
?>
`
You will need them everywhere. And the more your like to change the more you need to dig into PHP.
While this site is not always accurate in its general documentation of web techniques it has a nice tutorial for those basics:
http://www.w3schools.com/php/php_intro.asp
A lot modification is required tp have its title as masonry. I bet modifying the themefunctions file will help. Any views regarding this?
http://www.zenphoto.org/theme/zpMasonry/zpMasonry-index.jpg.html
http://www.zenphoto.org/theme/zpMasonry/zpMasonry-album.jpg.html