Questions tagged [fluid]

Fluid is a an XML-based templating system for TYPO3. With Fluid, all the code for the view logic moves to the template - e.g. loops, if/else switches and similar.

Fluid is a an XML-based templating system for TYPO3. With Fluid, all the code for the view logic moves to the template - e.g. loops, if/else switches and similar.

The standalone version can be used out of the box and there are integrations for TYPO3 and Neos

It looks like this

// this
<f:count>{myArray}</f:count>

// or  
{myArray -> f:count()}

Official documentation: https://github.com/TYPO3Fluid/Fluid

Since 2017-06 there is also Fluid for whose syntax is not related to php-fluid but which aims to be close to .

1458 questions
-2
votes
3 answers

Looking for responsive js carousel

I am trying to find a carousel like in: http://whiteshoe.ferragamo.com but simpler. All I need is a responsive full page carousel with items that have a description and link on "active" mode, and the others just title and as they are inactive, they…
-2
votes
1 answer

Clues to hack the Twenty Eleven (Wordpress) Theme

OK, this should be a simple question if you know the answer: I'm trying to "hack" the Twenty Eleven Wordpress theme and I'm wondering why a simple img I inserted before the "header-img" doesn't behave like the main header image. Who or what is doing…
julifos
  • 142
  • 1
  • 2
  • 10
-3
votes
1 answer

Design Fluid Body Sections Layout?

Does anyone know what code/method should I use to achieve this kind of layouts? How to layout the body as different sections How to wrap each body section and make it fluid Somewhat like each section of the body is fluid? Are these examples even…
1 2 3
97
98