how to stop a gallery slideshow

You can’t, Dynamix WP theme uses piecemaker.swf to run its slide show and by looking at the documentation you can see that they don’t have a none loop setting. your best bet is to try to replace it with a different flash viewer that has a none loop option like CU3ER image rotator which i … Read more

attach several images to post + gallery

Yes, you can use the standard wordpress shortcode, after having attacched the images to your post. To attach images to your post, you can use the button “Upload Media”. Upload the image from your disk and the press “Save Changes”. The image will be attached to your post. Then use the gallery shortcode to insert … Read more

How do I test whether [gallery] is empty?

You can check if an attachment for the given post exists with the get_posts function. This will create a new sql query – so there could be a performance issue. // Util.class.php class Util { public static function has_attachments() { $args = array( ‘post_type’ => ‘attachment’, ‘numberposts’ => -1, ‘post_status’ => null, ‘post_parent’ => $post->ID … Read more

How to enlarge thumbnail on mouseover?

Try this jQuery plugin: http://www.mind-projects.it/projects/jqzoom/ If you need help in making it interact with NextGEN gallery, let me know. You ultimately need to add the script via wp_enqueue_script and then setting it to fire on the NextGEN Gallery objects. (If you do this modularly enough, you might even have the makings of a pretty decent … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)