The gallery tag has no wiki summary.
0
votes
1answer
1k views
Customize the Wordpress Default Gallery Output
I want to customize the Wordpress default gallery so that it would format as something like this for each item:
<dl class="gallery-item imgteaser">
<a rel="lightbox-cats" ...
0
votes
2answers
82 views
Check if a different page has any attached images
I am trying to make a notification function for a user's account dashboard that displays if they have not added any images to their profile's gallery. I found this page, which is a function that ...
0
votes
2answers
428 views
Add option to “Gallery Settings” section
I want to add a option to the "Gallery settings" (when you insert a gallery into a post).
I once found some code on how to do this, but unfortunately I can't find it anymore.
I can't even remenber if ...
1
vote
1answer
415 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 ...
0
votes
0answers
143 views
My website is slow to load, and lightbox images do not load at all [closed]
I have a number of issues regarding the amount of time my website takes to load. The admin panel is much slower to the load than the front-end, and sometimes admin pages do not load at all. I have put ...
1
vote
3answers
182 views
Exclude featured image from gallery in wp-admin
Is there a way to prevent the featured image from even showing up in a post's gallery?
e.g. when editing the gallery in the admin for a post, the featured image isn't there.
0
votes
1answer
113 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 ...
0
votes
1answer
86 views
Show certain number of thumbnails with [gallery] [closed]
I am utiliziing a lightbox plugin on the shortcode. I have many images but i don't want to show all the thumbnails in my page.
How can i do it?
0
votes
0answers
12 views
Make a gallery become the default [closed]
My neighbor has a website that someone set up for him using WordPress. This site has 5 galleries. The main page, say, http://www.mysite.com/ shows a gallery for the home page. Currently the wrong ...
1
vote
1answer
402 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:
...
0
votes
1answer
553 views
conditional shortcode not working
I'm using a plugin, NextGEN gallery, to display photos. Each gallery from this plugin corresponds to a different sub-page, so I'm using conditional shortcodes to assign the right gallery to it's ...
1
vote
2answers
137 views
Howto accurately position images with maximum flexibility?
I got a request to develop the following design with Wordpress: http://imm.io/DLrl (design is pixelated by me for the purpose of privacy).
As you can see there is a pretty random structure of image ...
2
votes
3answers
692 views
WordPress gallery 'post_gallery' filter doesn't work with feeds?
We can use the post_gallery filter to modify/replace the default WordPress gallery template (AKA output code) to suit our needs. But this doesn't seem to affect the markup in RSS feeds.
No matter ...
0
votes
1answer
109 views
how to show last 5 images from the one post gallery
i want to get the 5 images of a one post gallery and show this random,
example : [gallery id="123" orderby="rand" {numberpost=1 } or offset
? ]
[gallery] codex
tanks for help me.
0
votes
0answers
149 views
Change grid-gallery.js behaviour on homepage [closed]
I am working on a wordpress website, where I want to show this view as the homepage: http://pexetothemes.com/demos/photolux_wp/#1582
The script responsible is called grid-gallery.js ...
1
vote
1answer
98 views
conditional tags- how to use with shortcodes
I have a salon website with a gallery page wherein the user must first select a stylist prior to viewing their individual gallery.
I planned on using NextGen to house the images in stylist specific ...
1
vote
0answers
59 views
NextGEN Gallery- using shortcode for different galleries on different pages [duplicate]
Possible Duplicate:
conditional shortcode not working
I have a salon website with a gallery page wherein the user must first select a stylist prior to viewing their individual gallery.
I ...
0
votes
1answer
97 views
Generated WYSIWYG gallery with individual gallery_page templates
I am in the process of making my first theme, and have created the basic pages index.php, front_page.php, single.php and page.php, I also wanted to add a gallery template page.
The idea being the ...
1
vote
1answer
487 views
Gallery shortcode - change link file image size? (not using default fullsize image)
I am using this for my gallery -
<?php echo do_shortcode('[gallery size="gallery-thumb" link="file"]'); ?>
and I am using the jquery fancyapps fancybox. But some full-size images that are in ...
1
vote
0answers
175 views
Align text left of image in this php script? [closed]
Ok so i am using this code, which allows me to upload photo's to a post and instead of inserting them myself, it calls all the photos attached to the post. Thus for placing all the photos in the post ...
1
vote
1answer
97 views
posts_per_page option limits the number of Gallery items
I have noticed that if I have a query where posts_per_page are set to 4, any (image) gallery that belongs to one of those posts will too have only 4 items (although when I create the gallery from Add ...
0
votes
1answer
79 views
Hierarchical gallery
I want several galleries, every gallery containing several images.
What is the proper way to do this two-level structure?
I'd make every element of each gallery a post.
0
votes
2answers
130 views
Wordpress as CMS: How to manage/handle images assigned to a post as full-sized background images in a slideshow?
I wonder if Wordpress is the best CMS or solution for what I wannt to do?
I need to find some way to upload images to a post that I can loop as background images. Just like I can upload multiple ...
3
votes
1answer
169 views
how do i create a downloadable gallery with image descriptions?
I am creating an educational site for medical students using wordpress and would like to have an image gallery that displays a short description of each image and has a selection box beside it (as ...
0
votes
1answer
66 views
Any plugins that upload, resize, and display images?
Here is an ideal workflow for my situation:
Upload a folder full of images
Resize images according to a specified size
Have the ability to organize these images into folders (collection1, ...
0
votes
2answers
145 views
My Gallery Photos are showing in the post's excerpts
I just can't win with this project! All of a sudden, each post's gallery photos are showing up in the excerpt/preview of the post. Each post has a gallery of images that should only be visible on the ...
1
vote
0answers
96 views
How to show private flickr group on a Wordpress site?
I have been trying to embed a flickr group within a Wordpress site for our camera club using a plugin such as slicker flickr or awesome flickr gallery. I have no problems with showing a set of ...
0
votes
1answer
2k views
Creating a gallery custom post type?
Hi I was wondering if it is possible to create a custom post type called "Gallery" where i only upload photos and ad captions and when i post it, it post as a gallery. Also when it shows on the ...
1
vote
1answer
71 views
Can anyone help me with galleries and post types?
Hi i'm opening a blog and i am using custom post types. I don't know if i'm doing this wrong or right.
Check out wetpaint.com
For example they have a page for every show that they cover, i don't ...
1
vote
2answers
423 views
Lightbox Effect Not Working
I followed the steps to create a lightbox gallery. The gallery is created, but does not open with the lightbox. It just opens as a post. Does anybody know the step I've missed?
Here is the site in ...
0
votes
2answers
1k views
Using Jetpack carousel w/o creating a gallery
I want to use the Jetpack Carousel for all my posts without editing all of them. Is there a way to show pictures in the carousel even if they're not in a gallery?
0
votes
1answer
148 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?
0
votes
1answer
381 views
Is it possible to override the default Gallery Settings form?
I'm trying to change the options that are presented for the gallery settings. I can't seem to find a hook or override that gets exactly what I want. I came close with the following, but it only seems ...
0
votes
2answers
263 views
Seeking recommendations on Gallery plugins , specifically captioning thumbnails
I am looking for a gallery plugin that will display thumbnails on a page with captions beneath them, and still allow them to click through to fullsize images, preferably with a slideshow mode allowed.
...
0
votes
1answer
136 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
1answer
81 views
What is the plugin to import image from URL?
How can i import image from specific URL to image gallery in Wordpress so that i can use it as a thumbnail for post? I search for a plugin.
1
vote
1answer
156 views
How do I change the gallery that is inserted in the post?
When I insert a gallery to a blog post using the [gallery] shortcode or simply the insert media button I get a default structured gallery in my blog through the_content();
However the gallery comes ...
1
vote
0answers
103 views
How to use the WP export and get images that are contained in a posts gallery
I ran the standard wp Export on a single custom post type called products. I got all the custom fields and all that but each cpt has a standard post gallery. The link to the image is not coming ...
0
votes
1answer
142 views
Pagination between images (active/inactive)
I would like to add a check on the following piece of code that shows the arrows next/prev only if the next/prev image exists:
<div class="gallery-image">
<p class="attachment">
...
0
votes
0answers
14 views
How do keep caption from displaying on gallery short code? [duplicate]
Possible Duplicate:
How to manually fix the WordPress gallery code using PHP in functions.php?
I'm using the gallery shortcode and I put in display=none thinking that would keep the ...
2
votes
3answers
369 views
How can I show these pictures in two columns in my page?
This page is long and cumbersome. I am trying to find a plugin/hack that would put the images on this page in two columns to make it a bit easier to digest. Removing the <p> tags doesn't seem to ...
0
votes
2answers
1k views
How do I get gallery thumbnail URL and change the default thumbnail size?
when I create a gallery I get this code generated yet I can;t find out how
<img width="150" height="150" src="http://localhost/wp2/wp-content/uploads/2012/06/28_0120-150x150.jpg" ...
0
votes
1answer
79 views
How to save media-form on custom tab
On my custom tab, I copied media-form from media_upload_gallery_form, only changed form id and action-url to reflect my tab's name. The form displayed as expected, but after click "Save All Changes", ...
0
votes
0answers
62 views
Photo Gallery & Slide show [closed]
i'm new in wordpress and want to add a photo slide show to my site
in top of my posts { not in widgets }
i tried many plugins like nexgen and . . .
in nexgen http://nextgen-gallery.com/slideshow/
...
1
vote
1answer
28 views
plugin to post from admin to flickr [closed]
I'm looking for a plgin which allows the admins to post to flickr directly from the admin panel when posting.
I saw this and thought it would work but seems to only 'get' images not 'post' them
...
1
vote
2answers
2k views
Get image from post's gallery
Is there any possibility on Wordpress to get an image from a post gallery?
Images are not inserted in the post, are on it's gallery.
I'm trying to do a "galleries index" page and instead having the ...
-1
votes
2answers
530 views
Gallery Pagination by Row
I created a picture gallery at: http://ellenandjosh.com/?page_id=5.
Currently, I have a loop that displays pagination after a certain number of images : http://pastebin.com/N6nRRUei.
Normally this ...
0
votes
1answer
313 views
gallery shortcode exclude not working
I'm using this bit of code on single.php:
$params='[gallery link="file" size="my_thumbnail_small" exclude="'.$featuredId.'"]';
$gallery = do_shortcode($params);
echo $gallery;
But nomatter what I ...
4
votes
1answer
337 views
What is the action hook for save media-form on gallery tab?
I want to save a meta data to post parent when the media-form on gallery tab is saved( The submission button is "Save All Changes"). Which action hook can I use?
0
votes
1answer
355 views
Can I remove an image from the Gallery without deleting it from the Media Library?
From what I've looked, I don't think is built-it.
Is there a plugin that implements this feature or a workaround for this?
Thanks