• Hello guys,
    I have a problem with WP-dTree.
    I am using WP version 2.7.1 and WP-dTree 3.5, and WP Default theme from Kubrick.
    I have followed the instructions to install and configure, but I still cant see the tree in any structure(categories, pages, etc)

    I want to ask if somebody test this plugin for WP 2.7.1, or simply it is not compatible with this version of WP.

    Thanks a lot for your answers.
    Ernesto

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you activate the widget?

    Works fine with 2.7.1 see https://www.mywordpress.co.uk

    I have similar problem.
    Everything was ok on my local HDD server but when i moved blog to web server the plugin crashed down. It displays “open all” and “close all” tabs only.

    Here You can see my blog: https://aniaikrzysiek.com.pl/nasze_koty/

    I am facing the same problem too. It displays “open all” and “close all” tabs only and nothing more. The backend preview and the default theme kubrick, show the widget in action but not my customized theme.
    I am using wp-dtree 3.5 on wordpress 2.8.6. I have customized my theme and the sidebar supports widgets. The other widgets work fine except for wp-dtree. Could there be a problem with functions.php? My code is as follows:
    if ( function_exists(‘register_sidebar’) )
    register_sidebar();
    Am I missing out something?

    I think I fixed the problem. The widget displays “open all” and “close all” tabs only and does nothing more simply because I had not included the javascript files for the plugin in header.php of my customized theme. So in header.php for the theme you are currently using ensure that a statement like <?php wp_head(); ?> exists. This will echo all WordPress-related header information in your final output and this include your plugin css and js files too.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP-dTree’ is closed to new replies.