Hi, so another user posted a fix for this… Open inc/frontend-noajax.php and replace this:
/*if ( ( is_home() && $bawmrp_options[‘in_homepage’]==’on’ && in_the_loop() ) ||
is_singular( $bawmrp_options[‘post_types’])) {*/
if ( ( is_home() && $bawmrp_options[‘in_homepage’]==’on’ && in_the_loop() ) ||
in_array($post->post_type, $bawmrp_options[‘post_types’])) {