The gallery tag has no wiki summary.
0
votes
0answers
24 views
Each user can edit only one page
I have website that let the user publish her business.
Each business has a private page with some details and an image gallery.
Each business owner has a user.
I should make, that each user (each ...
0
votes
1answer
15 views
Get a list of galleries from an album in NextGEN Gallery
I want to get a list of galleries of a certain album. Than I would create a link to this galleries. How do I get the list of galleries in PHP?
I saw that there is some code like
global $nggdb;
...
0
votes
0answers
27 views
Dynamically load JJ NextGen Slider/ Slideshow (dynamically add shortcode with jquery)?
My front page includes an image slideshow by JJ NextGen Slider (Link). Therefore I am using PHP and do_shortcode(). This is the full code:
<?php echo do_shortcode('[jj-ngg-jquery-slider ...
0
votes
0answers
34 views
Multiple gallery thumnbnails on one page
I want to post multiple galleries on a single static page.
So far, I've only been able to create a gallery that puts every single picture on that one page. What I want to achieve is several images ...
-1
votes
0answers
23 views
Seeking theme similar to Instagram Profile page [closed]
Does anyone know of a theme or plugin that will integrate with wordpress that will give a similar effect that they do on the instagram profile page (not the regular homepage, but when you go to you ...
0
votes
0answers
14 views
Hook into 3.5 Media Gallery UI Update Event
I have been trying to create an extra tickbox that will intercept the wordpress gallery shortcode so that I can add my own parameters to the shortcode. So far I have managed to add an extra option to ...
0
votes
1answer
29 views
Changing layout of defaul gallery output to masonry
I'm changing the default layout for gallery shortcode. I have this in my functions.php:
$attr['columns'] = 1;
$attr['size'] = 'full';
$attr['link'] = 'none';
$attr['orderby'] = 'post__in';
...
0
votes
0answers
30 views
Adding shortcode field to edit gallery / Gallery Settings
I want to add a field to the Add Media / Edit Gallery / Gallery Settings column which is able to accept shortcodes.
I want to do this so that I can add a Cart66 shortcode which will "render" an add ...
0
votes
1answer
87 views
Image thumbnails slider
js-image-slider.js
var sliderOptions=
{
sliderId: "slider",
effect: "13,17,13,13,5",
effectRandom: true,
pauseTime: 2600,
transitionTime: 500,
slices: 12,
boxes: 9,
...
0
votes
0answers
35 views
Custom field for default gallery
How I can add custom field in default WordPress gallery? in visual editor and in shortcode.
0
votes
1answer
18 views
How do I add tags/taxonomy to images + a query field on page to query 'albums' (images with same tag/taxonomy)
I've got lots and lots of photos on my site and I want to seperate them into albums. Every album is a client album (photoshoot).
Though.. I want all my clients to query their album on my site. ...
0
votes
1answer
33 views
How can we create a wallpapers gallery with different resolution?
I want to make a wallpaper gallery which can detect the screen resolution & give the option to download wallpapers in different resolution.
0
votes
0answers
12 views
Calling Images from a Gallery when Post is Clicked
http://acesystech.com/edge/
Im wanting to do something simlar to this, where the customer can click a project and see a scrolling images block of the images, however i want to do i with like click ...
0
votes
1answer
40 views
What makes a placeholder resizable in Tinymce?
It's not that hard to make a plugin to TinyMCE, similar to what the Wordpress gallery is doing in WP 3.5. Unfortunately, these custom placeholders are always non-resizable, although they show the ...
-1
votes
0answers
38 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 ...
0
votes
1answer
57 views
Advanced custom fields and Slideshow gallery desn't work together? [closed]
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 ( ...
-2
votes
0answers
18 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.
0
votes
0answers
14 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
...
0
votes
1answer
29 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:
...
8
votes
1answer
279 views
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
0answers
42 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
35 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
2answers
202 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
vote
0answers
38 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 ...
0
votes
1answer
46 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
82 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
75 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
46 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 ...
1
vote
1answer
49 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 = ...
1
vote
1answer
92 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
27 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
263 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
34 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
83 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 ...
0
votes
1answer
57 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
72 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
34 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
72 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
62 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
36 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
56 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
32 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
0answers
31 views
WordPress Gallery Has “Ghost” Image
I have 3 galleries on a single page. All three are wrapped by jQuery Cycle to create 3 simple rotators that each have a thumbnail pager. Each gallery is using the [gallery] shortcode with a few ...
0
votes
0answers
70 views
Get a specific NextGen Gallery Album
I am using a plugin, I don't remember where I found it, to display a list of galleries.
How can I change the code so that it shows only one particular album instead of a gallery?
I'd like to modify ...
0
votes
1answer
32 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
83 views
How to change the output of gallery shortcode
I would like to add the media description as a data-attribute to each image of the gallery. All the other answers favour the solution to copy the whole code from media.php to functions.php and change ...
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
0answers
36 views
Custom gallery with slideshow
I followed the accepted answer for this question to replace the standard Wordpress gallery with one using my own structure. However, an unintended side-effect of this is that it has overwritten ...
0
votes
1answer
46 views
How to show the image caption on custom post type …?
I Follow this code to make a gallery photo system:
$the_imgs = get_custom_field('gallery_img:to_array');
foreach( $the_imgs as $img )
{
list( $url, $width, $height ) = ...
0
votes
0answers
44 views
Open gallery image include all post images
Is there a way to make wordpress so when I click on a gallery image, it automatically includes all the images in that specific post?
so lets say I have image 1,2,3,4,5
and I have [gallery ids="4"]
...
