Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Gus
No problem!
If you have a moment, I would truly appreciate a review as they really do make a difference.
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Heather
I’ve never seen that before! I’d need a temp admin account so I can take a look to see why.
Steven Zahm
Keymaster@ Gus
See these two comments for a how to:
- http://connections-pro.com/support/topic/search-function-2/#post-306890
- http://connections-pro.com/support/topic/search-function-2/#post-306945
Hope that helps!
Steven Zahm
Keymaster@ Chris
You can use this https://cloudup.com/ or simpliar service to share your screen capture.
from what you describe, probably the easiest solution is just to manually create the page like you want linking to the data within Connections. The links to categories look like this:
http://domain.tld/directory-home-page/?cn-cat=ididequals the category ID which can be found on the Connections : Categories admin page.Hope that helps!
Steven Zahm
Keymaster@ Rashed
The bulk delete action can be found on the Connections : Manage admin page. Add a checkmark to each entry you wish to delete (the very top checkbox will select all on the current page). Select “Delete” from the “Bulk Actions” drop down and then click the “Apply” button.
Hope that helps!
Steven Zahm
Keymaster@ Rashed
The easiest way to accomplish this would be to use CSS. Add the following to the theme’s custom CSS area:
#cn-slim-plus span.title:before { content: "Job Title: "; } #cn-slim-plus span.organization:before { content: "Company: "; }Hope that helps!
Steven Zahm
Keymaster@ Beuvema
In the Default Card template, you really only have one option. You need to edit the template.
First, I suggest you follow the advice giving in this QuickTip in order to create an update safe version.
After you do that, you need to open the
card-default.phpand look for this line:<?php $entry->getAddressBlock(); ?>And change it to this:
<?php $entry->getAddressBlock( array( 'format' => ''%label% %line1% %line2% %line3% %zipcode% %state% %city% %country%' ) ); ?>Hope that helps!
02/15/2015 at 4:42 pm in reply to: fallback image for all directory members who do not have a photo #319554Steven Zahm
Keymaster@ Rashed
You have two options…
- Upload the avatar to the entry for those that you do not have a photo for.
- You could also try the advice given in this QuickTip.
Hope that helps!
Steven Zahm
Keymaster@ TSEd
Sounds like WordPress failed to install it completely, its rare, but does happen. Glad to hear you were able to find a solution. Apologes for the trouble!
Steven Zahm
Keymaster@ Doug
Ahhh… yes, that would break it. Since I’m allowing this to be set by the shortcode, I can only set it as an inline style on the containing element and let the color be inherited by the children elements. If a theme has a more specific CSS statement, it’s going to override the inline.
Great to hear you found a solution!
-
AuthorPosts
