BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,541 through 4,550 (of 15,332 total)
  • Author
    Posts
  • in reply to: View Profile error #400552
    Steven Zahm
    Keymaster

    @ Rick

    Is the entry, by chance, assigned to one of the categories you have listed in the exclude_category shortcode option?

    in reply to: Search box misaligned #400550
    Steven Zahm
    Keymaster

    @ Nicholas

    Which browser? I just tried in both Chrome and Edge and everything looks correct with alignment and where you have to click in regards to the search.

    in reply to: Really strange formatting #400547
    Steven Zahm
    Keymaster

    @ bebe

    ps. you should limit the select a little bit more so it will only ever apply to the default template … in case you ever switch templates. You would prepend #cn-card to your current selectors.

    in reply to: Really strange formatting #400539
    Steven Zahm
    Keymaster

    @ bebe

    Well, it appears there is a it of custom CSS being used to change the layout of the Default Entry Card template.

    The right side is being floated left and the left side being floated right. That’s fine as that pretty much simply just swaps the default floats.

    What you’ll need to do of tweak your custom CSS so you are not floating the left side all the way to the right.

    Probably the easiest tweak is to apply a max-width to the list body:

    div#cn-list-body {
        max-width: 600px;
    }
    

    And then apply a min-width to the flat right:

    .cn-left {
        float: right!important;
        min-width: 47%;
    }
    

    You’ll like have to tweak further to make it even more to your liking.

    Hope this helps!

    in reply to: View Profile error #400536
    Steven Zahm
    Keymaster

    @ Rick

    What is the exact shortcode used on the directory home page and the specialty areas staff page?

    Also, can you attach a screenshot of the admin edit page for OMalley.

    You can post this as a private reply.

    in reply to: View Profile error #400402
    Steven Zahm
    Keymaster

    @ Rick

    No, that looks like the correct URL to me. The cat is not part of the URL because the entry can belong to an unlimited number of categories. You would have to share a link to your directory so I can take a look.

    Make sure you have the directory home page set correctly on the Connections :: Settings admin page under the General tab.

    in reply to: simple search field #400372
    Steven Zahm
    Keymaster

    @ David

    re: I already have a great template and want to use Connections for my directory in my current template.

    If you already have a template, then you already have search. Most templates have it on by default. The exceptions would be the Circled and Gridder templates.

    To enable search in Circled, follow these docs.

    The same instructions apply to Gridder too.

    Hope that helps!

    in reply to: Bio Info appearing after update #400371
    Steven Zahm
    Keymaster

    @ Steven

    Very curious, I can not replicate the issue. If you can give me a temp WP admin login, I’ll take a closer look. The login details can be posted here as a private reply.

    in reply to: CSV Import issues #400370
    Steven Zahm
    Keymaster

    @ Greg

    That is the Import Categories Tool, notice the top of your screenshot.

    To Import CSV files for entries, you need the CSV Import extension.

    Hope that helps!

    ps. Tip, when you import entries, closely follow these docs:

    Hope that helps!

    in reply to: Customizing map field info/need phone ext to show #400355
    Steven Zahm
    Keymaster

    @ Shea

    Well, you could add the extension after the phone number like so:

    800-355-1990 Ext 1204

    That is how I see phone numbers listed in most cases.

    I bit more complex… you could add a custom phone number type, Extension and add it as a second number. See this tutorial on how to add custom phone number types.

    Hope that helps!

Viewing 10 posts - 4,541 through 4,550 (of 15,332 total)