- Posts: 37
- Thank you received: 0
kindly help with contact page
-
suraj_joomla
Inactive member - Topic Author
- Member
Less
More
12 years 1 month ago #23996
by suraj_joomla
kindly help with contact page was created 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #24007
by ivan.milic
Replied by ivan.milic on topic kindly help with contact page
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){?>
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.
-
suraj_joomla
Inactive member - Topic Author
- Member
Less
More
- Posts: 37
- Thank you received: 0
12 years 1 month ago #24083
by suraj_joomla
Replied by suraj_joomla on topic kindly help with contact page
i cant find com_contact\contact\default.php
as mentioned above
as mentioned above
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #24084
by ivan.milic
Replied by ivan.milic on topic kindly help with contact page
Yes sorry it's:
components\com_contact\views\contact\tmpl\default.php
components\com_contact\views\contact\tmpl\default.php
Please Log in to join the conversation.
-
suraj_joomla
Inactive member - Topic Author
- Member
Less
More
- Posts: 37
- Thank you received: 0
12 years 1 month ago #24104
by suraj_joomla
Replied by suraj_joomla on topic kindly help with contact page
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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #24113
by ivan.milic
Replied by ivan.milic on topic kindly help with contact page
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
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.181 seconds