Your best bet would be to consult the author of plugin since it’s using a custom jQuery plugin script.
how can I prevent showing my menu un styled?
You can add a class of no-display
to the elements of the menu that are un styled as the page loads then in css set .no-display {display:none;}
Then use jQuery to remove the `no-display’ class when the page is loaded right before it calls the plugin javascript.
jQuery(document).ready(function($) {
$('#parent-div').removeClass("no-display");
})
Related Posts:
- How can I make this custom menu work?
- JavaScript Loading Screen while page loads
- Click button copy to clipboard
- How to make html table vertically scrollable
- How to make Bootstrap carousel slider use mobile left/right swipe
- bootstrap 3 navbar collapse button not working
- How to center image in carousel
- Can Twitter Bootstrap alerts fade in as well as out?
- Play/pause HTML 5 video using JQuery
- jQueryUI dialog width
- Random background images CSS3
- How do I remove a box-shadow effect from an element when another element is hovered?
- Slide right to left?
- Automatically decrease font size for long words
- Best approach for loading a sidebar Only if the screen max-width is >900px?
- Twitter Bootstrap Use Collapse in Custom Post Type
- Stylizing external SVG files with jQuery and CSS
- jQuery Hoverintent plugin in TwentyEleven Menu [closed]
- Gravity list field override and adding javascript [closed]
- Add a class to posts in increments of 2
- Override theme style with other CSS on a specific page
- Remove WordPress scripts
- How to make an WordPress element sticky? [closed]
- Accordion scrolls page too low after clicking on the title [closed]
- show/hide div with simple jQuery script [closed]
- How do I remove WordPress Custom Menus hover event and replace it with jQuery onclick?
- What is the propre way to include jQuery UI Datepicker’s CSS in plugin?
- Superfish Menu Not Loading
- Problem Implementing parallax in header of bp-default theme
- Drop Down menu expanded by default (on front page) [closed]
- Is it OK combined wp-include js, jquery, css? [closed]
- jQuery Validation plugin and Bootstrap 4 CSS classes
- Getting click on item to open closest relevant element (popup) with jQuery
- How Do I change Markup of a link in WordPress
- jQuery for Fade Preload Causes My Site Favicon to Disappear from Tab of Browser
- Lightbox scroll page down on iPhone
- jQuery function not working in WordPress but works in jsfiddle
- Site images are fixed in front of my site content [closed]
- WP Media Uploader modal conflicts with Bootstrap modal
- jQuery not working when used with wordpress menu
- :first-child applying to all links [closed]
- How to update scrollbar when using Jetpack’s Inifnite Scroller?
- Hide input field when second input field is in focus
- change the icon of a custom post type in WordPress to use twitter boostrap
- Add jQuery function to media button
- Drop Down Category Menu Not Working
- controlling the showing and hiding of the website logo
- How do I add Javascript and CSS files into WordPress?
- can’t make jQuery work (change image on time interval) [closed]
- Loading external jQuery files with $
- Twenty Fifteen: Change navigation menu behavior
- Jquery contact form to send mail to admin [closed]
- Required radio button does not validate in form, when clicked through Javascript/jQuery
- fill form fields with ajax response
- Hide pages from the main menu
- Adding custom cart price with Ajax in wordpress
- Can’t delete the default jQuery in the theme
- How to call custom jQuery plugins into the customizer controls
- WordPress jQuery crash [closed]
- Need workaround for insecure XMLHttpRequest endpoint request
- jQuery don’t working
- How to modify mobile nav menu text in theme
- jQuery script doesn’t work on WordPress
- jQuery selectable() function won’t work in wordpress
- jQuery – Toggle megamenu submenu items by click
- General Settings: display custom plugin field after Site Address field
- oEmbed Video in Modal
- Moving jQuery to footer from header
- jQuery plugin not loading
- No Object Properties sending form through AJAX
- Redirect wp_dropdown_pages() to an AJax request?
- Contact form 7 issue with jquery – hiding/showing fields [duplicate]
- Change shortcode value by jquery in WP Editor
- How do I get my suggest to only suggest one taxonomy?
- jQuery accordion menu
- WP Customizer: Save a control state
- Custom AJAX form not working async
- Flexslider won’t work with WordPress’ jQuery | Dependencies
- Delete post image attachments with jQuery from the front end
- Applying jquery to WordPress admin edit.php
- Bootstrap modal with jQuery post [closed]
- Load different post_thumbnail for smaller window width (jQuery,WordPress)
- Duplicate “default” form with jQuery
- Can’t execute jQuery before my script
- Conditional Tags – Multiple Categories
- Change zurb foundation top bar style on.scroll in wordpress theme using jquery and css
- Extend Menu Walker Output
- Admin Ajax is returning 0 and not Insert data
- Checking length of string in an admin area field onblur with jQuery
- JQuery UI not loading without explicit loading of jQuery
- Multiple Media uploader output to input
- Multiple selec2.js file loaded by several plugins
- Can’t add classes using jQuery from a JSON string with get_body_class()
- jQuery(selector) vs. $(selector)
- Null/undefined return in WordPress AJAX request
- My wordpress site is using local ip to point to jquery and other files, how to fix it?
- Ajax call through admin-ajax.php returns 404 error
- click event to unhide something after ajax not firing
- Safe method to temporarily load second jquery library to wordpress
- Why does deregistering jQuery cause other scripts not to load?