Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ IFS Guild
My suggestion is the same as before, to use cMap. But the bio would be in the bio content tray instead “out in the open” which is how the Default template does. I’m guessing that is what you are really after, correct? It that is correct, please contact me for the quote using the Contact link at the very bottom of the page. Thanks!
Steven Zahm
Keymaster@ IFS Guild
Sorry, I am not really following what you’re asking for. The Excerpt Plus template already support pagination and is on by default. Or, are you asking for pagination on the Default Template? Could you please give more detail?
Steven Zahm
Keymaster@ Amy
Technically the answer is yes, but is is definitely not an easy task. It would involve hooking into the
cn_metabox_name_attsfilter and thecn_post_process_$action-entryaction checking the nonce and writing the code necessary to add/edit the metadata. This is something that is all done automagically when using the custom fields api which put the fields in their own meta boxes. The easy, but quite there solution, would be to use drag and drop to move your custom fields metabox so it is right under the Name metabox.Hope that helps!
04/12/2017 at 9:43 am in reply to: Using Connections information to display 'Member of the Month' #419799Steven Zahm
Keymaster@ Douglas
There’s no dedicated solution to this. Something that might be workable for you…
There is an Entry List widget in the Widget Pack. You could create a Connections category for your “Member of the Month” and setup the widget to only pull from that category. You could use the widget only on the front page (assuming your theme has such a widget area). The thing that might make this no good is only the name and optionally a photo can be displayed in the widget. Will that work?
Steven Zahm
KeymasterThis reply has been marked as private.Steven Zahm
Keymaster@ Global Cultura
re: I’d like to convert the photo in a link to the profile. How can I do?
The only way to accomplish that would be to edit the template. The code changes involved is more complex. Something I can not really do as support. I do offer customization services if you’re interested. Let me know.
re: i’d like to show org before (above) or after (under) the title in the layout.
This is quite a bit easier. Open the
card.phpfile found here:
../wp-content/plugins/connections-circled/Add this line on line
35:
<?php if ( $atts['show_org'] ) $entry->getOrgUnitBlock(); ?>If you do this, you should create a custom template override file so your change is update safe.
Hope this helps!
Steven Zahm
Keymaster@ Edward
The single site license for cMap allows you to use cMap on a single WordPress site or a single subsite of a WordPress Multisite installation. For 23 sites, you would need a unlimited site license which I currently only offer on the Template Pack or Pro Pack both of which contain cMap
https://connections-pro.com/add-on/pro-pack/
https://connections-pro.com/add-on/template-pro-pack/Hope I have answered your question thoroughly!
Steven Zahm
Keymaster@ Edward
You would not be displaying all 2000 directory listing on a single page of the directory. The page probably would not even load. Not a Connections limitation or bug. You would not be able to display 200 WordPress posts on a single page either.
The pagination default of cMap is 20, which is recommended as a max to keep page load times with as little impact as possible. You could possible bump this up to 50 or a 100 without impact but that is very highly dependant on your web host and the amount of memory CPU power you have purchased.
With that said, you would never be displayed all 2000 YouTube links and respective thumbnails so page load time would not be a concern. Likely your site loading would be the bottleneck, not Google serving its thumbnails.
Not sure I answered your question, but I hope I have.
Steven Zahm
Keymaster@ christian1274
You need to add the image_single=”photo” option to the shortcode. I’ve done this.
Hope this helps!
Steven Zahm
Keymaster@ Edward
re; Is there a way to make those clickable links the same color red as the reds in the message below ? Or are those links blue just because that is what color clickable links are on any browser on the Internet, and we should not change the color ?
They are blue because that is how the theme has defined them. The style settings only are setup to affect the card in results list view. The single entry view is setup to inherit from the theme for tighter visual integration with the theme.
If your theme has color style options, changing it there will affect the single entry view.
Hope this helps!
-
AuthorPosts
