BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,141 through 10,150 (of 15,332 total)
  • Author
    Posts
  • in reply to: Display Map in Bio Entry Card #303866
    Steven Zahm
    Keymaster

    @ Marco

    You also need the javascript from the template you’ve copied this from. You also need to make to to call this:

    wp_enqueue_script( 'jquery-gomap' );

    You should not do this from within the template because it only needs called once. Putting it in the template will call it each time an entry is displayed. Here’s the code:

    // Register the required JS file.
    add_filter( 'cn_template_required_js-cmap', 'marco_enqueue_gomap' );
    
    function marco_enqueue_gomap( $required ) {
    
        $required[] = 'jquery-gomap';
    
        return $required;
    }
    

    Hope that helps!

    in reply to: connections_images #303865
    Steven Zahm
    Keymaster

    @ Jerry

    No problem!

    If I have not asked and 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: Logo images disappeared #303864
    Steven Zahm
    Keymaster

    @ Stefano

    Best guess is that Connections is not able to automatically move any previous uploaded logos to the new folder structure which is why you would see that error.

    Can I get a temp admin account and FTP login so I can see why that would be the case. The login details can be posted here as a private reply. After you leave the private reply, please follow-up with a regular non-private reply so I am notified of the login details being posted.

    in reply to: Programming resources #303863
    Steven Zahm
    Keymaster

    @ B Ellerin

    Yes, I do have a dev I can recommend who has a lot of experience with Connections. I’ll ask him to post a reply in this thread so you and he can get in touch.

    in reply to: Display Entries only when searched for? #303861
    Steven Zahm
    Keymaster

    @ Christopher

    You can use any old email address that you’d like, just post the user/pass here as a private reply. Please follow-up with a regular non-private reply so I’m notified that you posted the login details.

    in reply to: Display Entries only when searched for? #303860
    Steven Zahm
    Keymaster

    @ Christopher

    You can use any old email address that you’d like, just post the user/pass here as a private reply. Please follow-up with a regular non-private reply so I’m notified that you posted the login details.

    in reply to: Caps By themecap confliction #303858
    Steven Zahm
    Keymaster

    @ simon

    No problem, glad to help!

    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: autop adding p and br tags | custom fields #303857
    Steven Zahm
    Keymaster

    @ Susan

    Yes, there is a similar command to place custom meta fields … use this within the template:

    $entry->getMeta( array( 'key' => 'meta-key-name', 'single' => TRUE ) );
    

    Can you share the link to your directory after you’re finished? I’m curios to see what you’ve done.

    in reply to: Three warnings and no WP Dashboard #303853
    Steven Zahm
    Keymaster

    @ Kim

    Great to hear you’ve worked this out! I was sick yesterday so now I’m a bit backlogged in my support requests.

    Steven Zahm
    Keymaster

    @ Arizona Lowe

    Are you certain this is the exact same error? This error was corrected long ago. Could you paste in the exact error you’re seeing?

Viewing 10 posts - 10,141 through 10,150 (of 15,332 total)