Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Omkar
I’m not available at this time to do custom templates but I do have have a dev that I can recommend. I’ll ask him to reply to you in this forum thread.
Steven Zahm
Keymaster@ Jt Sayotovich
Well, that definitely looks right. I forgot to ask, which version of the cMap template do you have installed? You need to be on version 3.1. If you are, then’ll I’ll need a temp admin account to take a closer look as to why this would not be working. Speaking of, could you define “not working” better for me?
Steven Zahm
Keymaster@ Roy
Not presently. This feature has been added to Form 2.0 which is due to release ny end of month.
Steven Zahm
Keymaster@ Dale
Sorry, but currently the Bio Entry Card does not display the categories. I’ve added them to upcoming 0.8 release due out by end of month.
Steven Zahm
Keymaster@ Jarrod
That is a limitation with the database that I can not fix or work around. MySQL needs at least 3 to 4 characters to return a result.
Steven Zahm
Keymaster@ Roy
re: Asterisk:
You want to use this function within the
card.phpandcard-single.phpfiles found in theconnections-cmapfolder within thepluginsfolder. Check for the specific category and if it exists echo out the*after the$entry->getNameBlock()` function in both files.re: Minified CSS:
On production servers only the minified version of the CSS file is enqueued. The non-minified version will only be loaded if the
SCRIPT_DEBUGconstant is set to true in thewp-config.phpfile.re: Mouseover tooltip:
That is rendered by the browser because the abbr tag has a
titleattribute to properly support the hCard spec. To my knowlegde and cursory searches, there is not a way to prevent this. The only option would be to edit this line changing both instance of abbr to span and then remove the title attribute.Hope that helps! And thanks for the review!
Steven Zahm
Keymaster@ Smk
Login to your site with FTP and delete the
connectionsfolder within thepluginsfolder. You can then reinstall Connections. You data and images are safe. After you update, visit the Connections : Templates admin page. You do not need to do anything, just visit the page.Hope that helps.
Steven Zahm
Keymaster@ Len
Yes, this would be an outstanding feature to have. Maybe this is something that could be added as an extension when Link is installed…
Steven Zahm
Keymaster@ Jeremy
Great to hear!
Steven Zahm
Keymaster@ Roy
re: Remove image placholder:
You need to add this to the shortcode
image_fallback='none'. That will remove the empty image placeholder.re: Remove family relation label.
Unfortunately the logic that renders this on the page is pretty “dumb”, basically meaning, there is no option or way to use CSS to hide this label. I’ll have to address that. If you can manage editing some PHP you can remove the label that way. The line of code you need to edit can be found here.
re: Left align the character index:
Add the following to the theme’s custom CSS area or to the end of its
styles.cssfile:#cn-cmap .cn-alphaindex { text-align: left !important; }re: Hide the map divider pipe
|:Add the following to the theme’s custom CSS area or to the end of its
styles.cssfile:#cn-cmap .toggle-map-divider { display: none; }re: Asterisk by name when in specific category:
The short answer is no. The long answer is, you could probably as some PHP to check for a category and then output the asterisk. I can can refer you to a dev that does custom work on templates if this is something you’d like to pursue. Just let me know.
re: Dotted underline beneath dates:
It’s been awhile since I’ve seen this popup … See this FAQ.
I think I answered all the questions. Please let me know if I missed any. Thanks!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
