vhs icon indicating copy to clipboard operation
vhs copied to clipboard

TYPO3 extension VHS: Fluid ViewHelpers

Results 130 vhs issues
Sort by recently updated
recently updated
newest added

Hey there, I generally use the css technique of splitting everything into 4 css layout sheets (desktop, laptop, tablet and mobile). I can indeed do this within the css sheet...

Hey there, I thought it would be great to have a href attribute on the links generated with v:menu, v: page.languagemenu and v:page.breadCrumb. Especially if a page is only partly...

I found this error when using EXT:frontend_editing and clicking on the "show hidden content element" icon: An exception appears: ``` (1/1) #1384611413 TYPO3Fluid\Fluid\Core\ViewHelper\Exception No record was found. The "record" or...

Interesting is that v:content.render() has language restriction. Or I don't understand something :)

Add an option to the viewhelper to bypass strtolower().

This snippet in my fluid template: ``` ``` creates this markup: `` So the width is wrong and the srcset is not working. What have I done wrong? I use...

The `Once.Cookie` ViewHelper doesn't work at all. The first the the page is rendered, the content is missing, and then it is shown all the time. Almost backwards, but that...

Returns nothing even if the page tree in the current language has subpages. The pages in the default language are set to "Hide default translation of page". vhs 5.2.0, TYPO3...

# env typo3 9.5.9 site configuration with multiple fallbacks. fallbacks: '1,0' # Description MenuViewHelper shows hidden page. Pages that have multiple fallbacks definied will not hide on the actual language....

I have a two languages and if i use: - v:content.render column="0" hideUntranslated="0" - it renders both languages in free-mode (german (default) and english. - v:content.render column="0" hideUntranslated="1" - it...