| View previous topic :: View next topic |
| Author |
Message |
SharonSharalike Tiger Cub

Joined: 21 Apr 2008 Posts: 3 Location: Twin Cities, MN
|
Posted: Mon Apr 21, 2008 1:49 pm Post subject: Changing the title on contact page |
|
|
I'd like to change the title of my contact us page because there's a minor typo in it. I've looked through all admin tools, I and can't find a solution. Isn't there somewhere in Joomla where I can change this myself without a programmer? Thanks!  |
|
| Back to top |
|
 |
TigerBot Tiger Member

Joined: 19 Jun 2007
|
Posted: Mon Apr 21, 2008 1:49 pm Post subject: Sponsored Advertisement |
|
|
_________________ TigerBot
|
|
| Back to top |
|
 |
bsmith Graphics Guru


Joined: 19 Jun 2007 Posts: 678 Location: Arkansas, USA
|
Posted: Tue Apr 22, 2008 2:20 pm Post subject: |
|
|
Can I see your site?
I'm not sure exactly what you are trying to change. If I can see it I'll be able to tell you where to edit it at.  _________________ If you have an an urgent question, please call me.
Spam will be removed. |
|
| Back to top |
|
 |
SharonSharalike Tiger Cub

Joined: 21 Apr 2008 Posts: 3 Location: Twin Cities, MN
|
|
| Back to top |
|
 |
bsmith Graphics Guru


Joined: 19 Jun 2007 Posts: 678 Location: Arkansas, USA
|
Posted: Wed Apr 23, 2008 7:36 am Post subject: Re: Changing the title on contact page |
|
|
| SharonSharalike wrote: |
| The "c" in "Contact us Today" is not capped. |
Thank you.
ok... this is one of those goofy things in joomla. Because the contact page is actually a component and not an actual content page like the rest, joomla gets the title from whatever you have the menu name set as for that item.
So, because it is in the menu as lowercase "contact us" then that is what is loaded into that page title.
I did look at your code via ftp and found that your contact component has the word "Today!" added (hardcoded) into the component. So now what is happening is it pulls the dynamic title based on the menu then adds the Today! at the end.
There are two ways to fix this.
1. Change your menu items to all be upper and lowercase, thus fixing this contact problem.
2. Have someone edit the component to suppress the dynamic logic and replace it with a hard coded version that has the uppercase "c". (And of course, we can do this for you)
I hope this helps. Let me know if you want us to take care of it by route of #2 listed above. _________________ If you have an an urgent question, please call me.
Spam will be removed. |
|
| Back to top |
|
 |
|