BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,961 through 11,970 (of 15,332 total)
  • Author
    Posts
  • Steven Zahm
    Keymaster

    @ Vala

    That site’s webmaster tweaked the template to output the location. Adding the title would require a bit of coding. If you’re comfortable doing some minor PHP changes to the template, here’s what you need to do…

    Open the card.php file found here:
    ../wp-content/plugins/connections-slim-plus/

    Change 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>';
    

    To this:

    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>';
    

    Hope that helps!

    in reply to: Char Index, ViewAll and Pagination links dont work #279826
    Steven Zahm
    Keymaster

    It sounds like may not have setup the Directory Home Page on the Connections : Settings admin page under the General tab. Could you confirm you have that set to the page where the [connections] shortcode was entered?

    in reply to: Exact Search? #279823
    Steven Zahm
    Keymaster

    @ Martin

    Ok, I have it fixed. Sincerest apologies for the trouble. A stupid little ) messed me up. The search foir cities should be more exact now. Hope that works for you.

    in reply to: Exact Search? #279790
    Steven Zahm
    Keymaster

    @ Martin

    Urgent … I slipped with a very small typo that unfortunately had a major fatal error! I need FTP access asap so I can fix my error and bring your site back online.

    in reply to: Category search not showing all members properly #279788
    Steven Zahm
    Keymaster

    @ Eric

    I think my instructions were not clear enough, apologies!

    You do not use the query string with Say What?. You would enter Search as the Original string and leave the Replacement string empty.

    in reply to: Update users. #279693
    Steven Zahm
    Keymaster

    @ Rebecca

    I just emailed it. Let me know if you do not receive it.

    in reply to: Category search not showing all members properly #279692
    Steven Zahm
    Keymaster

    @ Eric

    Yes, I know what the issue is…

    The issue is being caused by the theme including an HTML5 “shim” script. See this support forum post which has a working solution.

    Hope that helps!

    in reply to: CSV Not Importing All Entires #279691
    Steven Zahm
    Keymaster

    @ Apurv

    I’ve never run into that type of error before. So, I’m not quite sure what the solution would be. Is your server running nginx? Maybe this blog post is the solution?

    in reply to: Text Colur #279687
    Steven Zahm
    Keymaster

    @ Peter

    Great to hear it worked out.

    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: it's back, Custom Fields request #279686
    Steven Zahm
    Keymaster

    @ Mike

    Absolutely! The latest dev version can always be downloaded from Github here.

    I recommend referring to the Hours extension on how to add custom fields. Since this extension will be free, it too, can be downloaded from Github here.

    Several other devs are using the are using the dev version on client sites quite successfully. Let me know how it goes!

Viewing 10 posts - 11,961 through 11,970 (of 15,332 total)