Tino Rüb
asked 7 years ago

For example the demo. Any ideas how to fix that?

2 Answers
DominicStaff
answered 7 years ago

Please give me more info about your question. Which theme are you using? you can send me a screenshot for further checking.

Tino Rüb
replied 7 years ago

Ty for your reply: DW Page Theme: <a href="http://demo.designwall.com/#dw-page&quot; rel="nofollow">http://demo.designwall.com/#dw-page</a&gt; for example. The menu just doesn't appear.

Tino Rüb
replied 7 years ago

btw: i selected the theme while aksing the question.. 😉

Dominic Staff
replied 7 years ago

Please send me your username & password of your site for further checking.

Tino Rüb
replied 7 years ago

why? – Every template instance (also the demo) is affected. But I will send you the data.

DominicStaff
answered 7 years ago

Don’t worry, I have checked on my iPhone and I know your issue in here. To resolve this issue, 
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>

Tino Rüb
replied 7 years ago

great, ty! Now all works as expected.

Powered by DW Question & Answer Pro