Title: WP Multisite issue &#8211; WDM Version 3.7.0
Last modified: August 21, 2016

---

# WP Multisite issue – WDM Version 3.7.0

 *  [Center11Forward](https://wordpress.org/support/users/center11forward/)
 * (@center11forward)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wp-multisite-issue-wdm-version-370/)
 * Hi,
 * I downloaded the upcoming release of this plugin from your website – Version 
   3.7.0.
 * I installed it in a multisite installation and it causes all sorts of issues –
   e.g. Disables menu dropdowns, causes issues with page headers etc.
 * I went into the console in chrome and its outputting the following error when
   the plugin is enabled:
 * Uncaught TypeError: undefined is not a function (front.js file)
 *     ```
       jQuery(function ($) {
           $('.wpdm-download-locked.pop-over').live('click',function () {
   
               var $dc = $($(this).attr('href'));
               if ($(this).attr('data-ready') == undefined) {
   
                   $(this).popover({
                       placement: 'top',
                       html: true,
                       content: function () {
   
                           return $dc.html();
   
                       }
                   });
                   $(this).attr('data-ready', 'hide');
               }
   
               if ($(this).attr('data-ready') == 'hide'){
                   $(this).popover('show');
                   $(this).attr('data-ready', 'show');
               } else if ($(this).attr('data-ready') == 'show'){
                   $(this).popover('hide');
                   $(this).attr('data-ready', 'hide');
               }
   
           return false;
           });
       });
       ```
   
 * I installed the plugin in a localhost normal wordpress install and it seems to
   work fine, so it much be a multisite issue only.
 * FWIW – I networked activated the plugin and also tried activating it individually
   on sites and the issue is prevalent using both methods…
 * [https://wordpress.org/plugins/download-manager/](https://wordpress.org/plugins/download-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Shahjada](https://wordpress.org/support/users/codename065/)
 * (@codename065)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wp-multisite-issue-wdm-version-370/#post-4902089)
 * no, it is not multi-site issue, looks like javascript issue, may you please send
   a temporary wp-admin login info and the url where you facing the issue here [http://www.wpdownloadmanager.com/support/forum/download-manager-free/](http://www.wpdownloadmanager.com/support/forum/download-manager-free/)
   in a private reply, so that I can check in details.

Viewing 1 replies (of 1 total)

The topic ‘WP Multisite issue – WDM Version 3.7.0’ is closed to new replies.

 * ![](https://ps.w.org/download-manager/assets/icon-256x256.png?rev=1561688)
 * [Download Manager](https://wordpress.org/plugins/download-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/download-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/download-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-manager/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shahjada](https://wordpress.org/support/users/codename065/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/wp-multisite-issue-wdm-version-370/#post-4902089)
 * Status: not resolved