Viewing 3 replies - 1 through 3 (of 3 total)
  • close

    (@close)

    This should help. In multiedit.js, change line 33.
    from: jQuery(‘#multiEditControl’).append(jQuery(‘#multiEditHidden span’));
    to: jQuery(‘#multiEditControl’).append(jQuery(‘#multiEditHidden span.multieditbutton’));

    Thread Starter websydaisy

    (@websydaisy)

    Yes! That fixed it, thank you SO much!

    close

    (@close)

    You’re welcome.
    I noticed your tabs need some fine-tuning as well. Mine are looking better since I changed the stylesheet. These are the ones:

    #multiEditControl {
    border-bottom: 1px solid #21759B;
    line-height: 2em;
    height: 2em;
    margin: 3em 0 1em 0;
    display: block;
    }
    
    #multiEditControl span.multieditbutton {
    display:inline-block;
    margin:-1px 5px 0 5px;
    background:#f1f1f1;
    border:1px solid #ccc;
    border-bottom: 0px;
    padding: 0 10px;
    cursor: pointer;
    color: #21759B;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    }
    
    #multiEditControl span.multieditbutton.selected {
    background:#fff;
    border-color: #21759B;
    padding-bottom: 1px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Page.ly MultiEdit] Tabs on page editor get totally hosed up’ is closed to new replies.