Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Melinda
If you have moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Melinda
Ahhh, that explains it the
[connections_list]shortcode was deprecated about 3 years ago and support for it was removed about a year ago (maybe a little less).Just change
connections_listtoconnectionsand you’ll be all fixed up.Steven Zahm
Keymaster@ Melinda
What are the exact shortcodes you’re using? Can you share links to the affected pages.
Steven Zahm
Keymaster@ Melinda
Can you doable check to ensure the Connections plugin is installed and active?
Steven Zahm
Keymaster@ Ryan
This can be done but only programmatically atm. You can refer to these free extensions for Connections to see how its done:
Hope that helps!
Steven Zahm
Keymaster@ Fabrice
Currently this can only be done programmatically.
You can see how custom fields are added using code by referring to these free extensions to Connections:
Hope that helps!
Steven Zahm
Keymaster@ Fabrice
Sorry, right now this is not possible unless you use unsupported, still under development code.
To call the raw data you would use this:
// Grab an instance of the Connections object. $instance = Connections_Directory(); $terms = $instance->term->get( array( 'child_of' => 3 ) );$termswill contain an array of the children of category ID 3 which you can loop thru and output.Hope that helps!
10/06/2014 at 9:21 am in reply to: Logos and images not showing up in cMap after updating to WP 4.0 #306123Steven Zahm
Keymaster@ Jody
When I look at the page’s error logs it seems the issue is not Connections related, at least on the surface.
Load the page in Chrome, hit the F12 key and then click the Console tab. You’ll see 404 and 500 errors for many other images too. Connections does handle this gracefully by not loading trying to load the image at all.
The issue could simply be that the memory allocated to PHP has been exhausted. My first suggestion is to try to increase it to see if the issues resolves. Here’s a link to an excellent blog post that outlines several methods to try to increase the amount. Since different methods will work on different hosts, I suggest starting at the top of the list and working your way down until hopefully the issue is resolved.
If that does not fix it, then I’ll need a temp admin account and FTP access so I can take a closer look. You can post the details here as a private reply. Please follow-up with a non-private reply otherwise I will not know you posted the login details.
I hope this helps. Let me know how it goes.
Steven Zahm
Keymaster@ Jon
Sorry, no, there is no builtin way to do this. You’d have to add it if you know PHP or contract a freelancer to do it.
Steven Zahm
Keymaster -
AuthorPosts
