Hello!
How can I change the image of the JCoins and what size should this be? :))
Hello!
How can I change the image of the JCoins and what size should this be? :))
That image is a Font Awesome icon (fa-money), which you may change by modifying the respective templates: __userPanelJCoinsDropdown.tpl and __mobileMenuJCoins.tpl.
You could as well insert an image (24 and 32px) instead of an icon by replacing <span class="icon icon24 fa-money"></span> andspan class="icon icon32 fa-money"></span> with e.g. <img class="userAvatarImage" src="{$__wcf->getPath()}images/test.png" style="width: 32px; height: 32px"> (or 24px).
image = your image directory and test.png = your image.
Hi I looked for the templates and found them but of all the options I can only copy them, no modify, delete or anything.
also for the image should I make 2?
1. 24px x 24px
2. 32px x 32px
Just modify the templates by using the ACP tools (Templates / Template Groups).
You'll need 24px for the mobile template (__mobileMenuJCoins) and 32px for the other.
Just modify the templates by using the ACP tools (Templates / Template Groups).
I would but it's blurred I can only copy
if we could arrange a payment for you to do this now would be awesome, I have the icons ready
It works with custom templates. Please, see https://www.woltlab.com/article/98-custom-templates/
Hi I followed your guidance but now I get an empty white round instead of the image
Maybe, the path to the image directory is incorrect (depends on your configuration, style...) or the images don't exist in the directory.
See Icon fa money austauschen for a 'proof of concept'
Hei I managed to do it via CSS with the help of the master. thank you!