Need help making Gallery slideshow with lightbox work correctly

this usually happens because lightbox gets appended to every image . It would look like this in the source code <IMG src=”https://wordpress.stackexchange.com/questions/66237/your image” rel=lightbox”> You need to add a gallery name to the gallery so that it looks like this <IMG src=”https://wordpress.stackexchange.com/questions/66237/your image” rel=”lightbox[gallery1]”>

Hover/Zoom on Lightbox gallery

Betty, It doesn’t look like the plugin you are using supports zooming in an image. This means that you would have to modify the plugin, or add another plugin that would modify the images that are being loaded by the lightbox plugin. Here’s a link to a pretty neat jquery plugin to zooming images: Jquery … Read more

Looking to implement a scrolling gallery in my theme

Pick up a copy of Advanced Custom Fields along with the Gallery Field add-on and you should be able to customize on-page galleries to your heart’s content. Just loop through the gallery and output the code to drive whatever JS based output solution you are pondering.

how to show list image in gallery?

I guess you should use get_post_gallery_images function, this is example from documentation below function pw_show_gallery_image_urls( $content ) { global $post; // Only do this on singular items if( ! is_singular() ) return $content; // Make sure the post has a gallery in it if( ! has_shortcode( $post->post_content, ‘gallery’ ) ) return $content; // Retrieve the … Read more

Gallery Pagination by Row

It is definitely possible!! Ok, here is what I did… My new loop looks like: <?php $ids = array();?> <?php foreach(query_posts(“category_name=photos&showposts=-1”) as $post_blog): ?> <?php $url = wp_get_attachment_image_src( get_post_thumbnail_id($post_blog->ID), ‘gallery-full’ ); ?> <?php $thumbs = wp_get_attachment_image_src( get_post_thumbnail_id($post_blog->ID), ‘gallery-thumbnail’ ); ?> <?php list($width) = getimagesize($thumbs[0]); ?> <?php $ids[] = array(“id_post” => $post_blog->ID, “width” => $width, ‘url’ … Read more

How to Organize my Photo Albums?

General idea based on the use of regular Posts, not Custom Post Types (which is what the plugin CPT-UI is about): one parent Category -Photos under it, the needed sub-categories -Personal, Professional, etc one post corresponds to one Album -Vacations 2012, News Coverage, etc upload all images of the Album into the post, put titles, … Read more

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