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.
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.
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.
That worked, thank you! When does the next version update come out?