Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ dm
The directory requires a login so I can not see the issue. Can you please add a temp account so I can login and view it.
Steven Zahm
Keymaster@ Aredon
I totally understand. A project needs to move forward.
I’ve continued to make other improvements. I have over 14000 entries in my test setup from real world data with several hundred categories and my page times for those pages just a couple seconds, only slightly more than the core WP admin pages. I still have a few more tweaks to implement but I’m confident I resolved the issues. So maybe next project…
Oh, I like the ACF plugin. I going to duplicate its interface but use my custom metabox and fields API for Connections that I nearly have completed.
Steven Zahm
Keymaster@ James
Sorry, no. Connections is actually a bit older than the Media Library. I’ve contemplated on migrating over but there are users with 10’s of thousands of entries so I’m not sure how usable the Media library would be for them if it were cluttered up with thousands of images. I’m only asked about it a couple times a year, so for now, I’m going to keep it the way it is.
Hope that helps!
Steven Zahm
Keymaster@ Karin
Using your example…
On pages that Joe “owns” use the following shortcode:
[connections id="X"]X equals the ID for Joe’s entry in Connections.
More can be found on this doc page.
Hope that helps.
Steven Zahm
Keymaster@ Lindsey
Two options…
One, go to the Connections : Templates admin page and activate the
Namestemplate under theAlltemplate type.Two, use this shortcode to override the active template with the
Namestemplate:
[connections template="names"]Now, if you do that, clicking on a name will still use the
Namestemplate so I really suggest this setup…Use option one from above.
While on the Connections : Templates admin page activate the desired template under both theIndividualandOrganizationtemplates types. TheBio Entry Cardis a good choice.
Now, go to the Connections : Settings page and check theSingle Entryoption under theDisplaytab.Hope that helps!
Steven Zahm
Keymaster@ Ray
Seems the theme defaults form inputs to 100%. To override that, use the add the following CSS:
#cn-cmap form.cn-form select.cn-cat-select { width: auto ! important; }That should fix it.
Steven Zahm
Keymaster@ Justin
Please see this doc page:
http://connections-pro.com/documentation/template/cmap/option/str_select/Steven Zahm
Keymaster@ Walden
Yep, it should work fine for them too.
Glad I could help!
Steven Zahm
Keymaster@ Imran
Honestly I do not know. That depends on what the current state is and what you wish to achieve.
Steven Zahm
Keymaster@ Eric
Add the following to the end of the theme’s
style.cssfile..cn-last-updated { display: none; }If the theme has one, alternatively, you could add it to the theme’s custom CSS area.
Hope that helps!
-
AuthorPosts
