-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom element disappeared after refreshing the preview #138
Comments
Same here, I proposed #139, but I don't know if thats how @Enclavelyio wants to go about it, but it fixed our scenario which seems like the same as yours |
@conwaydev Nice! It seems to be worked for me, but let see what @Enclavelyio will do to fix it. |
@conwaydev I don't think that it happened only to custom namespaced elements, I tried to install tailor official sample extension which has I think it's a critical bug and @Enclavelyio or @andrew-worsfold should take a look at this. |
@conwaydev Just pulled a new changes #140 the problems is only on stripping out |
Nice, closed mine, yours works for us! |
* Added - The ability to modify the default media query sizes. * Improved - Frontend CSS is automatically recompiled from project SCSS files when Customizer settings are updated. * Improved - The performance of the tailor_modify_colorpicker function. * Fixed - Element CSS not loading when restoring the "Initialized" history snapshot. * Fixed - Notice of undefined index [body_class] displayed on the Gutenberg edit screen [GitHub 134](#134). * Fixed - Certain character sets are not being encoded properly [GitHub 137](#137). * Fixed - Custom elements are not being correctly extracted from saved HTML content [GitHub 138](#138).
Looks like the issue has been resolved in the new release. |
Not really though, updated to the 1.8.1 custom elements still can't be extracted from post content, I don't know why my commit it's worked on 1.8.0, probably some other changes affecting to it. But after some digging, I found that So I pull another commit #143 to make sure it's fired at the very end. |
Yeah same for us thanks @reefki |
Latest release and have the same issue with elements going missing after saving and reopening the editor. |
I can confirm the same problem. The commit in #143 fixes the problem. |
Everything was fine when adding my custom element into the canvas and hit the save button, I could see my custom element in the front end. However, if I refresh the preview window it gets disappeared while it's still visible on the front end and WordPress content editor. Here is what I see in the content editor:
This is happened after updating Tailor plugin from 1.7.4 to the latest version 1.8.0, I was never facing this problem on previously.
Below is my custom element codes:
The text was updated successfully, but these errors were encountered: