Uwe

Results 7 comments of Uwe

I can confirm at least the problem with unicode ranges. The cause is that regular expressions for JavaScript and PHP/ PCRE are not completely compatible. So either a converter (not...

I know this extension, but I don't know how it should help if a certain CSS class is set for the container in the default layout of content elements, which...

I also stumbled upon this. It doesn't make sense, especially because "Text & media" allows mp4 and so on. I ended up overriding `TCA `: ``` $GLOBALS['TCA']['tt_content']['types']['media'] = array_replace_recursive( $GLOBALS['TCA']['tt_content']['types']['media'],...

Faced the same problem today with eventnews 6.0.2 and news 11.3.0 on TYPO3 11.5.34. @Abdull Could you fix the conflicts of your branch/PR? I guess only rebasing it to master...

Hi! Just had the same problem as a customer wanted this functionality. Here is what I did in my sitepackage: 1. Edit tsconfig by adding: `TCEFORM.tt_content.imageorient.removeItems := removeFromList(17,18)` This keeps...

@tomasnorre Could you please add this fix also to the v11.x branch?

I've had this flickering in a project as well. The problem is the mechanism by which the class 'navbar-transition' is added. I ended up editing the funtion animateHeader in bootstrap.stickyheader.js...