Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • euge001 Friend
    #202947

    Hello!

    In jak2filter.v1.1.0 it was easy to style dropdown select list because of clear code and ul-li list model.

    But I broke my head already trying to style jak2filter.v1.1.8 in more or less good way. But I’m still out of big success.
    I can’t understand where to style this “select option value” list at all. Even can’t change border for dropdown list group.
    You have border there and very tiny padding and line height that can’t be changed in template.css or in mod_jak2filterassetscssstyle.css files.

    I’ll be very grateful for any suggestions.
    Thank you!

    Luna Garden Moderator
    #556302

    Hi,

    How do you want to change the “Select” option ? I’ll help you style for it. Or send me your site URL here, I’ll take a look.
    To style the selection list you can try my CSS suggestion bellow:


    #ordering optgroup {
    font-size: 18px; //change font size of all option
    }
    #ordering is the ID of the selection.

    #ordering optgroup[label] {
    font-weight: normal; //remove the border of option label
    }

    euge001 Friend
    #556312

    thank you for your answer, Luna.

    Actually this problem not just about last FIlter Version, but all of them. And the problem is in my programming skills not in a fllter itself.
    I use Easydropdown Jquery Plugin to style my filters https://github.com/patrickkunka/easydropdown

    In helper.php I put (near line 584)

    $attrs = array(‘class’=>’dropdown’);
    instead of
    $attrs = array(‘class’=>’exfield exgroup’.$field->group);

    to provide Easydropdown Jquery Plugin enabling.

    It works fine in case of “Auto Filter – NO”

    The problem is when I choose “Auto Filter – YES” option.

    Many thanks in advance, if you can help me 🙂

    Luna Garden Moderator
    #556442

    You can PM me your site’s credentials i.e: URL, login info, it’s better with a closer look and give you suggestion

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

This topic contains 4 replies, has 2 voices, and was last updated by  Luna Garden 9 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum