Title: Michał Dudziński's Replies | WordPress.org

---

# Michał Dudziński

  [  ](https://wordpress.org/support/users/fotoduda/)

 *   [Profile](https://wordpress.org/support/users/fotoduda/)
 *   [Topics Started](https://wordpress.org/support/users/fotoduda/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fotoduda/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fotoduda/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fotoduda/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fotoduda/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fotoduda/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/fotoduda/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/fotoduda/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] High LCP & Render Blocking JS](https://wordpress.org/support/topic/high-lcp-render-blocking-js/)
 *  [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/high-lcp-render-blocking-js/#post-18249318)
 * I managed to decrease the impact of CookieYes on PageSpeed in two steps.
    1. Make it not being the LCP, i.e. make it smaller. My stats show, that less than
       1% of the visitors chose to customize the cookie consent, so I got rid of that
       button. Also cut down the text to bare minimum.
    2. Eliminate the script.js from Render Blocking resources. I use Flying Scripts
       plugin on all my websites to delay loading various JS files (cookies, Google
       tags, tracking scripts, chatbots etc.) at least 3s after the initial page load.
       It doesn’t impact user experience, but all those scripts do not count as render
       blocking anymore.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) – Quiz Maker & Survey Maker] Contact – show after quiz – not working](https://wordpress.org/support/topic/contact-show-after-quiz-not-working/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/contact-show-after-quiz-not-working/#post-18193889)
 * That was quick. And it works.
 * This is how you get 5 stars 😉
 * Thanks for the support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) – Quiz Maker & Survey Maker] Contact – show after quiz – not working](https://wordpress.org/support/topic/contact-show-after-quiz-not-working/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/contact-show-after-quiz-not-working/#post-18172897)
 * Hi [@dhanush22](https://wordpress.org/support/users/dhanush22/)
 * I run some test, no caching, new quiz.
 * As soon as I edit one Label, the contact form appears before the questions and
   changing the setting has no effect.
 * I run WP 6.7.1 and plugin version 9.2.2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) – Quiz Maker & Survey Maker] Contact form appears before the quiz starts](https://wordpress.org/support/topic/contact-form-appears-before-the-quiz-starts/)
 *  [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/contact-form-appears-before-the-quiz-starts/#post-18154504)
 * I’m having the same problem. Setting the option to ‘after’ has no effect, it 
   still shows before. I have changed the button labels as I need them in Polish.
   
   I have the latest version of the plugin and WP, PHP 8.0.
    -  This reply was modified 1 year, 8 months ago by [Michał Dudziński](https://wordpress.org/support/users/fotoduda/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPVulnerability] Wrong plugin identified as vulnerable](https://wordpress.org/support/topic/wrong-plugin-identified-as-vulnerable/)
 *  [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/wrong-plugin-identified-as-vulnerable/#post-17303481)
 * Hello,
 * I have a similar problem. [ai-engine](https://wordpress.org/plugins/ai-engine/)
   plugin is being recognised with having a vulnerability in version below 4.7.8,
   when in fact it the latest version is 2.1.3.
 * The vulnerability details suggest the affected plugin is called WordPress Chatbot,
   AI Chatbot or WPBot Lite, not the AI Engine plugin.
 * Is it a case of a mismatched ID as well?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] NBSP in Advanced Text headers break the anchors for Table of Contents](https://wordpress.org/support/topic/nbsp-in-advanced-text-headers-break-the-anchors-for-table-of-contents/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/nbsp-in-advanced-text-headers-break-the-anchors-for-table-of-contents/#post-16870764)
 * [@chitocamacho](https://wordpress.org/support/users/chitocamacho/) I mean, when
   you add the Table of Contents block to the post, it automatically generates an
   _id_ in the HTML markup of every header in the post, so it can link to them.
 * Now I can see the issue is a conflict with the ‘Orphans’ plugin. That plugin 
   adds automatic `&nbsp;` after solitary letters in the post content, so they don’t
   hang at the end of the paragraph.
 * If I add the `&nbsp;` to the header manually, the ToC block works just fine, 
   but when that non-breaking-space is added by the ‘Orphans’ plugin, the _id_ is
   not created and the links are broken.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Orphans] Conflict with Kadence Blocks’ list block](https://wordpress.org/support/topic/conflict-with-kadence-blocks-list-block/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/conflict-with-kadence-blocks-list-block/#post-16472336)
 * Hi [@iworks](https://wordpress.org/support/users/iworks/)
 * I encounter the problem with standard 3.0.4 version.
 * Michał
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Orphans] Conflict with Kadence Blocks’ list block](https://wordpress.org/support/topic/conflict-with-kadence-blocks-list-block/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/conflict-with-kadence-blocks-list-block/#post-16469976)
 * Hi [@iworks](https://wordpress.org/support/users/iworks/)
 * Yes, rolling back to 3.1.0 fixes the issue for me.
 * Kind regards
 * Michał
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flying Scripts: Delay JavaScript to Improve Site Speed & Performance] Plugin not working with PHP 8.x](https://wordpress.org/support/topic/plugin-not-working-with-php-8-x/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/plugin-not-working-with-php-8-x/#post-16180247)
 * [@gijo](https://wordpress.org/support/users/gijo/) I have found the issue.
 * I had empty lines in the Keywords list (I had many scripts to block and tried
   to organize them that way).
 * It was no problem when using PHP 7.4, but after switching to PHP 8.0 it caused
   some kind of error and prevented all of site’s JS files to from loading completely.
   That error was not logged into console, or WP DEBUG.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flying Scripts: Delay JavaScript to Improve Site Speed & Performance] Plugin not working with PHP 8.x](https://wordpress.org/support/topic/plugin-not-working-with-php-8-x/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/plugin-not-working-with-php-8-x/#post-16177088)
 * [@gijo](https://wordpress.org/support/users/gijo/) I checked again.
 * Still, no console errors. Wp_debug true – no errors.
 * Running Astra Pro theme. WP 6.1. All up to date. PHP 8.0.
 * With FS enabled, no JS files are loaded, none at all. All plugins disabled, no
   difference.
 * Where to look now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Schedule Appointments] Error loading API](https://wordpress.org/support/topic/error-loading-api/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/error-loading-api/#post-16088490)
 * I have found a conflict with Flying Scripts plugin deferring one particular script.
 * My problem is resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Orphans] 2.9.10 Fatal error](https://wordpress.org/support/topic/2-9-10-fatal-error/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/2-9-10-fatal-error/#post-15528089)
 * [@iworks](https://wordpress.org/support/users/iworks/)
 * Thanks for a quick response. 2.9.11 fixed all the problems.
 * And yes, I know, I have to update my PHP but it’s out of my hands unfortunately.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] 2.1.0 critical error](https://wordpress.org/support/topic/2-1-0-critical-error/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/2-1-0-critical-error/#post-15375752)
 * Hi [@webtoffee](https://wordpress.org/support/users/webtoffee/)
 * 2.1.1 fixed the problem for me. Thanks for a quick response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grids: Layout builder for WordPress] Area padding on mobile not working](https://wordpress.org/support/topic/area-padding-on-mobile-not-working/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/area-padding-on-mobile-not-working/#post-15345292)
 * Hi [@simo_m](https://wordpress.org/support/users/simo_m/),
 * Yes, 1.3.6 update fixed the issue for me, thanks for help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grids: Layout builder for WordPress] 1.3.0 update and grid template rows](https://wordpress.org/support/topic/1-3-0-update-and-grid-template-rows/)
 *  Thread Starter [Michał Dudziński](https://wordpress.org/support/users/fotoduda/)
 * (@fotoduda)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/1-3-0-update-and-grid-template-rows/#post-15313892)
 * Hi [@andg](https://wordpress.org/support/users/andg/),
 * I’m using Chrome, cache is cleared and hard reloaded. I can see this CSS in the
   inspector in Block Editor:
 * grids.css?ver=1.3.3
 *     ```
       @media screen and (min-width: 783px)
       .grids-areas-wrapper>.editor-inner-blocks>.editor-block-list__layout, .grids-areas-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout {
           display: grid;
           position: relative;
           grid-template-columns: var(--section-columns);
           grid-template-rows: var(--section-rows);
       }
       ```
   
 * and that `--section-rows` variable has this value:
 * `repeat(6, 1fr);`
 * So you can see the rows have a fixed `1fr` height, whereas on the front-end they
   have value `auto` so they adapt to the content and collapse when necessary.
 * Regards,
    Michael

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/fotoduda/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/fotoduda/replies/page/2/?output_format=md)