How to add title hover effect on gkphoto and gkicon?

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 16, 2015 1:13 am
Reply with quote
Report this post
Hello guys,

I'm just new to joomla and gavick and I would like to add an effect that will show the title of my custom html every time i hover my mouse on the gkphoto and gkicon grid. I attached the picture for you to see what would I like to achieve, it's just a sample. any color will do like background can be color gray and color white for text.

Thank you in advance!
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2015 1:31 am
Reply with quote
Report this post
By the way, my site is only accessible thru our local network. it is an intranet portal site.

I already tried the suggestion on this link, https://www.gavick.com/forums/music-sta ... lass-37968 and add the

Code: Select all
.gkPhoto > a::after { content: attr(title) !important; font-size: 16px; width: 100px; left: 35% }


on the custom css code under advance settings of msocial template, but it is not working.
User avatar
Fresh Boarder

GK User
Wed Jun 17, 2015 1:29 pm
Reply with quote
Report this post
Hello guys, i hope someone can help me on this. Thanks!
User avatar
Fresh Boarder

teitbite
Thu Jun 18, 2015 8:46 am
Reply with quote
Report this post
Hi

I'm afraid I do not understand. Can You please use our demo to show me where You want to show this title ? Here is our demo for (m)social https://demo.gavick.com/joomla25/msocial/
User avatar
Moderator

GK User
Thu Jun 18, 2015 10:31 am
Reply with quote
Report this post
Hello!

Sorry for the confusion, I configured a Grid gk5 and uses gkPhoto and gkIcon classes for my grid.

My only objective is to display the title of the module whenever i hover my mouse on top of it.

Please look at the attachments one is my current config and the other one is what I want to achieve, thanks again.
User avatar
Fresh Boarder

teitbite
Sun Jun 21, 2015 7:51 pm
Reply with quote
Report this post
Hi

Ok. I can try to do this, but I need to work on a live organism. Is there any way You can put site online and send me an access to joomla panel so I'll be able to work ?
User avatar
Moderator

GK User
Mon Jun 22, 2015 1:07 pm
Reply with quote
Report this post
Hello, I pm'ed you about the site and login details.

Thanks.
User avatar
Fresh Boarder

GK User
Thu Jun 25, 2015 3:28 pm
Reply with quote
Report this post
wow still no reply, i'm starting to regret buying this template.

no updates, no recommendation, nothing. it is very disappointing, can you just tell me what date should I expect your reply so I can stop checking this thread everyday.
User avatar
Fresh Boarder

teitbite
Fri Jun 26, 2015 9:59 am
Reply with quote
Report this post
Hi

Sorry, there was some glitch in automation system. I did not have Your question in my list.

Here is what I've added to modules HTML. It cannot use a title of the module, so titles had to be added manually.

Code: Select all
<div class="grid-overlay">Title goes here</div>


And here a code added to override.css file in template:

Code: Select all
.gkGridElement .grid-overlay {
  position: absolute;
  background-color: #ddd;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-size: bold;
  color: #fff;
  width: 100%;
  padding: 20px;
  height: 15%
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  text-align: left;
  bottom: 0;
}

.gkGridElement:hover .grid-overlay {
  height: 100%;
  font-size: 22px;
  text-align: center;
  padding-top: 45%;
}
User avatar
Moderator

GK User
Thu Mar 17, 2016 1:19 am
Reply with quote
Report this post
I use your GridOverlay example

I tray this Text value of my GridModul:

<a style="display:block" href="index.php/montessori">Test
<div class="grid-overlay">Maria Montessori</div></a>

The overlay and the link works, but the Text: "Maria Montessori” is not to see?!

What can I do?

Please help me. It is a site for a education-school without an honorary basis.
User avatar
Fresh Boarder

teitbite
Tue Mar 22, 2016 11:10 am
Reply with quote
Report this post
Hi

I'm sorry, but this is a super old thread and I do not remember what was it about. Can You please present Your case along with an url so I'll be able to see it in action ?
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.