BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,571 through 3,580 (of 15,332 total)
  • Author
    Posts
  • in reply to: Several Questions re: Add Entry page #418881
    Steven Zahm
    Keymaster

    @ Jennifer

    re: First

    Close… this should do it (untested):

    function cn_entry_types( $atts ) {
    
        $atts['entry_type'] = array( 
            __( 'Individual', 'connections' ) => 'individual' ,
            __( 'Family', 'connections' ) => 'family' ),
            );
    
        return $atts;
    }
    
    add_filter( 'cn_metabox_publish_atts', 'cn_entry_types', 11 );
    

    re: Second

    Putting it in the template’s CSS will not have any affect on the admin pages. The template’s CSS is loaded only on the site’s frontend. There is no easy way to hide these fields in the admin, sorry.

    You could try CSS using this plugin:

    https://wordpress.org/plugins/add-admin-css/

    re: Third

    Like the org/dept admin fields, there is no easy way to hide the relations field.

    re: Fourth

    Yes, use this plugin.

    https://wordpress.org/plugins/post-category-height-edit/

    It works with Connections too. Still works fine even though it has not been updated in years. Really, an update would only be needed if WP radically changed their admin.

    re: Fifth

    Sorry, no you would have to edit the PHP code to make it distinct text from the other places that string is used.

    Hope my answers have helped.

    in reply to: Order of fields #418878
    Steven Zahm
    Keymaster

    @ Casper

    The only way to do this is to edit the template. You have to move around the blocks of code in the order you want them. Hope this helps!

    in reply to: New Entry Error #418877
    Steven Zahm
    Keymaster

    @ christian1274

    Usually this occurs when the database structure is not current. This happens when the update fails to run. For some reason this happens to a very small number of users and I’ve never been able to replicate it.

    If you give me an admin login, I’ll take a look and correct it. The login details can be posted here as a private reply.

    in reply to: Blank Screen on Template, Customise #418876
    Steven Zahm
    Keymaster

    @ John

    re: With Connections disabled, the Divi Customiser loads normally….

    Well now, that’s odd because Connections does not load anything when the theme loads its Customizer.

    re: I’ve created a Staging site https://staging1.hhdba.com and an Admin login which should get to you by email

    Thanks, I’ll take a look when I receive the login details.

    in reply to: Added Custom Text Field #418875
    Steven Zahm
    Keymaster

    @ Casper

    re: Thank-You! I seem to have it working now! :)

    Great to hear!

    re: Is there a way to have the additional field show with under the city/state, instead of at the bottom of the profile information?

    Sure, the code you added to the template file to display the custom field, move it to below the code which renders the addresses in the template file. Hope that makes sense and helps!

    in reply to: Edit Entry: Forbidden #418873
    Steven Zahm
    Keymaster

    @ Deanna

    Great news! Do you by chance know what the change was? I’d like to know so if this ever happens to someone else I have a solution.

    in reply to: Comma between City & State #418823
    Steven Zahm
    Keymaster

    @ Casper

    Ok, I located and corrected the issue. I’ll be releasing an update tomorrow which contains the fix. Apologies for the trouble!

    Steven Zahm
    Keymaster

    @ Jennifer

    Ok, I found a real entry on your site, for an attorney, The branches do show now, as they should.

    Apologies for the trouble!

    I’ll be pushing an update tomorrow which contains the hotfix applied to your site.

    Steven Zahm
    Keymaster

    @ Jennifer

    I applied a hotfix to your site which should address the issue. I say should be cause I could not actually find any entries which had branches assigned. The fix worked on a quick test entry added (and then deleted). The hotfix worked for the test entry, so, it should work for the real ones. Let me know.

    in reply to: vcard download not working rom the frontend #418812
    Steven Zahm
    Keymaster

    @ Gérald

    It is actually working… visit this page:

    http://genowp.toulouse.inra.fr/GeT/annuaire/name/cecile-donnadieu/

    Or any other entry, it does not really matter.

    Disable javascript and then click on the link to download. The vCard downloads just fine.

    The issue is the theme is hijacking the onclick event for the link and trying to display the vCard as the page content and causing an error rather than letting the browser display the save download browser popup.

    Unfortunately there is really nothing I can do about this. You can look thru the theme settings to see if there is an option to display this feature. You could also try contacting the theme’s support and asking them if there is a way not not break download links.

    I hope this helps! Please let me know.

Viewing 10 posts - 3,571 through 3,580 (of 15,332 total)