Questions tagged [fluid-styled-content]

67 questions
1
vote
2 answers

Cannot call controller action from top-level Fluid template

I have a self written TYPO3 extension (I used ext:extension_builder to create it) My top-level TypoScript looks like this: page = PAGE page.10 = FLUIDTEMPLATE page.10 { format = html file =…
1
vote
0 answers

Nested contentElement by another FLUIDTEMPLATE in own extension

I want to write an extension that wrap a tag container around every type of contentElement in frontend. For instance
...
. I could override the layout and template paths of fluid_styled_content and code my own html. But, what if another…
1
vote
1 answer

TYPO3 CMS Fluid Styled Content different behaviours with empty p element

I got two TYPO3 CMS instances. One was setup with version 8.7.x and one was upgraded to 8.7.x from 7.6.x. I created a content element with CType textpic containing the following text in both instances (got it from source code from…
Marcel
  • 627
  • 7
  • 25
1
vote
2 answers

TYPO3 Every internal link (Navigation too) has a target=_blank

after an upgrade from v7.6 to v8.7 and executing the upgrade wizard every link in content and navigation has a target="_blank". Can anybody help me? Best regards
GoatMachine
  • 127
  • 1
  • 13
1
vote
1 answer

TYPO3 8 Fluid_styled_content: use value of layout in Image-partial

Basically I want to use the "layout"-value of a content element in TYPO3 to realize different rendering of images: e.g. a layout called "circle images" to have all images of that content element rendered cropped to a square and perhaps with some…
Falcon2014
  • 47
  • 1
  • 7
1
vote
2 answers

Conditional hiding of tt_content div for plugin in Frontend

I am using TYPO3 8 and fluid_styled_content. In am developing an extension with the following requirements: If specific conditions are met (depending on URL query parameter) nothing should be displayed for the plugin in the Frontend. In this case,…
Sybille Peters
  • 2,832
  • 1
  • 27
  • 49
1
vote
2 answers

TYPO3 Custom Element colorpicker

I'm new to TYPO3 (first project) and I have some understanding issues of the creation of a custom element with a colorpicker. In this project I already have created a few elements but I only use predetermined fields for the backend input. For the…
Nyxeen
  • 181
  • 6
1
vote
1 answer

Using Flexform settings in FLUIDTEMPLATE cObject content element

I’m migrating an Extbase content element to a FLUIDTEMPLATE cObj CE with dataprocessors. One problem I step into are Flexform + TypoScript settings. With Extbase I got a merged settings array of TypoScript and Flexform, with FLUIDTEMPLATE I just get…
t3easy
  • 41
  • 5
1
vote
1 answer

Set maxImageWidth for images within gridelements col using fluid_styled_content (TS)

Defining a custom gridelement in TS one can setup the maxImageSize for an texmedia image rendered inside a col. So in a 50-50 grid one might set the max image width to 50% of the regular max. columns { default { renderObj { 10 =…
1
vote
1 answer

TYPO3: Use imageorient properly

Running T3 7.6.15 I'd like to use the dropdown field "position" of the textmedia content elements. Adding an item works so far. TCEFORM.tt_content.imageorient.addItems.100 = test Unfortunately, I haven't found out how to use it correctly that it…
Norman
  • 785
  • 7
  • 27
1
vote
1 answer

TYPO3 v8.5 with Fluidtemplate and fluid-styled-content - Partials not working

I use TYPO3 v8.5 with fluid-templating (with layout, partials and template) and fluid-styled-content. However, as soon as I create a fsc-element e.g. text&media on my site, the partial files are ignored and only the section from the template file is…
intermb
  • 15
  • 1
  • 3
1
vote
0 answers

MaxGalleryWidth for fluid_styled_content

I tried to change the MaxGalleryWidth in fluid_styled_content for an specific column. First I tried how I do this before fluid_styled_content: lib.contentRight = COA lib.contentRight { 10 = LOAD_REGISTER 10 { maxImageWidth = 205 …
René Pflamm
  • 3,273
  • 17
  • 29
1
vote
1 answer

fluidcontent_core: hide headline in customized content elements

I am pretty new to Typo3, Fluid etc. and I can't solve the following problem: I don't want fluidcontent_core to render the headline of my customized content element. Therefore I created a new template with an appropriate layout but the headline gets…
mLe
  • 73
  • 8
1
vote
1 answer

How change the header labels TYPO3 7 LTS fluid_styled_content

I use TYPO3 7.6.2 LTSwith the new fluid_styled_content. It's brilliant! Very easy to change the header types or upload elements or text/image stuff ... But how can I change the Labels at Backend-TCA for the Header element f.e. Is it still over…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
2 answers

Typo3 7.6.2 LTS with fluid_styled_content and responsive images (picture)

I want to render responsive images with Typo3 7.6.2 LTS and fluid_styled content like this:
GoatMachine
  • 127
  • 1
  • 13