Drew Baker

Results 178 comments of Drew Baker
trafficstars

I'm not 100% sure what this controls, but the use case I'd want is to have a still image by default, then on hover it plays a video. Like on...

And we need to be able to "always show" the same component, like if it's used in the footer o a contact page, or there is a "subscribe" button in...

I'm in Safari on iOS 11.3.1, which is the latest at this time.

I'm very nervous about the use of `$wpdb` in this... There is a lot of code here and will be hard to maintain this. I get the need to avoid...

Closing as I did this using a more simplified approach in a new PR. https://github.com/funkhaus/fuxt-backend/pull/51

Yeah you just end up having to right a lot of repetitive code to get the next/prev to loop or not loop correctly. Not a big deal, but would be...

Really the issue is if you have `5` slides, and you set index to `6`, it obviously doesn't do anything. So you end up writing code every time to make...

Ideally we'd have someway of telling slideshow to just go `next/prev` and not even have to worry about index. Setting index is pretty low level, but I get that it...

Yeah this was on Story Attic, the last site I built. Would love to improve the menus, always seems finicky and manual to get the right classes on them (specially...