Thread Starter
pheijn
(@pheijn)
Hi,
Solved the issue. I had added the shortcode also to the individual pages. Now the shortcode is only in the header.php and it works!
Cheers,
Peter
Thread Starter
pheijn
(@pheijn)
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
Thread Starter
pheijn
(@pheijn)
Thanks for your swift reply. I now use the shortcode on all my pages – except the login page – however the menu is not visible for a single post, multiple post (category for example) or search results. How can I solve this?
Regards,
Peter