The off-canvas menu uses the Off-Canvas Component from Foundation 6. To use this menu type, change the template part in header.php
to:
<?php get_template_part( 'parts/nav', 'offcanvas' ); ?>
The off-canvas menu uses the Off-Canvas Component from Foundation 6. To use this menu type, change the template part in header.php
to:
<?php get_template_part( 'parts/nav', 'offcanvas' ); ?>
Want to suggest or contribute changes to these docs? The JointsWP documentation is now hosted on GitHub! View or Edit this page on GitHub.