Jump to content

Header Logo

Featured Replies

Posted

Hey,

is it possible to change the header logo url?

 

Regards

  • Community Expert

You can upload your own logo in each theme by going to ACP > Customization > Themes > Edit > Logos. 

Unfortunately, the URL itself that the logo leads to when clicked would require customization to change. We do not allow that via a field like the above logo image. 

If you want to change the URL you could edit the template "logo", there is two times:

<a href='{setting="base_url"}

 

  • Author

Thanks a lot 😉

  • 1 month later...
  • Author
 

If you want to change the URL you could edit the template "logo", there is two times:


<a href='{setting="base_url"}

 

I tried to change it. The problem is if I change it to my domain it just connects to the subdomain - forum.xxxxx.com/com

 

I tried to change it. The problem is if I change it to my domain it just connects to the subdomain - forum.xxxxx.com/com

So you tried changing both instances to:

<a href='your_url'>

and still sent to wrong place ?

or did you do something different ?

  • Author
 

So you tried changing both instances to:


<a href='your_url'>

and still sent to wrong place ?

or did you do something different ?

I changed both to my normal url. (example.com)

If I click the logo it opens the subdomain with a new url ending where my forum is running. (forum.example.com/examplecom

  • Community Expert
 

I changed both to my normal url. (example.com)

If I click the logo it opens the subdomain with a new url ending where my forum is running. (forum.example.com/examplecom

You would need the full URL starting with http so http://example.com. Otherwise the href tag will assume its a relative path. 

  • Author
 

You would need the full URL starting with http so http://example.com. Otherwise the href tag will assume its a relative path. 

Hey, I tried. This message is shown.

ok89.JPG

 

You would need the full URL starting with http so http://example.com. Otherwise the href tag will assume its a relative path. 

I show you the full code so maybe its easier to understand.

code-logo-template.JPG

Overwrite the entire bracketed part with https://example.com. You've only removed the word base_url; the whole thing needs to go.

It should be something like this: <a href="https://yoursiteurl.com" id='elLog

  • Author

Worked! Thank for your help ❤️

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.