BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,051 through 12,060 (of 15,332 total)
  • Author
    Posts
  • in reply to: siteshot options? #278718
    Steven Zahm
    Keymaster

    @ Kera

    Yeah, that’s been on the to do list since the beginning of time … ok, that an exaggeration! :)

    in reply to: separate directories and compatibility #278717
    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!

    in reply to: Show Organization Name #278716
    Steven Zahm
    Keymaster

    @ Jenny

    Ok, you’ll need to edit the card.php file 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.

    in reply to: Call Category Description #278715
    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/connections

    in reply to: Editing profile issues #278713
    Steven 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.

    in reply to: Dropdown category search #278712
    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.

    in reply to: Multisite Connections #278711
    Steven Zahm
    Keymaster

    @ Mónica

    Sorry, no, Connections is not WPML compatible.

    in reply to: No text showing #278709
    Steven Zahm
    Keymaster

    @ Greg

    Great to hear!

    in reply to: box size #278708
    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!

    in reply to: Bulk Uploads #278707
    Steven Zahm
    Keymaster

    @ Tim

    No problem. I wasn’t sure If I was even answering the question accurately. Glad the video walk-thru helped.

Viewing 10 posts - 12,051 through 12,060 (of 15,332 total)