• Hi Jim-

    I just had one minor suggestion for your next update. Sometimes, the page titles are rather long. As a result, the Jump Menu (which is one of my developer’s MUST HAVES on all my sites, btw) hops to a second line.

    I don’t ever use the Chosen feature, just personal preference. So you can edit:

    Line: 583 in wp-jump-menu.php

    $wpjm_string .= '<select id="wp-pdd" data-placeholder="Select to Edit" style="width: 250px;word-wrap:normal;">';

    Actually I found it could work that way or just removing the width: 250px would allow the select box to size to the largest Page/Post title. But the above way keeps the 250 width, eliminates the wrapping to a second line, and still keeps the standard dropdown the full width of the longest page title.

    If you feel that you want to allow people a little more control, perhaps you can add a width parameter in the settings.

    Either way, I can keep going in and editing it myself for every site I build and then install this great utility on, but I thought I would ask.

    Thanks…fellow WP Plugin Developer…

    Johnny

    http://wordpress.org/plugins/wp-jump-menu/

Viewing 1 replies (of 1 total)
  • Plugin Author James Krill

    (@jkrill)

    The width: 250px is specifically for using chosen, so I can add a conditional that doesn’t include it if you don’t have chosen selected.

    What browser are you using? IE?

    Thanks for the tip!

Viewing 1 replies (of 1 total)
  • The topic ‘One Little Addition’ is closed to new replies.