Jump to content

Header Logo


Alexander Rick

Recommended Posts

Posted

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. 

  • 1 month later...
Posted
On 12/5/2018 at 12:33 AM, Ramsesx said:

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

Posted
16 minutes ago, Alexander Rick said:

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 ?

Posted
1 minute ago, steve00 said:

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

Posted
17 minutes ago, Alexander Rick said:

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. 

Posted
3 minutes ago, Jim M said:

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

7 minutes ago, Jim M said:

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

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...