I will check the issue today. Master branch is only for developers also this shouldn’t be used in live site unless asked. As all commits are pushed to master.
This has been solved in latest commit.
Open includes/hooks.php and remove : add_action('show_admin_bar', '__return_false');
try to add this in functions.php: add_action('show_admin_bar', '__return_true');
elegantthemes just released the divi plugin if you’re interested, its supposed to work with any theme
You can get current question ID using: get_question_id(); And you can get answer loop using: global $answers; $answers = ap_get_answers(array('question_id' => get_question_id() )); include( ap_get_theme_location( 'answers.php' ) );