Header Extra Content.
Permalink
Somehow my header extra content changed. I can't seem to find where to change it back. I know I did it and can remember doing it but now can't get back.
http://www.msgkmg.com/ will show msg-kmg in the top left.
The page below however has MSG-KMG.
http://www.msgkmg.com/index.php/yearbook-11-12/yearbook-07-10/kunmi...
Where is the setting for this? Thanks in advance for your help.
http://www.msgkmg.com/ will show msg-kmg in the top left.
The page below however has MSG-KMG.
http://www.msgkmg.com/index.php/yearbook-11-12/yearbook-07-10/kunmi...
Where is the setting for this? Thanks in advance for your help.
Mike,
Thanks a ton for the time. Changing the Site Name in Dashboard did nothing. It appears now to be theme related. I cleared the cache in Dashboard and now all default theme pages (Plain Yoghurt) have the all caps version. Pages in other themes still have the old lower case version. That title in the top left of all pages can't be edited in the dashboard. Another person suggested page attributes but that content can't be accessed from there either. Truth is I have no idea where it comes from.
I tried (from the dashboard) to customize the Plain Yoghurt theme but that setting is not there.
Thanks again for any further ideas you have.
Walt
Thanks a ton for the time. Changing the Site Name in Dashboard did nothing. It appears now to be theme related. I cleared the cache in Dashboard and now all default theme pages (Plain Yoghurt) have the all caps version. Pages in other themes still have the old lower case version. That title in the top left of all pages can't be edited in the dashboard. Another person suggested page attributes but that content can't be accessed from there either. Truth is I have no idea where it comes from.
I tried (from the dashboard) to customize the Plain Yoghurt theme but that setting is not there.
Thanks again for any further ideas you have.
Walt
Did u check you theme css? The H1 Can maybe be set to uppercase. ?
/mike
/mike
Mike,
The issue wasn't there either but in the Global Scrapbook as found by MKLY below. Thanks though for your help and pointing me to the correct theme css file in case I want to tweak the theme in the future.
Walt
The issue wasn't there either but in the Global Scrapbook as found by MKLY below. Thanks though for your help and pointing me to the correct theme css file in case I want to tweak the theme in the future.
Walt
This gets determined for either of three places. The theme "cascades" until it finds a match.
1. It checks the Global Scrapbook for a block named 'My_Site_Name'. If it finds that it displays that block. Typically people use either the Content block or the HTML block for this method.
2. It then checks the Config table in the database(or cache) for the SITE field. This is set in the Dashboard via Sitewide Settings->Site Name.
3. If neither of those exist is uses the default 'concrete5' as it is set to SITE if SITE is undefined.
There isn't anything in the theme code to uppercase the string. If you are curious this is the code the Plain Yogurt theme uses in elements/header.php of the theme
1. It checks the Global Scrapbook for a block named 'My_Site_Name'. If it finds that it displays that block. Typically people use either the Content block or the HTML block for this method.
2. It then checks the Config table in the database(or cache) for the SITE field. This is set in the Dashboard via Sitewide Settings->Site Name.
3. If neither of those exist is uses the default 'concrete5' as it is set to SITE if SITE is undefined.
There isn't anything in the theme code to uppercase the string. If you are curious this is the code the Plain Yogurt theme uses in elements/header.php of the theme
MKLY,
Thanks for the detailed reply. You found the problem correctly. The problem was in the Global scrapbook block "My-Site-Name".
Thanks again,
Walt
Thanks for the detailed reply. You found the problem correctly. The problem was in the Global scrapbook block "My-Site-Name".
Thanks again,
Walt
Go to your Dashboard/sidewide settings and then change your "Site name" :-)
/Mike