BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 6,591 through 6,600 (of 15,332 total)
  • Author
    Posts
  • in reply to: Profile Page Formatting #360997
    Steven Zahm
    Keymaster

    @ Brett

    This was in the theme’s custom CSS area:

    #cn-list .vcard,
    #cn-list .vcard span {
        display: initial;
        margin: 0;
        padding: 2px;
        border: none;
        font-size: 13px;
    }
    
    #cn-list div.vcard{
        display: block;
    }
    

    This was causing the problem. I commented it out so it would not be applied and it fixed the issue.

    Hope that helps!

    in reply to: hours extension in cmaps #360993
    Steven Zahm
    Keymaster

    @ CEOMR

    It is possible but that would have to be custom coded into the template.

    Steven Zahm
    Keymaster

    @ David

    Well, that was easy! Let me know if you need anything else.

    in reply to: Profile Page Formatting #360989
    Steven Zahm
    Keymaster

    @ Brett

    The page requires a login so I can not see it. Can you please give me a login too? Thanks!

    Steven Zahm
    Keymaster

    @ tracey

    This is because the active template is still the default template. Go to the Connections : Templates admin page and activate the Excerpt Plus template. Hope that helps, please let me know.

    in reply to: Users unable to edit in the front end #360985
    Steven Zahm
    Keymaster

    @ Patricia

    Ok, I’ve logged in… the “When this option is enabled a “Submit New Entry” link will be displayed. When a user clicks this link they will be taken to a page where they can submit their entry to the directory.” option was still enabled. I disabled it.

    Now, the settings are correct but the link still did not show up for the test user. After a little a digging I noticed that you test user “cp” is “linked” to a non-existing entry in Connections. So, somehow, your test user “cp” got out of sync.

    My suggestion, delete you test user and re-add it going thru the same process your customers go thru.

    On the plus side, the admin login, the entry is linked and the view and edit links display exactly as they should. I noticed there are many other users that are linked too. I suspect the links show just fine for them to. My guess is that just the test user “cp” somehow got messed up.

    I did end up delete your test entry in Connections while testing so that is longer in the directory.

    Let me know if this helps.

    in reply to: cMap: Expand and collapse blocks #360978
    Steven Zahm
    Keymaster

    @ George

    There’s no way to deal with that in pure CSS that I am aware of. About a year ago or so I did some custom work where columns were needed and had issue with headers at the ends of columns. I ended up using the jQuery plugin to do it.

    https://github.com/adamwulf/Columnizer-jQuery-Plugin

    If you can add the dontsplit class to the span classedasadr` that should make it so addresses are not split when the jQuery plugin creates the columns.

    Hope that helps.

    in reply to: Looking for exact image dimensions for Tile Plus #360977
    Steven Zahm
    Keymaster

    @ Dani

    re: Since there isn’t a place to upload an image with those dimensions, from which image (med, large, etc.) does it pull from and can/should I change those image dimension settings to 100px x 130px or will it mess something else up?

    No, nothing will get messed up. The is one change you could make, I’ll elaborate in the following answers.

    re: Which images do the contact detail page use?

    It will use the medium image size.

    re: what I would like to do is have images sent to me in the exact dimensions they need to be uploaded – without any cropping or disproportional resizing needing to be done by the system at all. Is that possible?

    Any multiple of 100×130 would be fine. For example:

    • 100×130
    • 200×260
    • 300×390

    You could choose a large size for your users to send in. Then set the medium image size to a size smaller than you are asking the user for and then let Tile Plus auto create the smallest size. As long all are sizes are a multiple of 100×130 it should be fine.

    Does that help?

    in reply to: Imports not showing. #360920
    Steven Zahm
    Keymaster

    @ Anthony

    Good to hear you have it figured out! The next update to the CSV Import will add support for importing nested categories. As a workaround for now, you can import you categories first, see this doc page on importing nested categories. The when you import your entries, you only need to add the names to the categories and they will be added to the preexisting category no matter where it is in the nesting.

    Hope that helps!

    in reply to: Unable to add new entries #360919
    Steven Zahm
    Keymaster

    @ Christine

    Great to hear!

Viewing 10 posts - 6,591 through 6,600 (of 15,332 total)