Add this to your child theme functions.php:
function content_before_thumbnails() {
remove_action( 'eazyest_gallery_before_content', 'ezg_folder', 10 );
add_action( 'eazyest_gallery_after_folder_content', 'ezg_folder', 4 );
}
add_action( 'eazyest_gallery_ready', 'content_before_thumbnails' );
Amazing how flexible Eazyest Gallery is eh? 😉
Thanks but now I have one folder above and one folders below the description
Screenshot of the folder
ow yeah. I was to fast in typing my answer. It should have been:
function content_before_thumbnails() {
remove_action( 'eazyest_gallery_before_folder_content', 'ezg_folder', 10 );
add_action( 'eazyest_gallery_after_folder_content', 'ezg_folder', 4 );
}
add_action( 'eazyest_gallery_ready', 'content_before_thumbnails' );
nu zou het moeten werken.