BuddyBoss Home – Web Support Forums Themes Boss. theme Doubled dropdown fields and unaligned buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #53042
    @r-padurea

    Hello, I have 2 problems that I don’t know how to solve:
    1. Drop down fields that are generated by Geodirectory plugin for some reason are doubling themselves like on the 1 image.
    2. Text fileds, dropdowns and buttons are not aligned, like on the 2nd image
    The website i’m working on is http://www.dancelifemap.com/

    Thank you for your help.

    Answers

    #53150

    Anonymous
    @

    Hi @r-padurea, Please deactivate ‘Output JavaScript on ALL form inputs’ option from wp dashboard > Buddyboss setting panel > Optimizations.

    Regards
    Pallavi

    #54148
    @r-padurea

    Hi @pallavi thank you very much it has helped, but now i have to style those dropdown select boxes the way you styled them in Boss ver.2 , and this is the code I’m having now:

    select.geodir-cat-list-tax, select.search_by_post {
    height: 40px;
    display: block;
    width: 200px;
    clear: both;
    padding: 0;
    margin: 0;
    font-size: 15px;
    position: relative;
    line-height: 22px;
    display: block;
    background-color: transparent;
    color: #4dcadd;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance:none;
    border-radius: 4px;
    border: 2px solid #4dcadd;
    box-sizing: border-box;
    padding: 4px;
    }

    The problem is that although it does seem to look kind of the same, it’s still doesn’t look like it completely, and especially I cannot seem to style that arrow that is pointing down.
    Can you please help me fix this?

    #54203

    Anonymous
    @

    Hi @r-padurea, You can add following css for drop-down arrow:

    
    select.search_by_post:after {
    font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        text-rendering: auto;
        text-decoration: inherit;
        speak: none;
        display: block;
        line-height: 1;
        content: "\f107";
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 12px;
        top: 9px;
    }
    

    Regards

    #54208
    @r-padurea

    Probably I’m doing something wrong because nothing happened after I added this code. any Ideas why it’s not working?

    #54218

    Anonymous
    @

    Hi @r-padurea, Provide your site details at [email protected] so I could get the exact class.

    Regards
    Pallavi

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Doubled dropdown fields and unaligned buttons’ is closed to new replies.