Announcement

Collapse
No announcement yet.

Main menu only partially displayed.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Main menu only partially displayed.

    I'm on 18.2.2 & menu navigation is from a drop down on the LHS, the menu is currently displaying only 11 out of 19 top level sections, hovering about the menu doesn't expand it or show a "more" button

    Looking at the live code in a browser shows that the "missing" sections are all loaded / listed after <div class="cMoreCat">, but these are not accesible online. "More Categories" is listed towards the bottom of the "cMoreCat" code, so I guess that this should be the clickable text that expands the menu that is currently missing.

    Does this sound about right & any idea as to where I should be looking to correct.


    Thanks.




    www.air-craft.net

    Click image for larger version  Name:	SD-Menu.jpg Views:	0 Size:	40.1 KB ID:	557504
    Air Tech Equipment Ltd - Online Airbrush, Craft & Graphics equipment supplier

    #2
    Click image for larger version

Name:	air.jpg
Views:	64
Size:	61.1 KB
ID:	557518

    Can't help but, on my laptop can I see the same incomplete menu, but on my phone (iphone) the full menu is loading (all 19) and I can scroll down it.
    www.devotedly-discus.co.uk

    Comment


      #3
      Cheers mje.
      Air Tech Equipment Ltd - Online Airbrush, Craft & Graphics equipment supplier

      Comment


        #4
        You could experiment giving your

        Code:
        <div class="cMenu"
        a style of

        Code:
        display: block;
        overflow: auto;
        height: 300px;
        It has to be a px height, percent doesn't work.

        Let us know
        Jonathan Chappell
        Website Designer
        SellerDeck Website Designer
        Actinic to SellerDeck upgrades
        Graphicz Limited - www.graphicz.co.uk

        Comment


          #5
          Thank Jonathan.

          I should have updated this - all resolved by adjusting a block if condition value.
          Air Tech Equipment Ltd - Online Airbrush, Craft & Graphics equipment supplier

          Comment

          Working...
          X