Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So I've just started playing with Widgets in the DevHub, specifically with a Branded KPI. For the displayed logo the html has the following src:
<div class="header-logo-wrapper">
<img class="header-logo" alt="Qlik Sense" src="../resources/img/core/logo/sense-desktop.png">
</div>
I want to add my own logo, but can't find any documents that specify where this folder is located. I assume it should be on the Qlik server, but placing the logo in the QMC default content library doesn't work. So where do I point my image src?
Appreciate any help provided!
NB - I just looked at the widget html source (239c1bf9-24ca-127e-7043-93e0e922a14a.html) on the server and the link looks like this:
Well, I found my answer from another source, and for the 42 viewers - some of whom might have been curious as to the answer - here it is.
On the Central Node Qlik server, the src="../resources/img/core/logo/sense-desktop.png" folder is actually here:
C:\Program Files\Qlik\Sense\Client\img\core\logo but - and I found this by experimenting - you can specify the Content library that is created in the QMC with this: src="../content/DevLibrary/xxx.png" where DevLibrary is a Content Library I created on the QMC.
I hope this saves some one else out there some time along their learning path!
Well, I found my answer from another source, and for the 42 viewers - some of whom might have been curious as to the answer - here it is.
On the Central Node Qlik server, the src="../resources/img/core/logo/sense-desktop.png" folder is actually here:
C:\Program Files\Qlik\Sense\Client\img\core\logo but - and I found this by experimenting - you can specify the Content library that is created in the QMC with this: src="../content/DevLibrary/xxx.png" where DevLibrary is a Content Library I created on the QMC.
I hope this saves some one else out there some time along their learning path!