jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: xCHRISTIANPAULx on 21.09.2014 15:27:57

Title: Remove Tooltip
Post by: xCHRISTIANPAULx on 21.09.2014 15:27:57
Hello. I just need some assistance on how can I remove the tooltip on the sort files in the category like name, author, date and hits. Thanks in advance.
Title: Re: Remove Tooltip
Post by: ColinM on 21.09.2014 19:23:33
Hi
Presume you mean removing the tool tip as shown in the attached pic.  Will check out but think the problem is that solution might turn off all front end tool tips
Colin

[gelöscht durch Administrator]
Title: Re: Remove Tooltip
Post by: xCHRISTIANPAULx on 22.09.2014 15:11:32
Yes. That's exactly what I wanted to be removed. I don't have any other tool tips from the site so I guess it won't really have any issues to remove it from all the sites. Can you help me out please?  ;D
Title: Re: Remove Tooltip
Post by: ColinM on 22.09.2014 19:12:11
Hi
Will try to resolve - will be later as actually I am away at present
ColinM
Title: Re: Remove Tooltip
Post by: xCHRISTIANPAULx on 24.09.2014 14:54:08
Sure. Thanks for looking for into this for me.  ;D
Title: Re: Remove Tooltip
Post by: xCHRISTIANPAULx on 28.09.2014 14:24:19
Any update on this?  :D
Title: Re: Remove Tooltip
Post by: xCHRISTIANPAULx on 22.10.2014 10:35:50
Hello. Do we have any updates on getting the tooltip removed on the jdownloads? thanks.. :D
Title: Re: Remove Tooltip
Post by: Arno on 22.10.2014 16:06:41
Hi,
sorry for the delay.

It exist at this moment not any special options for the Tooltip view.
So we can nothing do here. It is also not useful to change it (only for you) in the source code from your page. With the next update would it overwritten.

So i will move your wish in the suggestion category.

Maybe can we in a later version add this option.
But please note that jDownloads has currently more then 300 option settings.

Edit: maybe find Colin a other solution (css file?)  ::)
Title: Re: Remove Tooltip
Post by: amir777 on 22.10.2014 17:43:58
Hi,

The problem with tooltip for Order is that it serves no function other than explaining the very obvious meaning of each Order criteria.

Regards,
Amir
Title: Re: Remove Tooltip
Post by: Arno on 22.10.2014 17:51:00
Quote from: amir777 on 22.10.2014 17:43:58
Hi,

The problem with tooltip for Order is that it serves no function other than explaining the very obvious meaning of each Order criteria.

Regards,
Amir

So we should remove the tooltips in this case complete?
Hm... i will check it.  ;)
Title: Re: Remove Tooltip
Post by: ColinM on 22.10.2014 20:51:28
Hi
If you include the following in jdownloads_fe.css then you will turn off all tool tips in front end of jDownloads (.tooltip-inner is for Joomla 3.x and .tip is for Joomla 2.5). You can get to the css file via the Layouts page.


.tooltip-inner,
.tip {
   display: none;
   } 


Colin
Sorry for delay but I was sidetracked by other issues - which really means it slipped my memory!!
Title: Re: Remove Tooltip
Post by: xCHRISTIANPAULx on 26.11.2014 09:18:17
that's okay. i totally forgot about this too until today.  ;D

i appreciate the help Colin. i will try this and let you know if it works.