We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ViorelEremia Not sure if it is connected to page builder 100%
I have a preview button above the page builder http://prntscr.com/lynxc4 this just triggers a post-preview click
$( '.thz-builder-preview' ).on( 'mousedown touchend', function (e) { e.preventDefault(); $( '#post-preview' ).trigger('click'); });
it worked without issues until latest builder and WP 5.0.2
now if you run this in console while builder is open
$( '#post-preview' ).trigger('click');
there is quick flash of Unyson preloader icon and the action now triggers a full save , not preview. Here video http://take.ms/kERlAo
I cant nail it because it happens on/off but 90% of the clicks
Did you attach any events or anything else to post-preview click?
The text was updated successfully, but these errors were encountered:
Please note that I have Gutenberg disabled via https://gist.github.com/danyj/ec00057550fd6f73995ab2f8fc8b729f
Sorry, something went wrong.
No branches or pull requests
@ViorelEremia Not sure if it is connected to page builder 100%
I have a preview button above the page builder http://prntscr.com/lynxc4
this just triggers a post-preview click
it worked without issues until latest builder and WP 5.0.2
now if you run this in console while builder is open
$( '#post-preview' ).trigger('click');
there is quick flash of Unyson preloader icon and the action now triggers a full save ,
not preview.
Here video http://take.ms/kERlAo
I cant nail it because it happens on/off but 90% of the clicks
Did you attach any events or anything else to post-preview click?
The text was updated successfully, but these errors were encountered: