Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Andrea
Did you put the
[connections]shortcode on the page? Can you please share the link to your page?Steven Zahm
Keymaster@ Mindy
I don’t allow user registration on my site so I real experience with mitigation of spam registration. Maybe this plugin.
Steven Zahm
Keymaster@ Jt Sayotovich
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/connectionsSteven Zahm
Keymaster@ Denise
Honestly I have not played with the styling of the enhanced drop down much at all. It is applied by a third party library.
Adding the following should fix the line height:
#cn-list .chzn-container ul.chzn-results li.active-result { line-height: 100% !important; }And this might adjust the min width:
#cn-cmap form.cn-form select.cn-cat-select { min-width: 60% !important; }I say might, because the with of the drop down is calculate and applied by the third party library after the page has loaded. It uses the CSS width from the drop down it is enhancing which is currently set at a min-width of 250px. So the only way to know is to apply the CSS and cross the fingers.
After you make CSS changes make sure to force refresh you browser and clear the page/css caches if you’re using a caching plugin.
Hope that helps!
Steven Zahm
Keymaster@ Ian
You could use a bit of CSS “trickery”. Using the department field this CSS should do the trick:
#cn-list span.organization-unit:before { content: "Teacher's Grade: "; font-weight: bold; }The would not deal with the order change. For that you would have to edit the ‘card.php
andcard-single.php` files found here:
../wp-content/plugins/connections-cmap/For the email, I suggest using this ROT13 Email Encryption extension. It doesn’t hide the email address but makes it more difficult for spam email harvesting bot to grab the email from the page. Hiding an email behind a mailto link will not prevent a spam email harvesting bot from seeing the email. If you mean to completely hide the email, you have two options. When you enter the email, set it as unlisted or private. The second option that is available since you are using the cMap template is to use the show_email shortcode option.
Hope that helps.
Steven Zahm
Keymaster@ Jt Sayotovich
Ok, now I see … and remember. Yes, there is a bug which is fixed for the 0.87 release due out by the end of the month. I applied a hotfix to your site so it works.
Hope that helps.
03/20/2014 at 11:09 am in reply to: recommended paid membership plugins that work with connections? #282889Steven Zahm
Keymaster@ kera
Sorry, but I have zero experience with membership plugins. Well, almost zero, just some debugging when there is a conflict.
Steven Zahm
Keymaster@ Regine
This is not possible presently. Images, during the pre-processing are normalized to the jpg format which does not support transparency.
Steven Zahm
Keymaster@ Regine
Great to hear hear!
If you have a moment, I would truly appreciate review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster -
AuthorPosts
