HI,
It seems that minify is not working on our site.
Both the css and js that the plugin produces are weird.
Each line contains, as a comment, the line number of the original files and nothing seems to be minified, there are a lot of spaces and new lines
JS: Minify and ‘Preserved comment removal (not applied when combine only is active)’ enabled
CSS: Combine and Minify and ‘Preserved comment removal (not applied when combine only is active)’ enabled
This is a part of wp-content/cache/minify/09ba4.default.include.a95fc3.css?x78586
/* Minify_CSS_UriRewriter::$debugText
*/
/* style.css */
/* 1 */ /* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
/* 2 */ [data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
/* 3 */ display:none;
/* 4 */ }
/* 5 */
/* 6 */ .wpcf7cf_repeater_sub {
/* 7 */ margin-bottom: 20px;
/* 8 */ }
/* 9 */
/* 10 */ .wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
/* 11 */ display: flex;
/* 12 */ justify-content: space-between;
/* 13 */ flex-wrap: wrap;
/* 14 */ margin-top: 20px;
/* 15 */ }
/* 16 */
/* 17 */ .wpcf7cf_multistep .wpcf7cf_step {
/* 18 */ /* display:none; */
/* 19 */ width: 100%;
/* 20 */ }
/* 21 */
/* 22 */ .wpcf7cf_multistep .wpcf7cf_step .step-title {
/* 23 */ display: none;
/* 24 */ }
/* 25 */The page I need help with: [log in to see the link]
