Header logo not updating

lightblu
Mega Expert

Hi,

I am trying to change the logo of a header. For some reason, the logo won't change no matter what I do. I even made a new header and uploaded a completely different logo to no effect. Where are header logos getting overwritten?

Also, I am talking about the CMS header block as so, not the actual banner image:

For example, the olympic logo below won't change on my CMS page no matter what I do.

find_real_file.png

Thanks.

Message was edited by: Tyler Li

1 ACCEPTED SOLUTION

Looks like the script rendering the image is using a static image instead of the one provided in the record. Search your UI Macros table with filter: XML contains fplogo.png



If you find something you might need to update it to use ${current.logo.getDisplayValue()} instead.



Also, a less clean way to do it as the Header record becomes misleading (and this is why you actually struggle updating a simple image) look for Name contains fplogo.png inside your Image library, if you find it then update it with the new logo. If you don't find it you can create an image record with the name fplogo.png and this should overwrite the existing image.


View solution in original post

20 REPLIES 20

Sai Smarana Cha
Giga Contributor

If you have changed the logo by modifying this property


  • glide.product.image

Note: property is overridden by the My Company record.


Chuck Tomasi
Tera Patron

Go to System Properties> My Company.



find_real_file.png



If you are using UI16, add the field "UI16 Banner Image" on the form (it's not there by default.)



Add your image.



Refresh your browser.



find_real_file.png


I don't mean the banner image in SN itself - I mean on a CMS header:



find_real_file.png


Which CMS are you using? You should be able to navigate to Content Management> Blocks> Headers and find your header block and configure it.



find_real_file.png