Hi Ciaran,
I have an issue with ImageHover module. I worked with it several times, and it's great.
But i need something in it, maybe you can help.
In the original, there is only the text when you hover on the image.
But what i need is:
A text over the picture
and when hover an second text.
And when click on the image, the whole image or a link to a page.
can you help to solve my issue?
Thanks,
Edgar
Imagehover Module
- Issue
- Edgar68
- Free Templates / Extensions
- Monday, 13 February 2023
- Subscribe via email
Hello
Yes the ImageHover module with your template is the same as https://joomla51.com/joomla-extensions/imagehover-gallery-module-j4/sign-up
Ciaran
Yes the ImageHover module with your template is the same as https://joomla51.com/joomla-extensions/imagehover-gallery-module-j4/sign-up
Ciaran
- more than a month ago
- Free Templates / Extensions
- # 1
Chiedo a Ciaran,
l'estensione (J51_ImageHover ) che trovo nel sito Sophia รจ la stessa che vendete al prezzo di 7 euro?
l'estensione (J51_ImageHover ) che trovo nel sito Sophia รจ la stessa che vendete al prezzo di 7 euro?
- more than a month ago
- Free Templates / Extensions
- # 2
Hi Edgar
A possible cause for this is that you have an error in your custom CSS. You can use the following online tool to check.. https://jigsaw.w3.org/css-validator/#validate_by_input
Ciaran
A possible cause for this is that you have an error in your custom CSS. You can use the following online tool to check.. https://jigsaw.w3.org/css-validator/#validate_by_input
Ciaran
- more than a month ago
- Free Templates / Extensions
- # 3
Hi Ciaran,
it's not working, but maybe there is something wrong?
because other solutions such as these:
.j51rotate-nav svg {display:none;}
}
.layerslideshow-prev, .layerslideshow-next {
display: none;
}
do no longer work either
---
Edgar
it's not working, but maybe there is something wrong?
because other solutions such as these:
.j51rotate-nav svg {display:none;}
}
.layerslideshow-prev, .layerslideshow-next {
display: none;
}
do no longer work either
---
Edgar
- more than a month ago
- Free Templates / Extensions
- # 4
Hi Edgar
The only option easily available would be to always display all text with the following custom CSS...
Ciaran
The only option easily available would be to always display all text with the following custom CSS...
[class*=" imghvr-fade"] figcaption,
[class*=" imghvr-fade"] > img,
[class^="imghvr-fade"] figcaption,
[class^="imghvr-fade"] > img {
transform: translate(0,0);
}
[class*=" imghvr-fade"] figcaption,
[class^="imghvr-fade"]:hover figcaption {
opacity: 1;
}
Ciaran
- more than a month ago
- Free Templates / Extensions
- # 5
Hi Ciaran,
I want the first text to be visible over the photo (that location name) without having to hover over it first.
So I want to be able to see that photo with that name visible anyway, and when I hover over it, that the subtext also becomes visible.
Edgar
I want the first text to be visible over the photo (that location name) without having to hover over it first.
So I want to be able to see that photo with that name visible anyway, and when I hover over it, that the subtext also becomes visible.
Edgar
- more than a month ago
- Free Templates / Extensions
- # 6
Hello
May be I misunderstood your request. When I now hover over your items you can now see both the image and the text which I believe was your request?
Ciaran
May be I misunderstood your request. When I now hover over your items you can now see both the image and the text which I believe was your request?
Ciaran
- more than a month ago
- Free Templates / Extensions
- # 7
Thank you Edgar
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.j51imagehover [class^="imghvr-"]::before,
.j51imagehover [class*=" imghvr-"]::before,
.j51imagehover [class^="imghvr-"]::after,
.j51imagehover [class*=" imghvr-"]::after,
.j51imagehover [class^="imghvr-"] figcaption,
.j51imagehover [class*=" imghvr-"] figcaption {
background: rgba(72, 110, 142, 0.5);
}
Ciaran
- more than a month ago
- Free Templates / Extensions
- # 9
Hi Edgar
The solution would vary slightly depending on the hover effects you are using. Would you have a URL to an example of your ImageHover module?
Ciaran
The solution would vary slightly depending on the hover effects you are using. Would you have a URL to an example of your ImageHover module?
Ciaran
- more than a month ago
- Free Templates / Extensions
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »