-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 19, 2017 at 2:16 am #1082070Hi @funci,
All the info in this contact you can find and edit in: Backend > Components > Contacts > select the contact you set to show: http://prntscr.com/hpd7fo and change the info there.
For the contact links, normally, you can decide to show links or not via settings of menu item of this contact page. If you have the same menu like our demo site, just go to Backend > Menus > Main menu > open menu item called Contact Us > Contact Display Options tab and set ‘Contact Links’ to Hide: http://prntscr.com/hpddap
But when I check, there is small issue here where this settings doesn’t reflect on the frontend. You can open the file: root/templates/ja_lawfirm/html/com_contact/contact/default.php
At approx line 152:
<div class="box-contact"> <!-- Contact links --> <?php echo $this->loadTemplate('links'); ?> <!-- End contact Links --> </div>
replace it with:
<?php if ($tparams->get('show_links')) : ?> <div class="box-contact"> <!-- Contact links --> <?php echo $this->loadTemplate('links'); ?> <!-- End contact Links --> </div> <?php endif; ?>
I also reported this issue to the team for further updating into template.
Regards
1 user says Thank You to Saguaros for this useful post
funci Friendfunci
- Join date:
- February 2008
- Posts:
- 246
- Downloads:
- 29
- Uploads:
- 64
- Thanks:
- 93
- Thanked:
- 5 times in 2 posts
December 19, 2017 at 11:29 am #1082178Hi Saguaros,
Thank you on update for default.html.
I still don’t have all data: city, postal number, country…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 20, 2017 at 2:26 am #1082303Because you didn’t select to show these info: Backend > Component > Contact > Options
I updated for you and it’s showing now: http://prntscr.com/hpuw81
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by funci 6 years, 11 months ago.
The topic ‘Contact’ is closed to new replies.