Title: IdeFixx's Replies | WordPress.org

---

# IdeFixx

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Static Generation is still Running](https://wordpress.org/support/topic/static-generation-is-still-running/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/static-generation-is-still-running/#post-18301400)
 * Thanks [@patrickposner](https://wordpress.org/support/users/patrickposner/)! 
   Resetting the database and plugin settings was the solution. Fast-view website
   generation is back on track.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Static Generation is still Running](https://wordpress.org/support/topic/static-generation-is-still-running/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/static-generation-is-still-running/#post-18291421)
 * Hey [@patrickposner](https://wordpress.org/support/users/patrickposner/),
 * I tried the new version `3.2.6`, but the problem is still there. Static archive
   generation still won’t cancel.
 *     ```wp-block-code
       [2025-02-07 10:23:44] [class-ss-admin-settings.php:724] Received request to cancel static archive generation[2025-02-07 10:23:44] [class-ss-archive-creation-job.php:268] Cancelling job; job is not done[2025-02-07 10:23:44] [class-ss-archive-creation-job.php:279] The queue isn't empty; overwriting current task with a cancel task[2025-02-07 10:25:04] [class-ss-admin-settings.php:724] Received request to cancel static archive generation[2025-02-07 10:25:04] [class-ss-archive-creation-job.php:268] Cancelling job; job is not done[2025-02-07 10:25:04] [class-ss-archive-creation-job.php:279] The queue isn't empty; overwriting current task with a cancel task
       ```
   
 * Reactivating the Simply Static plugin and deleting the `wp_archive_creation_job_cron`
   cron job didn’t help.
 * The live WP website is behind 401 authorization. I’ve entered the Basic Auth 
   credentials and the “Enable Basic Auth” switch is `ON`. No caching plugins or
   Redis are active. The diagnostics area shows everything is okay.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Shortcode breaks HTML](https://wordpress.org/support/topic/shortcode-breaks-html/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/shortcode-breaks-html/#post-17090318)
 * Thank you very much for your help. Your shortcode works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Shortcode breaks HTML](https://wordpress.org/support/topic/shortcode-breaks-html/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/shortcode-breaks-html/#post-17089914)
 * Probably it’s related to this pull request [https://github.com/Automattic/Co-Authors-Plus/pull/997](https://github.com/Automattic/Co-Authors-Plus/pull/997)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] How to get it working on a static website?](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/#post-17041588)
 * Thank you, [@mateuszgbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/),
   for reminding me your tutorial how to test it. It’s really easy to get it working
   with Simply Static plugin (v. 3.0.9):
    1. Additional directory must be included in General settings > Include: [your webserver
       path]/wp-content/uploads-webpc/uploads/
    2. Copy .htaccess files from non-prod to prod from /wp-content/ and /uploads/
    3. Test it; e.g. via PageSpeed Insights – Serve images in next-gen formats
 * That’s it. 😉
 * P.S.: AVIF image format works too.
    -  This reply was modified 2 years, 8 months ago by [IdeFixx](https://wordpress.org/support/users/idefixx/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] How to get it working on a static website?](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/#post-17036228)
 * [@mateuszgbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/) Well,
   not yet, I’ve to check `.htaccess` file with my webhosting provider technical
   support. Webserver still delivers `.jpg/.png` files instead of `.webp` files.
 * Here is `.htaccess` rule which (should) redirects .`jpg` to `.jpg.webp` files:
 *     ```wp-block-code
       RewriteCond %{HTTP_ACCEPT} image/webp
       RewriteCond %{REQUEST_FILENAME} -f
       RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f
       RewriteRule ^wp-content/uploads/(.+)\.jpg$ /wp-content/uploads-webpc/uploads/$1.jpg.webp [NC,T=image/webp,L]
       ```
   
 * BTW. webhosting is still the same as for non-prod website where’s no problem 
   with .`webp` images.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] How to get it working on a static website?](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/#post-17035205)
 * Ah, a complete path to the file must be used.
 *     ```wp-block-code
       RewriteRule ^wp-content/uploads/(.*)$ /wp-content/uploads-webpc/uploads/$1.webp [NC,T=image/webp,L]
       ```
   
 * 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] How to get it working on a static website?](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/#post-17034388)
 * Hi Mateusz,
 * I believe I’m little bit closer to the final solution. But my knowledge of rewrite
   rules is just basic (copy/paste – honestly). Could you spare a minute and help
   me with it, please?
 * Original image URL example:
 *     ```wp-block-code
       https://example.com/wp-content/uploads/image.jpg
       ```
   
 * .htaccess rule:
 *     ```wp-block-code
       RewriteCond %{HTTP_ACCEPT} image/webp
       RewriteCond %{REQUEST_FILENAME} -f
       RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f
       RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.webp [NC,T=image/webp,L]
       ```
   
 * Creates this URL:
 *     ```wp-block-code
       https://example.com/wp-content/uploads-webpc/wp-content/uploads/image.jpg.webp
       ```
   
 * But it should be:
 *     ```wp-block-code
       https://example.com/wp-content/uploads-webpc/uploads/image.jpg.webp
       ```
   
 * So, here’s just a slight problem with doubled `/wp-content/` in destination URL?
 * BTW. I’ve used `https://htaccess.madewithlove.com` to test the htaccess rule 
   above.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] How to get it working on a static website?](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/how-to-get-it-working-on-a-static-website/#post-17033229)
 * Hi [@mateuszgbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/),
 * Thank you so much for a quick and clear answer. I appreciate it.
 * I will give it a try. 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Sticky posts do not count in the loop?](https://wordpress.org/support/topic/sticky-posts-do-not-count-in-the-loop/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [3 years ago](https://wordpress.org/support/topic/sticky-posts-do-not-count-in-the-loop/#post-16727709)
 * Hi [@thelmachido](https://wordpress.org/support/users/thelmachido/), thank you
   very much for your kind support. My learning curve on how to use the 2023 theme
   with Gutenberg rises and yes, that takes some time, but it’s worth it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Sticky posts do not count in the loop?](https://wordpress.org/support/topic/sticky-posts-do-not-count-in-the-loop/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [3 years ago](https://wordpress.org/support/topic/sticky-posts-do-not-count-in-the-loop/#post-16724238)
 * Hi [@thelmachido](https://wordpress.org/support/users/thelmachido/), thank you
   for pointing me in the right direction – “Items per page”. Other problems I’ve
   run into are that:
    1. Sticky posts are also included on another pages, e.g. `/page/2` or `/page/3`
    2. URL of these (listing) pages is changed from `/page/2` to `/?query-0-page=2`
 * So, I left the settings `Inherit query from template` on.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Static site errors](https://wordpress.org/support/topic/static-site-errors/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [3 years ago](https://wordpress.org/support/topic/static-site-errors/#post-16710256)
 * Yes, that was it – disabling “wp donottrack” plugin solved errors in the console.
 * Thank you very much for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sitemap by BestWebSoft - WordPress XML Site Map Page Generator Plugin] Disable xml-stylesheet](https://wordpress.org/support/topic/disable-xml-stylesheet/)
 *  Thread Starter [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [3 years ago](https://wordpress.org/support/topic/disable-xml-stylesheet/#post-16709996)
 * OK, thank you for your answer.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Need help with space on page](https://wordpress.org/support/topic/need-help-with-space-on-page/)
 *  [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [3 years ago](https://wordpress.org/support/topic/need-help-with-space-on-page/#post-16702975)
 * Hi [@pyrotaz27](https://wordpress.org/support/users/pyrotaz27/).
 * If it’s just about removing an empty space above the main heading remove the 
   Spacer:
 *     ```wp-block-code
       <div style="height:125px;" aria-hidden="true" class="wp-block-spacer"></div>
       ```
   
 * Appearance -> Editor -> Template -> (probably) Blank template -> Edit -> List
   View on the left -> and there you are able to Remove Spacer; or change its height–
   see the menu on the right side.
 * [https://pasteboard.co/HMiHnkwgXbyR.png](https://pasteboard.co/HMiHnkwgXbyR.png)
    -  This reply was modified 3 years ago by [IdeFixx](https://wordpress.org/support/users/idefixx/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Link colour in paragraph block not changing](https://wordpress.org/support/topic/link-colour-in-paragraph-block-not-changing/)
 *  [IdeFixx](https://wordpress.org/support/users/idefixx/)
 * (@idefixx)
 * [3 years ago](https://wordpress.org/support/topic/link-colour-in-paragraph-block-not-changing/#post-16691879)
 * Hi, maybe it’s related to this bug “Theme overwrited Global Styles for link colors”:
   [https://core.trac.wordpress.org/ticket/57968](https://core.trac.wordpress.org/ticket/57968)

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

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