• Resolved Ashish_Vim

    (@ashish_vim)


    Hello everyone,

    This plugin is really great πŸ™‚

    But I would like to do a little modification concerning the drop down list.

    Well I am running a directory listings website under localhost. The drop down list shows only categories that a listing is assigned to them, but not showing empty categories. I want it to display all categories whether it is empty or not.

    Any help please.

    And I would like to add one more thing, is there any way to customize the submit button, rename the text, add a color to it or an image.

    Thanking you in advance!

    http://wordpress.org/plugins/search-filter/

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

    (@designsandcode)

    Hi Ashish_Vim, please see latest update

    There are quite a few changes and improvements so you may need to make some modifications to your shortcode but I have added now an additional argument called hide_empty which does exactly what you need!

    If you like the plugin please consider rating it πŸ˜‰

    Plugin Author DesignsAndCode

    (@designsandcode)

    Oops, just to add, the text on the submit button can be updated by using “submit_label”, the styling can be updated using simple CSS, use a selector like:

    input[type=submit]
    {
        border:1px solid #f00;
        /* ...more styles here  */
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop down list’ is closed to new replies.