WP 2.8 Theme Atahualpa.
Everything seem fine but the drap and drop for wigets stops functioning.
Disabled WP-dTree and the drag and drop works again.
Is there any estimated release date for the WP2.7 version?
It looks like a good plugin.
Ok got it all working again by going back to Atahualpa 2.01
I will do some comparisons of the two versions to see where it broke.
The relevant line in the sidebar.php files
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
The relevant line in the sidebar2.php files
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(2) ) : ?>
I’ve looked through the functions directory and cant find any function by that name.
Found them on the my test site. Copied over but still not working.
I think I am getting closer though.