For example the demo. Any ideas how to fix that?
Please give me more info about your question. Which theme are you using? you can send me a screenshot for further checking.
Ty for your reply: DW Page Theme: <a href="http://demo.designwall.com/#dw-page" rel="nofollow">http://demo.designwall.com/#dw-page</a> for example. The menu just doesn't appear.
btw: i selected the theme while aksing the question.. 😉
Please send me your username & password of your site for further checking.
why? – Every template instance (also the demo) is affected. But I will send you the data.
Don’t worry, I have checked on my iPhone and I know your issue in here. To resolve this issue,
you open file header.php
m 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>
great, ty! Now all works as expected.
Please login or Register to submit your answer