Notifications
Clear all

Tooltip Text

6 Posts
2 Users
0 Likes
681 Views
Posts: 3
Customer
Topic starter
(@jim-cooney)
Member
Joined: 3 years ago

Hi,

How do you adjust the tooltip text here? It seems to be the same text as the Attach Files phrase instead of the Attached File phrase in the Front-end Phrases of the Addons Settings. 

Screen Shot 2020 12 02 at 9.15.47 PM

 

5 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @jim-cooney,

Please use the following JS code:

jQuery('.wpforo-topic-badges i').prop('title', 'Attached File');

The JS code should be added in the current active theme JS  files.

Reply
2 Replies
Customer
(@jim-cooney)
Joined: 3 years ago

Member
Posts: 3

@elvina that doesn't seem to work. I added it via my custom JS plugin and also tried adding it directly to the theme JS file you mentioned.

Reply
Elvina
(@elvina)
Joined: 5 years ago

Support
Posts: 1403

@jim-cooney,

Please try the following one: 

jQuery(document).ready(function(){jQuery('.wpforo-topic-badges i').prop('title', 'Attached File');});

Also please note this will be fixed in the next version update.

Reply
Posts: 3
Customer
Topic starter
(@jim-cooney)
Member
Joined: 3 years ago

That worked, thank you! When does the next version update come out?

Reply
1 Reply
Elvina
(@elvina)
Joined: 5 years ago

Support
Posts: 1403

@jim-cooney,

When does the next version update come out?

It comes very soon. Please wait a bit.

Reply
Share:
Scroll to top