• I just stumbled on your incredibly useful plugin

    It seems there may be an issue with how the EDITOR STYLING for pseudo ::BEFORE ::AFTER classes.
    Below is what I try to add to the Editor CSS rules box.

    .q-pp::before {
    content:”Person One:”;
    }

    but it’s changed and saved like this
    .q-pp::before {
    content:\”Person One:\”;
    }

    each time it’s saved it adds more slashes
    .q-pp::before {
    content: \\\”Person One: \\\”;
    }

    PS- This only affects the editor of course as I have my own css for the site.

Viewing 1 replies (of 1 total)
  • Plugin Author Alex Prokopenko / JustCoded

    (@aprokopenko)

    Hi Princess :),

    Thanks for the reported bug.

    We never used pseudo elements in the editor CSS. We usually use only simple styles just to highlight that element is not a standard text, so we never get this bug before.

    We will try to resolve this bug in next few weeks (unfortunately a bit overloaded right now).

Viewing 1 replies (of 1 total)
  • The topic ‘psuedo :before’ is closed to new replies.