Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 3 replies, 2 voices, and was last updated 2 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
01/18/2019 at 1:31 pm #482100
Lisa Williams
ParticipantHi, Is it possible to instead of having Telephone Number and Email on the little drop down panel (on the left side) having it show other information? ie. website and location?
If this isn’t possible is there a way to either remove the formatting of the space for this information on the left of the box and just have bio? or remove the dropdown panel all together and just have the bio picture go straight to profile?
Thank You
01/22/2019 at 9:39 am #482346Steven Zahm
Keymaster@ Lisa
Apologies for the delay in my reply! I received it after hours on Friday and I took Monday off with the family.
The only way to change the content of the Gridder contact panel would be to actually edit the PHP and CSS of Gridder in order to display what you need. In order accomplish this you would need a fairly good grasp of both. If you do, let me know and I can provide some guidance.
01/22/2019 at 9:46 am #482347Lisa Williams
ParticipantHey No problem, Yes please send where I should look and how to edit and I will give it a go.
Also I tired to change the title of the fields ie. Work Phone could that be changed to ‘Website’? but the [connections str_work_email='Website'] work round didn’t work any ideas? It’s not ideal but it would work quickly for what we need
Thanks for your help
01/22/2019 at 11:44 am #482358Steven Zahm
Keymaster@ Lisa
RE: str_work_email
In Gridder, this option would only affect the profile page display, not the list tile since the labels are committed, displaying only the email address.
RE: edit template
The file you need to edit is:
../wp-content/plugins/connections-gridder/card.php
The section of code to edit are between lines
81
and111
To add the display of websites, use:
if ( $atts['show_links'] ) $entry->getLinkBlock( array( 'format' => $atts['link_format'], 'type' => $atts['link_types'] ) );
To add the display of addresses, use:
if ( $atts['show_addresses'] ) $entry->getAddressBlock( array( 'format' => $atts['addr_format'] , 'type' => $atts['address_types'] ) );
Remove the lines that yo do not wish to display.
Due to the way Gridder renders its panel, the default font size is set to
0
. So, you might no be able to see addresses or links until you adjust the CSS to the desired font size. use your browser CSS inspector for the class selector you should target.To ensure any changes you make are not lost when updating Gridder, please read these developer tutorials on how to make the changes update safe:
- https://connections-pro.com/2014/05/07/quicktip-custom-css-templates/
- https://connections-pro.com/2014/06/04/quicktip-custom-template-override-files/
Hope this helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.