03:18:07 <Guest|95418> Good morning everybody. I'm struggling with some flux/fluidcontent stuff right now and was hoping someone in here can help me. I wanna use the flux:form.container element but it always says "Section expected at container but not found ". Anyone an idea what I'm doing wrong?
03:47:25 <xaver> Guest|95418: i never used container, but this message is from T3 core. Maybe provide a gist with code. looks like somehting isn't found
03:48:44 <xaver> around line 68 in typo3/sysext/backend/Classes/Form/Container/FlexFormElementContainer.php
03:49:19 <xaver> also provide version informations of flux fluidcontent and T3
04:37:57 <mneuhaus> so, after a bit of digging around yesterday i now know more about srcset and picture element regarding responsive images
04:38:40 <mneuhaus> those 2 serve to similiar, but different purposes. srcset ist meant to offer different image sizes of the *same* focus and aspect ratio
04:39:20 <mneuhaus> picture element on the other hand is more granular and can offer different focus and aspect ratios to better fit into the specific breakpoints
04:39:40 <mneuhaus> so, i guess both could/should be implemented. i got a basic srcset version running:
04:42:59 <Guest|95418> Hi @xaver. Thanks for your reply.
04:43:24 <Guest|95418> Gist: https://gist.github.com/flatchar/4a5daaa9ca67e8b57eca. I use typo3 7.3.1, flux 7.2.1 and fluidcontent 4.2.4. Any ideas? :)
04:44:19 <Guest|95418> well. clever. drop the dot at the end ;) https://gist.github.com/flatchar/4a5daaa9ca67e8b57eca
04:49:48 <Guest|95418> Even the example for Bootstrap Grids on fluidtypo3.org (https://gist.githubusercontent.com/misterboe/34018646f84e4c8a81b6/raw/ColMasterFlex.html) uses Containers but doesn't work for me.
05:20:52 <xaver> Guest|95418: maybe it is broken in v7
08:20:30 <mneuhaus> i'll see if i have time to continue tonight
08:21:26 <mneuhaus> srcset is working but code-wise quite ugly i think i'll make a trait for srcset and add it to the 2 existing image viewhelpers (resourse.image + media.image)
08:56:14 <drlimbo> is there a viewhelper to put some "content" in the <head> sections -> like v:asset.script but without script =P
08:56:37 <drlimbo> i need some conditional-comment + script like <!--[if lt IE 9]> .. <script...
08:58:17 <drlimbo> same as typoscript page.headerData
08:59:28 <mneuhaus> from where? a page template, content element, plugin, etc?
09:00:24 <drlimbo> sorry, from fluid page template where i load all scripts and css with v:asset.