David Karich

Results 9 comments of David Karich

Hey @nk-o I quickly tested it and I think there are only two small changes needed. In the file "jarallax.js", add the following to line 579: ```js if (self.image.src ===...

Hi, yeah, you're right. I understand the problem. Unfortunately, every browser will output `0% 0%` as default, even if the property is not set at all. :unamused: Other idea, how...

Hi @BernhardBaumrock I checked again and indeed this phenomenon only occurs within repeaters. The rest from the system is base and a fresh PW 3.0.200 master, current RepeaterMatrix 0.0.8 on...

Sehr geehrte Damen und Herren, vielen Dank für Ihre Nachricht. Ich bin vom 16. bis einschließlich 29. Juni 2014 nicht im Haus und werde mich umgehend nach meiner Wiederkehr um...

Hi Ryan, excuse my late response. That you have understood correctly. In this procedure, the uploaded file is deleted by storing the page "test" again. The problem is probably in...

According to the [documentation](http://php.net/manual/de/filter.filters.validate.php#102398) and a bug report at [drupal](https://www.drupal.org/node/1427516#comment-7695829) the PHP filter supports IDN addresses, if this has been previously converted into Punycode. The following example works: ``` php...

> Unless you're against pulling in components from other frameworks, there are multiple options available, such as https://zendframework.github.io/zend-validator/validators/email-address/. As an added bonus this particular package supports MX checks and various...

@ryancramerdesign Yes, but I cannot define a maximum height, as this should and can be variable depending on the portrait format. In this scenario, it is only important that the...

@ryancramerdesign The workaround with an absurdly high max-height value works. Thanks for the food for thought. But couldn't this be done automatically on the PW side? If no height is...