Title: YSMR's Replies | WordPress.org

---

# YSMR

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hummingbird Performance - Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN] Plugin error](https://wordpress.org/support/topic/plugin-error-132/)
 *  [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/plugin-error-132/#post-11980654)
 * I’m getting a similar error which shows in the header of my blog AND my WP dashboard.
   The Hummingbird plugin isn’t showing an update available. The errors are:
 * Warning: include_once(/home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/
   plugins/hummingbird-performance/core/class-abstract-module.php): failed to open
   stream: No such file or directory in /home/rc72flbipaey/public_html/ginkgosociety.
   org/wp-content/advanced-cache.php on line 24
 * Warning: include_once(): Failed opening ‘/home/rc72flbipaey/public_html/ginkgosociety.
   org/wp-content/plugins/hummingbird-performance/core/class-abstract-module.php’
   for inclusion (include_path=’.:/opt/alt/php72/usr/share/pear’) in /home/rc72flbipaey/
   public_html/ginkgosociety.org/wp-content/advanced-cache.php on line 24
 * Warning: include_once(/home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/
   plugins/hummingbird-performance/core/modules/class-module-page-cache.php): failed
   to open stream: No such file or directory in /home/rc72flbipaey/public_html/ginkgosociety.
   org/wp-content/advanced-cache.php on line 25
 * Warning: include_once(): Failed opening ‘/home/rc72flbipaey/public_html/ginkgosociety.
   org/wp-content/plugins/hummingbird-performance/core/modules/class-module-page-
   cache.php’ for inclusion (include_path=’.:/opt/alt/php72/usr/share/pear’) in /
   home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/advanced-cache.php
   on line 25
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hummingbird Performance - Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN] Gzip compression not working](https://wordpress.org/support/topic/gzip-compression-not-working-9/)
 *  [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/gzip-compression-not-working-9/#post-10558491)
 * Thanks, Oguz,
    I did talk to GoDaddy about the Apache deflate module and they
   asked me to put this in the HTML together with the Gzip script from Hummingbird:
 * AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css
   application/x-javascript application/javascript
 * My site is [http://www.Unboundedlife.com](http://www.Unboundedlife.com) as well
   as [http://www.ginkgosociety.org](http://www.ginkgosociety.org) (same issue on
   GoDaddy Apache server) and my .htaccess is as follows:
 * RewriteOptions inherit
    # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine
   On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME}!-
   f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule
   > AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/
   css application/x-javascript application/javascript # END WordPress
 * # BEGIN WP-HUMMINGBIRD-GZIP
    <IfModule mod_deflate.c> SetOutputFilter DEFLATE
   <IfModule mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^(Accept-EncodXng
   |X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ 
   HAVE_Accept-Encoding RequestHeader append Accept-Encoding “gzip,deflate” env=
   HAVE_Accept-Encoding </IfModule> </IfModule> <IfModule mod_filter.c> AddOutputFilterByType
   DEFLATE “application/atom+xml” \ “application/javascript” \ “application/json”\“
   application/ld+json” \ “application/manifest+json” \ “application/rdf+xml” \ “
   application/rss+xml” \ “application/schema+json” \ “application/vnd.geo+json”\“
   application/vnd.ms-fontobject” \ “application/x-font-ttf” \ “application/x-font-
   opentype” \ “application/x-font-truetype” \ “application/x-javascript” \ “application/
   x-web-app-manifest+json” \ “application/xhtml+xml” \ “application/xml” \ “font/
   eot” \ “font/opentype” \ “font/otf” \ “image/bmp” \ “image/svg+xml” \ “image/
   vnd.microsoft.icon” \ “image/x-icon” \ “text/cache-manifest” \ “text/css” \ “
   text/html” \ “text/javascript” \ “text/plain” \ “text/vcard” \ “text/vnd.rim.
   location.xloc” \ “text/vtt” \ “text/x-component” \ “text/x-cross-domain-policy”\“
   text/xml”
 *  </IfModule>
    <IfModule mod_mime.c> AddEncoding gzip svgz </IfModule> </IfModule
   > # END WP-HUMMINGBIRD-GZIP # BEGIN WP-HUMMINGBIRD-CACHING <IfModule mod_expires.
   c> ExpiresActive On ExpiresDefault A0
 * <FilesMatch “\.(txt|xml|js)$”>
    ExpiresDefault A691200 </FilesMatch>
 * <FilesMatch “\.(css)$”>
    ExpiresDefault A691200 </FilesMatch>
 * <FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|
   eot|ttf|otf|woff|svg)$”>
    ExpiresDefault A691200 </FilesMatch>
 * <FilesMatch “\.(jpg|jpeg|png|gif|swf|webp)$”>
    ExpiresDefault A691200 </FilesMatch
   > </IfModule>
 * <IfModule mod_headers.c>
    <FilesMatch “\.(txt|xml|js)$”> Header set Cache-Control“
   max-age=691200” </FilesMatch>
 *  <FilesMatch “\.(css)$”>
    Header set Cache-Control “max-age=691200” </FilesMatch
   >
 *  <FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac
   |eot|ttf|otf|woff|svg)$”>
    Header set Cache-Control “max-age=691200” </FilesMatch
   >
 *  <FilesMatch “\.(jpg|jpeg|png|gif|swf|webp)$”>
    Header set Cache-Control “max-
   age=691200” </FilesMatch> </IfModule> # END WP-HUMMINGBIRD-CACHING
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hummingbird Performance - Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN] Gzip compression not working](https://wordpress.org/support/topic/gzip-compression-not-working-9/)
 *  [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/gzip-compression-not-working-9/#post-10549834)
 * Hi, Nastia, I have the exact same issues as above and tried all your recommended
   changes, including the php.ini addition. No help. All html, css and js are not
   being compressed. I re-checked, cleared the cache, deactivated this auto compression
   and re-activated it twice. Still not working.
    I am using an Apache server and
   the host has this code to put in .htaccess in addition to the gZip compression
   from Hummingbird which is active in my file:
 * AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css
   application/x-javascript application/javascript
 * After doing this, still the same. Your next recommendation, please?
    Chris
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media Upload not working (http error)](https://wordpress.org/support/topic/media-upload-not-working-http-error/)
 *  [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/media-upload-not-working-http-error/page/3/#post-8602536)
 * I have tried all recommendations on many different posts about this and the ONLY
   one that worked was updating to PHP 5.4 from 5.3 in my host (GoDaddy) Programming
   Language options on the main c-Panel page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Church] Sudden header Image Issue in WP 4.4](https://wordpress.org/support/topic/sudden-header-image-issue-in-wp-44/)
 *  Thread Starter [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/sudden-header-image-issue-in-wp-44/#post-6833996)
 * I am still having the same issue as I posted 1 month ago, same as the other posters
   to this forum.
    The problem seems pretty clear to all of us: setting a featured
   image in a new post then becomes the header image. The original header is no 
   longer visible on the index page/home page. It is replaced by the featured image
   in the post. Can you please kindly give us a code fix for it or make the necessary
   change back to how the post featured image behaved normally until a month ago??
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Church] Sudden header Image Issue in WP 4.4](https://wordpress.org/support/topic/sudden-header-image-issue-in-wp-44/)
 *  Thread Starter [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sudden-header-image-issue-in-wp-44/#post-6833935)
 * [http://www.ginkgosociety.org](http://www.ginkgosociety.org)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Church] Sudden header Image Issue in WP 4.4](https://wordpress.org/support/topic/sudden-header-image-issue-in-wp-44/)
 *  Thread Starter [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sudden-header-image-issue-in-wp-44/#post-6833916)
 * I updated the Church theme today (December 13th) the issue persists.
 * Can you give me some CSS replacement code to solve this problem??
 * Thanks,
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maps Widget for Google Maps] Popup displays fine but thumbnail is just a blue box](https://wordpress.org/support/topic/popup-displays-fine-but-thumbnail-is-just-a-blue-box/)
 *  Thread Starter [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [11 years ago](https://wordpress.org/support/topic/popup-displays-fine-but-thumbnail-is-just-a-blue-box/#post-6063503)
 * Because it’s in China, Google has it’s own way of listing the address which is
   not the same as we designated in the location listing for Google maps, so I tried
   using other formats until it worked. Thanks and I’ll be sending you a donation
   today!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maps Widget for Google Maps] Popup displays fine but thumbnail is just a blue box](https://wordpress.org/support/topic/popup-displays-fine-but-thumbnail-is-just-a-blue-box/)
 *  Thread Starter [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [11 years ago](https://wordpress.org/support/topic/popup-displays-fine-but-thumbnail-is-just-a-blue-box/#post-6063440)
 * Sorry, you’re right – I was thinking of the weather widget. I’ve tried variations
   on the address. I copied the address directly from how Google Maps displays the
   name and location of the business:
    Old Theatre Inn, Duanjiadeng Village, Shaxi
   Town, Jianchuan County Shaxi, YN China‎ You can see the business listing on Google
   Maps here: [https://www.google.com/maps/place/Old+Theatre+Inn/@26.337855,99.864467,17z/data=!3m1!4b1!4m2!3m1!1s0x3726e249ded336bb:0xb537fa3a71ff3aa1](https://www.google.com/maps/place/Old+Theatre+Inn/@26.337855,99.864467,17z/data=!3m1!4b1!4m2!3m1!1s0x3726e249ded336bb:0xb537fa3a71ff3aa1)
   With thanks, Chris
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pictures Not Working](https://wordpress.org/support/topic/pictures-not-working/)
 *  Thread Starter [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/pictures-not-working/#post-635450)
 * Thanks Guys!
    Strange that you can see them as I’ve tried it again today and 
   still getting the same issue. Anyway thanks for looking into it. And yeah Ivovic
   you’re right it doesn’t look so good, I’ll take your advice and move them over.
   On that note do you know how to get the text to wrap around a picture so that
   it doesn’t go right up to the pictures? Cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pictures Not Working](https://wordpress.org/support/topic/pictures-not-working/)
 *  Thread Starter [YSMR](https://wordpress.org/support/users/ysmr/)
 * (@ysmr)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/pictures-not-working/#post-635197)
 * Thanks for the reply
    OK the link is [http://www.yangshuomountainretreat.com/blog/](http://www.yangshuomountainretreat.com/blog/)
   Access it with IE and it’s really obvious where the pictures should be as I have
   wrapped text around them so there’s just a blank space now.

Viewing 11 replies - 1 through 11 (of 11 total)