Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, I tried to open your page but it returned an error.

    Nevertheless, here is how to do it:

    1. Use the visual editor of the plugin and go to Dimensions tab. There you will be able to define the width and height of the user fields.

    2. Using css. You can add css rules (in Custom CSS area of your theme or inside the Custom CSS area of the plugin if you have the Pro version) for sizing and positioning the fields as you like. This is a better approach because you can configure each field separately but requires some knowledge about css.

    I can help you on this if you want.

    Nickolas

    Thread Starter rsoriano1215

    (@rsoriano1215)

    Nickolas,

    Sorry I posted the URL incorrectly it is http://www.directconnectionmail.com/upload-a-file/

    Thank you for offering to help, would you mind providing me example code on changing the field height/lenght and adding (LF/CR) between the fields?

    -RS

    Plugin Author nickboss

    (@nickboss)

    Hi, put the following css code inside the Custom CSS area of your theme:

    label.file_userdata_label {
        width: 158px;
    }
    
    div.file_userdata_container {
      margin: 4px 0 12px 0;
    }

    let me know if looks better

    Nickolas

    Thread Starter rsoriano1215

    (@rsoriano1215)

    Hey that looks much better I tweaked it a bit. Can each individual field be modified? If so what would that syntax be? I really appreciate all your help on this!

    -RS

    Plugin Author nickboss

    (@nickboss)

    to change the width of the input box of the first field it is like this:

    input#userdata_1_field_0 {
    width: 200px;
    }

    the second is

    input#userdata_1_field_1 {
    width: 200px;
    }

    and goes on…

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I just purchased the professional version

    For pro or commercial product support please contact the author directly on their site.

    https://www.iptanus.com/contact/

    As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Additional Fields Modifications’ is closed to new replies.