-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 28, 2011 at 10:28 pm #171204Hello,
when we are in a contact link, everybody know that it is the contact page.
So the name “contact” and “contact form” are not required.
See screenshot.So the question is how to remove the “contact” and the “contact form” in a joomla 1.7’s contact link ?
I can’t find any answer on the joomlart forum, and the answer in the joomla.org forum is not very good.Thank in advance
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 29, 2011 at 3:57 am #427049Hi,
You add these codes from /templates/ja_teline_iv/css/template.css
#basic-details {
display: none;
}#display-form {
display: none;
}dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 7:12 am #427067Hello,
thank for your answer.
But it is not working, so I investigate with your idea to put a “display: none ;”
And I do this :#ja-content-main .contact h3 {
display: none;
}Is it correct ? Or is there a better and more cleaner solution ?
Thank in advance
PS : I’m running in Joomla 1.7
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 29, 2011 at 7:15 am #427068You try your code. Or Could you give me your website?
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 7:26 am #427071I just send you a email with the website address.
Thank in advance for your help.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 9:23 am #427085But we want just to remove the name “contact” but not the name “contact form”.
Is there a way to do this ?Because with my solution, I remove the 2 names “contact” and “contact form”…
Thank in advance.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 30, 2011 at 9:25 am #427292ok. You try another way, you remove this code from /templates/ja_teline_iv/html/com_contact/contact/default.php
<?php if ($this->params->get('presentation_style')=='plain'):?>
<?php echo '<h3>'. JText::_('COM_CONTACT_DETAILS').'</h3>'; ?>
<?php endif; ?>
If the file is not exist, you remove the code from /components/com_contact/views/contact/tmpl/default.phpdieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
December 5, 2011 at 10:51 am #428005Excellent !
It’s working very well.
Thank you very much for this useful tip 🙂AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by dieudonne 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove text "contact" and "contact form" from a contact link
Viewing 9 posts - 1 through 9 (of 9 total)