Enclavely / tailor

Build beautiful page layouts quickly and easily using your favourite WordPress theme.
https://www.tailorwp.com
GNU General Public License v3.0
1.05k stars 102 forks source link

Wordpress 4.8: Text Widget WYSIWYG editor #127

Open codeeverything opened 7 years ago

codeeverything commented 7 years ago

Seems that the change to the Text Widget in 4.8 means this no longer works in Tailor?

4.7.5: http://imgur.com/a/QYvKo 4.8: http://imgur.com/a/ID0Hk

I guess this is because some JS needs to be loaded (WP is using the TinyMCE editor I believe)?

https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/

As an aside, being able to load any JS/CSS that a widget might be reliant on in general would be a useful addition to Tailor.

Do you have a roadmap for supporting v4.8 in general?

andrew-worsfold commented 7 years ago

@codeeverything -

The new media widgets are a new feature in WordPress 4.8 and this issue applies to all of them (text, image, video, audio). Unfortunately it's not as easy as just enqueuing another JS file, but should be possible to support. I will investigate for a future release, but am unaware of exactly when this will be ready at this stage.

chadsterBAM commented 6 years ago

Is tailor stripping styles on output content? I have a class applied to a button in a text area in tailor, but the output doesn't include that class.

ina6ra commented 6 years ago

@codeeverything @andrew-worsfold @chadsterBAM

Hi everyone. It is not a complete solution, but it was solved by using a custom text-widget plugin.

please refer. thanks.