1. Joomla51Wunder
  2. Free Templates / Extensions
  3. Tuesday, 14 June 2022
  4.  Subscribe via email
Hi!

When hovering, the title and caption of the images are displayed.
Is it possible to display the title even when not hovering over the image?
If not: Maybe it's possible with a core hack?

I use the images as links to menu items.

Thanks!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

I modified the code a bit and solved it like this:


.j51imagehover figcaption {
transform: none !important;
opacity: 1 !important;
background:transparent !important;
}

.j51imagehover a:hover {
opacity: 0.3 !important;
background:var(--j51-overlay-color) !important;
}


Thanks a lot!
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your image?

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello!

The website is only installed locally so far, which is why I cannot provide a link.
But I use the Novah template (J4). For example:
https://www.joomla51.com/demo/0165/index.php/module-extensions/imagehover-gallery-module

The title of the image is only displayed when hovering. I would have liked the title to always be displayed. This is important because I set menu Item as link type. Then the website visitor could immediately see what is behind the links without having to hover.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The solution would vary slightly depending on the effect you have selected however the following custom CSS should work in most cases...

.j51imagehover figcaption {
transform: none !important;
opacity: 1 !important;
}


Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

I tested the css code.
In this case, however, the images are not displayed. Instead, the background color is displayed.

I would like the title to appear above the image. Is there a solution for this?
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

One option may be to set the background color to transparent. The color selector for this option includes the ability to reduce the opacity to 0, therefore, making it transparent.

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


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok