short field of sinlgle line text

This topic is: not resolved

This topic contains 3 replies, has 3 voices, and was last updated by  maor 3 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162666

    mts
    Member

    offtopic//
    I have the same problem with my mts[]webdesign-in.de
    no emails to this account,

    #162667

    volomike
    Member

    The CSS you’ll want to add in somehow is this:

    <pre>
    BODY .pod_form .txt {
    width:700px;
    }
    </pre>

    Note in my case though I also have my CSS such that the fields are on a new line, and that CSS was:

    <pre>
    BODY .rightside {
    width:100%; /* just looks better */
    }

    BODY .area textarea, .desc, .code {
    width: 99%;
    height: 200px;
    border: 1px solid #E3E3E3;
    /* the following hack fixes IE with PODS */
    width: 800px9
    }
    </pre>

    You see, I built a custom Client Admin theme plugin that hooks (via add_action(‘admin_head’)) the admin so that I can insert my own CSS and jQuery stuff. At that point I can run the above CSS as well as do other jQuery tasks like iterate menus and rename or hide things, etc.

    If you’re interested in making theme plugins for the admin pages so that you can insert your own CSS and jQuery calls, read this page from WordPress and also investigate the Fluency plugin on how they do things in their source code.

    http://codex.wordpress.org/Creating_Admin_Themes

    Otherwise, you can try to edit the Pods Plugin source, but then you’ll be stuck with problems once the plugin gets updated on the WordPress site and your client (or you) chooses to update that plugin. That’s why I like the admin theme plugin that I coded because I can keep updating Pods and the theme plugin will (usually) adjust Pods the way I want it.

    Additionally, though, please make a suggestion that this field be a little wider in the Feature Requests area of this forum — I think it’s a great idea.

    #162665

    maor
    Member

    Hi,

    I just started using Pods and I see that when I choose column type of single line text, the user see a small rectangle, and if writing more then 25-30 chars it starts to scroll.

    Is there a way to make that input field wider?

    Another thing: I found that you erased my user connected to this mail (maorb(AT)yahoo.com), but I had to re-register itm since I can’t get no mails from you to my maor(AT)maorb.info mailbox! Mails from you just don’t arrive there, don’t know why..

    Thanks,
    M

    #162668

    maor
    Member

    Thanks for your detailed reply.
    I didn’t want to change the Pods CSS just for the reason you mentioned of plugin updated that will overrides it.

    This message have posted in the Feature Requests forum, so I reassign it as not resolved, to make it a small but important suggestion for the next update of Pods.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Wordpress Cloud Hosting