there is nothing in genesis that would cause the blog linking to do that – use it all the time… same for uploader…
botchee is serving cached pages:
<!– Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/
Page Caching using disk: enhanced
Served from: www.botchee.com @ 2013-09-09 02:18:46 by W3 Total Cache –>
which you cannot do for the forum… you MUST disable caching on the wp page the forum is shown for ALL types of caching (each one has its own exclusion list)… all the forum content is shown on single wp page so its dynamic and cannot be cached…
and I would not call voyager wp api compliant… it loads bootstrap.js which is known to conflict with the jquery ui library that wp uses… wp hopes to resolve it someday, but until then, its problematic… you need to make sure that the theme loads bootstrap before jquery ui…
you can search here for bootstrap for multiple topics on ways to resolve by modifying the theme to not have bootstrap stomping on wp jquery ui…