Title: jrandomh's Replies | WordPress.org

---

# jrandomh

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

 *   [Profile](https://wordpress.org/support/users/jrandomh/)
 *   [Topics Started](https://wordpress.org/support/users/jrandomh/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jrandomh/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jrandomh/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jrandomh/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jrandomh/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jrandomh/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: [[Stripe for WooCommerce] No checkout fields appear but WooCommerce warns about empty fields](https://wordpress.org/support/topic/no-checkout-fields-appear-but-woocommerce-warns-about-empty-fields/)
 *  [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/no-checkout-fields-appear-but-woocommerce-warns-about-empty-fields/#post-6026626)
 * I had to add this to Checkout page CSS to force it to show
    .payment_method_s4wc{
   display:initial !important;}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stripe for WooCommerce] Card Number, Card Code is not showing in Stripe for WooCommerce Plugin](https://wordpress.org/support/topic/card-number-card-code-is-not-showing-in-stripe-for-woocommerce-plugin/)
 *  [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/card-number-card-code-is-not-showing-in-stripe-for-woocommerce-plugin/#post-6048678)
 * I had to add this to Checkout page CSS to force it to show
    .payment_method_s4wc{
   display:initial !important;}
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Won't allow user login (forces a reauth)](https://wordpress.org/support/topic/wont-allow-user-login-forces-a-reauth/)
 *  Thread Starter [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/wont-allow-user-login-forces-a-reauth/#post-5887560)
 * Switching from HHVM back to PHP5-FPM sorted this out.
 * I suspect something to do with batcache/memcache – I had some “f_mkdir/nnnn: 
   Permission denied” errors in the HHVM log, but there isn’t a clean timeline link
   between them.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove classes from post_class()](https://wordpress.org/support/topic/remove-classes-from-post_class/)
 *  Thread Starter [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/remove-classes-from-post_class/#post-2613445)
 * Here’s the fix – minor tweaks are double quotes and removal of brackets.
 *     ```
       function jrh_post_names($classes) {
       	$classes = array_diff($classes, array("tag-link", "tag-links"));
       	return $classes;
       }
       add_filter('post_class','jrh_post_names');
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I make my CSS work with admin bar?](https://wordpress.org/support/topic/how-do-i-make-my-css-work-with-admin-bar/)
 *  Thread Starter [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-make-my-css-work-with-admin-bar/#post-2530313)
 * Awesome, that worked (with top:4% rather than margin-top)
 * Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Enable user task complete](https://wordpress.org/support/topic/enable-user-task-complete/)
 *  Thread Starter [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/enable-user-task-complete/#post-2028841)
 * I’m thinking about writing this as a plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Visual Editor appears as HTML in 2.9](https://wordpress.org/support/topic/visual-editor-appears-as-html-in-29/)
 *  [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/visual-editor-appears-as-html-in-29/#post-1325379)
 * Hi guys,
 * update for me – issue was local – TinyMCE files were corrupted in upload, I deleted
   and re-uploaded wp-includes and it all working 100% now.
 * Cheers,
    J. Random. H.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Visual Editor appears as HTML in 2.9](https://wordpress.org/support/topic/visual-editor-appears-as-html-in-29/)
 *  [jrandomh](https://wordpress.org/support/users/jrandomh/)
 * (@jrandomh)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/visual-editor-appears-as-html-in-29/#post-1325357)
 * Exact same issue on WP 2.9.1. Haven’t found many other reports.
 * This is a showstopper issue for us – is it possible to downgrade to WP 2.8.6 
   and use the same database (as it “upgraded” when installing 2.9)?

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