How can i change the link for the logo above in the left?
Now it's to the homepage, but i want that the homepage the profile of the customers profile.
Thank you.
-
- · Chris Andre Buys
- ·
Looks stunning. Look in Studio/Navigation...
-
Yes, but wich one, i test them all. lol
-
- · PavelS
- ·
Go to designer-Injections- HEAD injection and use this code
<script> document.addEventListener('DOMContentLoaded', function () { var logoLink = document.querySelector('a[title="Busimatch"]'); if (logoLink) { logoLink.href = "https:// XXXXXXXX. com/"; // Change the URL as needed } }); </script>
Check that this(Busimatch) selector matches your original link
You're welcome :)
-
Let me check quickly, I saw it now the other day when I was working on my footer mobile menu. Hang in there.
-
- · Chris Andre Buys
- ·
My mistake, was looking at bars dropdown that is giving us profile stats. But, @PavelS has come to our rescue... and so we've learned.
-
- · Busimatch
-
·
In reply to PavelS
- ·
If i do this and i want another time change the link, can i change it?
Do i have to go to the website via directadmin then?
I just like better to do it wia ftp or so, bacause i don't understand the injection, i am always scare to do something wrong.
-
- · PavelS
-
·
In reply to Busimatch
- ·
If i do this and i want another time change the link, can i change it? ---Yes
Do i have to go to the website via directadmin then?--Login doesn't change.. just the logo link
I just like better to do it wia ftp or so, bacause i don't understand the injection, i am always scare to do something wrong.---Via FTP, you change the basic code and that affects, for example, the update, this solution does not, and if you want to change it, you can either edit it or delete it straight away
-
- · Busimatch
-
·
In reply to PavelS
- ·
Hmmm, i did it, but i have 2 problems.
- My website is not dark but light now and i can't change it.
- The link is not changed, so it still the same.
-
- · PavelS
-
·
In reply to Busimatch
- ·
Go to Artificer, set the auto with switcher... on the profile busimatch.club/view-persons-profile/dvcgraphics-com switch to dark... then go back to Artificer and set only dark mode... Then try my code again. Don't forget to delete temporary files in the browser or try another browser.
-
- · Busimatch
-
·
In reply to PavelS
- ·
I asked Chatgpt :-)
The <Script> tag was not closed, that was the fault :-)
-
- · PavelS
-
·
In reply to Busimatch
- ·
ok I didn't notice that, I copied it wrong..fixed
-
- · PavelS
- ·
@Busimatch And finally, I'll tell you something fundamental that applies all over the world, which is that it's polite to at least thank someone for helping with a problem you asked about. It's clear that I won't help you next time.