The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Tipsy Tooltip

4 posters

Go down

In progress Tipsy Tooltip

Post by PA February 14th 2015, 7:31 pm

Hey guys so I found a nice tooltip mod here.

http://www.fmcodes.com/t291-how-to-add-tipsy-tooltip

However, I would like to add the tooltip to EVERY single tooltip on the the profiles of my members, like here:
http://www.pottersarmy.net/u29
Like wherever I have a tooltip, it should be replaced by tipsy tooltip.
I know it's possible since I was doing the same thing with another tooltip modification.
avatar
PA
Forumember

Posts : 219
Reputation : 2
Language : english

Back to top Go down

In progress Re: Tipsy Tooltip

Post by SLGray February 14th 2015, 8:19 pm

Sorry, but I do not understand what you are asking for.


Tipsy Tooltip Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Tipsy Tooltip

Post by PA February 15th 2015, 9:00 am

The tipsy tooltip appears only in some places.
But if you follow the link above, hover over the GRADUATE image under the picture of that member and see that the old tooltip is still there. How would I apply tipsy tooltips to those tooltips?


Tipsy Tooltip Screen11
avatar
PA
Forumember

Posts : 219
Reputation : 2
Language : english

Back to top Go down

In progress Re: Tipsy Tooltip

Post by _Twisted_Mods_ February 15th 2015, 4:08 pm

i tried but i really cant tell what it does
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Tipsy Tooltip

Post by Ape February 15th 2015, 4:38 pm

Maybe @Niko! can help you with this one as she is admin on that forum or you could make an account on that forum and ask on that topic Wink

APE


Tipsy Tooltip Left1212Tipsy Tooltip Center11Tipsy Tooltip Right112
Tipsy Tooltip Ape_b110
Tipsy Tooltip Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Tipsy Tooltip

Post by PA February 15th 2015, 5:02 pm

'kay I will ask Niko.
However, i think you coding whizzes shuld find this easy.

All I need is to edit this code:
Code:
$(document).ready(function(){[size=12][/size]
  $(function() {[size=12][/size]
    $('a').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_icon_quote').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_icon_edit').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_icon_delete').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_icon_ip').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_icon_profile').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_icon_pm').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.topic-title').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_post').tipsy({fade: true, gravity: 's'});[size=12][/size]
    $('.i_reply').tipsy({fade: true, gravity: 's'});[size=12][/size]
  });[size=12][/size]
});

The '$('.i_reply')' and etc fields show WHERE the standard tooltip is replaced by this custom one.
How can I know the ID's to use there for a given tooltip? 
avatar
PA
Forumember

Posts : 219
Reputation : 2
Language : english

Back to top Go down

In progress Re: Tipsy Tooltip

Post by _Twisted_Mods_ February 15th 2015, 5:22 pm

profile fields don't contain id's  however you can do it to images like this

example image link

Code:
www.myimage.come/imgs/image.gif

how you would setup the code.. just replace image.gif with your image name
Code:
$('img[src*="image.gif"]').tipsy({fade: true, gravity: 's'});
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: Tipsy Tooltip

Post by PA February 16th 2015, 5:57 pm

That works, thanks Twisted.
Where can I find the profile fields for stuff like the navbar links?
avatar
PA
Forumember

Posts : 219
Reputation : 2
Language : english

Back to top Go down

In progress Re: Tipsy Tooltip

Post by _Twisted_Mods_ February 17th 2015, 4:37 am

Code:
$('.tabs a').tipsy({fade: true, gravity: 's'});
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum