Dustin Moore
Dustin Moore
My issue was that Carthage was trying to build for all "Platforms" and I only have iOS and MacOS installed. This was resolved for me by using the platform tag:...
Yes this hasn't been maintained in ages, mainly due to poor base-architecture and a decided lack of time to redesign it.
Alright, go ahead and try it without the change. I updated the code that added dynamic widgets because of all sorts of data bugs. On my production application, I don't...
Looks like I updated add_widget.. see if it works for you. If not I'll update the code. :)
Nothing that can't be fixed. :) Try adding the config option that prevents larger widgets from moving down. It's in the readme. On Thursday, February 28, 2013, Frederik Reich wrote:...
This is the option you need: ``` $.gridster({ shift_larger_widgets_down: false }); ``` I'll add the reinit script. I see the problem with the widgets not shifting up. (without the above...
Also, my lines are different, what function was that amended too?
Right, I see the problem. If you wouldn't mind sending me a link to a zip of that demo, I'll play around and see if I can fix the behavior...
Great! I am near Seattle and gotta end for the day. And am pretty tied up throughout the weekend. I'll go ahead and spend some time on this on Monday...
Fixed your whitespace issue. It should work better for your project now. :)