BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 6,251 through 6,260 (of 15,332 total)
  • Author
    Posts
  • in reply to: Link to edit listing not appearing #366843
    Steven Zahm
    Keymaster

    @ Jo Marks

    re: Regarding the shortcode you’ve provided, I’m not sure where I’m meant to place this. I’ve put it into the widget itself but I don’t think that’s right is it?

    I am going to assume you update the Code SNippet with the new code I gave in my reply, so, yes, you would add the shortcode I gave in the Sidebar Login widget. I am assuming you meant this plugin, right? If you are then you would add the shortcode to “Logged-out Links” input field.

    re: When I click on the Edit My Directory Link I just get a “This webpage is not available” error.

    It does sound like we are talking about the same login widget and that you do have the shortcode in the right area… what is the URL of the link? It should be the Connections entry profile/detail page with /edit/ at the end OR ../wp-admin/users.php?page=connections_link

    Steven Zahm
    Keymaster

    @ John

    The correct text domain for Connections is connections not Connections. I know that is not what you are asking but I wanted to point it out.

    The “Notes” header in Excerpt Plus can not presently be changed using Say What. The next update to the template will address that as well as add support for the Template Customizer.

    You need to use the str_note_head shortcode option. Here’s a link to FAQ which explains how to use it.. All the string shortcode options For Excerpt Plus are here.

    Hope that helps!

    in reply to: CMAP for individuals #366724
    Steven Zahm
    Keymaster

    @ David

    Sure, I have no actual numbers, but I suspect it is used more for individuals than it is used for organization. The template does not “care” which is being displayed, it looks the same for either. Does that answer you question?

    in reply to: Themese #366723
    Steven Zahm
    Keymaster

    @ David

    SiteShot can be use to replace either the photo or the logo. If you know PHP it would be possible to add SiteShot as a separate item. In which case you could use both the photo and logo. Does that answer your question?

    in reply to: Display categories with links for each listing #366722
    Steven Zahm
    Keymaster

    @ Jason

    Sorry, for the late reply! I seemed to have overlooked your post somehow.

    I understand what you are asking but there is no easy way to accomplish this at this time.

    in reply to: Multiple Filters #366721
    Steven Zahm
    Keymaster

    @ Carolin

    I just sent you an email. Let me know if you do not receive it.

    in reply to: Connections Form – Plugin Update Error #366720
    Steven Zahm
    Keymaster

    @ Greg

    Sorry, I can help. Not because I do not want to. It is because I have no idea how to solve the issue. The files in the Form plugin files have no special permissions applied to them. My only suggestion is to download the update from your purchase history and update Form manually. Here’s how:

    Unzip the plugin downloaded from your purchase history.
    Login in to your site via FTP.
    Navigate to the ../wp-content/plugins/folder/
    Upload the contents of the unzipped folder to the connections-form folder overwriting the existing files.

    Hope that helps, let me know.

    in reply to: Reduce Social Media Profile List #366719
    Steven Zahm
    Keymaster

    @ Carolin

    First, install the Code Snippet plugin.

    Add a new snippet with the following code:

    add_filter( 'cn_social_network_options', 'cn_social_network_options' );
    
    function cn_social_network_options( $options ) {
    
        unset( 'imdb' );
        unset( 'vk' );
    
        return $options;
    }
    

    Save and activate the new snippet.

    This snippet will remove the IMDb and VK options. To remove other add a new unset line with the id to unset.

    You can find all the IDs on this page. The IDs you should use are on the left side of =>

    Hope that helps!

    in reply to: How to create repeatable custom field #366581
    Steven Zahm
    Keymaster

    @ George

    Hmmm, I don’t really have anything I could point you too… here’s what I can tell you off the top of my head.

    You would register a repeatable custom field just like you would a custom text field. Except you would register a callback rather than the fields array. Here’s an example of the phone numbers repeatable field being registered. Here’s the callback function being run to render the repeatable phone field. To save your data you would have to hook into the cn_post_process_$action-entry action. Where $action would be add or update. In the action callback you would use cnMeta::add() and cnMeta::update accordingly.

    Hope that helps!

    in reply to: Multiple Filters #366580
    Steven Zahm
    Keymaster

    @ Carolin

    yes, this is possible but not out of the box. See sscit.org as an example. That was custom developed for them, but I can sell to you as is which includes installation and configuration for a reasonable fee.

    It is the “Find A Therapist” search. The top three options are just category parents. It also includes a zipcode radius and keyword search fields. The zip code radius search feature can be disabled and the number of category parent drop downs are configurable. So you could have Industry, Roles, Capabilities and Availability drop downs. The way the category filters work is that an entry would have to assigned to each of the selected categories to be returned as a result. Hope that make sense.

    Let me know if you are interested or not.

Viewing 10 posts - 6,251 through 6,260 (of 15,332 total)