Hi, to solve this nasty problem I have found a simple solution.
1) Find directory.php in ‘/includes/shortcodes/’
2) Adapt this file as follows (bold):
—–
function ldl_shortcode_directory() {
ldl_enqueue(1);
ob_start();
ldl_get_template_part(‘home’);
return ob_get_clean();
}
add_shortcode(‘directory’, ‘ldl_shortcode_directory’);
—–
After this change you’ll see that it’s possible to put a text introduction above the nav-bar of the directory!
If not, you could put the shortcode into a new page…
Best regards,
Jan Bakker/Duyo Geldrop
The Netherlands