- This topic has 1 reply, 2 voices, and was last updated 11 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Rollover on Thumbnails (in WordPress)
Hi,
the Plugin works great – thank you for that.
My Question is:
I have thumbnails with a link to a vimeo Video.
Each thumbs are one “Post” in WordPress.
It pops up like it should. (www.manesduerr.com)
But I want a behavior that if the client rolls over the thumbnail the “Title” of this post should display over its thumb.
Like:
.hover_message {display:none}
.hover_message:hover {display:block}
In the theme Page the tag <?php the_title(); ?> on hover.
Ususally I know how to do that, but I donĀ“t have the actual lightbox thumb img in place this time.
Where do I have to look for? Can you describe to me how I can achieve this?
Thank you in advance
Martin
Rollover Effect like:
[http://www.n-o-agency.com/start] (rollover the Thumbs)
Hi, there is no easy way to customize each thumbnail with a rollover effect. You will actually have to modify each shortcode with JavaScript to have that effect.