1. Digijoom
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 30 December 2023
  5.  Subscribe via email
Hello

I have migrate a website with the Habitat template to Joomla4.
But the Grid Gallery hover function is not working anymore. So when I hover I see the title and caption text in Joomla 3 version. But not in the joomla4 version.
Andy idea?
Thanks

Kees

PS: I have entered the J3 and J4 examples in the url's.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kees

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

.j51gridgallery figure:hover figcaption, 
.j51gridgallery figure.cs-hover figcaption {
opacity: 1;
transition: opacity 0.5s;
}
.j51gridgallery figure:hover img,
.j51gridgallery figure.cs-hover img {
transform: scale(1.2);
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you very much Ciaran.
That is the solution.

Kees
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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