Help with Views Galleriffic?

Events happening in the community are now at Drupal community events on www.drupal.org.
BenetD's picture

I offered to help a friend get a Views Galleriffic gallery page working the way she wants it on her site, and found that it's a little beyond my still-fairly-basic Drupal skills. Would anybody be willing to help her out? She can offer some graphic design / printing in barter.

Thanks,
Benet

Comments

I'm the maintainer of the

acouch's picture

I'm the maintainer of the module. Have you looked at the documentation: http://drupal.org/node/758724? What elements are you having trouble with?

I've looked at the docs. They

BenetD's picture

I've looked at the docs. They want to have a "gallery of galleries",
showing a single thumbnail per category and then allowing
click-through to a gallery of all the images in that category. The
examples they cite from the page are:
http://robertcouch.net
http://www.anidimonaco.be/portfolio_travel
http://lgisf.com/gallery

What steps did you take and

acouch's picture

What steps did you take and what were the results? What part did you find confusing? It is hard for me to help if you don't provide specifics but I am happy to help if you do.

Gallery of galleries

fbreckx's picture

Hi acouch,

I'm having problems setting this up too.
Let my explain what I'm trying to do:

I want to create a page with an overview of all realisations (gallery of galleries).
When I click on one realisation, the detailpage opens, with the specific gallery of that realisation displayed on it.

I haven't setup the overviewpage, but i'm still struggling to get the detailpage right.

I have two content types:
1. "gallery" (where I create the gallery of one realisation).
2. "realisation" with the view of alle gallery attached via EVA

But I don't get how to setup the arguments in the view. Every picture is displayed on every realisation-detailpage. How to link those two?

Also, isn't there a way to create one node (instead of first 'gallery' and then realisation')? So that if I attach two pictures to a node, they both display in a gallerific view on this detailpage?

Thanks in advance!

slideshow

sadeghbayan's picture

can i have this gallery in a block for slideshow ?

A few problems with this

GeorgeLangley's picture

Hi all. Installed according to these instructions:

https://drupal.org/node/1578774

and it works well. BUT a couple of issues:
1) In IE 10, the Caption is being shown overtop of the image instead of underneath. The problem is that the inline style for the slideshow div is being set to zero:

<div id="slideshow" style="height: 0px;">

so the caption div bumps up right underneath, overtop of the picture. (The same gallery in Chrome reports a height of 394px.
FIX: can add a height in your custom CSS:

#gallery #slideshow{
    height:400px !important;
}

but of course, that potentially wrecks any responsive design resizing, and assumes that all of your pics are the same size.

2) In Mac Safari and iOS iPhone Safari, the thumbnails stay as small empty boxes until you roll over them. However, the first one , being automatically selected never comes up and stays as a small empty box.
Have not found a fix for this yet - have been trying to see if I can do a jQuery call in my custom js (added to the theme) to trigger the rollover with something like this:

jQuery.galleriffic.updateThumbs();

Will see if works.

3) Responsive. Have added the following to my css to make this responsive. Feel free to adjust as required:

#galleriffic, #gallery{
    max-width:100%;
}
#galleriffic>div{
    float:none !important;
}
#galleriffic #thumbs {
    width:100%;
}

Thanks.

Wisconsin

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: