BBPress Brian : Replies Created

Forum Replies Created

Viewing 3 posts - 11 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Form dates #275896
    Brian
    Participant

    Steven,

    Tried those and have them removed from the .js file. It looks like it starts to display the date fields, but then pops closed? Maybe missing another reference somewhere? When I searched for those 2 expressions, there was only 1 for the slideDown and 2 for the slideUp that I found.

    http://beta.berkeleycounty.org/membership/online-application/

    in reply to: Form dates #275645
    Brian
    Participant

    Steven, We want to allow organizations to enter a date in the form. We were thinking of using the SayWhat plugin to change the title to “Date Opened” so they could enter in a start of business date.

    http://beta.berkeleycounty.org/membership/online-application/

    But on the form, I just get the message “Field not available for this entry type.” I have the “birthday” field set to true… but I’m thinking that the birthday and anniversary fields are only valid for individuals? So is there a way to make them valid for organizations?

    [connections_form default_type='organization' logo='TRUE' birthday='TRUE' photo='FALSE']

    in reply to: cmap Theme not displaying correctly #267763
    Brian
    Participant

    Well… I figured it out. There is apparently a slight theme conflict with Cherry Framework on this:

    .vcard span {
    display: block;
    }

    All I needed to do was change it to:

    .vcard span {
    display: inline;
    }

Viewing 3 posts - 11 through 13 (of 13 total)