Column break color picker

Support MB Columns Column break color picker

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #429
    MaxellMaxell
    Participant

    Hi Rwilis,

    I love your plugin its amazing and flexible. Yesterday I both Tabs and Columns extensions, I have 4 different colors options to choose from so I created 4 columns, looks great until I click on the color picker, because its within the inline div, it doesnt float, but looks really bad, please check the screenshot below. Turn around will be to set CSS to float the color picker DIV.. Can you please help here.. Thanks..

    #437
    MaxellMaxell
    Participant

    Hi.. can someone please help..

    regards

    #439
    Anh TranAnh Tran
    Keymaster

    Hi Maxell, I've just retested the color picker with Columns extension. In my test, the "picker" isn't resized like in your screenshot:

     

    Can you please give me code for registering meta boxes to check it again? Also can you try with latest version of Meta Box and clear cache?

    Thanks.

    #440
    MaxellMaxell
    Participant

    Thanks Anh, I am away but I will check it after 7-8 hours and will get back to you on this, but if I am not mistaken I have the latest version of Meta Box..

    BTW - I was testing it in Firefox, I will let you know..

    PS: Do you also work on custom projects ?..

    regards

    #441
    Anh TranAnh Tran
    Keymaster

    Great, I've just re-tested with Firefox and see the same result.

    PS: Yes, I work on custom projects, but I'm full of work now. Maybe in the next 2 months 🙂

    #442
    MaxellMaxell
    Participant

    🙂 next 2 months.. lol.. Good..

    Anyways, Thanks.. I will check and get back to you on this..

    cheers

    #456
    MaxellMaxell
    Participant

    Hi Anh, I have download the latest version of metabox, but it remains the same, cleared cache, every possible things, but it remains the same.. its just a matter of CSS, can you please tell me where exactly you modified the code for color-picker so I can see what I can do myself..

     

    regards

    #457
    MaxellMaxell
    Participant

    ok, I came up with a fix, edit color.css in meta-box main CSS, and add the following lines to fix it..

    .rwmb-color-wrapper .iris-picker  {
    position: absolute;
    background: #ffffff !important;
    border: 1px solid #f8f8f8 !important;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    -moz-box-shadow:  0 0 20px rgba(0,0,0,.3);
    -webkit-box-shadow:  0 0 20px rgba(0,0,0,.3);
    z-index: 5;
    cursor: ns-resize;
    }

    regards

    #463
    Anh TranAnh Tran
    Keymaster

    Thank you for your solution. I'll check that again and add to new version of Meta Box.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Column break color picker’ is closed to new replies.