I’m experiencing the same thing. settings do not show up at all to configure the plug in.
It had me edit the page template and find:
<?php get_sidebar(); ?>
and adjust it to look like this …
<?php if (is_page(‘x’)) : ?>
<?php else : ?>
<?php get_sidebar(); ?>
<?php endif; ?>
where it says x you need to put in the page number of the page you want it removed from…you can find that by going to your list of pages and mousing over the pages, then look at the base of your screen to see the url – the page number is at the end of that url