Okay
  Public Ticket #1642196
Sub-menu showing showing during page load
Closed

Comments

  •  8
    Erik started the conversation

    Before you tell me I did something, the sub-menu is appearing during the page load.   I NEED A FIX

    I added this CSS in the general styling section:

    .sf-menu li ul, .sf-menu li li ul {
         top: 50px !important;
         border-top-left-radius: 5px;
         border-bottom-left-radius: 5px;
         border-top-right-radius: 5px;
         border-bottom-left-radius: 5px;
         border-bottom-right-radius: 5px;
         overflow:hidden;
    }
    /* CLASSES SUB MENU */
     .sf-menu #menu-item-3592 ul {
         width: 29em;
    }
    /* ONSITE SUB MENU */
     .sf-menu #menu-item-3593 ul {
         width: 16.3em;
    }
    /* RESOURCES SUB MENU */
     .sf-menu #menu-item-3594 ul {
         width: 14em;
    }
     .ascend #header-outer .sf-menu ul li a {
         font-size: 16px;
         -webkit-transition: background .3s ease-in-out;
         -moz-transition: background .3s ease-in-out;
         -o-transition: background .3s ease-in-out;
         transition: background .3s ease-in-out;
    }


  •  9,001
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Try turning on the Page Transitions . Also if you remove the css does the issue go away ? 

    Best


    ThemeNectar Support Team 

  •  8
    Erik replied

    Page transitions is already off and I removed a few of the custom CSS and it still appears during page load.  I need tohide this at pageload.  Need help please.

  •  75
    Scott replied

    Hey Erik,

    Thanks for writing in,

    Please remove all the related CSS you added also check for plugin conflict by deactivating your third party plugins one by one while clearing your cache each time in order to figure out if one of them is causing this.

    Hope this helps,

    Regards

    Themenectar Support Team

  •  8
    Erik replied

    I removed the css and page transitions.  What do i do now?  Is there a javascript that can hide this from pageload?  please help.

  •  9,001
    Tahir replied

    You need to Turn On the Page Transitions so that you dont see the page loading . 

    Try using the Optimization plugins recommended in this Article http://themenectar.com/docs/salient/performance-optimization-guide/ and check if that makes a difference . 

    Best



    ThemeNectar Support Team