BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,791 through 14,800 (of 15,332 total)
  • Author
    Posts
  • in reply to: Email addresses not displaying #253453
    Steven Zahm
    Keymaster

    @ Kim

    Likely the theme is hiding it with CSS but the only way I’ll know is if I can check it out a link to your directory.

    in reply to: cMap Customization #253452
    Steven Zahm
    Keymaster

    @ Jen

    Lets see…

    1. Sure, use this shortcode which makes use of some cMap enabled shortcode options:

    [connections image='photo'tray_image='none' tray_image_fallback='none' str_image='No Photo Available' str_tray_image='No Logo Available']

    2 & 3. This is being caused by the theme. Please see this FAQ, specifically the section on the [raw] shortcode. Hope that helps.

    in reply to: Profession Field #253451
    Steven Zahm
    Keymaster

    @ Stefan Mallepell

    Sorry, but there is not yet a way to add custom fields. Maybe, perhaps use the title or org or dept field?

    in reply to: How to Exclude Category from Appearing (widget) #253450
    Steven Zahm
    Keymaster

    @ Brad Mendelson

    Sorry, there isn’t a way. Maybe a work-around would to be to use CSS to hide it.

    in reply to: Category list hides behind entries #253449
    Steven Zahm
    Keymaster

    @ Alison

    The issue seems to be with the theme’s style.css on line 454.

    .static form {
    	overflow: hidden;
    	margin: .5em;
    	padding-top: 1em;
    	padding-bottom: 2.5em;
    	position: relative;
    	}
    

    Removing overflow: hidden; seems to fix it.

    .static form {
    	margin: .5em;
    	padding-top: 1em;
    	padding-bottom: 2.5em;
    	position: relative;
    	}
    
    in reply to: add to address book #253447
    Steven Zahm
    Keymaster

    @ Stefan Mallepell

    None, of the premium templates currently shows that link because over 99% people don’t want it to show. If you know some basic PHP you can add it to any template. Just add the following the template.php file:

    vcard(); ?>
    
    in reply to: connections on several pages #253446
    Steven Zahm
    Keymaster

    @ Stefan Mallepell

    Connections needs a “home page” because it needs to know where to send the search queries and category links for the Widget Pack. When using a template on a page, Connections will attempt to use the current page as the “home page” of that instance of Connections. I hope that makes sense.

    To show templates on different pages, use the template shortcode option.

    To limit what non-logged in users see, just use the visibility option for that item. Set it to “Private”. For example, lets say you have a phone number that is only to be displayed to logged in users, here’s what to do. Set the entry to be “Public” and when you add the phone number, set it to be private. Now, only logged in users will be able to see that number. NOTE: depending on the role that you’re logged in members are assigned, you might have to give role the capability to view private on the Connections : Roles settings admin page.

    I hope that helps.

    in reply to: page per category #253445
    Steven Zahm
    Keymaster

    @ Dave Murphy

    Good to hear.

    in reply to: What do I buy? #253444
    Steven Zahm
    Keymaster

    @ SomethingWonderful

    The Pro Pack currently includes everything, all the add-on plugins and all the templates. The percentage that is mention is the amount saved buying the bundle rather than adding each item individually to the cart and buying them that way. Does that make more sense? Anything I can add to help to make it more clear?

    in reply to: Fatal error #253442
    Steven Zahm
    Keymaster

    @ Brian Miller

    I’ve confirmed the bug, thanks for letting me know! The import still happens though, correct?

Viewing 10 posts - 14,791 through 14,800 (of 15,332 total)