Hi @dilmont,
Sorry for the late reply, FYI for future our support forum is the quickest way to get support, it is manned by several support staff: https://wpgeodirectory.com/support/
It looks like something has been updated with reference to hook priotities, i have added a fix to GD for this and it will be in the next release, if you need this before then please replace the line below:
File: geodirectory-functions/compatibility/Genesis.php
Line: 153
WAS:
add_action('genesis_after_header', 'gd_genesis_compat_add_top_section_back', 5);
REPLACE WITH:
add_action('genesis_after_header', 'gd_genesis_compat_add_top_section_back', 11);
If you prefer then you can replace the whole file, the “fixed” file can be found here: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/compatibility/Genesis.php
Let me know if i can help further.
Thanks,
Stiofan