luk

Results 49 comments of luk

@jameslindeman: does it work (without the css3-mediaqueries-js) when you resize the window...in an actual project I think box-sizing doesn't work anymore when the window is resized...is this an actual issue...

This functionality should be in the main mapbox-gl distribution, did you ever suggest that? Any hints on what would be required to make this work with the current version (1.x...

@JayCarney & @hugopeek I'm also doing this quite often and never had to disable ElementHelper (at least when I'm the only Admin in the system), ElementHelper just runs for specified...

Sure, would love to have a look at =), let me know when the branch is up via comment here (then I get notified), yes?

would something like that: ``` if ($element = $modx->getObject($element_type_name, array($name_field => $old_element_name))) { $element->remove(); if ($debug) { $modx->log(modX::LOG_LEVEL_INFO, '[' . $classname . '] Removed ' . $element_type_name . ' '...

you mean if you rename the file in FTP then you have suddenly two elements in the manager? I know this problem and usually do it like this: 1. rename...

Hm, if that is implemented (auto deleting of elements from the database), I would like it to be configurable in the settings because I actually "like" that behavior (of not...

=), good idea! Will think about that, In a dev version I also have implemented plugin events that can be specified in the comment as @events or something similar and...

This is done in the pending 1.4.0 PR, if you want to test it, you can download the package at https://github.com/exside/ElementHelper/blob/master/packages/elementhelper-1.4.0.transport.zip

Hm, should work in my opinion, but what is your elementhelper path for the elements? If the paths change due to the use of capistrano (as I interpret the above)...