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 7 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
07/21/2016 at 11:01 pm #383707
Eugene Peters
ParticipantI’m new so here goes… My Gridder is a professional horse trimmers list, so the entries are geared around their training level and service areas across the country. I have the Categories broken down by state and country. 1)I am using the Work Email field instead of default email field but neither appear on the detailed or view profile when expanded. I have ROT-13 installed is that somehow blocking it from being displayed? 2)Can I have a Custom field display below the name/title on the Grid? I’d like to use this for an abbreviate service area field. 3) Can I suppress the Geo map if lat and lon are 0
Here is the page http://pacifichoofcare.net/practitioners-directory/
-
This topic was modified 7 years, 2 months ago by
Eugene Peters.
07/22/2016 at 10:41 am #383747Steven Zahm
Keymaster@ Eugene
re: 1)I am using the Work Email field instead of default email field but neither appear on the detailed or view profile when expanded. I have ROT-13 installed is that somehow blocking it from being displayed?
No ROT-13 does not block them, however, Contact does. That is one of its main features; to hide email addresses in favor of an contact form to keep email addresses private. If you’d like the email addresses to be public, you’ll need to disable Contact.
re: 2)Can I have a Custom field display below the name/title on the Grid?
Technically possible but requires coding change in order to do so as there is no point an click way to add a custom field there.
re: 3) Can I suppress the Geo map if lat and lon are 0
So, no, if there is an address, they’ll be a map regardless if the coords are manually set to 0,0. Well, again, technically possible with coding changes.
re: Not mentioned, but I noticed…
That jumping to the top of the page is being cause be the template not being able to figure out where the top of the entry is that was clicked. I remove that effect quite awhile ago but it seems the files were not completely and properly updated. Not sure how that happened. This can be fixed by deactivating and deleting the version of Gridder that is installed. Download Gridder again and reinstall it. Your data is complete safe doing this. Since javascript files are cached locally to the browser, you will have to force refresh your browser to see the fix.
Hope that helps, please let me know.
ps. I do provide custom coding solutions for Connections. If you are interested, please contact me using the contact link at the bottom of the page for a quote.
07/22/2016 at 1:02 pm #383758Eugene Peters
ParticipantThanks for the reply and answers.
I am a php programmer so if I get pointed in the right direction I can figure out where to make some of the changes I mentioned above.
I will reload Gridder.
You also mentioned “Contact”, but that doesn’t show up either, is it suppressed by default?Again thanks for a great module.
07/22/2016 at 3:42 pm #383812Steven Zahm
Keymaster@ Eugene
re: I am a php programmer so if I get pointed in the right direction I can figure out where to make some of the changes I mentioned above.
First, I recommend taking a look at the template override doc. I suggest following this method rather than editing the actual files so the changes are update safe.
If you do not want to add an actual custom field text input but rather use the “Custom Fields” you can use the same method as explained in the tutorial to display the value. Hope that makes sense!
One thing you’ll need to keep in mind, after you add the code to display field where you want in Gridder, you will need to alter the CSS to actually see. The font size is set to zero by default and then the font size for the name overrides that zero. Just as you can add custom template override files, you can load custom CSS files, see this doc.
Now, not to show the map if the coords are 0,0… That is a bit more tricky. Look in the card-single.php file. You find the
$entry->getMapBlock()
call, that method is in the class.entry-output.php file. You’ll have to write your own custom function to do the check you want.re: You also mentioned “Contact”, but that doesn’t show up either, is it suppressed by default?
It is not “suppressed”, but you need to to it “on”… semantics I suppose. Here’s the applicable doc link:
http://connections-pro.com/documentation/contact/#Configuration
Hope that helps!
-
This topic was modified 7 years, 2 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.