Title: cd34's Replies | WordPress.org

---

# cd34

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Varnish] Purge CSS files](https://wordpress.org/support/topic/purge-css-files/)
 *  [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/purge-css-files/#post-4055789)
 * In reviewing the plugin, this capability already exists in the admin.
 * Dashboard => Settings => WP-Varnish
 * I thought it did, but, wasn’t sure which version had been pushed to WordPress’s
   repo.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Varnish] Purge CSS files](https://wordpress.org/support/topic/purge-css-files/)
 *  [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/purge-css-files/#post-4055787)
 * I put this on Github as an issue.
 * [https://github.com/pkhamre/wp-varnish/issues/53](https://github.com/pkhamre/wp-varnish/issues/53)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Varnish] How to submit a patch](https://wordpress.org/support/topic/how-to-submit-a-patch/)
 *  [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-submit-a-patch/#post-3601058)
 * [https://github.com/pkhamre/wp-varnish](https://github.com/pkhamre/wp-varnish)
   is where the repository is hosted. I do follow that repository and can merge 
   changes. There are some minor changes to the repo that haven’t been pushed to
   WordPress yet, but, it should be a simple merge for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Varnish] wordpress-varnish vcl error](https://wordpress.org/support/topic/wordpress-varnish-vcl-error/)
 *  [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wordpress-varnish-vcl-error/#post-2707706)
 * In the new plugin, 0.6, the VCL has been updated to work with Varnish 3.x
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Varnish] Create Blog/Site Warning: fsockopen()](https://wordpress.org/support/topic/create-blogsite-warning-fsockopen/)
 *  [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/create-blogsite-warning-fsockopen/#post-3511030)
 * While that error shouldn’t occur, I suspect you have added a hostname to the 
   config that has a blank line.
 * Doublecheck in the admin that you don’t have a blank entry. Based on the fact
   the port number is 0, I suspect you are running 0.6 as that is a different bug
   that was fixed.
 * If you are specifying the hostname in the config file, make sure there aren’t
   any spaces or line breaks in the variable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Varnish] [Plugin: WordPress Varnish] Does not work with Varnish 3](https://wordpress.org/support/topic/plugin-wordpress-varnish-does-not-work-with-varnish-3/)
 *  [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-varnish-does-not-work-with-varnish-3/#post-2754163)
 * The wordpress.vcl included in the plugin works with Varnish 3.x
 * The difference would be in the ban/purge handling from 2.x to 3.x
 * And possibly the be.resp variables. Varnish changed the backend variable names
   to be a bit more clear which would break the older VCL that had been included.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async Social Media Buttons (Google+, Twitter, Facebook, Pinterest)] [Plugin: Async Social Media Buttons (Google , Twitter, Facebook, Pinterest)] Facebbok & Twitter](https://wordpress.org/support/topic/plugin-async-social-media-buttons-google-twitter-facebook-pinterest-facebbok-twitter-dead/)
 *  Plugin Author [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-async-social-media-buttons-google-twitter-facebook-pinterest-facebbok-twitter-dead/#post-2762132)
 * In the settings, you have Facebook checked? If you have pinterest, you’ve got
   the Facebook code fix.
 * If Tweet and Facebook aren’t showing up, that suggests that the javascript isn’t
   being loaded. Does it happen in different browsers? Can you give me a url to 
   take a look at?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async Social Media Buttons (Google+, Twitter, Facebook, Pinterest)] [Plugin: Async Social Media Buttons (Google , Twitter, Facebook, Pinterest)] Removing hook from the_](https://wordpress.org/support/topic/plugin-async-social-media-buttons-google-twitter-facebook-pinterest-removing-hook-from-the_excerpt/)
 *  Plugin Author [cd34](https://wordpress.org/support/users/cd34/)
 * (@cd34)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-async-social-media-buttons-google-twitter-facebook-pinterest-removing-hook-from-the_excerpt/#post-2763998)
 * Can you give me a url so I can see how the theme is doing that or a url for the
   theme so I can test? Off hand, I don’t see why it would do that.

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