wrockwood
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Deduper] Cant delete duplicates for some reason?This happens to me as well, though the webserver user owns the uploads directory tree, and they are also 777 (which is unnecessary, but I saw the user above tried that and it helped).
So I can’t remove duplicates while preserving featured, but at least I can prevent users from uploading additional duplicates, which I consider a win.
Forum: Plugins
In reply to: [Gravity PDF] Require Login?Thank you so much!
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Problem after updating to 3.1.01 (multisite)I am also having an issue with a phantom plugin update that seems to be WP-Filebase-Pro wanting to be updated with no update available, as I am not using WP-Filebase-Pro, only the free version. Get this sorted and I might spring for Pro, though.
Forum: Plugins
In reply to: [Owl Carousel] Conflict with Events Calendar ProThe new version made it worse. It now breaks not only the widget management page (when it is enabled along with events calendar pro) but also Master Slider and possibly more.
I am going to try to locate the previous version and comment out the single line that was causing me issues and never upgrade again, I think. 😛
edit: I fixed it again in 0.4.4 by commenting out line 130:
/* wp_enqueue_script('js.owl.carousel.script'); */Forum: Plugins
In reply to: [Owl Carousel] Conflict with Events Calendar ProOh, so my “fixing” happened sooner than later and was accomplished by merely commenting out line 128 in owlcarousel.php:
/* wp_enqueue_script('js.owl.carousel.script'); */Everything seems to work fine for me now (though it’s worth noting that I’m building carousels from json, not using any of the built-in methods for creating carousels, so YMMV if you’re doing it some other way).