• Resolved tomy81

    (@tomy81)


    Hi, I have checked with the theme developer and he has provided me with the code to add into the function.php in my child theme.

    also provided me this <button id=”menu-toggle-button”

    <button id=”menu-toggle-button” class=”menu-toggle” aria-controls=”primary-menu” aria-expanded=”false”>
    <span class=”line”></span>
    <span class=”line”></span>
    <span class=”line”></span>
    </button>

    so where do I place your code in?

    I have tried playing around with it several locations, but it doesn’t seem to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author James Osborne

    (@jamesosborne)

    @tomy81 Apologies for the delay. You don’t need to edit any code in your functions.php file, once you have the plugin active you just need to use the shortcode to add it to your theme files or your content.

    You can enter the below into your theme files:
    <?php echo do_shortcode('[jz-navbarattribute]'); ?>

    Of you can use this shortcode to add to your content:
    <?php echo do_shortcode('[jz-navbarattribute]'); ?>

    If you want to share your site and the theme you are using I’d be happy to assist.

    Thread Starter tomy81

    (@tomy81)

    It works, sorry forgot to update. Thanks!

    Plugin Author James Osborne

    (@jamesosborne)

    Great, thanks for the update!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using existing hamburger mene’ is closed to new replies.