Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1082070

    Hi @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

    funci Friend
    #1082178

    Hi Saguaros,

    Thank you on update for default.html.

    I still don’t have all data: city, postal number, country…

    Saguaros Moderator
    #1082303

    Because 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

    funci Friend
    #1082345

    Ahaaa… in Global configuration… I’m totaly forgot on that!
    Thank you Saguaros! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  funci 6 years, 4 months ago.

The topic ‘Contact’ is closed to new replies.