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
0
votes
1 answer

CSS fixed layout causes horizontal scrollbar to show up on low resolution screens

I have got my website under develp http://hrcprojectconsulting.com/ which looks fine when seen on screens with my resolution and size, otherwise, the horizontal scroller pops up and makes browsing annoying. So I don't know exactly what I have to do.…
0
votes
1 answer

TYPO3 mod.php access without beeing logged in (Extbase)

i'm writing a TYPO3 extension with extbase & fluid which should be able to send push notifications to android devices. For this i need to catch a POST request from google which contains a registerID as a string. So, i had the idea to send the POST…
Pascal Cloverfield
  • 561
  • 1
  • 6
  • 20
0
votes
1 answer

How to access local paths on TYPO3 using eID

I have an image map on my frontend and from there I need to access some images that are stored on different folders under the fileadmin directory. And I'm trying to do it with eID, following this…
Probandot
  • 195
  • 1
  • 16
0
votes
1 answer

Create a table from Tx_Extbase_Persistence_QueryResult using fluid

I'm using typo3 and learning how it works. I'm trying to build a table with some pictures, but all that I have tried didn't work. So I will like to have some suggestions about how this can be accomplished. Here is what I have: On my controller I get…
Probandot
  • 195
  • 1
  • 16
0
votes
1 answer

preserve changes in dynamic php meny

I already have a site but I want's to rebuild it because it's made with table and iframe: www.kristofdelange.be (still the old site). I manage to implement a php menu and i can even preserve the the fluid changes. But the problem is that the menu…
0
votes
2 answers

jQuery Tools Scrollable Width 100%

I’m working on a scrollable (jQuery Tools) slider where I have a wide background image at each slide (so that most screens widths are covered), but now I’m stuck to make the scrollable slider 100% wide. How can I make it fluid to 100% with a…
mkampitsch
  • 93
  • 1
  • 11
0
votes
2 answers

Using JavaScript to dynamically resize images based on height of window/viewport

I'm trying to design a website for a photographer that will resize the height of images and thumbnails so that they fit the user's window size. This is the first time I have attempted a fluid layout rather than a fixed width one. The images need to…
Jaguar
  • 19
  • 1
  • 4
0
votes
1 answer

css behavior on windows resize

THis is a sharepoint site. Working on the ribbon. I am prepending a couple of links right before the user menu on the right. On resizing the window to like halfway the menu links disappear. I would rather have the link text shorten to like a few…
Athapali
  • 1,091
  • 4
  • 25
  • 48
0
votes
1 answer

Vertical spacing between display:inline divs in a fluid grid

Ok, not too sure where to start... I'm putting myself together a blogger, completely gutting it's css and just using it as a simple content manager. here is the test site i've been working with http://jamesparishtestblog.blogspot.com/ Ignore the…
James Parish
0
votes
1 answer

How do I keep an icon/sprite from moving in fluid design

I want to keep my icons from moving in my fluid design. The header responds to width changes and it takes up about 500 px of height and its supposed to fit into certain areas of the background (In my case an illustrated scroll", but when I resize…
Emvied
  • 1
  • 1
0
votes
1 answer

Fluid + Responsive OR Different Stylesheets for every screen resolution?

I am building a wordpress theme which I am going to sell in a marketplace. What's the best choice, Fluid and Responsive (using css media queries) or make use of different stylesheets for every screen resolution? Thanks in advance!
Arg Geo
  • 915
  • 1
  • 7
  • 11
0
votes
2 answers

Fluid navigation background hover

I'm not really sure how to explain this but basically I want a "fluid" background image for my navigation bar. I'll try to explain it in the image below. Does anyone know how to do this? I want to use the same image of all my navigation options to…
Swen
  • 767
  • 1
  • 9
  • 31
0
votes
1 answer

Issue with a fluid form inside a window

We have to create a fluid layout meeting following conditions: There is a Form inside a Window. If Window Width is increased, then Form Width and its Fields Width should also increase. If Window Width is decreased, then Form Width and its Fields…
netemp
  • 4,115
  • 12
  • 43
  • 63
0
votes
2 answers

How can I achieve valid XML when working with Fluid?

I'm using Aptana to work on my TYPO3 projects. This is getting extremely frustrating: What do I have to do so it recognizes the markup as valid XML? I also looked around for an option in Aptana to completely disable XML validation, but with no…
Oliver Salzburg
  • 21,652
  • 20
  • 93
  • 138
0
votes
1 answer

html5 website with fluid template (typo3)

A fluid template is a XML file. How can I use it to produce a valid html5 website? For example, if I put
in my template, it is not valid XML, but if I put
, it is not html5. What should I do?
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124