问题标签 [fluid-styled-content]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
typo3 - 网格元素和流体样式的内容
我将 Gridelements 与自定义一起使用FLUIDTEMPLATE
在我的内部,我FLUIDTEMPLATE
想获取我的文本媒体内容元素 ( fluid_styled_content
) 的图像/文件引用。
我也尝试使用数据处理但没有成功。
typo3 - 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 the title "Contact". Now I have created a translation in german with the title "Kontakt".
With my configuration my url now says:
- en: domain.com/en/contact
- de: domain.com/de/kontakt
But my navigation rendered with a fluid template still shows the default language even on the german url. Is there a variable for {page.title.currentLanguage} or something like that?
Of course I could create a translation inside a locallang.xlf file but in order to use the f:translate viewhelper, but that would mean I have to translate the page's name twice, right?
I appreciate all the help!
My current partial for rendering the navigation:
typo3 - 如何覆盖 Fluid_styled_content 中内容元素的呈现?
在 TYPO3 8.7 中,我试图覆盖Textpic.html
来自 fluid_styled_content 的文件,以便我可以对 textpic 内容元素使用自己的渲染。
只要我修改扩展本身内的原始文件,就可以正常工作。
但是,我想创建自己的该文件副本并使用该副本。这不起作用 - TYPO3 不使用我自己的文件版本。
这是我所做的:
在我的 TypoScript 模板的设置字段中,我添加了:
然后我Textpic.html
从复制fluid_styled_content/Resources/Private/Templates
到我的文件夹/fileadmin/template/Templates
中,使其变为/fileadmin/template/Templates/Textpic.html
.
任何提示,我可能会错过什么?
typo3 - TYPO3 每个内部链接(也包括导航)都有一个 target=_blank
从 v7.6 升级到 v8.7 并执行升级向导后,内容和导航中的每个链接都有一个 target="_blank"。
有谁能够帮我?
此致
typo3 - 覆盖 TYPO3 fluid_styled_content 的单个部分
我想添加class="img-responsive"
到文本/媒体内容元素的每个媒体元素的标记中。
我在 fluid_styled_content/Resources/Private/Partials/MediaGallery.html 中找到了相应的部分,并添加了测试类:Bingo。
我猜想添加一个自定义的 partialRootPathlib.fluidContent.partialRootPaths.200
并复制所有的部分会按照记录的那样工作。
但是,我想避免从 fluid_styled_content 复制 20 个部分,只是为了更改一个文件中的一行。
我可以覆盖 TYPO3 fluid_styled_content 的单个部分,或者更好地覆盖部分的单个部分吗?
使用 TYPO3 7.6
typo3 - 将自定义 CSS 类添加到 Fluid 小部件分页
是否可以向此小部件添加自定义 css 类:
目前,“下一步”按钮内部有一个 li 和链接。我希望链接成为一个按钮。所以我想在a(li内部)添加一个名为'btn btn-primary'的类
ckeditor - TYPO3 CMS Fluid Styled Content 带有空 p 元素的不同行为
我有两个 TYPO3 CMS 实例。一个安装了 8.7.x 版本,一个从 7.6.x 升级到了 8.7.x。
我使用 CType 创建了一个内容元素,textpic
在两个实例中都包含以下文本(从 ckeditor 的源代码中获取):
在数据库中,两个 tt_content
条目如下所示:
现在,我们来到前端。
使用 8.7.x 版本设置的 TYPO3 CMS 呈现以下 HTML 代码:
升级到 8.7.x 版的 TYPO3 CMS 呈现以下 HTML 代码:
升级后的
实例中缺少 。
我fluid_styled_content
在这两种情况下都使用。为什么实例行为不一样?
typo3 - TYPO3 FLUID STYLED CONTENT with Lazy Load Javascript Plugin
可惜我还在用TYPO3 7.6
,但原理上和最新的一样TYPO3 CMS
,所以我也用Fluid_styled_content
.. uff!
我已将延迟加载javascript 插件包含在我的 TYPO3 网站中,现在我尝试更改 FLUID-partial typo3conf/ext/myext/Resources/Private/Extensions/Fsc/Partials/MediaGallery.html
- 但我对此有一个疑问..因为我在“文件”行中的更改会引发错误。我尝试有或没有"
或\"
..
我改变了file="{column.media}"
,因为我想加载我的“blank.gif”而不是图像本身。
输出是这样的:
延迟加载工作完美,但我必须加载空白.gif。是否有解决 FSC 部分的解决方案,或者我是否需要一个新的 ViewHelper,像这样?