Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tomas Sävenstedt 3 posts 73 karma points notactivated
    Mar 23, 2017 @ 14:47
    Tomas Sävenstedt
    0

    Hi Thank you for you nice package. I have problem with the mobile-menu sometimes: When I in the menu click on a subscreen I get 2 icons in the header. The left one does nothing but the left one opens the menu as it should. But when I try to click on the + sign to open the sublevel nothing happens. Clicking on the top levels works OK.

    In this example clicking on Registrera medlem causes this problem.

       <header class="header">
            <div class="container">
    
        <div class="logo">
            <a href="/">
                <img class="l-black" src="/media/1051/jularbo-logga1.png" />
                <img class="l-white" src="/media/1052/jularbo-logga_vit.png" />
                <img class="l-color" src="/media/1051/jularbo-logga1.png" />
            </a>
        </div>
    
    
    
                <nav class="navigation">
                    <ul>
    
                            <li>
                                <a href="/">Hem</a>
                            </li>
    
    
    
                            <li class="active">
                                <a href="/medlemssidor/">Medlemssidor</a>
    
                                    <ul class="nav-dropdown">
    
                                            <li >
                                                <a href="/medlemssidor/medlemsregister/">Medlemsregister</a>
    
                                            </li>
                                            <li class=" active">
                                                <a href="/medlemssidor/registrera-medlem/">Registrera medlem</a>
    
                                            </li>
                                      </ul>
                                 </li>
                            <li >
                                <a href="/paa-gaang/">P&#229; g&#229;ng</a>
    
                                 </li>
                            <li >
                                <a href="/diverse/">Diverse</a>
    
                                    <ul class="nav-dropdown">
    
                                            <li >
                                                <a href="/diverse/laatar-vi-spelat-in/">L&#229;tar vi spelat in</a>
    
                                            </li>
                                            <li >
                                                <a href="/diverse/laenkar/">L&#228;nkar</a>
    
                                            </li>
                                      </ul>
                                 </li>
                            <li >
                                <a href="/bildalbum/">Bildalbum</a>
    
                                 </li>
                        <!-- Loginfunktion -->
                        <li>
                              <a href=/Login>Logga in</a>
                        </li>
    
                    </ul>
                </nav>
    
    
            </div>
        </header>
    

    Anybody seen this problem before?

    Tomas

  • Sotiris Filippidis 286 posts 1501 karma points
    Mar 23, 2017 @ 14:50
    Sotiris Filippidis
    0

    Tomas, it looks like you tried to add a link but it's not going anywhere. If this was your intention, could you please edit your post so that the link works?

  • Tomas Sävenstedt 3 posts 73 karma points notactivated
    Mar 23, 2017 @ 15:48
    Tomas Sävenstedt
    0

    Sorry, It should not be a link in the text. I only referred to the link in the example. Everything is working OK exept from the problem I described. Tomas

  • Sotiris Filippidis 286 posts 1501 karma points
    Mar 23, 2017 @ 15:58
    Sotiris Filippidis
    0

    I can't reproduce it - I tested it both on Chrome (mobile view) and on my phone (Windows Phone - yes, I know :) ) and the third level appears to be rendering correctly. I used the Umazel demo site for this.

    I also don't get 2 icons, only one on the right, as expected.

    What browser / device are you using that presents this problem? Have you tested it on other browsers / devices?

  • Tomas Sävenstedt 3 posts 73 karma points notactivated
    Mar 23, 2017 @ 16:32
    Tomas Sävenstedt
    0

    Yes I have tested it with Firefox, Chrome and IE. All with the sam result.

    I,m running local on WebMatrix and IISexpress on Windows 10. Perhaps is that the problem?

Please Sign in or register to post replies

Write your reply to:

Draft