taking out "My Site" from my nav bar
Permalink
I have never programmed before, so I apologize if this is a simple question, but I cannot take off the words "My Site" on my navigation bar of my site. The site I am building is ssbap.com.
I really appreciate the help.
Many thanks,
Joe
I really appreciate the help.
Many thanks,
Joe
Have you tried changing your Site Name in Dashboard > Sitewide Settings?
I just tried it and it but it is still the same.
I have also this problem, I think that is the version that was installed (the ver. with the problem I have is 5.4.0.5), previously used ver. 5.3.3.1 and could change the Site Name from the Panel
did u ever get your question answared? I have the same problem but can not get an answare
Help! I have the same problem. I tried going to Global Scrapbook and changing the text, but it didn't show up on the web page.
Here's what I've been able to figure out and what has worked for me.
In Dashboard > Scrapbook, select Global Scrapbook, the My_Site_Name seems to control the actual site name that appears in the page header area.
Use the "edit" button to change the name.
In Dashboard > Sitewide Settings > General tab, the Site Name is found which seems to control the verbiage that appears at the uppermost left of a page to the right of the browser icon, or similarly in a browser tab marker.
In Dashboard > Scrapbook, select Global Scrapbook, the My_Site_Name seems to control the actual site name that appears in the page header area.
Use the "edit" button to change the name.
In Dashboard > Sitewide Settings > General tab, the Site Name is found which seems to control the verbiage that appears at the uppermost left of a page to the right of the browser icon, or similarly in a browser tab marker.
Looks Like you have already done this (according to the site but for anyone else)
You can remove the site name altogether from the header
themes->[your-theme]->elements->header.php
Either Remove this section or change it (to keep the style keep the <h1 id="logo"></h1>)
This is from the default theme
If your Global scrapbook does not contain the 'My_Site_Name'(sample content not installed) or is unable to get it then it will use the Constant SITE, which is defined when you install the site, and in
http://yoursite.com/index.php/dashboard/settings/...
Site Name
Name Your Website
[ Name Here ]
You can remove the site name altogether from the header
themes->[your-theme]->elements->header.php
Either Remove this section or change it (to keep the style keep the <h1 id="logo"></h1>)
This is from the default theme
If your Global scrapbook does not contain the 'My_Site_Name'(sample content not installed) or is unable to get it then it will use the Constant SITE, which is defined when you install the site, and in
http://yoursite.com/index.php/dashboard/settings/...
Site Name
Name Your Website
[ Name Here ]