Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Seems to have done the trick. Thanks.

    Here’s a little more info – there is a markup error with slighty different coding:

    Display set to ‘tags’
    …wp-content/plugins/wp-cumulus/swfobject.js”></script><div id=”wpcumuluscontent9287510″><p style=”display:none;”> <a href=….

    Display set to ‘categories’
    …wp-content/plugins/wp-cumulus/swfobject.js”></script><div id=”wpcumuluscontent6901354″><p style=”display:none;”><div style=”padding:5px;”><a href=….

    with the validator error:

    Quote:
    1. Error Line 117, Column 299: document type does not allow element “div” here; missing one of “object”, “applet”, “map”, “iframe”, “button”, “ins”, “del” start-tag

    …lay:none;”><div style=”padding:5px;”><a href=’http://choosewonder.com/tag/che

    The mentioned element is not allowed to appear in the context in which you’ve placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you’ve forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as “<p>” or “<table>”) inside an inline element (such as ““, “<span>”, or “<font>”).

    Now I’m really confused.

    I just started getting the same error as jptech

    TypeError: Error #2007: Parameter child must be non-null.
    at flash.display::DisplayObjectContainer/setChildIndex()
    at com.roytanck.wpcumulus::TagCloud/depthSort()
    at com.roytanck.wpcumulus::TagCloud/updateTags()

    If you set the ‘display’ parameter to ‘tags’ you get nothing. If you set it to ‘categories’ or ‘both’ you get a categories cloud.

    Very strange. Using WP 2.9 and the latest version of the plugin.

    Any ideas?

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