Forums
(@jrandomh)
9 years, 8 months ago
I had to add this to Checkout page CSS to force it to show .payment_method_s4wc {display:initial !important;}
10 years ago
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.
13 years ago
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');
13 years, 1 month ago
Awesome, that worked (with top:4% rather than margin-top)
Thanks ??
13 years, 11 months ago
I’m thinking about writing this as a plugin.
15 years, 2 months ago
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.
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)?