Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't understand how to get fancybox or gallerific to work #19

Open
bumbulitis opened this issue May 8, 2012 · 5 comments
Open

Don't understand how to get fancybox or gallerific to work #19

bumbulitis opened this issue May 8, 2012 · 5 comments

Comments

@bumbulitis
Copy link

Hello,

This component seems really great. Especially I'm loving the manager.

But I don't quite understand how to get fancybox or gallerific to work.

I tried using

[[!ClicheAlbum?
&id=your_album_id
&thumbWidth=75 //Or any width
&thumbHeight=75 //Or any height
&display=galleriffic //Required
&config=config //Required
&css=style //Required
&columns=0 //Required
]]

for gallerific but that didn't work.

I understand that I must load jquerry myself, but that I have already done, since I have other elements that rely on jquery,

I noticed that there is no "rel" attribute on .

@lossendae
Copy link
Owner

The documentation is not up to date, can you try with the following code (?) :
[[!ClicheAlbum?
&id=your_album_id
&thumbWidth=75
&thumbHeight=75
&plugin=galleriffic
]]

@bumbulitis
Copy link
Author

Thank you very much for response.
There are some changes now. All pictures are listed in 1 column and there is one big loading gif spinning all the time next to them.
When clicking picture lightbox effect isn't working.

Edit:
Added a picture for better understanding - Photobucket

@lossendae
Copy link
Owner

Since you're using galeriffic, there is no lightbox when you're going to click on a thumbnail. It's implementable but not present by default.

Did you test with the last update released yesterday ?

@fourroses666
Copy link

Maybe this example of mine helps?

http://tinyurl.com/d26z2bz

althought i have a call with gallerific that doesn't work, dunno the deal about that.
i thought gallerific looked different.

@lossendae
Copy link
Owner

Following your example, the snippet call is not right (but it's due to ppor documentation on my part).
Try with this snippet call :

[[!ClicheAlbum?
    &id=`1` 
    &thumbWidth=`75` 
    &thumbHeight=`75` 
    &plugin=`galleriffic` 
    &js=`cliche-js` 
    &itemTpl=`itemTpl` 
    &columns=`0`
]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants