Active
Project:
Lightbox2
Version:
6.x-1.11
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2011 at 19:59 UTC
Updated:
17 Aug 2011 at 20:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
juc1 commentedmy lightbox view (see attached)
Comment #2
bradallenfisher commentedYou should try to use the lightbox display in views.
http://drupal.org/node/735424
Comment #3
juc1 commented@ baf139, awesome thank you, here is the new version:
http://treefish.co.uk/birdslb2
I prefer the 'previous' and 'next' buttons in the old version (ie higher up and only visible on hover) =
http://treefish.co.uk/birdslb
- can I get them back?
thank you
Comment #4
bradallenfisher commenteddo you by any chance have the option to display alternative layout checked?
http://treefish.co.uk/admin/settings/lightbox2
I will wait to hear back before searching for another solution.
Comment #5
juc1 commentedNo, 'Use alternative layout' is not checked.
Thanks for your help...
Comment #6
juc1 commentedLightbox settings =
Comment #7
bradallenfisher commentedI suggest you try this while using the garland them to see if it works. It seems like it is a CSS problem. Also look at every single setting in lightbox and Views. Sometimes the overlooked is the problem.
Since i can't reproduce this with views lightbox trigger, i am at a loss. :( Good luck though!
Comment #8
juc1 commentedIt is now Garland theme = http://treefish.co.uk/birdslb2
but no change, so I guess it's not a theme issue...
Thanks...
Comment #9
juc1 commentedIn lightbox.css, http://treefish.co.uk/birdslb (nice navigation = 'previous' and 'next' appearing on hover) uses #hoverNav (812 px x 614 px, covering the entire image) =
#hoverNav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
http://treefish.co.uk/birdslb2 uses #frameHoverNav (618px x 45px, covering only the buttons) =
#frameHoverNav {
z-index: 10;
margin-left: auto;
margin-right: auto;
width: 20%;
position: absolute;
bottom: 0px;
height: 45px;
}
I can reposition the buttons but they remain visible rather than appearing on hover.
Comment #9.0
juc1 commentedx