• When I use the groovy menu preview function inside my admin panel, the menu fires correctly, and loads resources in the following order:

    <body>
    <script>...</script>
    <header>
    <nav>...</nav>
    </header>
    </body>

    However, when I roll out the menu to my live site, the javascript doesn’t fire, and I noticed it loads in this order, with the inline jquery being forced to the bottom of the page:

    <body>
    <header>
    <nav>...</nav>
    </header>
    <script>...</script>
    </body>

    See the link and the menu under “nav test” on the page.

    What is forcing this issue and how can I prevent it from happening?

    • This topic was modified 2 years, 5 months ago by bcm924.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author grooni

    (@grooni)

    Hello,

    What theme are you have installed?
    What integration method are you using?`

    Thread Starter bcm924

    (@bcm924)

    It’s an older theme that I have been manually updating called Veecard. I’ve tried every integration method. My theme does run on the latest version of WP however. Isn’t that where the core dependencies come from, or must it be a recent theme?

    Plugin Author grooni

    (@grooni)

    You must understand that each theme has its own individual code, automatic integration is a universal solution, which also does not remove the built-in theme menu. Therefore, to study this case in detail, you need to look at the theme code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inline jquery being forced to footer – dropdown not working’ is closed to new replies.