Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @globaldisciples,

    Thanks for posting!

    It’s still available within our Text Editor module. Something else must have stopped it from working or removed it from the editor. Let’s have you go through the plugin deactivation route first to isolate the issue, i.e., disable all plugins and test the Beaver Builder while reactivating each to determine if the issue is related to a 3rd party plugin.

    Let us know how it goes! ??

    Ben

    Thread Starter globaldisciples

    (@globaldisciples)

    This fixed it .fl-editor-field .hide-if-no-js {
    display: initial;
    }

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Glad to hear you figured it out, @globaldisciples! And thanks for taking the time to inform us. ??

    Enjoy!

    Ben

    Thread Starter globaldisciples

    (@globaldisciples)

    Better code that doesn’t disable the add media button

    .fl-editor-field .hide-if-no-js {
    display: block;
    }

    Thread Starter globaldisciples

    (@globaldisciples)

    Nevermind now that hides pictures in the WYSWIG

    Thread Starter globaldisciples

    (@globaldisciples)

    .fl-editor-field .hide-if-no-js {
    display: inherit!important;
    }

    Works ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Missing HTML view in Text Editor’ is closed to new replies.