BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,581 through 12,590 (of 15,332 total)
  • Author
    Posts
  • in reply to: Images no longer loading after update #273129
    Steven Zahm
    Keymaster

    @ dm

    The directory requires a login so I can not see the issue. Can you please add a temp account so I can login and view it.

    in reply to: Many categories & max_execution_time problems #273126
    Steven Zahm
    Keymaster

    @ Aredon

    I totally understand. A project needs to move forward.

    I’ve continued to make other improvements. I have over 14000 entries in my test setup from real world data with several hundred categories and my page times for those pages just a couple seconds, only slightly more than the core WP admin pages. I still have a few more tweaks to implement but I’m confident I resolved the issues. So maybe next project…

    Oh, I like the ACF plugin. I going to duplicate its interface but use my custom metabox and fields API for Connections that I nearly have completed.

    in reply to: Add images from wordpress media library #273122
    Steven Zahm
    Keymaster

    @ James

    Sorry, no. Connections is actually a bit older than the Media Library. I’ve contemplated on migrating over but there are users with 10’s of thousands of entries so I’m not sure how usable the Media library would be for them if it were cluttered up with thousands of images. I’m only asked about it a couple times a year, so for now, I’m going to keep it the way it is.

    Hope that helps!

    in reply to: Possible to display contact info on other pages? #273119
    Steven Zahm
    Keymaster

    @ Karin

    Using your example…

    On pages that Joe “owns” use the following shortcode:
    [connections id="X"]

    X equals the ID for Joe’s entry in Connections.

    More can be found on this doc page.

    Hope that helps.

    in reply to: Hiding details, only showing names in a list #273118
    Steven Zahm
    Keymaster

    @ Lindsey

    Two options…

    One, go to the Connections : Templates admin page and activate the Names template under the All template type.

    Two, use this shortcode to override the active template with the Names template:
    [connections template="names"]

    Now, if you do that, clicking on a name will still use the Names template so I really suggest this setup…

    Use option one from above.
    While on the Connections : Templates admin page activate the desired template under both the Individual and Organization templates types. The Bio Entry Card is a good choice.
    Now, go to the Connections : Settings page and check the Single Entry option under the Display tab.

    Hope that helps!

    in reply to: Secondary Navigation #273117
    Steven Zahm
    Keymaster

    @ Ray

    Seems the theme defaults form inputs to 100%. To override that, use the add the following CSS:

    #cn-cmap form.cn-form select.cn-cat-select {
        width: auto ! important;
    }

    That should fix it.

    in reply to: Change Category Select #273110
    Steven Zahm
    Keymaster
    in reply to: mobile responsiveness #273067
    Steven Zahm
    Keymaster

    @ Walden

    Yep, it should work fine for them too.

    Glad I could help!

    in reply to: Directory population #273066
    Steven Zahm
    Keymaster

    @ Imran

    Honestly I do not know. That depends on what the current state is and what you wish to achieve.

    in reply to: Hiding 'Updated XXX days ago' #273063
    Steven Zahm
    Keymaster

    @ Eric

    Add the following to the end of the theme’s style.css file.

    .cn-last-updated {
        display: none;
    }

    If the theme has one, alternatively, you could add it to the theme’s custom CSS area.

    Hope that helps!

Viewing 10 posts - 12,581 through 12,590 (of 15,332 total)