• This plugin could be rated with 5 or 1 stars. I gave it a 1 as on any site I place it on that has drop down menus, they no longer work. The regular menus work fine but when you hover over a drop down menu, nothing happens. The drop downs don’t drop.

    So, if you have a site that needs drop downs, then this is NOT the plugin for you.

    If you have a site that you will only use a single level of menu items with no drop downs, then this can work for you well.

    As a full time website developer, I have tried this with four different themes and get the same issue with all of them.

    Good Luck…

Viewing 1 replies (of 1 total)
  • Plugin Author vaakash

    (@vaakash)

    Please this really hurts a plugin developer. As a developer I usually use the latest version of resources and I write plugins which are backward compatible and future proof.

    So I did use the latest version of jQuery. This is not a bad idea. This is a healthier one.

    The other plugins “drop downs” and other stuffs fail to work with the latest one.

    So if you don’t want to use the latest version of jquery, then just do the following

    – Open wp-socializer.php
    – Delete or Comment (wrap the lines with /* and */) the below lines

    if( !is_admin()){
        // jQuery
        wp_deregister_script('jquery');
        wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, WPSR_VERSION);
        wp_enqueue_script('jquery');
    }

    Hence the fault is completely with other “out-dated” jquery plugins which fail to work and NOT THIS PLUGIN.

    WP Socializer is always future proof and is always updated.

Viewing 1 replies (of 1 total)
  • The topic ‘No Drop Down Menus’ is closed to new replies.