Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter awpt

    (@awpt)

    Oh please ignore my question just found the problem was in a css file of my theme its not a plugin issue

    label:after {
        content:'<>';
        font:11px "Consolas", monospace;
        color:#aaa;
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg);
        right:8px; top:2px;
        padding:0 0 2px;
        border-bottom:1px solid #ddd;
        position:absolute;
        pointer-events:none;
    }
    label:before {
        content:'';
        right:6px; top:0px;
        width:20px; height:20px;
        background:#f8f8f8;
        position:absolute;
        pointer-events:none;
        display:block;
    }

    this was causing the issue thanks for the plugin great job

    Plugin Author Ultimate Member

    (@ultimatemember)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Charachters Problem’ is closed to new replies.