• Resolved wenzlerm

    (@wenzlerm)


    Using WP-dTree 3.3.2 I run into two problems:

    1.) Validation failed, solution here

    2.) Expanding or collapsing crashed my .css floating layout. This was due to missing width style definition. Adding this solves the problem:

    #dtreec, #dtreea, #dtreep, .clip {
    width: 100%;
    }

    Just wanted to let you know, in case you have a similar problem in your theme.

    http://wordpress.org/extend/plugins/wp-dtree-30/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-dTree 3.3.2] Floating layout problems’ is closed to new replies.