Forum Replies Created
-
AuthorPosts
-
May 2, 2013 at 1:06 am in reply to: Lightbox Ultimate – Fancy Gallery Not Centering Thumbnails in WP Page #55381goodlookingfilmsMember
That worked a charm. Thank you Thank you Thank you. For my learning purposes, is that something I missed, or is that not normally in the .css file? You guys rock. Thanks again.
May 1, 2013 at 2:31 pm in reply to: Lightbox Ultimate – Fancy Gallery Not Centering Thumbnails in WP Page #55379goodlookingfilmsMemberI’m just trying to center the whole gallery, but the gallery aligns the whole thing to the left unless I try some messy code. I’m don’t have a deep understanding of html, so I’m sure I’m missing something, but I can’t seem to get it to center the whole gallery on the page on it’s own. I just redid the thumbs a bit smaller and you can see the effect here. [http://goodlookingfilms.com/wp/?page_id=37]
The code I’m using to get that is:
[wp_lightbox_ultimate_fancy_gallery class=”lightbox_fancy_grid_view_gallery”]
[wp_lightbox_fancybox_vimeo_video link=”http://vimeo.com/63773057″ title=”Storyhill” source=”http://goodlookingfilms.com/wp/wp-content/uploads/2013/05/storyhill-H-200.gif” title=”This is the title” class=”lightbox_img_frame_fancy1″] [wp_lightbox_fancybox_vimeo_video link=”http://vimeo.com/63773057″ title=”Storyhill” source=”http://goodlookingfilms.com/wp/wp-content/uploads/2013/05/storyhill-H-200.gif” class=”lightbox_img_frame_fancy1″][wp_lightbox_fancybox_vimeo_video link=”http://vimeo.com/63773057″ title=”Storyhill” source=”http://goodlookingfilms.com/wp/wp-content/uploads/2013/05/storyhill-H-200.gif” class=”lightbox_img_frame_fancy1″]
[/wp_lightbox_ultimate_fancy_gallery]
The gallery on it’s own leaves everything left justified. And I need it all centered.
Thanks again for any guidance you can offer. Steve
May 1, 2013 at 2:48 am in reply to: Lightbox Ultimate – Fancy Gallery Not Centering Thumbnails in WP Page #55377goodlookingfilmsMemberI made some progress on my own question, but it seems a bit clunky. Seems like the code: <div style=”text-align:center;float:left”> does not center the middle image. It is totally dependent on the thumbnail size. I’d like to use smaller thumbs but then the spacing is even worse. I’m sure there is something basic I’m missing but I’m new and trying really hard. Thanks for any advice. here is my code as it exists now.
[wp_lightbox_ultimate_fancy_gallery class=”lightbox_fancy_grid_view_gallery”]
<div style=”text-align:left;float:left;”>
[wp_lightbox_fancybox_vimeo_video link=”http://vimeo.com/63773057″ title=”Storyhill” source=”http://goodlookingfilms.com/wp/wp-content/uploads/2013/05/forensics-thumbnail-240.gif” title=”This is the title” class=”lightbox_img_frame_fancy1″]
</div>
<div style=”text-align:center;float:center”>
[wp_lightbox_fancybox_vimeo_video link=”http://vimeo.com/63773057″ title=”Storyhill” source=”http://goodlookingfilms.com/wp/wp-content/uploads/2013/05/forensics-thumbnail-240.gif” class=”lightbox_img_frame_fancy1″]
</div>
<div style=”text-align:right;float:right;”>
[wp_lightbox_fancybox_vimeo_video link=”http://vimeo.com/63773057″ title=”Storyhill” source=”http://goodlookingfilms.com/wp/wp-content/uploads/2013/05/forensics-thumbnail-240.gif” class=”lightbox_img_frame_fancy1″]
</div>
[/wp_lightbox_ultimate_fancy_gallery]
goodlookingfilmsMemberOk, I hope this helps others. Turns out there are multiple links to old FancyBox plugins. I found one called Easy FancyBox and that was the first one that worked for me. Then I found more Fancy Box versions on the web. still not perfect as I’m working on formating but the functionality is working.
-
AuthorPosts