Looking for WordPress Slideshow Gallery Plugin [closed]
FOUND A SOLUTION USING NEXTGEN: Actually someone found this post and they found the solution 🙂 http://gregrickaby.com/2010/07/add-an-anchor-to-nextgen-gallery-image-browser.html
FOUND A SOLUTION USING NEXTGEN: Actually someone found this post and they found the solution 🙂 http://gregrickaby.com/2010/07/add-an-anchor-to-nextgen-gallery-image-browser.html
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
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
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
You won’t be able to do it purely with Javascript (with or without jQuery) as the images are hosted server-side, and there’d be no way for a Javascript function to scan to see what’s available. What you could do is write a function to do it in functions.php and tie it to a shortcode, but … Read more
I’m good with everything except for the removed it from the post article part. Leaving the images attached to the Post actually makes it easier to work with the images, because you can query them by post_parent. Also: what do you mean by managed the media from the post-template.php? Are you saying that you modified … Read more
look at your javascript in the header for the thumb info: script> var thumbfile = “http://bricksandwindows.build12.com”; also repeated on line 179 when viewing source
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
Carousel Gallery (jQuery) plugin tweaks WordPress’ built-in gallery function so your client could upload the images to it.
Galleria can be integrated with WordPress and used with the standard gallery feature set.