1. inozwo
  2. Free Templates / Extensions
  3. Monday, 14 December 2020
  4.  Subscribe via email
I know this is a hover gallery, but is it possible to show text or captions before the hover effect - on a transparent image?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The solution would really depend on the image hover effect you are using. Would you have a URL to an example of your ImageHover module?

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, of course. Fade In is the effect.
http://wp13595878.server-he.de/joomla/index.php
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
And please, how can I change/reseize the tiles/images in a 3 colum row? The images are too big.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.j51imagehover figcaption,
.j51imagehover figcaption * {
opacity: 1;
transform: none;
}
.j51imagehover img {
opacity: 0;
}
.j51imagehover figure:hover img {
opacity: 1;
}.j51imagehover figure:hover img {
opacity: 1;
}


The above assumes you wish the image to display on hover.

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!