The gallery tag has no wiki summary.
1
vote
1answer
132 views
How to add a list of all galleries to my sidebar?
I'm using Wordpress 3.3.1 and trying to figure out how I can modify my sidebar to include a list of all the galleries. I see wp_get_posts and the like...but nothing for galleries?
0
votes
2answers
769 views
Proper Way to Remove Thumbnail Links In Gallery
I use the post_gallery filter in functions.php to replace the core gallery code, with the gallery code I've modified to suit my needs, like this:
function aahan_post_gallery($output, $attr) {
...
0
votes
3answers
5k views
Show Social Sharing Buttons And Facebook Comments In Lightbox Modal Dialog (Image Overlay)?
I would like to show Facebook comments and share buttons in the lightbox modal dialog (image overlay) that pops-up when I click on an image in gallery.
A lot like what they have done on this website ...
2
votes
2answers
95 views
Looking to display non-image files in Gallery with logo specific to file type
When I first began looking into this, File Gallery got me much closer to solving the problem. The only issue is that the plugin only displays the generic non-image icon when I upload a file.
Does ...
0
votes
1answer
182 views
Allow users to contribute images to a post
I'd like to curate, per-post, a collection of images submitted by many different users. Meaning - when a user views a post, they'll see as part of it the images that others have contributed, and will ...
-2
votes
2answers
1k views
How can I make all gallery images to open in a new window?
How can I make all gallery images to open the high resolution image in a new window?
0
votes
1answer
21 views
Wordpress Plugins to setup a downloads gallery [closed]
I have over 100 freebie's with me that i created in free time or was not able to sold it to someone, finally i decided to setup a downloads gallery where people can download them free.
The problem i ...
0
votes
1answer
827 views
Optimizing wp_get_attachment_image_src
I'm working on WordPress gallery. I display images with wp_get_attachment_image_src function:
foreach($slideshow_data['attachment_ids'] as $attachment_id) {
$img_data = ...
2
votes
2answers
649 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 ...
0
votes
1answer
401 views
Slideshow with thumbnails
I have a simple demo here to illustrate my problem.
http://www.ttmt.org.uk/wordpress/
It's a slideshow of images that is using the cycle plugin - http://jquery.malsup.com/cycle/
The images are ...
3
votes
1answer
970 views
Use Media Library to manage galleries like Nextgen (with folders, albums, collections, tags, categories, terms…)
I'd wish to use WP 3.x standard Media Librery rather than relying on 3rd party plugins like NextGen no matter how well they're written. I just don't like duplicating functionalities.
Media Librery ...
0
votes
1answer
123 views
Galleries of images attached to posts
I have several "categories" and so called "projects" (post of content type "project"). To each project corresponds a category.
What I call a "gallery", is several images, with each image attached ...
0
votes
1answer
90 views
photo gallery implementation like tmz
** REVISED POST **
I have a custom post type called photo_group that allows you to input an array of photos. I also have a single post called "photos" which is re-written to be my-website.com/photos ...
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?
0
votes
1answer
1k views
How to create a simple slideshow out of a post image gallery?
Are there any solutions to transform a default image gallery into a simple slideshow as seen in this theme?
Note: click to move to the next picture in the gallery.
-1
votes
2answers
64 views
Cany anyone name this lightbox? [closed]
I'm new to the forums and hoping to find an answer to the following question:
Go to this website: http://www.indochino.com/product/gray-glen-plaid-suit
Click on the thumbnails
Can anyone identify ...
0
votes
1answer
268 views
Gallery Thumbnails won't resize [closed]
Hey i have the multi gallery function on my site, at first they were showing exactly how i wanted them, then all of a sudden they resized themselves. I didn't mess with the css or anything
Here is ...
0
votes
1answer
102 views
Creating my own portfolio custom-type
I'm using WordPress to build my photography portfolio. So far I've created a Custom Post Type called session for each photo session, and I've managed to list all the sessions with each thumbnail in ...
0
votes
1answer
53 views
Multiple post back-to-back display only one gallery
I have 3 post, post1=text, post2=text and gallery1, post3, text and galery2
I like to list ALL the post from one category, and the result is all the data get out, but the gallery associated with the ...
3
votes
2answers
1k views
How do you modify the HTML output of a Gallery item (using the gallery shortcode)?
Im a bit lost on this simple problem so i thought id come and ask the pros. Ive just been told by my client that on their sites gallery, the name and description are on the same line.
so for example ...
1
vote
1answer
271 views
Image Manager Plugin
I'm looking for a simple plugin that allows me to manage groups of images. Wordpress does this, but you would need to link the gallery to a page or post. Since i'm looking to create a site banner with ...
1
vote
2answers
5k views
How do i add class=“fancybox” to the default gallery?
i tried this shortcode:
[gallery class="fancybox" link="file" columns="5"]
But the class="fancybox" isn't been added to the a href tag of each image.
How can i add class="fancybox" to each a ...
1
vote
1answer
200 views
Exclude images from “inserted into post” when trying to get attachments
I have here the coin-slider which takes all pictures from the gallery. I get the attachments through the following code:
$attachments = get_posts(array('post_type' => 'attachment', 'post_parent' ...
0
votes
2answers
879 views
Fullscreen gallery plugin
I have been looking for wordpress fullscreen gallery that would support WP core gallery feature and is not based on flash. It should look similar to mashable.com (i.e. ...
0
votes
2answers
1k views
How do I get just the title from wp_get_attachment_image
I can get the image to appear fine in this bit of gallery code. However the flex slider gets its caption from a <p> tag (class="flex-caption") and I just need to echo out the image title inside ...
0
votes
1answer
209 views
Gallery Shortcode Function Help
Okay, so I found this code online that allows you to add the option of how many thumbnails you want to show in the gallery shortcode.
The code below is what they say to add to the functions.php file
...
1
vote
3answers
1k views
Is it possible to import NextGen Galleries into Wordpress Galleries and convert embeds in all posts?
Let me explain — Until now, I have been using NextGen Gallery, and since I have a redesigned website that has image.php template (gallery attachments page), I would like to use Wordpress' built-in ...
2
votes
2answers
927 views
How To Put Multiple Image Galleries In A Single Post?
Is there a way to place multiple image galleries in a single post?
Please note that:
I would only like to use Wordpress' built-in gallery function, and not something else, like NextGen gallery.
I ...
1
vote
2answers
3k views
Displaying a featured image (only img url) as the img src?
I have the following code:
if (themedy_get_option('product_gallery')) { add_action('genesis_post_content', 'themedy_product_images', 1); }
function themedy_product_images() { ?>
<?php
...
0
votes
1answer
2k views
How do I display the featured image from an image gallery using a reference in code? (example within)
I've been trying to get the featured image of a post to be displayed outside of the loop for all the image thumbnails. That way, the featured image (of a product) is displayed in large and the ...
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):
...
0
votes
1answer
79 views
Advanced video gallery plugin needed [closed]
OK doing a website for a client who has a multi-level video gallery. All the video gallery plugins I found (even paid ones) don't function the way we need it to. I thought of rolling my own solution ...
0
votes
1answer
394 views
Gallery image must open up in fancybox directly not post page
I am inserting a number of galleries onto a page using the multiple galleries plugin. I want the image to open up in fancybox (highslide js variant or some such) when clicked and installed another ...
0
votes
1answer
68 views
Page (template) with only news of the type “gallery”
Could anyone explain to me how to create a picture galleries page, using the built in Wordpress galleries (no plugins if possible)?
Basically, I would like to create a page (template?) in which I ...
0
votes
1answer
175 views
Get the a specific image from the post gallery linked to post_id
Is it possible to get the second image from the gallery with the post_id?
I usually work with get_the_post_thumbnail but in this case I would like to get the second image from the post gallery, so a ...
0
votes
2answers
504 views
Multiple Galleries in WordPress 3.3.1
There are a good plugin, that allows user to make several galleries in one post not using manually "include" attribute.
http://wordpress.org/extend/plugins/multiple-galleries/
But after upgrading on ...
0
votes
1answer
90 views
Gallery in Wordpress [closed]
I am a newbie, so please bear with me.
Recently, I had to create a webpage for my project on my company website. This was out of necessity because it would have taken our consultant too long to ...
1
vote
2answers
519 views
Remove width and height attributes from [gallery] output
WordPress automatically adds the width and height attributes to [gallery] shortcode images.
How to delete these attributes? Something like this but for [gallery] output.
0
votes
1answer
399 views
Ipad app: Need uploaded images to go into “Gallery” as well as “Media Library”
When I upload an image on my desktop, the image is added to
Media Library
Gallery
Media Library shows all images that have been uploaded to date, while Gallery only shows images which are ...
1
vote
1answer
1k views
How to filter 'post_gallery' after all other filters/plugins etc
I'm trying to re-format the gallery output a bit, change default columns and link setting, as well as exclude the featured image from the gallery images.
I can use *add_filter('post_gallery' ...)* in ...
1
vote
2answers
1k views
Gallery with thumbnail carousel
first post so hopefully I don't break any rules! :P
I'm in the process of building a Wordpress theme for the Architecture office I work in. I am creating a page template to use for individual jobs ...
2
votes
3answers
453 views
What is a good way to implement photo galleries on Wordpress?
I want to publish about 1GB of photos on my Wordpress-powered website. I want viewers to load the photos quickly, but also tobe able to download high-resolution versions.
Here is what I have tried.
...
1
vote
1answer
637 views
Exclude featured image from gallery code stops Lightbox from working
I was looking for a solution to exclude the featured image/thumbnail in each post, so I found this great piece of code and added it to functions.php. It worked perfectly except for one thing: it ...
1
vote
2answers
602 views
Add size in Gallery Settings in Media Library
I would like to add the size in the Gallery Settings in the Add Media.
I know to add the in the front-end by editing the media.php.
However, when I added the the lines in gallery.dev.js, they don't ...
0
votes
1answer
318 views
Auto create Nextgen Gallery on post creation
I was wondering if there is a way to create a nextgen gallery with a function, so that I can hook that into my front end post creation setup. The gallery could be completely empty or be created with ...
3
votes
2answers
1k views
Adding jquery and thickbox to wordpress theme
I would like to add thickbox for the template which I develop to wordpres. At this time I'm trying with a clean template that have only header.php footer.php index.php and functions.php
I've included ...
3
votes
2answers
259 views
PHP/Manual use of images? - 2 Questions
I've made a quick PHP script/page that uses the wp_insert_post() function to insert a post directly. And this works great. The post I am manually adding has an image in it, so I firstly ...
0
votes
1answer
295 views
changing the default picture size link url
when i'm inserting a single picture thumbnail from the gallery with a link to the original picture, it gives me this:
<a ...
0
votes
1answer
232 views
Adding a “More Galleries” Page to the End of an Image.php Gallery
On many magazine sites, when you click through a gallery (which is done in WP with the image.php template) the last click brings you to a "More Galleries" page. I would like to achieve something ...
1
vote
1answer
61 views
Displaying a combination of Galleries
I want to display multiple galleries all at once.
something kind of like this
[gallery id=234,352,832]
The images will be sorted by most recent uploaded shown first.
Is that type of thing ...