Viewing 1 replies (of 1 total)
  • Thread Starter palex01

    (@palex01)

    To fix the issue you have to change manually the file php. I think is wanted this behavior in free version.

    File: template-parts/sections/section-header.php

    Part to change:
    add:
    <?php do_action(‘renoval_primary_navigation’); ?>

    in

    <div id=”mobile-menu-wrap”>

                <div class="mobile-menu-container">
                    <button class="mobile-menu-close"></button>
                    <div id="mobile-menu-wrap"><?php do_action('renoval_primary_navigation');   ?></div>
                </div>
Viewing 1 replies (of 1 total)

The topic ‘Problem with empty mobile menù’ is closed to new replies.