The gallery tag has no wiki summary.
0
votes
1answer
392 views
Any good lightbox-like option that works in WP 3.2.1?
I'm having problems finding a "plugin" that will help me display some of my images in a nice way such as prettyPhoto, Lightbox etc.
As I'm already using the jQuery library, I'd prefer a plugin that ...
0
votes
3answers
5k views
Plug-in for gallery with thumbnails?
Does anyone know of a galley plug-in which would have this kind of functionality?
-------------------------------------------
| |
| ...
0
votes
2answers
28 views
How to display the content HTML of a page without displaying the gallery code as well
I am using the below to fetch the content of a page by its name and output the html
$my_wp_query = new WP_Query();
$page = $my_wp_query->query(
array(
'post_type' => 'page',
...
0
votes
3answers
196 views
How do I create a Client Logos section in admin menu?
My company is hosting an event where 50 clients will be at an exhibition.
I want to create an Ehibitors section with separate admin menu. I want to be able to add Exhibits with custom fields for ...
0
votes
1answer
299 views
Native gallery sorting is ignored
On my website, I recently got a quite strange problem. I used to upload images via the nextGen Plugin. But since with this plugin google doesn't seem to index my pictures, I wanted to switch back to ...
0
votes
1answer
824 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 = ...
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
337 views
How to implement a slideshow on WP similar to these examples?
I'm a big fan of slideshows like these:
BEST PLACES TO LIVE
http://money.cnn.com/magazines/moneymag/bplive/2011/snapshots/PL0846355.html
Best places for the rich and single
...
0
votes
1answer
232 views
How to make universal gallery and improve admin side of managing galleries?
I will describe here steps I made to make my galleries for my first WP theme.
I wanted to have a few links in my menu which will take user to page with thumbnails. Each thumbnail takes user to gallery ...
0
votes
3answers
916 views
Ajax, filters and shortcodes
could you figure out why I'm unable to get shortcode filters applied in ajax inclusion of posts?
Let me explain better: I've managed to include a post from within another post, through ...
0
votes
1answer
459 views
Replacement for gallery_shortcode function not taking all attributes
I have the following custom function to replace the gallery_shortcode function from core. It hooks in at the beginning and works.
The problem is that I can't get my custom key/values from the ...
0
votes
2answers
693 views
How can i link a custom post type thumbnail to intermediate size
I'm trying to build a picture gallery with custom post type in my theme and I think i figure it out almost everything but the call in the template, I already have the custom post type in the ...
0
votes
1answer
201 views
Basic gallery plugin suggestion
I'm developing a custom wp theme which needs a gallery function. I looked over a few popular gallery plugins, but all of them seem "bloated" with a lot of unnecessary stuff.
Do you have any ...
0
votes
1answer
32 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
21 views
Functions Error: Impacting Galleries
The function below controls an option inside an options panel. What it does is choose the number of posts being displayed in a particular archive (to_count archives, to_count_home, to_count search ...
0
votes
1answer
89 views
Wordpress Gallery not being output correctly/consistently
Using WP 3.5.0, Wordpress galleries have been working fine. I use the Cleaner Gallery plugin and Lightbox to display galleries in lightbox mode.
Now I am using WP 3.5.1, a gallery I created on this ...
0
votes
2answers
202 views
Change the way wordpress outputs images or image galleries
The title is the short version of the question.
Here's what I need in more details...
If the answer is not so simple, I would be glad if you can point me to the right direction with a tutorial or to ...
0
votes
1answer
123 views
How to Add a Custom Size for Thumbnails for WP - Gallery
I am using "Lightbox Plus" plugin to create lightbox image overlay on the top of thumbnail galley. Now my question is how I can set a size for Thumbnails without affecting on the lightbox image ...
0
votes
3answers
1k views
How to get Page/Post Gallery attachment images in order they are set in backend using WP_Query()?
I am trying to retrieve all the images from the Gallery of a page in the order they are set in the backend.
So far I have:
$my_wp_query = new WP_Query();
$all_wp_pages = $my_wp_query->query(
...
0
votes
1answer
40 views
How to display original unmodified thumbnail
I have uploaded a few images that are being used as thumbnails. I cropped them within WordPress to be square and focus on the subject of the image. I have also got a slider that is rectangular and ...
0
votes
2answers
123 views
One picture belonging different galleries?
How can one picture belongs different galleries?
For example, there are two galleries. I want to avoid loading the image twice (in two galleries) but it shown (included) in the first and second ...
0
votes
1answer
443 views
How to have Tiled Galleries like in WordPress.com?
In a WordPress.com hosted blog, you have the posibility to create picture galleries with a different style than usual: tiles, squared tiles or circles.
What plugin are they using to achieve this? I ...
0
votes
1answer
57 views
Show posts in “image” format when viewed in category page, but with comments in blog
I am working on an artist's website. She wants each image to show up in the blog, and to category pages like "paintings", "calligraphy", etc. When viewing the category pages, the images should be ...
0
votes
1answer
352 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
1answer
24 views
what is name of this plugin used for photo gallery page [closed]
i need to now what is name of this plugin that's used for image gallery page in this site
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 ...
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.
0
votes
2answers
878 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
1answer
1k views
Gel all image from certain post type
I've found similar questions here, however I can't modify the answers to get images only from a certain post type - as the post type in those examples are "attachment" and not the name of a custom ...
0
votes
1answer
530 views
How to change background image from Wordpress Gallery
I am building a custom theme for a client in Wordpress:
She wants the background to change when you click on a gallery thumbnail in a post. It must be a solution, that doesn't involve any coding on ...
0
votes
2answers
355 views
Wordpress gallery shortag
I'm creating a simple slideshow on the side where i want to show 4 images from a post, i searched around i found this code that simply uses the build in gallery function
<li><?php echo ...
0
votes
1answer
350 views
Add a checkbox in Media Upload window
Hello,
I am reframing the question to be clarified.
I'm developing a theme and want to put an internal gallery. Do not want to use all photos uploaded to the media library. I want to create a field ...
0
votes
1answer
384 views
Nested Gallery Shortcode INTERMITTENTLY working
I have an Expand/ Collapse plugin which, via a shortcode, can expand/ collapse content.
My expandable content is a shortcode of a gallery.
See here: http://shop.dearearth.net/collections
...
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
2answers
332 views
How do I test whether [gallery] is empty?
How do I test whether there are any images attached to a post?
I'm using the gallery shortcode, but I want to put it in a conditional so the surrounding styling isn't displayed if the gallery is ...
0
votes
1answer
231 views
JQuery Wordpress gallery
I would like to know if it's possible to create a gallery like that one using wordpress:
http://jfdelsalle.com/naaman.swf
Is there any plugin close to that ?
Thanks
0
votes
3answers
1k views
Timthumb.php image gallery not working on Multisite Wordpress
What I am trying to do is get a gallery working on a multisite wordpress installation . . It works on the home site because that is where wordpress is actually installed but not on the sub domain ...
0
votes
1answer
650 views
How to provide support for [gallery] shortcode?
I'm developing a new custom theme - and noticed that if a post contains the shortcode [gallery] it gets ignored (edit: I mean that the HTML delivered to the browser does not include [gallery], nor ...
0
votes
2answers
332 views
Add #content to next_image_link()
I am almost completely happy with a new site I built - see http://www.fatasbutter.com.au/gallery/the-music/attachment/019/
As a final touch, I want to add #content to the end of the link location for ...
0
votes
1answer
23 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 ( ...
0
votes
1answer
22 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:
...
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
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
24 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?
0
votes
1answer
28 views
Which file renders the “Edit Gallery” Settings page?
I was looking for a tutorial on adding options to the "Edit Gallery" page. In the hopes of adding some GUI inputs that would result in the generated [gallery] short-code having custom attributes.
I ...
0
votes
1answer
141 views
Wordpress 3.5 grab first image from gallery
I'm noticing that adding a gallery to a page now just lists the ID's of images, slightly different to before, and reordering the images just amends the order of the ID's listed in the gallery ...
0
votes
1answer
194 views
Ordering of gallery images without using shortcode in theme
I using the built-in gallery in wordpress to store and sort images inside a custom post type. In the theme I was using:
$attachments = get_posts(
array('post_type' => ...
0
votes
1answer
148 views
limit number of images shown from gallery
I'm not sure if I'm doing this the right way.. I want to display 4 random images as part of the header of a page. I created a post called Header Images and inside it is a gallery with a bunch of ...
0
votes
1answer
24 views
Debugs/errors in oqey gallery
When i install this plugin (oQey gallery) i report some errors like:
1) Notice: Undefined index: type in \wp-content\plugins\oqey-gallery\gallcore.php on line 252
On line 252:
if($_GET['type'] ...
0
votes
1answer
47 views
Autosort uploads in galleries by filename
A client of mine wishes to not have to sort images uploaded into a post gallery, but instead rely on its filename for sorting (e.g. "01_sample.jpg", "02_sample.jpg"). This would save a lot of time for ...
