• Resolved ed.2010

    (@ed2010)


    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

    https://www.ads-software.com/extend/plugins/wp-cumulus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roy Tanck

    (@roytanck)

    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.

    Thread Starter ed.2010

    (@ed2010)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Cumulus] Tags are no longer clickable’ is closed to new replies.