BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,681 through 10,690 (of 15,332 total)
  • Author
    Posts
  • in reply to: CMAP Stopped Loading Directory #297388
    Steven Zahm
    Keymaster

    @ Allen

    I visited the links last night before bed… planning to respond first thing this morning… I see the links are working fine now, so I guess the issue is resolved. What what the issue and solution?

    in reply to: Order of connections #297387
    Steven Zahm
    Keymaster

    @ Ken

    The entries are already assigned an ID automatically. The ID can be found after clicking the Show Details link, it’ll be on the far right. Then follow example 2 on the order_by shortcode option dioc page. No programming necessary.

    Hope that helps!

    in reply to: Converting Individual to Organization & Vice Versa #297364
    Steven Zahm
    Keymaster

    @ Fountain City BPA

    Not out of the box, but you could use the method I outlined in this reply:
    http://connections-pro.com/support/topic/change-in-add-entry/#post-297023

    Hope that helps!

    in reply to: code to add in map? #297363
    Steven Zahm
    Keymaster

    @ james301

    The file is now named class.entry-output.php. You need to use more than just the getMapBlock() method, you’ll also need a bit of JavaScript to init the Google Maps on the output of the getMapBlock(). You can refer to the cMap JavaScript file served from this site as how to do it. And, yes, you can output the maps just on the single entry. You would add the getMapBlock() method to a file named card-single.php. See this QuickTip about custom template overrride files.

    Hope that helps!

    in reply to: Show Bio #297351
    Steven Zahm
    Keymaster

    @ AlpineWeb Design

    re: is there a way to do an export and change that universally?
    Sorry, no, not yet, maybe in a future version.

    re: does Connections have a featured listing option of some sort?
    Again, sorry, no. Other users create a featured category. What you could do is create a featured category, exclude that category (if you want) from you directory and then use maybe the Default Card template or maybe the Tile template in the sidebar text widget (that way you can use the shortcode). You just need to install a plugin that enables shortcodes in text widgets or, alternatively, install Code Snippets and add a new snippet with the following code:

    // Use shortcodes in text widgets.
    add_filter('widget_text', 'do_shortcode');

    I suggest the Code Snippets method. It’s an insanely useful plugin. Use it any time you come across a tut/tip where they say to add it to the theme’s functions.php file instead.

    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

    Steven Zahm
    Keymaster

    @ Jonathan

    Instead of deleting the version that comes with Formidable, replace it with the copy that comes with Connections. My guess is that should fix things up.

    Steven Zahm
    Keymaster

    @ Logan

    Great to hear the issue has been resolved!

    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: Form Social Media selection not working #297336
    Steven Zahm
    Keymaster

    @ JoselinMane

    That is because the CSS is no longer valid with Form 2.0 which has better markup and tighter integration with Connections core.

    This will do it now:

    div#cn-metabox-section-department {
        display: none;
    }

    Well, almost, this will only work for Form in the front-end, not the admin. Well actually it will work in the admin, the problem is there is no CSS file it can be added to… I suppose you could add it to the cn-admin.css and cn-admin.min.css` files but any time there is an update to Connections you’ll have to readd it.

    Hope that helps!

    in reply to: Slim Plus and URLs #297335
    Steven Zahm
    Keymaster

    @ larry1442

    I tracked down the issue to a little odd CSS bug with Connections. I’ll be releasing 0.8.14 which addresses this and a couple other obscure bugs either today or tomorrow. Apologies for the trouble!

    Steven Zahm
    Keymaster

    @ Mike

    I located the issue, interestingly it is a odd little CSS bug. I’ll be releasing 0.8.14 which fixes this and a couple of other more obscure bugs today or tomorrow. Apologies for the trouble!

Viewing 10 posts - 10,681 through 10,690 (of 15,332 total)