njwgh
njwgh
@onfire60 Thanks for your code it works well However I've found that it fails if you have transition set to 'none'. It's fine for fade or elastic If transition is...
@francisngo I didn't use the same method as @onfire60, but with what I used I found that portrait to landscape resize didn't work if I had the transition is set...
This css issue has been there for a long time The css that comes with the zebra form install is not the same as the css used for the examples...
OK so it seems 'create_function' is deprecated as well. Here's another attempt. I would love confirmation that it is correct. Thanks $str = preg_replace_callback('~&#x(0*[0-9a-f]{2,5})~i', function ($m) { return chr(hexdec($m[1]));}, $str);...
Seems I'm a victim of 'auto replace' In the code above the section that has the strike-through should actually have a ~ after the first single quote and before the...
I have the same issue as AFlowOfCode. I think it is probably different from the original issue. I can very easily reproduce - e.g. on a page of Google search...
For me 25 seconds to open in Waterfox. About 7 seconds to open in Firefox or Google Chrome
@ShadowLady Thanks! That works for me too
+1 for me too please https://generate.support/topic/dynamic-post-content-in-element-with-custom-hook-throws-error/
A workaround that you could use. Use 'Autohotkey' to map 'Alt O' to the 'Ctrl Enter' key when in popup dialogs in mmex Then pressing 'Ctrl Enter' will save the...