Questions tagged [fluid-styled-content]
67 questions
0
votes
1 answer
Image in TYPO3 Fluid is not shown, gives error
I need to show an image in frontend.
{user.image.0}
…

Jeppe Donslund
- 469
- 9
- 25
0
votes
1 answer
Image width depending on colPos (TYPO3 fluid_styled_content)
I have a TYPO3 9.5.7 installation using fluid_styled_content. The image sizes for content elements can be set using the following TS constants:
styles.content.textmedia {
maxW = 1170
maxWInText = 385
}
Is it possible to set these values…

pschill
- 5,055
- 1
- 21
- 42
0
votes
0 answers
TYPO3 FLUID STYLED CONTENT with Lazy Load Javascript Plugin
Unfortunately I'm still using TYPO3 7.6, but it's the same in principle like the latest TYPO3 CMS, so I also use Fluid_styled_content .. uff!
I've included the lazy load javascript plugin into my TYPO3-Website and now I try to change the…

user2310852
- 1,654
- 1
- 25
- 52
0
votes
1 answer
TYPO3 replacement for "top margin" and "bottom margin" in LTS 7
With TYPO3 LTS 7 and up, top margin and bottom margin are not suported by Fluid styled content.
css styles content
My users used a lot of those margins in 6.2 LTS
How can I do to make this working again (override TCA, extension, etc)?

SteveLeg
- 87
- 12
0
votes
1 answer
Adding custom CSS classes to Fluid widget paginate
Is it possible to add custom css classes to this widget:
Currently the "next" button has a…

Kaasstengel
- 427
- 1
- 4
- 17
0
votes
1 answer
How do I override the rendering of a Content Element in fluid_styled_content?
In TYPO3 8.7 I am trying to override the file Textpic.html from fluid_styled_content so that I can use my own rendering for the textpic content element.
As long as I modify the original file inside the extension itself, this is working…

Christopher
- 778
- 6
- 10
0
votes
1 answer
TYPO3 8.7.x lib.parseFunc ATagParams
Since TYPO3 8.7.x it seems that:
lib.parseFunc.tags.link.typolink.ATagParams =style="style="color:#000; text-decoration:underline;font-size:16px;"
dosen't exist no more in fluid styled content. Works in 7.6. Also…

Burk Berlin
- 3
- 2
0
votes
2 answers
TYPO3: How to handle multi language support with fluid templates
I'm working on a page with multi language support. I've managed to get it to work with realurl and the backend.
Now I'm not quite sure how to render the translated text from the backend.
For instance: I have a page in the default language (en) with…

josias
- 1,326
- 1
- 12
- 39
0
votes
1 answer
Gridelements and fluid styled content
I use Gridelements with a custom FLUIDTEMPLATE
Inside my FLUIDTEMPLATE I want to get the images/file references of my textmedia content elements (fluid_styled_content).
I also tried to use the Dataprocessing without success.

Moritz Kühnel
- 11
- 1
0
votes
1 answer
TYPO3 8 show layout selection in backend preview for textmedia
I try to use and customize the CTypes of fluid_styled_content as much as possible. Therefore the select-field "Layout" is very useful to have a possibility to select some different styles (like red box, shadow, or image-stuff). But if you have some…

Markus Buff
- 21
- 6
0
votes
1 answer
Overriding fluid_styled_content isn't working as expected
Hei guys,
I've been trying really hard to override the templates, partials, and headers of some default content elements from fluid_styled_content.
For instance, lets say 'Header'.
I also have a data processing class to fetch certain fields from…

Anu Bhuvanendran Nair
- 245
- 5
- 18
0
votes
1 answer
TypoScript: conditional wrap if more than one item
hmm... my TypoScript skills seem to have become a bit rusty.
lib.feld < styles.content.get
lib.feld.select.orderBy = rand()
lib.feld.select.select.where = colPos=11
lib.feld.wrap =
|
I would like to add the wrapper…
Urs
- 4,984
- 7
- 54
- 116
0
votes
1 answer
TYPO3 8.7 - FSC gallery: alter row / column dimensions
I want to generate an image-matrix width 5 columns and n rows. My inner content is a container with a fluid width, but max 680px. Therefore the images inside each row have to have a max width of 136px.
If I choose 5 columns in the Gallery Settings…

mayo
- 7
- 2
0
votes
1 answer
How to get Image Reference from own Table with FilesProcessor in TYPO3 for FluidStyledContent CE?
I've made an own CE in TYPO3 7.6 with a Repeater Field. I'm able to save images everythings fine - but I can't get them in my Fluid Template? I asume I've to nest the DatabaseQueryProcessor and the FilesProcessor somehow? But I can't figure out…

im_gm
- 3
- 4
0
votes
2 answers
FSC: Container elements
I've used many different container solutions in the past, including FluidTYPO3's FCEs, DCE, gridelements and some more.
I primarily use the functionality of providing container elements that lets the backend user nest content elements in the page…

arnekolja
- 1,687
- 5
- 22
- 29