Get rid of sitename
Permalink
Hey guys, I've been browsing the forums for an answer and haven't found one. I'm a huuuuuuuuuuuuuuge noob. I dunno how to edit code and all of that (yup) and I need help. I want to get rid of the sitename in the green salad theme and I did it before and now I forgot. this is my wife's website: angelnailsnewport.com I'm building a new website so I need it now. How do I get rid of it, please answer ASAP
set the meta tag title and the page properties or make a copy of header.php of your theme
there's actually a few easier ways to deal with this now, depending on what theme you're using:
http://www.concrete5.org/help/faq/how_do_i_get_rid_of_my_sitename_/...
http://www.concrete5.org/help/faq/how_do_i_get_rid_of_my_sitename_/...
I tried that way. Doesn't work and I'm using the Green Salad theme.
you can also try putting this into your css
#logo {
display:none;
visibility:hidden;
}
it won't actually get rid of it in the html code but it will remove it from presentation.
#logo {
display:none;
visibility:hidden;
}
it won't actually get rid of it in the html code but it will remove it from presentation.
Download the site template (since your using the green salad theme you must get it from: concrete/themes/greensalad)
Open up the default.php, full.php, and home.php.
Remove the code below:
Hope that helps.
The other ways are confusing. Sometimes editing the theme itself is so much easier.
Cheers,
Thomas
Open up the default.php, full.php, and home.php.
Remove the code below:
<?php $block = Block::getByName('My_Site_Name'); if( $block && $block->bID ) $block->display(); else echo SITE; ?>
Hope that helps.
The other ways are confusing. Sometimes editing the theme itself is so much easier.
Cheers,
Thomas
Hi Thomas,
I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.
Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.
Any suggestions?
I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.
Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.
Any suggestions?
Hi Thomas,
I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.
Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.
Any suggestions?
I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.
Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.
Any suggestions?
Hi Thomas,
I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.
Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.
Any suggestions?
I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.
Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.
Any suggestions?
are you using the current version of c5? 5.4.
Yes I am