Open Closed

Customize logo #1934


User avatar
0
drg_tverkroost created

Hi everybody,

I checked the documentation howto add a custom logo, but that didn't work. I changed the LogoUrl method to set logo: public class NEXTjeugdBrandingProvider : DefaultBrandingProvider { public override string AppName => "NEXTjeugd"; public override string LogoUrl => "/images/logo/Jel.png"; } Why isn't working? Can somebody help me out?

Kind regards, Tako Verkroost

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

4 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi @drg_tverkroost

    I've tested as you say and it worked for me. Can you please share much more information?

    Are you sure you've overrided in *.Blazor project?

  • User Avatar
    0
    drg_tverkroost created

    Hi,

    This what I got. As you can see, there is no logo set at all. No href attribute. What is wrong?

  • User Avatar
    0
    drg_tverkroost created

    Hi everbody,

    I didn't get response yet. Is there an any solution?

    Regards, Tako Verkroost

  • User Avatar
    0
    enisn created
    Support Team .NET Developer
    • Do you have [Dependency(ReplaceServices = true)] over you BrandingProvider class?
    • Did you override any component including Main Layout?
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11