Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rkvisit

    (@rkvisit)

    i edited css and got the work done but i dont know this will fix exactly my issue.
    .vcard-block{
    display:none;
    }
    #cn-entry-actions{
    list-style: none;
    }
    .fn.n.notranslate span{
    line-height: 1.1;
    color: inherit;
    font-weight: normal;
    font-size: 26px;
    }
    .fn.n.notranslate{
    line-height: 0;
    font-size: 0;
    color: transparent;
    }
    .cn-biography h4{
    text-indent: -9999px;
    line-height: 0;
    }
    .cn-biography h4:after{
    content:’Member Info:’;
    text-indent: 0;
    display: block;
    line-height: initial;
    }

    Plugin Author Steven

    (@shazahm1hotmailcom)

    @ rkvisit

    Well, first things first… if you do not enter anything in the field, nothing will be shown, so you do not need to hide it because it will not be displayed in the first place.

    Now, looking at your CSS it looks like you doing this the hard way…

    To change strings in Connections, see this QuickTip.

    And if you want to enter data into fields but not have those fields display. Assuming you are using the Default Entry Card template you can use the Template Customizer to to off those fields. Go to the Connections : Templates admin page and click the Customize button for the Default Entry Card template. You will see options in the Customizer to turn off fields you do not want to the displayed. Make sure to fully explore the Template Customizer options because there are many options available that you can use to tweak the template.

    Hope that helps!

    ps. If you do not have the Customize button… make sure to update Connections.

    pss. Why are you hiding the entry name? That seems like a rather critical piece of information.

    Thread Starter rkvisit

    (@rkvisit)

    It was a mistake of mine i tried to remove some fields i don’t need user to enter in connection plugin by just edit their attributes.i hide the first name field and has renamed prefix in to something. Total my mistake!i could have keep first name field and remove the other..!and another function read this database to get several tasks done.so now easiest thing is to get rid of this in this way i felt!

    Thread Starter rkvisit

    (@rkvisit)

    sorry for bad English! now only i noticed!i am not allowed to edit it now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit Card View’ is closed to new replies.