spopiel
Forum Replies Created
-
Forum: Plugins
In reply to: [301 Redirects - Easy Redirect Manager] Wildcard Redirects@manuelrocha88 would you be interested in a quick fix, to have such a solution for the free version (minimal solution to have * at the end)? I probably have a solution for Jade‘s issue, which could be further enhanced to match specific needs…
Forum: Plugins
In reply to: [Kanban Boards for WordPress] Lots of task in boards on mobile (iphone)Hi Corey,
Sorry for my late response, I was a bit busy.
I just checked on it with the latest updates.
Everything is now perfect. As far as I can see, even deletions are fine now.Thank you very much for your quick reaction.
Swen
Forum: Plugins
In reply to: [Kanban Boards for WordPress] Lots of task in boards on mobile (iphone)Hi Corey,
Sorry for my late response, I was a bit busy.
I just checked on it with the latest updates.
Everything is now perfect. As far as I can see, even deletions are fine now.Thank you very much for your quick reaction.
Swen
Forum: Plugins
In reply to: [Kanban Boards for WordPress] Lots of task in boards on mobile (iphone)Hi Corey,
Thank you. For me not a problem. Sometimes, it is a pleasure to a little bit enhance things we got from others, especially with opensource, and this is a great tool, especially with the hint of the CRM usage in your blog. In fact I was just thinking about this idea, when you confirmed me that others are working in this way.Just one more thing a came across, which I did not look at the code yet:
If I want to move a task on the Iphone the selection gets blocked.
That’s it. Have a good day.
SwenForum: Plugins
In reply to: [Kanban Boards for WordPress] Lots of task in boards on mobile (iphone)I would appreciate if that (or similar solutions) will be taken over in the future release.
Forum: Plugins
In reply to: [Kanban Boards for WordPress] Lots of task in boards on mobile (iphone)I got the place in board.css where there should be made some amendmends:
(the whole thing follows the logic as described on: https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/.tab-content { height: 100%; overflow-y:scroll; overflow-x:hidden; -webkit-overflow-scrolling:touch; } .board { height: 100%; margin: 0 22.5px; overflow-x:hidden; overflow-y:scroll; -webkit-overflow-scrolling:touch; position: relative; } .row-tasks-wrapper { height: 100%; overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling:touch; position: relative; width: 100%; z-index: 0; }