Keith Slater

Results 11 issues of Keith Slater

I am using this code to prevent background scrolling ``` $(document).on('cbox_open',function(){ $(document.body).css('overflow','hidden'); }).on('cbox_closed',function(){ $(document.body).css('overflow',''); }); ``` However this doesn't work on iOS devices. Any solutions?

Trying to embed a youtube video but I can't seem to get it to work when using ParsedownExtra. When using the HTML (embed html from YouTube), I'm getting: ```DOMDocument::loadHTML(): Empty...

I have some events set up like this- Rocketeer::listenTo('deploy.before', function ($task) { }); That event fires if I just do a rocketeer deploy. If I do a rocketeer deploy --on=production,...

I'd like to use events but I want something different to happen in the event depending on the connection... So something like this ``` if ($task->getConnectionName() == 'production') { $task->runForCurrentRelease(['ln...

support/question

Hello, I'm trying to implement the plugin with private uploads. Should these be viewable in Wordpress admin itself? The files upload but I can't seem to view them in Admin...

Does anything else need to happen besides activating the plugin for basic auth to be enabled? I am sending my authentication in the headers but my response is just []...

Hello, I am using the zoomType lens and for some reason my lens goes outside my images when I move my mouse to end of the image. Has anyone else...

Noticed it hasn't been updated in a couple years now. Is it no longer in development?

Is there any chance that the project will start using namespacing in the future? I saw something a poll a couple years ago asking how many people are still on...

Yahoo's API's use OAuth for validation https://developer.yahoo.com/fantasysports/guide/GettingStarted.html#GettingStarted-oauth