EnlighterJS / Plugin.WordPress

:package: Official WordPress Plugin of EnlighterJS
http://wordpress.org/plugins/enlighter/
GNU General Public License v2.0
115 stars 18 forks source link

Using the Raw button #237

Closed ajtruckle closed 4 years ago

ajtruckle commented 4 years ago

Example: FloatingToolbar If I click the Raw button the code block vanishes. Is this because I added additional CSS code to my website (for bbPress):

.enlighter-default .enlighter-raw {
    display:none !important;
}

? Or is this a bug?

For now I am hiding that button since they can click Copy or view in Popup window.

AndiDittrich commented 4 years ago

it is caused by your custom css...your rules will never show the raw code (hide it forever)

ajtruckle commented 4 years ago

OK, I will endeavour to investigate this further.