gRoberts84

Results 10 comments of gRoberts84

Cheers, but I'm trying to only target one specific element, as in my original post. As a fudge/hack, I've simply set a negative top margin on the .cufon/cufon selector within...

`wp_upload_dir` is for some reason returning the correct file paths, but incorrect URL's. As a dirty fix for now, I have had to apply the following: ``` add_filter( 'upload_dir', function($data)...

I haven't had any experience with the switches, but found this when having a look around for possible answers: https://kind3r.github.io/livolo-rf-codes/

Really wish I knew, I don't have the devices to test :(

I still think there is a place for OCMod/VQMod, in situations where you need to tweak part the system without totally replacing it. For example, I'm currently adding an additional...

As a temporary workaround, I am having to parse the filename myself, however the attachment attachment keys are converted to lowercase, which isn't ideal: ``` // Loop through attachments and...

Hi @timohubois Apologies for the delay in getting back to you. I had mistaken it only working over HTTPS as a bug but it had highlighted an issue where if...

@timohubois appreciate your view on this and happy to close the PR.

Ok, sorry I should have RTFM... PUSH / WORKER: a WORKER socket is similar to a PULL socket, but requires that you call #ack on it to acknowledge that you...

Hey Michael, Thanks for getting back to me and sorry for the delay, I've been trying to find the time to work on this around all of my other work....