Hints In Admin Back-End Product Template

I found the relevant template products\update.tpl, but I can't see how the little question marks with popup hints are created. See attached.

The admin needs more of these and I wanna add them.

How do I create these?

hint.PNG

Please take a look

http://docs.cs-cart.com/4.0.x/core/front-end/tooltips.html

Cool, thanks for that. However, now it seems like the cache won't clear because the question marks have disappeared. The css file it's using is something like var/cache/misc/assets/design/backend/css, which has a rule:

.icon-question-sign {
    color: #fff;
}

I tried clearing the cache in various different ways including ?ctpl etc, but I can't get it to work.

Try to delete the var/cache directory manually (e.g. from File manager in your server control panel)

No, it didn't work. I deleted other cache folders also - cache1, cache2, etc. The system just immediately creates a new cache folder and it keeps pointing to the css in this folder.

I have "Rebuild cache automatically" on and 'disable_block_cache' => false in config.local.php. It was set to "true" during these issues. I just set it to "false" after reading this thread, but no difference.

It is required to examine issue on your server in this case

It is required to examine issue on your server in this case

Do you want to message me a quote to take a look?

Do you want to message me a quote to take a look?

PM me temporary FTP access, we will check