How do I replace the site name with the logo in ver 5.5? There are no Global Scrap Books now
Permalink
If I go to sitewide settings and click on site name I can only change the text.
Ver5.5 allows White labelling, with that I can replace the c5 logo and show mine. but I don't really know how to change the site name part.
Any kind of help is highly appreciated :-) Thanks!
Ver5.5 allows White labelling, with that I can replace the c5 logo and show mine. but I don't really know how to change the site name part.
Any kind of help is highly appreciated :-) Thanks!

http://www.concrete5.org/documentation/how-tos/developers/white-labelling/
Thank you mkly! :D
I have already checked that link
I don't know how to replace the site name with the Logo. earlier in ver5.4 I could do that by editing the site name but it is not possible in ver 5.5
I have already checked that link
I don't know how to replace the site name with the Logo. earlier in ver5.4 I could do that by editing the site name but it is not possible in ver 5.5
I had the same problem but I used a quick solution with the code here under.
I hope it can help you.
<div id="logo"> <a href="<?=DIR_REL?>/"><? $a = new GlobalArea('Site Name'); $a->display(); ?></a> </div><!-- #logo ends -->
I hope it can help you.
Thank you Tonero! :-)
I still had a Global Scrap Book as I upgraded from 5.4. So I did a clean install of 5.5 stacks are so much more amazing, it just simplifies things so much.
I can just add my Logo image in the Stack.. :D
I still had a Global Scrap Book as I upgraded from 5.4. So I did a clean install of 5.5 stacks are so much more amazing, it just simplifies things so much.
I can just add my Logo image in the Stack.. :D
Hi, I got the exact same problem, but still don´t get it done!
So I can use stacks as global areas!?
I added stacks with the name
My-Site_Name and
Site_Name
and put my logo pic inside!
But none of them is working!
What is my stupid mistake?
So I can use stacks as global areas!?
I added stacks with the name
My-Site_Name and
Site_Name
and put my logo pic inside!
But none of them is working!
What is my stupid mistake?
Can you paste the code you are using
then can I see what u are donig wrong
Your code here
then can I see what u are donig wrong
I thought it would be possible without code. chaitanya´s post made that impression.
Just rename that block/stack in the /global scrapbook/ like I always did before 5.5
Or do I have to put the code you posted in my header.php?
Just rename that block/stack in the /global scrapbook/ like I always did before 5.5
Or do I have to put the code you posted in my header.php?
You have to add the code to where you want the logo. Then add a new stack from the dashbord. I can help you out if you attach the template file for the logo.
It worked out! I replaced my former "site-name-code" with your code snippet.
Thanks for the help!
Thanks for the help!