Posts Tagged ‘NextGEN Gallery’

Inkludere shortcode i en template

fredag, december 10th, 2010

<?php echo do_shortcode(‘[album template=list-footer]‘); ?>

NB. Shortcode til ny NextGen Gallery template.

NextGEN Gallery: unable to update thumbnail

mandag, juni 7th, 2010

You get the “Error updating thumbnail” when you crop and NextGEN Gallery tries to save the thumbnail.

The solution is to set your permission to write (/over write) on file level.

If you are using DreamWeaver:
1) Connect via ftp to your site
2) On your server navigation down to your thumbnails (default in wp-content/gallery/galleryname/thumbs)
3) Select all your thumbnails
4) Right click and select Set Permissions…
5) Set values to 666

File Access Properties in Adobe Dreamweaver

NextGEN Gallery: unable to edit thumbnail

mandag, juni 7th, 2010

When you manage gallery you can edit thumb of each picture. But you do not even get the cross to crop the image.

This is what you have to do:
1) Dashboard -> Gallery -> Options
2) Select Thumbnails
3) Check Set fix dimension

NextGEN Gallery: file reference

mandag, juni 7th, 2010

Design of album page
album-extend.php

Change tags text size
nggfunctions.php (line 936)

NextGEN Gallery: ændre den visuelle størrelse af tags

mandag, juni 7th, 2010

CSS: Størrelsen på tags i NextGEN Gallery ændres i nggfunctions.php linje 936.

HTML: Ændring af markup ændres i wp-includes -> category-template.php -> wp_generate_tag_cloud linje 683-684.