The gallery tag has no wiki summary.
0
votes
1answer
14 views
Advanced custom fields and Slideshow gallery desn't work together?
Im using WordPress 3.5.1 and the twentyten theme.
I'm using advanced custom fields and want to ad a slideshow. I'm using the plugin Slideshow Gallery ( ...
-1
votes
0answers
10 views
Image gallery carousel in post [closed]
I'm trying to get a image carousel in my post using the standard WP_gallery function.
So I was looking for a plugin that would do the work for me. But I could not get the plugin work with my custom ...
-2
votes
0answers
13 views
How can I use Nextgen gallery shutter effect to other images in my website
It's works fine for the images in Nextgen gallery, how can i use this effect for other images in my website.
1
vote
1answer
75 views
GalleryView binding for WP Gallery, without NextGen
Is there a WP plugin that binds jQuery GalleryView to the stock WP Gallery?
I love the appearance of GalleryView, but I don't want to have to use an external image & gallery database like ...
0
votes
0answers
13 views
standard wpGallery for post won't work
I'm trying to get the standard wpGallery running in my post.
I followed this tutorial.
But I ain't get it working.
This is what my editor shows while editing a page:
http://i39.tinypic.com/6ivi1z.png
...
6
votes
1answer
100 views
+50
ZIP up all images displayed in a [gallery] and offer as download link
I would like to offer my visitors the option to download the entire photo gallery (displayed on dedicated [gallery] pages) as a ZIP file displayed at the bottom of each gallery page. - The full-sized ...
0
votes
1answer
21 views
Gallery order specified by shortcodes is ignored in gallery function
I have the following gallery order in a shortcode:
[gallery ids="1996,2431,372,447,645,641,647,642,649,643,650,648,653,697,652,390"]
And I have this function, which creates a nicer looking gallery:
...
1
vote
2answers
177 views
Custom gallery in wp3.5
I used a tutorial I found for a slick little custom gallery in 3.4, but upon upgrade to 3.5 it no longer works. I'm trying to learn php still and can't seem to get this working again, as I either get ...
0
votes
1answer
222 views
Paginate Gallery [closed]
I am using the default WordPress Gallery (along with the Cleaner Gallery plugin) to display some images. The one thing that the gallery doesn't seem to have is pagination. What I'd like to do is after ...
0
votes
1answer
108 views
Don't show images inserted into content
I'm using a lightbox plugin to display my post images with [gallery], it works
but those images show up in the content area too.
So there are thumbnails and full size of same image.
How can i hide ...
6
votes
2answers
7k views
How to manually fix the WordPress gallery code using PHP in functions.php?
It's been talked many times that Wordpress outputs some really bad code for the built-in gallery function.
This is the core code responsible for the gallery output (in /wp-includes/media.php):
...
1
vote
2answers
268 views
How do I create a gallery page?
I've been pulling my hair out trying to figure out how to make a photo gallery page. I hope I can explain it in a way everyone can understand. I have alot of galleries on my site and I would like to ...
0
votes
2answers
122 views
Slider do not add alt attribute. Cant get alt attribute from a media library!
I use a slider to show my post thumbnails. But the problem is that the slider adds thumbnails without the alt attribute:
<img src="http://example.com/wallpaper-791556-1180x500.jpg" />
But I ...
-1
votes
0answers
30 views
Can somebody recommend a simple gallery plugin? [closed]
I tried several plugins just can't get what i want?
I want show one image, when you mouse over this image will show a small icon or something to indicate there are next image, when you click it go to ...
1
vote
3answers
536 views
Wordpress 3.5 Gallery Menu Order not set?
With the new Gallery editor in Wordpress I am able to set up my galleries and to drag the Thumbnails to re-arrange the image order. On the backend that seems to work fine. But I ran into an issue when ...
0
votes
1answer
135 views
Gallery not displaying images when clicking on them
I've inserted a wordpress gallery in to my site (on a custom post type) using the editor. The code it's added is [gallery link="file"]. The gallery is displaying correctly, and when hovering over the ...
0
votes
0answers
29 views
Images aren't correctly resized and gallery breaks
I need help to find out how to fix images in the mobile theme of my blog because they're not being resized correctly and galleries created with [gallery] shortcode are also breaking.
My current theme ...
0
votes
1answer
31 views
Adding a gallery to my first theme
I have been spending a lot of time the past few months researching on how to create my first theme. That said most tutorials/books only discuss static sites and I want to go about this well prepared. ...
0
votes
1answer
98 views
Gallery shortcode numerical sorting
When I try to sort a Gallery created through the [gallery] shortcode by numerical titles I get them sorted in alphabetical order. That means that they are sorted like so:
1, 3, 34, 4, 56, 6, etc.
...
2
votes
1answer
2k views
Gallery set to “Media file”, showing as attachment page
I am using WP 3.5.1 and lightbox plus 2.5.5
I have my lightbox set to "Use for WP Gallery"
Lightbox is working successfully on one of my posts with a single image, but on another post I have 3 ...
0
votes
1answer
119 views
Use full size images in a specific gallery
Thumbnails are displaying as 100px however the full size is 130px which is what I want.
I want this only in one specific gallery.
Also would like to link each gallery thumbnail image to an external ...
1
vote
1answer
386 views
Bulk edit wordpress images alt and title attributes
I uploaded around 600 pictures in different galleries in wordpress without setting the titles and alt attributes. I need to edit them, I was wondering a way to edit them by album, let's say the title ...
2
votes
2answers
647 views
Cropped featured image replaces original image in gallery
Firstly, I have done my research as thoroughly as I possibly can. Searches have been made, but I have not found any advice or solution as to my exact issue.
Ok, time to explain.
Currently I am ...
6
votes
2answers
153 views
Use a separate custom table (not posts) to handle file upload data
The Problem:
Website that has over 100 photos per post. Could possibly swell posts-table beyond 100K entries within a few years.
The Dilemma:
Would much rather stick to default WP UI for handling ...
1
vote
1answer
428 views
Add Download Button in prettyPhoto Plugin
I would like to add a download button link for the full-sized image on the prettyPhoto lightbox when a user views a photo on my site.
Currently I use the prettyPhoto Media plugin on my site, and I ...
1
vote
2answers
5k views
How to show description under an inserted image?
I'm using wordpress' native media manager. I have a problem. I can show the title under the image. But I want also to show the description. Is it possible to do?
1
vote
0answers
27 views
Way to add captions to gallery images by code
I am creating posts by using wp_insert_post function. It works fine as I provide values in array required. Sometimes it is required to create a post having gallery. Without any problem, it also works ...
1
vote
2answers
522 views
How to get gallery id inserted to a post?
Is it possible to get a specific Gallery ID inserted to a post in wordpress 3.5? I want to load gallery from post using Ajax. I use shortcode [gallery] to do it. But when I use it this way:
echo ...
0
votes
1answer
26 views
Display meta data from a custom field within plugin Category Grid View Gallery
I am using this plugin, which creates a gallery of posts, fetching a thumbnail and the titles of the posts displayed in it.
I have enabled Custom Fields, and have created (and filled in values) a ...
0
votes
0answers
58 views
Dynamic Content Gallery Thesis 2 Wordpress Home Page Only
I'm using Wordpress with Thesis 2 installed and I'm building my own design onto the "Blank" skin.
I want to use the Dynamic Content Gallery Plugin on the home page only. I'm using this code to load ...
1
vote
1answer
56 views
add img class to native wordpress galleries
Trying to add an img class = "the image alt field" to the images in a native wordpress gallery so i can use jquery isotope to filter the gallery. I could use the image alt field or the description ...
0
votes
1answer
33 views
Create Short code dynamically
I want to generate short code for my gallery dynamically. For a single gallery, it is easy to create a short code for my gallery using
add_shortcode( 'image-gallery', 'gallery' )
Now my question is ...
0
votes
1answer
123 views
Gallery post images on homepage?
I have a post with image gallery, it has 10 images. Can I get the direct link to the images in the post, so that I can display first 5 images on the homepage?
2
votes
1answer
1k views
Customizing gallery shortcode in 3.5
I'm trying to customize the gallery shortcode using the new gallery system in 3.5 and I'm having a bit of trouble and can't figure out where I'm going wrong. This is what I've got at the moment (in ...
1
vote
1answer
362 views
How to remove title attribute from gallery links and images
I want to remove the title attribute from within the output of a [gallery] shortcode e.g.
<a href="url" title="bobby">
<img src="url" title="bobby"/>
</a>
should be:
...
1
vote
1answer
40 views
Get meta data from image
How can I get the description of the image?
$album_id = get_the_id();
$photos = $wpdb->get_results(
"select * from wp_postmeta where post_id = '"
. $album_id
. "' AND meta_key = ...
0
votes
0answers
21 views
Altering adjacent_image_link() for attachment pages
I'm attempting to repurpose adjacent_image_link() for use with attachment pages. I have galleries that are based on an attachment taxonomy ("image-gallery") and multiple terms (the specific gallery ...
0
votes
1answer
114 views
Hover/Zoom on Lightbox gallery
Is there a way to hover/zoom on the larger image in a lightbox gallery. I am using Lightbox Gallery Manager from Raygun and have several galleries on a page. Once the lightbox gallery is opened, I ...
0
votes
0answers
29 views
Linking Attachment page to another attachment page of larger size
I am not sure is it really possible. I have a gallery. But few years ago, I did not cared to make the image size on attachment page full size. You know what I mean, attachment page shows default size ...
1
vote
2answers
63 views
Automatically add this attribute to the gallery shortcode
When inserting a gallery it adds the following shortcode:
[gallery columns="6" ids="18,150,146,23,147,17,21,20,22"]
I would like it to automatically add link="file" as the last attribute, whenever ...
1
vote
1answer
101 views
How to use photo in multiple posts?
I have a theme that shows images only from gallery tab
(so i can't re-use an image to other posts). As you know an image can only get attached to 1 post. I found a plugin that you can attach an image ...
0
votes
1answer
44 views
How to display some of images from media library?
i try to create a simple theme.
I want display several images from media library(same concept of gallery), but i don't want use POST or PAGE, just directly from media library. (of course not use ...
0
votes
0answers
60 views
How to extend media gallery WP 3.5
I'm trying to extent in a theme the media gallery.
basically what I'd like to do is to have another button next to 'Insert gallery' that will say something like 'use this images'. And when clicking ...
0
votes
0answers
28 views
Fancy Box not working on Galleries
I'm running FancyBox in the current wp, and it works on still images, and with Vimeo via the WP Lightbox Ultimate. But galleries won't trigger the fancybox function. I'm on wp 3.5.1. Any help you ...
0
votes
1answer
51 views
Adding different classes to different images depending on size for fine control of image layout in posts
I have all the CSS classes set to display images in a custom portfolio theme. I am allowing for images of different sizes and proportions (landscape, portrait, etc) to be tiled next to each other and ...
0
votes
0answers
28 views
Mixed portfolio gallery with multiple Vimeo within the same post
I am looking to display portfolio content similar to this flash site: www.russell.cd
I have tried many WP plugins as well. (there is already a Prettyphoto component built into this custom theme.
...
1
vote
1answer
32 views
Showing a different gallery in a seperate post
i am using the [multigallery] function and I was wondering if there is a way to use the function to call attachments from another post.
For example if i was writing a post about taylor swift and I ...
0
votes
1answer
46 views
Adding Image Count to Multigallery
Ok so I am using the [multigallery] function and it works fine, but one thing I want to add.
Here is the code that I am using for the multigallery in my functions.php file
function ...
0
votes
1answer
1k views
How to add a random image to a post from gallery and only show one?
How to add a random image to a post from gallery and only show one?
I know how to add an image and a gallery. I need to have one image from the galley show on the page at random each time the page is ...
0
votes
1answer
22 views
How to add a div around the default gallery output
I would like to add a container around the default [gallery] output. I don't want to modify any core files, and add unusual lines to my functions.php. How to do that? What's the most elegant method?

