David Rhoderick

Results 27 issues of David Rhoderick

So I have a Angular UI modal pop-up that contains a slick carousel. Whenever I'm in mobile and I open this Angular UI Modal, I get the following: ![screenshot 2016-09-09...

When I'm using `serverless-localstack`, I can get a regular handler to work and I can invoke the function that utilizes `serverless-mysql` but if I try to access the function's path...

bug

Hello future user looking for a composer installer of premium WordPress plugins. I was greeted by this repository multiple times via Google search, which was frustrating because it is no...

Looks like there is a missing dependency "Blob". How do I remedy? I tried installing blob from npm and importing it but it didn't work. ``` ReferenceError: Blob is not...

I have a form that has checkboxes and I find them and wrap them with pretty checkboxes like the following: $gForm.find('.gfield_checkbox li').each(function(index, element) { var $checkbox = $(element).find('input[type="checkbox"]'), $label =...

Looks like as per issues #9 and #49, sourcemaps work if there is no minification. That's great and all but sourcemaps are way more useful when minification is happening and...

I am building an app where I want the map full width and full height of its parent element. Width is achieved through CSS using `width: 100%` and height is...

I am trying to set the bounds for a leaflet map. I use the example code and it throws this error: ``` TypeError: Cannot read property 'address' of undefined at...

I tried to use this plugin on WordPress 4.9.8 and ACF Pro 5.7.7 and it didn't work how I hoped. I was able to bring up the fields in the...

question

First of all, the Frontity dependencies of this project are woefully out-of-date. That means that you can _barely_ run this code as it is cloned from master without updating Frontity....