Viewing 1 replies (of 1 total)
  • Hi rickaltman,

    You could filter it out by the particular page you want, using something like this:

    if( !is_home() ) {
        remove_action( 'wp_footer', array( 'ResponsiveMenu', 'displayMenuHtml' ) );
    }

    Of course you will have to create your own filters in the if clause to specify exactly how you want this.

    A shortcode is being developed but I can’t give an estimation on when this will be ready as I am currently very busy.

    Many thanks

    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘Responsivize just one section?’ is closed to new replies.