Rostyk Chaikivskyi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checkbox field submits form since v 5.6@takayukister you’re right – it doesn’t submit a form but somehow it validates all required fields before the checkbox. Is it meant to validate other fields?
Forum: Plugins
In reply to: [Contact Form 7] Checkbox field submits form since v 5.6@takayukister have you tried to click on the checkbox in the shared URL?
Hey,
Yes, this new option does exactly what I was asking!
Thank you very much ??
Hey,
Thank you for your quick reply.
Sorry, I can’t share the access.
If it’s possible to have an option to hide a notification it would be much appreciated!
Thank you!
Hello,
The thing is that there’s no actual error because I’d see an SCSS error in my File Watcher. And also, everything works great so definitely no error.
The notification appears on all my websites where I use this plugin.
I’ve realized that it has something related to the “Compilation Time” config. If I select “When SCSS has changed” that notification disappears. But this way it doesn’t compile SCSS ?? So I need the “Compilation Time” to be “Always” then it works perfect but I have this annoying notification.
Could you please check if it’s fixable? Or maybe add a new option to the plugin configs “Don’t show Compiling Errors at all”?
Thanks in advance!
Forum: Plugins
In reply to: [WP-SCSS] updated to wp-scss 2.0, but I got an error.UPD:
Removing this line helped to make the site work but without it SCSS doesn’t compile.
define('WP_SCSS_ALWAYS_RECOMPILE', true);
Once I get it back the site works and SCSS compiles.
So I guess here is something wrong with the plugin update as I also got this message from Smart Plugin Manager which was trying to update WP-SCSS:
The website is not compatible with new version of WP-SCSS
There is a new plugin update available for your site. We did not apply the update due to the update failing our visual testing.
Forum: Plugins
In reply to: [WP-SCSS] updated to wp-scss 2.0, but I got an error.Hey,
I’ve got the same error:
Uncaught Error: Class 'Leafo\ScssPhp\Formatter\Compressed' not found in ***/plugins/wp-scss/scssphp/src/Compiler.php:243
I have this line in my theme and I guess it was causing the error:
define('WP_SCSS_ALWAYS_RECOMPILE', true);
Once I’ve removed that line looks like the plugin works well now.
Hi Andrew,
Thanks for your help.
Here is the list of my plugins (https://prntscr.com/nrsjli) and I don’t think that some of them add features to the classic editor.
Actually, I’ve checked the classic editor (the_content) in the single page of custom post type and paragraphs and line breaks appear there!
So the only issue appears in the ACF Pro WYSIWYG field and I think that this is related to ACF Pro combined with TinyMCE Advanced.
Thanks for a quick response.
When I enable “Edit as HTML” in the Classic Paragraph in the block editor (https://prnt.sc/nqybqu) and then I’m checking in Console – everything works just like you’ve described.
But when I enable the “Text” tab in the Classic Editor (https://prnt.sc/nqyemb) and check in Console – both return
true
.I hope this will help ??