• Hello! Recently installed the plugin, but found out that it’s not supported pre effect in text/html editor mode. Version wordpress 5.2.4.

    I want:
    `js
    var start_x:int = 50;
    var start_y:int = 150;

    if (s=2){
    ____start_x = 150;
    }
    `

    and at the website it shows as:
    var start_x:int = 50;
    var start_y:int = 150;

    if (s=2){
    start_x = 150; <—
    }

    • This topic was modified 5 years, 4 months ago by jeanwinters.
    • This topic was modified 5 years, 4 months ago by jeanwinters.
Viewing 4 replies - 31 through 34 (of 34 total)
  • Thread Starter jeanwinters

    (@jeanwinters)

    How to install this version to wordpress?

    Plugin Author Andi Dittrich

    (@andi-dittrich)

    like every other WordPress plugin – extract the files and upload them to wp-content/plugins/enlighter

    but use this version only if your familiar with WordPress development/php

    Thread Starter jeanwinters

    (@jeanwinters)

    The plugin requires to attach by writing php-code after extracted? I think I could use php, if there are how-to tuts.

    Plugin Author Andi Dittrich

    (@andi-dittrich)

    no it is ready to use – but it’s still beta software ….

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘Why not supported pre in text/html editor’ is closed to new replies.