ed.2010
Member
Posted 4 months ago #
It is no longer possible to click on the tag cloud - the cursor does not change to the hand and nothing happens on click.
The only advice I could see on this was to check that the WP install is correctly set up to use www or non-www consistently, which it already is (www.bedohaveanything.com/blog).
Is anyone else experiencing this? Any ideas of what else to try?
Thanks :-)
WordPress v3.3.1
WP Cumulus v1.23
Chrome 18.0.1010.1 dev-m
Flash v11.2 r202
http://wordpress.org/extend/plugins/wp-cumulus/
It looks like your blog has a few errors in its header. There's no doctype, and the opening <head> tag appears to be missing. I'm not sure if those thing are related to your Cumulus issue, but they're worth fixing.
ed.2010
Member
Posted 4 months ago #
Hi Roy
Thanks for that - I validated the markup a month or two ago - and looks like since then:
a) The <head> tag was accidentally removed from header.php during an unrelated edit (*facepalm*)
b) The html_type row in wp_options was missing, causing my theme's header.php to output:
<meta http-equiv="Content-Type" content="; charset=UTF-8" />
...rather than:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
...as well as WordPress to send the wrong HTTP response Content-Type.
Now that those have been fixed, the page validates and WP Cumulus works again.
Cheers! :-)
Ed