It's not working perhaps because the way I want to use it.
I will try to explain what I'm doing:
I have the html inside a file that I'm echoing with php.
Inside the file I'm calling via Sourcerer a php code to dynamically create the <a> tag sending back to the previous file via echo.
Everything it's working properly except the tip, after the execution I can see that the tip tag it's not converted.
When I tried to use before the Sourcerer is called the problem that I found is that the size of the button made with the <a> tag is reduced and the tip is showed properly.
How can I do it on that way without affecting the size of the button?
TIA.
If you want to echo out the {tip} tags via Sourcerer, then the system plugin ordering is important. Try changing the ordering of the plugins in question.
See:
regularlabs.com/blog/242-plugin-order-is-important
If a tip tag around a link influences the display of that link (styled as a button?), then that is most probably a css issue.