• Resolved jimhunterabdn

    (@jimhunterabdn)


    Hi Nickolas

    Great plugin which is proving very useful. Apologies if this has been asked before – if it has, I can’t find it! I’m running the latest Version 4.14.4.

    As you can see from my web page, I’m using three Additional Data Fields (also referred to as User Fields). The first two are for Simple Text/Dropdown with single word entries. The third is for Multiple Lines Text which can contain much more (several hundred characters). It would be pleasing if the input area for the last was much bigger than the first two so that the user could see their entry. I know the text area can scroll but …

    Under Settings/Placements you allow for two different User Fields (1 and 2) to be placed separately. However when it comes to Dimensions, you only allow values for both under ‘User Fields Value’. I think my problem would be solved if you allowed different dimensions for the two i.e. ‘User Fields Value 1’ and ‘User Fields Value 2’

    Thoughts? Or suggestions on how I could achieve what I’d like …

    Jim Hunter

    The page I need help with: [log in to see the link]

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

    (@nickboss)

    Hi, your problem can be solved with css.

    Try the following. Just put in in Custom CSS area of your theme.

    textarea#userdata_1_field_2 {
        min-height: 150px;
    }

    Regards

    Nickolas

    Thread Starter jimhunterabdn

    (@jimhunterabdn)

    Perfect – worked a treat. Very many thanks. Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing Additional Data Fields (User Fields)’ is closed to new replies.