Peter Wise
Peter Wise
FYI I have merged @NotDaveLane 's addition of --exclude and @cleverdevil 's fix for ascii characters issue. Currently working great for me. https://github.com/squarecandy/boto_rsync
Ok, I found the regex in the mobiles.yml file, so I see where the categorizations are being made now. I only did spot checking on the devices marked as "Phablet"...
Thanks for the responses. Yeah, I'm just looking for a way to present things more cleanly in Matomo reports... I don't think the underlying classification data needs to change. Any...
+1 - also running into this issue in the WooCommerce bundled version. Any way to fix without manually patching WooCommerce plugin files?
.mfp-zoom-out-cur was not showing up for me with the most recent version and my configuration. I had to use the following conglomeration of pretty much all of the code above:...
Here's how I ended up doing this to get it working with iframe in a gallery context: $('.playlist-container').each(function() { // the containers for all your galleries $(this).magnificPopup({ delegate: 'a', //...
@mdurchholz in your example you're calling magnificPopup() for each link, which could be a good way to go for some circumstances. I'm using the delegate feature to create a gallery/group...
You can take a look at the html I'm working with here: https://1beat.org/videos/ - groups of links contained in a `` open up youtube videos in an iframe - multiple...
Yeah, we are still using https://github.com/dimsemenov/Magnific-Popup/issues/576#issuecomment-352281120 which works.