• A few issues on the gallery

    – Uploading works fine for me, but I don’t get the link according to the file name that Matt shows in his screencast, all images are link with an ‘attachment id’ name.

    – when I try to go back and edit the gallery (in my case change from medium images to large) and i hit save, the changes are not saved

    – I’m lacking the navigation thumbnails as well

    – a feature request – the gallery option seems to work only with images that are uploaded to wordpress. I’d love to be able to specify multiple image links, ie. on flickr, and have the gallery generated on a wordpress post.

    Great work so far!

Viewing 1 replies (of 1 total)
  • The navigation thumbnails need to be added to your theme template file, you will find an example in the standard Kubrick theme (Default) in the
    image.php file

    Just add this code into your theme

    <div class="navigation">
    	<div class="alignleft"><?php previous_image_link() ?></div>
    	<div class="alignright"><?php next_image_link() ?></div>
    </div>

Viewing 1 replies (of 1 total)
  • The topic ‘gallery issues’ is closed to new replies.