BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,771 through 9,780 (of 15,332 total)
  • Author
    Posts
  • in reply to: Need 1800's in the dates #308416
    Steven Zahm
    Keymaster

    @ Monica

    Apologies for the delay, I missed your replies. The forum does not notify me when private replies are left.

    I did log in but it is just a subscriber account, I’ll need a temp admin account.

    To further debug the issue I would need an admin account temporarily. The login details can be sent via the contact link at the bottom of the page. Please paste a link to this forum thread so I can relate the two.

    Thanks!

    Steven Zahm
    Keymaster

    **@ Rick **

    re: Need to remove the Organization and Department fields in “Form” to prevent confusion.
    This can only be done with CSS. Add the following to the theme’s custom CSS area:

    div#cn-metabox-section-organization,
    div#cn-metabox-section-department {
      display: none;
    }
    

    re: Need to force Individual and Private entry types to keep the self-submitting data clean.
    Go to the Connections : Settings admin page and click the Form tab. Disable the “Permit the user to select the entry type to be submitted.” option and set the “Default Entry Type” option to Individual.

    Unfortunately there is not a real good method to force private. This is within Form where you want to change it, right?

    The only thing I can think of is adding a filter that will always force the entry to private not matter what the user sets. Will that be a workable option for you?

    in reply to: Most Locations pointing to the same wrong location #308358
    Steven Zahm
    Keymaster

    @ Xavier

    They can be sent using the contact link at the bottom of the page. When you send the details, please paste a link to this forum thread so I can relate the two.

    in reply to: I need the "Show Details" tab back, Steve #308357
    Steven Zahm
    Keymaster

    @ Joel

    I gave a possible solution to the missing images in this reply.

    in reply to: Images Gone After Server move #308356
    Steven Zahm
    Keymaster

    @ Joel

    You need to remove the CSS that I mentioned in my last reply:

    #cn-cmap .cn-bio-anchor.toggle-div {
      display: none;
    }
    
    in reply to: Conflict with Formidable Pro #308354
    Steven Zahm
    Keymaster

    @ Paul

    The readme file will need to be deleted on updates, not the others.

    in reply to: Name link not working #308352
    Steven Zahm
    Keymaster

    @ Mark

    Great to hear that fixed the issue!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!

    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Photo Borders #308351
    Steven Zahm
    Keymaster

    @ Kevin

    Removing the borders will have no effect as they are not part of the picture, they just surround the picture. You have two options. The first, re-upload an image with more space at the top of the image … the crops Connections makes are center weighted. Another option is to try the Face Detect extension for Connections. It attempts to detect a face in the image and tells Connections to shift the crop center so heads are not cropped.

    Hope that helps!

    in reply to: Cirlcled installation #308350
    Steven Zahm
    Keymaster

    @ Sergio

    If you want to use different templates on different pages you need to use the template shortcode option.

    Here’s an example:
    [connections template="circled"]

    Hope that helps!

    in reply to: Update – drop down & clear search not working #308348
    Steven Zahm
    Keymaster

    @ ciba

    Thanks! I just added it.

Viewing 10 posts - 9,771 through 9,780 (of 15,332 total)