Tagged Questions
0
votes
0answers
23 views
images are missing from directory
A user of a site I built created a new NextGen gallery, and in the process of adding photos to it, "imported" the ../content/uploads folder (which is where all normal media uploads are stored).
But ...
0
votes
0answers
73 views
Change Media Manager image link behaviour (not to link to direct file)
Is there a way or a plugin to modify / replace Wordpress media manager's default way of handling images in pages / posts?
Bad (default) behaviour:
If you insert an image, the link to the file gets ...
0
votes
1answer
66 views
How can i display only 4 images from a galerry using NextGen Galley
Hy,
im using NextGen gallery for my gallery images, i want to display in archive page first 4 images from the galley atached to the post.
Ex: i have this code that retrive me the galery..
<?php
...
0
votes
1answer
66 views
NextGEN Conditional Statement
What I'd like to do is if the NextGEN gallery has more than one page (pagination) execute some code...I got close:
<?php
$nggpage = get_query_var('nggpage');
if ($nggpage > 1) {
...
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 ...
1
vote
0answers
132 views
Retrieve/get current image from Nextgen gallery db
I thought that I can do it using the database where the idea was to get the image from the ngg_gallery_pictures table, where the browser URL is equal to URL of the image in the table.
Then I will get ...
0
votes
1answer
871 views
Easy Nivo Slider with NextGen Gallery - add caption/description
I have downloaded and installed Easy Nivo Slider and incorporated it with Next Gen Gallery. I got it up and running, but I was wondering if anyone was able to get the "caption" / description to ...
0
votes
1answer
206 views
Can NextGEN Gallery be used to display a list of images passed to it?
Can NextGEN Gallery be used to display a list of images passed to it?
Is there another plugin that can do this?
I'm somewhat new to WordPress. I've written some php code to display a set of images in ...
3
votes
1answer
966 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 ...
2
votes
2answers
2k views
Retrieving images from a NextGEN gallery
I'm not sure if this is possible but after extensive searching I can't find an answer.
What I want to do is to get all images from a NextGEN gallery so I can display them in a custom slideshow within ...
0
votes
2answers
5k views
How to enlarge thumbnail on mouseover?
I am currently using NextGen Gallery and I want to view full images when I hover over the thumbnail, it is much better than waiting the user to click.
Currently I obtain this functionality in Chrome ...
1
vote
1answer
809 views
SEO images in Nextgen Galleries
I have a couple blogs / wordpress sites that I post pictures on. I have noticed that most of the pictures I post with the nextgen gallery plug in never show up in google images search. Is there a ...