-
AuthorPosts
-
May 18, 2017 at 10:24 am #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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 19, 2017 at 1:38 am #1035227Hi
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
May 24, 2017 at 2:59 pm #1036722This reply has been marked as private.May 24, 2017 at 3:04 pm #1036729This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 25, 2017 at 1:25 am #1036837Hi
can u check the page now.
Here are my changesFind
<!-- 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.
May 26, 2017 at 4:46 pm #1037344This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 27, 2017 at 1:55 am #1037409Hi
Can you try the suggestion given in my last post?
Since template already has an override it work for it.Regards
May 29, 2017 at 12:56 pm #1037781This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 30, 2017 at 1:44 am #1037927Hi
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
-
AuthorPosts
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