Thanks for your reply. I have added a code snippet to my header.php file and tried to exclude one page:
<?php if(!is_page(2099)) { ?>
<?php echo do_shortcode(‘[responsive_menu_pro]’); ?>
<?php } ?>
The code snippet works; the hamburger button shows up on all pages except the login page however when I click on the button nothing happens.
Any clues?
Cheers,
Peter