Hi!
I'm using NextGEN and NextGEN ImageFlow plugin. Links:
http://wordpress.org/extend/plugins/nextgen-gallery/
http://wordpress.org/extend/plugins/nextgen-imageflow/
My current setup:
- NextGEN is set-up to automatically display the imagerotator.swf instead of thumbnails.
- NextGEN ImageFlow is set-up to replace the imagerotator.swf with its own slideshow.
- This set-up currently works perfectly fine.
- A page named "Gallery" with the following shortcode:
[album id=2 template=custom]. The custom template displays just as I want it.
My problem:
I am trying to modify the templates for the galleries linked in the album but since there's no shortcode for it, I decided to modify the gallery.php file found at wp-content/plugins/nextgen-gallery/view.
However, once I upload the new gallery.php, the template does not change. I've also tried with the following files:
gallery-caption.phpgallery-carousel.phpgallery-custom.phpgallery-imageflow.phpfound in the NextGEN ImageFlow folder,wp-content/plugins/nextgen-imageflow/view
What am I doing wrong? :(