• 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://www.ads-software.com/plugins/download-manager/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘WP Multisite issue – WDM Version 3.7.0’ is closed to new replies.