• Resolved tcovey

    (@tcovey)


    I’m testing wp-dtree out right now (qwowi.com w/ the Theme Preview plugin), and it’s not working. All I can see is the open all | close all links, the javascript itself isn’t running. It may be related to the theme I run (Mimbo Pro), as it does work under the default theme. Other Mimbo Pro users have been able to get it to work, so I’m a little perplexed. I’ve looked at the page in firebug and the error is:

    wp_dtree is not defined

    Does anyone know what might be causing the problem?

    I have it configured such that only Categories are enabled.

    Thanks,
    Tony

Viewing 4 replies - 1 through 4 (of 4 total)
  • same problem here…please help!!

    Same here.

    I my case I’m using silveray template.

    The error is:

    wp_dTree is not defined
    http://eloy-mp.com/wordpress262/
    Line 547

    Regards.

    Hi all, I think I found the problem:

    On the file wp-dtree.php on line 318 the original code is:
    $cd = ‘<script type=”text/javascript” src=”‘.WP_PLUGIN_URL.’/wp-dtree-30/dtree.php?witheff=’.$wpdtreeopt[‘effopt’][‘effon’].’&eff=’.$wpdtreeopt[‘effopt’][‘efftype’].’&effdur=’.$wpdtreeopt[‘effopt’][‘duration’].'”></script>’.”\n”;

    So I think you change the sub directory name to wp-dtree so the new code must be:

    $cd = ‘<script type=”text/javascript” src=”‘.WP_PLUGIN_URL.’/wp-dtree/dtree.php?witheff=’.$wpdtreeopt[‘effopt’][‘effon’].’&eff=’.$wpdtreeopt[‘effopt’][‘efftype’].’&effdur=’.$wpdtreeopt[‘effopt’][‘duration’].'”></script>’.”\n”;

    This solves the problem for me.

    Regards

    the dev version of the plugin works!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-dTree] wp-dtree not showing categories’ is closed to new replies.