BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,441 through 3,450 (of 15,332 total)
  • Author
    Posts
  • in reply to: Multiple Website Import #420946
    Steven Zahm
    Keymaster

    Try this:

    function cn_my_new_link_types( $options ) {
    
        $options['billing'] = 'Billing Website';
        $options['claims']  = 'Claims Website';
    
        return $options;
    }
    
    add_filter( 'cn_link_options', 'cn_my_new_link_types' );
    

    Hope that helps, let me know.

    in reply to: Can't add/edit entries #420943
    Steven Zahm
    Keymaster

    @ Michelle

    Please try purging the WP Fastest page cache. Does that help?

    in reply to: cMap Info and #420942
    Steven Zahm
    Keymaster

    @ Edward

    It could be a theme or other plugin causing YouTube video to fullscreen or maybe a new “feature” of YouTube. MY first suggestion if to do the plugin and theme conflict tests.

    in reply to: Template #420941
    Steven Zahm
    Keymaster

    @ matt

    Sorry, but I do not see any pictures. I think you may have forgot to post the link.

    Steven Zahm
    Keymaster

    @ Martin

    Please review this FAQ. I believe it might contain the solution. Please let me know if it does not and we can debug further.

    in reply to: DIRECTORY CATEGORY #420939
    Steven Zahm
    Keymaster

    @ Brian

    Create 4 page add, the [connections] shortcode to each, but, use the category shortcode option to limit the category to be displayed.

    If you have purchased any of the premium templates which include a category dropdown filter, it is important that you disable that feature since you are manually breaking the directory apart.

    Hope this helps, let me know.

    in reply to: The connections-images folder does not exist. #420938
    Steven Zahm
    Keymaster

    @ Jakub

    I f you can give me a temp admin account, I can take a look. Login details can be posted here as a private reply.

    in reply to: custom registered fields export #420775
    Steven Zahm
    Keymaster

    @ Patricia

    Which custom fields, exactly. The ones on the add/edit page that says “Custom Fields” OR ones that you added following the tutorials? If it is the former, there is no way to export that data at the moment, sorry. If it is the latter, the tutorial has code which explains how to register custom fields so they can be exported. And code to register it so they can be imported too.

    Does that help?

    in reply to: CMap Template and possible conflicts with my Theme #420761
    Steven Zahm
    Keymaster

    @ Thibaut

    The cMap template or any of Connections templates will only ever affect the display of the directory, not the theme. Now, that said, theme’s, at times can cause minor CSS conflicts with the templates for Connections. These are just about always very easily resolvable.

    For the search criteria, cMap, like the other templates only support filtering by a single category and a keyword. If you need to filter by multiple categories and a radius of a post code, you’ll need the advanced search as seen on this live third party site in the “Find A Therapist” section:

    https://sscit.org/

    I sell this addon with installation and configuration for an additional fee. However, if you purchase either the Extension Pro Pack or the Pro Pack I will send it to you if you request it at no charge with instructions on how to configure it. Keep in mind, configuration is all based on shortcode and options which can be difficult if you are not familiar with working with WordPress shortcodes and Connections. If you need installation and configuration assistance and would like me to do it, I do provide that as a service for an additional fee.

    I hope I have fully answered your questions.

    Steven Zahm
    Keymaster

    @ Seth

    Apologies, I just noticed I missed answering your question. Sorry!

    Not quite at the moment… I’m working on a brand new extension for Connections which I’m calling a connector. This particular connector, connects Connections and Gravity Forms. Using Gravity Forms you can setup user registration and add a new entry all using a single Gravity Form. Would this solution work for you?

Viewing 10 posts - 3,441 through 3,450 (of 15,332 total)