I recently bought a new domain and transfered my old site’s files to it. It’s all nice, but the logo still points to the old site. How can I adjust it? Here’s my new site home page and the logo is in the upper left corner (blue colored with a book image in it)
How was the site created? CMS, hand coded, something else?
It should be simply a case of going in and editing the URL in the href attribute of the link on the logo.
CMS Joomla… I just don’t know how and where to do it. Which file to edit or maybe a table in db… The code of the logo I have an access to in template’s settings is this:
The href in that code should have been pointing to the root of the site, like: href="/", and then this problem would never be when the site was moved.
You have an admin panel where you can edit the page, edit the logo to dynamically point to the root of the site it is on: href="/" points to the root index file of the site it is on. It is called dynamic because it doesn’t contain the domain in the URL, it only points to the root of current domain.
Compare the logo image src src="/images/logo.png" that is dynamically pointing to a folder named images in the root of the site.
The same but fix image src would have been: src="https://repetit.moscow/images/logo.png"
I don’t have a hosting at all. I run the show completely. Why would I need hosting? Dedicated server and pay nothing
In Joomla admin panel I don’t have a way to edit the logo. I just have an access to a Custom HTML module in which the PNG image is and this code attached to it:
It’s not a file name in Joomla, it’s the module named in “Module Manager”. It’s called Logo
I think all the settings are in /templates/jp-x2/layouts/template.php file