• Resolved Vladimir

    (@vladav)


    Hi, may I ask you, when I want to add/edit message text, the editor is opened in Code mode – is it possible to change it to be opend in Visual mode?
    Many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Swathi S

    (@swathiswpfront)

    Hello @vladav,

    To switch to visual mode, click on the Visual tab in the settings page under message text.

    I hope this helps!

    Thanks!

    Thread Starter Vladimir

    (@vladav)

    Hi, thank you, I know / I did it of course 🙂 I am just wonder if there is a way to keep this setting – each time when I open plugin settings, the editor mode is in code view. It is not problem for me, but for customer.

    Plugin Support Swathi S

    (@swathiswpfront)

    Hello @vladav,

    I apologize, but it seems that changing the default editor is not possible with our plugin.

    But you can use filter for this. please refer the below code

    add_filter('wp_default_editor', function() {
    return 'tinymce'; // or 'html' for Text tab
    });

    I hope this helps!

    Thanks!

    Plugin Support Swathi S

    (@swathiswpfront)

    Resolving due to inactivity. If you have any queries please feel free to get in touch with us.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Content window’ is closed to new replies.