BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,761 through 12,770 (of 15,332 total)
  • Author
    Posts
  • Steven Zahm
    Keymaster

    @ ck6612

    I just emailed you directly to the email account used to make your purchase.

    in reply to: No Category list at top of directory #271635
    Steven Zahm
    Keymaster

    @ Dave

    Thanks for your purchase!

    in reply to: Different directories on same webpage #271634
    Steven Zahm
    Keymaster

    @ Susan

    Can you zip up your custom template files and upload it to you wp-upload folder and post a link to it here. If you do, I’ll take a look. It is likely that I may have missed something with my instructions.

    in reply to: Can use basic design for pro templates? #271633
    Steven Zahm
    Keymaster

    @ Alyssa

    Can you post the link to your directory and I’ll take a look. Likely there is something I overlooked in my instructions.

    in reply to: Error Message #271632
    Steven Zahm
    Keymaster

    @ Hubert

    You’re installing it as any other plugin, correct? not using the legacy template installer. It seems the file was corrupted during download. Please try downloading again from your Purchase History.

    in reply to: change field labels #271631
    Steven Zahm
    Keymaster

    @ Nigel

    Apologies! I overlooked your other question.

    Could you explain to me your workflow on taking submissions? Such as, are users logged in when submitted? If they are, what is their role and what capabilities has that role be assigned on the Connections : Roles admin page?

    in reply to: Show Category on Single Entry #271606
    Steven Zahm
    Keymaster

    @ Ruth

    What are you attempting to do? If you try to access the file with a browser, you would get a 404. You need to login using a FTP application such as FileZilla to access that file or use the Plugin Editor in the WordPress admin.

    in reply to: No Category list at top of directory #271604
    Steven Zahm
    Keymaster

    @ Dave

    This feature is only available as part of several of the premium templates. Do you have one of those installed?

    in reply to: Show Bio without clicking? #271603
    Steven Zahm
    Keymaster

    @ Ruth

    If you’re not much of a techie, this is not an easy change to make…

    The file you need to edit is card.php and can be found here:
    ../wp-content/plugins/cmap/

    Look for this line of code:

    echo '<div class="cn-bio" id="bio-block-' , $entry->getRuid() , '" style="display: none;">';
    

    Change it to this:
    echo '<div class="cn-bio" id="bio-block-' , $entry->getRuid() , '" style="display: block;">';

    Look for this block of code and delete it:

    if ( $atts['enable_bio'] && $entry->getBio() != '' ) {
    
            printf( '<a class="cn-bio-anchor toggle-div" id="bio-anchor-%1$s" href="#" data-uuid="%1$s" data-div-id="bio-block-%1$s" data-str-show="%2$s" data-str-hide="%3$s">%2$s</a>',
                    $entry->getRuid(),
                    $atts['str_bio_show'],
                    $atts['str_bio_hide']
            );
    }
    
    if ( ( $atts['enable_note'] && $entry->getNotes() != '' ) && ( $atts['enable_bio'] && $entry->getBio() != '' ) ) {
            echo ' | ';
    }

    That should do it.

    Now, save and upload overwriting the original. Of course you should make a backup incase you make an error.

    in reply to: change field labels #271600
    Steven Zahm
    Keymaster

    @ Nigel

    To change field names in Form, you need to use the connections_form domain. Also, to not add the trailing colon. You only want to add the actual word(s).

    cMap [all templates] have their own way of changing text. See this FAQ for more details. All the str_* options available to cMap can be found on this page.

    I hope that helps!

Viewing 10 posts - 12,761 through 12,770 (of 15,332 total)