• My theme’s responsive menu creates a “hamburger in hamburger” effect on phone display… Is there a Function or Shortcode I can use to manually include the Sidemenu directly into my site design PHP?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    The shortcode you are looking for is …

    [sidemenu]

    … or you can use this PHP to activate it manually …

    echo do_shortcode('[sidemenu]');

    However … if you let us know what theme you are using we can update the plugin to recognise it and make use of the theme’s existing burger menu.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Marking this as “resolved” now.

    Oliver

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Function or Shortcode?’ is closed to new replies.