Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • meinpart Friend
    #1035030

    I´m using the brickstore template for one of my clients. I have to realise the contact list with the contact images in the contact list. Furthermore i have to hide the contact form in the contact details. Using the standard contact extension in joomla normally it is very easy to manage this in the backend. But with the brickstore template it doesn´t work. If i try another template like protostar, etc. everything works fine. So it is a problem or feature of the brickstore template. I expected that it has been realised with the com_contact override in the html folder of the template. If I delete this override the standrad layout for the contact list should work, but it doesn´t. So please what has to be done to get a picture in the contact list and hiding the contact form in the contact details. Thanks

    Pankaj Sharma Moderator
    #1035227

    Hi
    Can u give me a screenshot of the contact settings which image is not showing with the contact page url of your site so that i can replicate the same and check this issue?

    Regards

    meinpart Friend
    #1036722
    This reply has been marked as private.
    meinpart Friend
    #1036729
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1036837

    Hi
    can u check the page now.
    Here are my changes

    Find

    <!-- Show form contact -->
    
            <div class="col-sm-12 form-input">
                <?php  echo '<h3>'. JText::_('COM_CONTACT_EMAIL_FORM').'</h3>';  ?>
                <?php  echo $this->loadTemplate('form');  ?>
                  </div>
          <!-- End Show form contact -->    

    replace it with

    
            <!-- Show form contact -->
                    <?php if ($this->params->get('show_email_form') && ($this->contact->email_to || $this->contact->user_id)) : ?>
    
            <div class="col-sm-12 form-input">
                <?php  echo '<h3>'. JText::_('COM_CONTACT_EMAIL_FORM').'</h3>';  ?>
                <?php  echo $this->loadTemplate('form');  ?>
    
          </div>
    
        <?php endif;?>
          <!-- End Show form contact -->    

    Path : file "/html/com_contact/contact/default.php" in template "ja_brickstore".

    Let me know if it helps.

    meinpart Friend
    #1037344
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037409

    Hi
    Can you try the suggestion given in my last post?
    Since template already has an override it work for it.

    Regards

    meinpart Friend
    #1037781
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037927

    Hi
    Thanks for sharing the info.
    I raised this bug to the development team so they can check and fix it in the next version of template/T3.

    Regards

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

This topic contains 8 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum