hi, header logo (what ever the setup) don't work
backdoor to enter admin
https://www.crashdebug.fr/administrator/index.php?allezenenfer
Hi
The logo is declared via CSS, I just added for you:
a.logo strong { background: url(/images/Crashdebug.png) no-repeat !important; width: 300px !important; text-indent: -999em; height: 65px !important; }
You can change to your desired image.
i cannot change the png, i've disabled logo from header and template and let the css code IN HEAD.php
but nothing displayed
have tried to reactivate the header in the template nothing is displayed, have set my logo to a 90 width
modif is set on custom.css not head.php
a.logo strong { background: url(/images/2022/novembre/Crashdebug90.png) no-repeat !important; width: 90px !important; text-indent: -999em; height: 13px !important; }
The image path seems not correct: https://www.crashdebug.fr/images/2022/novembre/Crashdebug90.png
I tried to modify the custom-styles.tpl.css /* ?styleLogoImage */ a.logo strong { background: url(/images/headers/QdL_Testata_small.jpg) no-repeat; width: 250px; text-indent: -999em; height: 90px; } /* /styleLogoImage */
/* ?styleLogoImage */ a.logo strong { background: url(/images/headers/QdL_Testata_small.jpg) no-repeat; width: 250px; text-indent: -999em; height: 90px; } /* /styleLogoImage */
for https://www.quotidianodeilavoratori.it/images/headers/QdL_Testata_small.jpg but logo, that in previous days was visible, today it is not... A change in joomla 4 code? Thank you Furio
As you might know, with the introduction of Child Templates in J4.1 the path to the “template media folders” (css, images, js and scss) changes from templates/cassiopeia/ in J!4.0 to media/templates/site/cassiopeia/ in J!4.1+ for Cassiopeia (and similarly for all Templates which are / will be compatible with Child Templates).
Hi Furio,
Could you share the login info of your site?
saguaros I see that upgrading joomla 3.10 -> 4.0 -> 4.1 in other sites there are not problems, only in the site directly created with joomla 4.1 the problem exists.
P.S. For now I created a Advanced > Custom code - After head in template for resolving logo problems putting an <image src="images/logo.jpg"> tag
For custom CSS code, we recommend to put into the file: root/templates/ja_simpli/css/custom.css