BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,961 through 10,970 (of 15,332 total)
  • Author
    Posts
  • in reply to: Don't display image #294079
    Steven Zahm
    Keymaster

    @ Steve

    I think the issue is that you need to update to Slim Plus 2.0 … it’s a couple versions newer than what you’re running presently. I seem to recall I made a CSS tweak for that to work as expected.

    Apologies for the delay in my reply! It seems I was not receiving notifications of replies. I believe that is fixed. I hope!

    in reply to: Sticky Listings at top of Page?? #294075
    Steven Zahm
    Keymaster

    @ Piers

    Sorry, not presently without custom coding support for it.

    in reply to: cMap Google Map error #294074
    Steven Zahm
    Keymaster

    @ Regine

    Honestly I can not remember. But reviewing this thread, looks like I just enabled a setting in Connections on the Connections : Settings admin page under the Advanced tab to enqueue script in the page header. This setting will remain in place after an update.

    Apologies for a delay in the reply! It seems after an update to bbPress (the forum plugin) I stopped receiving reply notifications. I believe this is fixed now, I hope!

    in reply to: Custom Fields output in CMAP #294073
    Steven Zahm
    Keymaster

    @ Kris

    Sorry, but I am unable to write a custom plugin for you. If you wish, I can refer you to a developer who is very familiar with Connections and creating custom fields. Let me know and I’ll ask him to stop back this thread so you and he can make contact.

    in reply to: Change phone field name #294072
    Steven Zahm
    Keymaster

    @ Leonid

    You need to edit the class.options.php file found here:
    ../wp-content/plugins/connections/includes/

    Search for the other phone types and you’ll find the section of code you need to edit.

    Hope that helps!

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

    in reply to: Dual Sorting #294071
    Steven Zahm
    Keymaster

    @ Jonathan

    Great!

    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: Links in profile with different colors #294070
    Steven Zahm
    Keymaster

    @ Julian

    Great!

    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: Problems — Just Paid For CMAP Template #294069
    Steven Zahm
    Keymaster

    @ Rob

    re: you’ll see that the selection window is blank
    The issue is likely being caused by the theme or another plugin interfering with the wp_print_footer_scripts action hook in WordPress.

    Edit the Snippet I gave you. Look for wp_print_footer_scripts and change it to wp_footer

    re: I’d not like to have the “search” area show up right below it as it does, but to the right side of it
    This CSS will do the trick:

    span.cn-search {
        float: right;
    }
    form.cn-form br {
        display: none; // This could break the display doing a search...
    }

    Hope that helps!

    in reply to: cn-custom.css Not Working Within Child Theme #294067
    Steven Zahm
    Keymaster

    @ Steve

    Just a quick followup… you’re all set now, right? The updates should have resolved these path issues.

    in reply to: Display Options #294066
    Steven Zahm
    Keymaster

    @ Kate

    I marked it resolved. Glad I was able to answer your questions.

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