Andre Schmid
asked 8 years ago

the menu doesn’t open when I click on it.(don’t even on the demo site)

1 Answers
Allen
answered 8 years ago

Hi, you open file header.phpm then go to line 25, you can replace the code from line 25--> 30 with :

<button class="navbar-toggle" data-toggle="collapse" data-target=".main-navigation">
                        <span class="sr-only"><?php _e( 'Toggle navigation', 'dw-page' ); ?></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>

Because bootstrap navbar doesn’t work on safari with the tag , so we change it to <button></button>

andreschmid
replied 8 years ago

this also doesn’t work

andreschmid
replied 8 years ago

sorry I haven’t reload the page it works. thank you

Powered by DW Question & Answer Pro