Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Kera
Yeah, that’s been on the to do list since the beginning of time … ok, that an exaggeration! :)
Steven Zahm
Keymaster@ Robyn
Any of the premium templates that feature a category drop you can use the technique in this FAQ to create separate directories.
I hope that helps!
Steven Zahm
Keymaster@ Jenny
Ok, you’ll need to edit the
card.phpfile found here:
..wp-content/plugins/connections-excerpt-plus/Look for the two instances of this:
$entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => $atts['link'] ) )You’ll need to replace both with this:
$entry->getOrganization()Also, in both those lines you’ll need to change the commas to periods.
Then to add the name back add the following where you want it to show.
$entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => $atts['link'] ) );I think that it it.
Steven Zahm
Keymaster@ Julia
You bet … more great things to come!
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@ Reed
Link has gone thru several updates since you’ve purchased the Pro Pack. I highly suggest updating it to the latest version. You can download it from your purchase history.
I’m sure that will resolve any issues you might have with the entry in Connections being linked to their user account. Please let me know if it does not.
Steven Zahm
Keymaster@ rosalie
If I understand correctly, what you really need is a region and locality search … in US terms state and city … in AU, my guess is province and city, right?
I have a dev that I can recommend that can whip that up for you … I’ll ask him to drop by this forum post.
Steven Zahm
Keymaster@ Mónica
Sorry, no, Connections is not WPML compatible.
Steven Zahm
Keymaster@ Greg
Great to hear!
Steven Zahm
Keymaster@ Iris
Tile Plus was designed to tile just as it is doing on your site. The number of entry tiles will depend on how wide the browser window is. For example, you say three tiles, but on my large monitor I see all 4 tiles on a single row.
To make the change to 100% add the following to the theme’s custom CSS area:
#cn-tile-plus .cn-list-row-alternate, #cn-tile-plus .cn-list-row { float: none !important; } #cn-list .cn-entry { width: 100% !important; } #cn-list .cn-entry div:nth-child(2) { width: auto !important; }I hope that helps!
Steven Zahm
Keymaster@ Tim
No problem. I wasn’t sure If I was even answering the question accurately. Glad the video walk-thru helped.
-
AuthorPosts
