kindly help with contact page

More
11 years 4 months ago #23996 by suraj_joomla
i am pissed of finding how to edit the contact page
i am not founded with suitable data
www.conceptgarments.in/index.php?option=...tact&id=1&Itemid=194

pls help me to edit this page the contact page
thanks a lot

Please Log in to join the conversation.

More
11 years 4 months ago #24007 by ivan.milic
If you prefer code editing, copy:

components\com_contact\views\com_contact\tmpl\default.php

to

templates\hot_sportal\html\com_contact\contact\default.php

edit templates\hot_sportal\html\com_contact\contact\default.php

, to remove collapsible panels:

<?php if ($this->params->get('presentation_style')!='plain'){?>

change to:

<?php if ($this->params->get('presentation_style')!='plain' && false){?>

Please Log in to join the conversation.

More
11 years 4 months ago #24083 by suraj_joomla
i cant find com_contact\contact\default.php
as mentioned above

Please Log in to join the conversation.

More
11 years 4 months ago #24084 by ivan.milic
Yes sorry it's:

components\com_contact\views\contact\tmpl\default.php

Please Log in to join the conversation.

More
11 years 4 months ago #24104 by suraj_joomla
but what does it means where to copy this

If you prefer code editing, copy:

components\com_contact\views\com_contact\tmpl\default.php

to

templates\hot_sportal\html\com_contact\contact\default.php

Please Log in to join the conversation.

More
11 years 4 months ago #24113 by ivan.milic
In templates\hot_sportal\html

you will create "com_contact" folder

then in it create "contact" folder

then copy default.php to new "contact" folder

Please Log in to join the conversation.

Time to create page: 0.413 seconds
Powered by Kunena Forum