BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,041 through 9,050 (of 15,332 total)
  • Author
    Posts
  • in reply to: Ability to sort by state or category #320190
    Steven Zahm
    Keymaster

    re: Susie

    Sorry, not nothing out of the box. This could be custom coded for you.

    in reply to: custom fields? #320189
    Steven Zahm
    Keymaster

    @ Roger

    Sorry to say but that dev has grown his own business and no longer has the available time to do custom work. Depending on what you may need, I may be able to fit this into my schedule. Please use the contact link at the bottom of the page and give me a detailed and possible explanation of what you’re looking for. If you can also do mockups, those are extremely helpful. Please paste a link to this forum thread so I can relate the two, thanks!

    in reply to: Video in place of logo? #320188
    Steven Zahm
    Keymaster

    @ Lynn

    Sorry, no not out of the box this is not possible. Functionality like this would have o be custom coded extension.

    in reply to: Connections on several pages? [Theme=Slim] #320187
    Steven Zahm
    Keymaster

    @ Magnus

    You can use the [connections] shortcode on another page without issue. You would only need to use the category shortcode option to limit it to the category you want to display.

    Hope that helps!

    in reply to: Title in heading? [Slim] #320186
    Steven Zahm
    Keymaster

    @ Magnus

    re: Is there a way in Slim to display the Title in the collapsed single name row, as displayed when all items are collapsed?
    I want something like “John Doe, Chairman”

    There is not a builtin in way to do this, the template would have to be altered. You would need to edit the card.php file found here:
    ../wp-content/plugins/connections-slim/

    Look for this line:
    echo '<h3 class="cn-accordion-item" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid; color:' , $atts['color'] , ';"><span class="cn-sprite' . $open . '" style="background-color: ' , $atts['color'] , ';"></span>' , $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ) , '</h3>';

    And change it to:
    echo '<h3 class="cn-accordion-item" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid; color:' , $atts['color'] , ';"><span class="cn-sprite' . $open . '" style="background-color: ' , $atts['color'] , ';"></span>' , $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ) . ' ' . $entry->getTitleBlock() , '</h3>';

    And then remove this line:
    if ( $atts['show_title'] )$entry->getTitleBlock();

    re: Is there a way to request a special sort order for one category list, så “Chairman” person comes first in list, regardsless of his/her name?
    Sorry, no, something would have to be custom developed for you to do this.

    re: Is there a way to display the Slim list as “all expanded” from start on a page load, but want other (larger) lists collapsed as normal?
    You can do this, however, it will affect all lists. So I guess the answers would be no, sorry.

    I hope you do find this helpful.

    Steven Zahm
    Keymaster

    @ Heather

    I just finished helping Laura and resolved this issue for her. Unfortunately I do not believe the issue is the same as hers, so I would still need an admin account so I could take a look and fix it.

    in reply to: getBlock for Added By/Edited By/Timestamp #320124
    Steven Zahm
    Keymaster

    @ Sam

    Great to hear!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Mobile View Missing First Person's Profile #320098
    Steven Zahm
    Keymaster

    @ Kim

    No problem!

    If I have not asked before… and you have a moment, I would truly appreciate a review as they really do make a difference. Thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Mobile View Missing First Person's Profile #320094
    Steven Zahm
    Keymaster

    @ Kim

    I do not see her on the list even on a desktop … please double check and make sure her entry is set to be “public”

    in reply to: Issue with Alphabetical Sorting #320091
    Steven Zahm
    Keymaster

    @ Heather

    No problem!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

Viewing 10 posts - 9,041 through 9,050 (of 15,332 total)